Uses of Class
com.oracle.bmc.ocvp.model.HcxLicenseSummary
-
Packages that use HcxLicenseSummary Package Description com.oracle.bmc.ocvp.model -
-
Uses of HcxLicenseSummary in com.oracle.bmc.ocvp.model
Methods in com.oracle.bmc.ocvp.model that return HcxLicenseSummary Modifier and Type Method Description HcxLicenseSummary
HcxLicenseSummary.Builder. build()
Methods in com.oracle.bmc.ocvp.model that return types with arguments of type HcxLicenseSummary Modifier and Type Method Description List<HcxLicenseSummary>
Sddc. getHcxOnPremLicenses()
The activation licenses to use on the on-premises HCX Enterprise appliance you site pair with HCX Manager in your VMware Solution.Methods in com.oracle.bmc.ocvp.model with parameters of type HcxLicenseSummary Modifier and Type Method Description HcxLicenseSummary.Builder
HcxLicenseSummary.Builder. copy(HcxLicenseSummary model)
Method parameters in com.oracle.bmc.ocvp.model with type arguments of type HcxLicenseSummary Modifier and Type Method Description Sddc.Builder
Sddc.Builder. hcxOnPremLicenses(List<HcxLicenseSummary> hcxOnPremLicenses)
The activation licenses to use on the on-premises HCX Enterprise appliance you site pair with HCX Manager in your VMware Solution.Constructor parameters in com.oracle.bmc.ocvp.model with type arguments of type HcxLicenseSummary Constructor Description 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.
-