Uses of Class
com.oracle.bmc.ocvp.model.VsphereLicense
-
Packages that use VsphereLicense Package Description com.oracle.bmc.ocvp.model -
-
Uses of VsphereLicense in com.oracle.bmc.ocvp.model
Methods in com.oracle.bmc.ocvp.model that return VsphereLicense Modifier and Type Method Description VsphereLicense
VsphereLicense.Builder. build()
Methods in com.oracle.bmc.ocvp.model that return types with arguments of type VsphereLicense Modifier and Type Method Description List<VsphereLicense>
Cluster. getUpgradeLicenses()
The vSphere licenses to use when upgrading the Cluster.Methods in com.oracle.bmc.ocvp.model with parameters of type VsphereLicense Modifier and Type Method Description VsphereLicense.Builder
VsphereLicense.Builder. copy(VsphereLicense model)
Method parameters in com.oracle.bmc.ocvp.model with type arguments of type VsphereLicense Modifier and Type Method Description Cluster.Builder
Cluster.Builder. upgradeLicenses(List<VsphereLicense> upgradeLicenses)
The vSphere licenses to use when upgrading the Cluster.Constructor parameters in com.oracle.bmc.ocvp.model with type arguments of type VsphereLicense Constructor Description Cluster(String id, String computeAvailabilityDomain, String displayName, String instanceDisplayNamePrefix, String vmwareSoftwareVersion, String esxiSoftwareVersion, String compartmentId, String sddcId, Integer esxiHostsCount, Commitment initialCommitment, String workloadNetworkCidr, NetworkConfiguration networkConfiguration, Date timeCreated, Date timeUpdated, LifecycleStates lifecycleState, List<VsphereLicense> upgradeLicenses, List<VsphereUpgradeObject> vsphereUpgradeObjects, String initialHostShapeName, Float initialHostOcpuCount, Boolean isShieldedInstanceEnabled, String capacityReservationId, List<DatastoreDetails> datastores, VsphereTypes vsphereType, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-