Uses of Class
com.oracle.bmc.ocvp.model.HcxModes
-
Packages that use HcxModes Package Description com.oracle.bmc.ocvp.model -
-
Uses of HcxModes in com.oracle.bmc.ocvp.model
Methods in com.oracle.bmc.ocvp.model that return HcxModes Modifier and Type Method Description static HcxModes
HcxModes. create(String key)
HcxModes
CreateSddcDetails. getHcxMode()
HCX configuration of the SDDC.HcxModes
Sddc. 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.Methods in com.oracle.bmc.ocvp.model with parameters of type HcxModes Modifier and Type Method Description CreateSddcDetails.Builder
CreateSddcDetails.Builder. hcxMode(HcxModes hcxMode)
HCX configuration of the SDDC.Sddc.Builder
Sddc.Builder. hcxMode(HcxModes hcxMode)
HCX configuration of the SDDC.SddcSummary.Builder
SddcSummary.Builder. hcxMode(HcxModes hcxMode)
HCX configuration of the SDDC.Constructors in com.oracle.bmc.ocvp.model with parameters of type HcxModes Constructor 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.
-