Uses of Class
com.oracle.bmc.ocvp.model.VsphereTypes
-
Packages that use VsphereTypes Package Description com.oracle.bmc.ocvp.model -
-
Uses of VsphereTypes in com.oracle.bmc.ocvp.model
Methods in com.oracle.bmc.ocvp.model that return VsphereTypes Modifier and Type Method 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.Methods in com.oracle.bmc.ocvp.model with parameters of type VsphereTypes Modifier and Type Method 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.Constructors in com.oracle.bmc.ocvp.model with parameters of type VsphereTypes 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.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.
-