Package | Description |
---|---|
com.oracle.bmc.ocvp.model |
Modifier and Type | Method and Description |
---|---|
static HcxModes |
HcxModes.create(String key) |
HcxModes |
Sddc.getHcxMode()
HCX configuration of the SDDC.
|
HcxModes |
CreateSddcDetails.getHcxMode()
HCX configuration of the SDDC.
|
HcxModes |
SddcSummary.getHcxMode()
HCX configuration of the SDDC.
|
static HcxModes |
HcxModes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HcxModes[] |
HcxModes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Sddc.Builder |
Sddc.Builder.hcxMode(HcxModes hcxMode)
HCX configuration of the SDDC.
|
CreateSddcDetails.Builder |
CreateSddcDetails.Builder.hcxMode(HcxModes hcxMode)
HCX configuration of the SDDC.
|
SddcSummary.Builder |
SddcSummary.Builder.hcxMode(HcxModes hcxMode)
HCX configuration of the SDDC.
|
Constructor and Description |
---|
CreateSddcDetails(String displayName,
String vmwareSoftwareVersion,
String esxiSoftwareVersion,
String compartmentId,
HcxModes hcxMode,
InitialConfiguration initialConfiguration,
Boolean isSingleHostSddc,
String sshAuthorizedKeys,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Sddc(String id,
String displayName,
String vmwareSoftwareVersion,
String esxiSoftwareVersion,
String compartmentId,
Integer clustersCount,
String vcenterFqdn,
String nsxManagerFqdn,
String vcenterPrivateIpId,
String nsxManagerPrivateIpId,
String vcenterUsername,
String nsxManagerUsername,
String sshAuthorizedKeys,
String nsxEdgeUplinkIpId,
String hcxPrivateIpId,
String hcxFqdn,
HcxModes hcxMode,
InitialConfiguration initialConfiguration,
Boolean isHcxPendingDowngrade,
List<HcxLicenseSummary> hcxOnPremLicenses,
Date timeHcxBillingCycleEnd,
Date timeHcxLicenseStatusUpdated,
Boolean isSingleHostSddc,
Date timeCreated,
Date timeUpdated,
LifecycleStates lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
SddcSummary(String id,
String displayName,
String vmwareSoftwareVersion,
String compartmentId,
Integer clustersCount,
String hcxFqdn,
HcxModes hcxMode,
String vcenterFqdn,
String nsxManagerFqdn,
Date timeCreated,
Date timeUpdated,
LifecycleStates lifecycleState,
Boolean isSingleHostSddc,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.