Package | Description |
---|---|
com.oracle.bmc.ocvp.model |
Modifier and Type | Method and Description |
---|---|
VsphereLicense |
VsphereLicense.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<VsphereLicense> |
Cluster.getUpgradeLicenses()
The vSphere licenses to use when upgrading the Cluster.
|
Modifier and Type | Method and Description |
---|---|
VsphereLicense.Builder |
VsphereLicense.Builder.copy(VsphereLicense model) |
Modifier and Type | Method and Description |
---|---|
Cluster.Builder |
Cluster.Builder.upgradeLicenses(List<VsphereLicense> upgradeLicenses)
The vSphere licenses to use when upgrading the Cluster.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.