Package | Description |
---|---|
com.oracle.bmc.ocvp.model |
Modifier and Type | Method and Description |
---|---|
static VsphereTypes |
VsphereTypes.create(String key) |
VsphereTypes |
Cluster.getVsphereType()
vSphere Cluster types.
|
VsphereTypes |
ClusterSummary.getVsphereType()
vSphere Cluster types.
|
VsphereTypes |
InitialClusterConfiguration.getVsphereType()
vSphere Cluster types.
|
static VsphereTypes |
VsphereTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VsphereTypes[] |
VsphereTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Cluster.Builder |
Cluster.Builder.vsphereType(VsphereTypes vsphereType)
vSphere Cluster types.
|
ClusterSummary.Builder |
ClusterSummary.Builder.vsphereType(VsphereTypes vsphereType)
vSphere Cluster types.
|
InitialClusterConfiguration.Builder |
InitialClusterConfiguration.Builder.vsphereType(VsphereTypes vsphereType)
vSphere Cluster types.
|
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.
|
ClusterSummary(String id,
String computeAvailabilityDomain,
String sddcId,
String displayName,
String vmwareSoftwareVersion,
String compartmentId,
Integer esxiHostsCount,
Date timeCreated,
Date timeUpdated,
LifecycleStates lifecycleState,
Boolean isShieldedInstanceEnabled,
String initialHostShapeName,
Float initialHostOcpuCount,
VsphereTypes vsphereType,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
InitialClusterConfiguration(VsphereTypes vsphereType,
String computeAvailabilityDomain,
String displayName,
String instanceDisplayNamePrefix,
Integer esxiHostsCount,
NetworkConfiguration networkConfiguration,
Commitment initialCommitment,
String workloadNetworkCidr,
String initialHostShapeName,
Float initialHostOcpuCount,
Boolean isShieldedInstanceEnabled,
String capacityReservationId,
List<DatastoreInfo> datastores)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.