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 VsphereTypesVsphereTypes. create(String key)VsphereTypesCluster. getVsphereType()vSphere Cluster types.VsphereTypesClusterSummary. getVsphereType()vSphere Cluster types.VsphereTypesInitialClusterConfiguration. getVsphereType()vSphere Cluster types.static VsphereTypesVsphereTypes. 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.BuilderCluster.Builder. vsphereType(VsphereTypes vsphereType)vSphere Cluster types.ClusterSummary.BuilderClusterSummary.Builder. vsphereType(VsphereTypes vsphereType)vSphere Cluster types.InitialClusterConfiguration.BuilderInitialClusterConfiguration.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, List<String> datastoreClusterIds, VsphereTypes vsphereType, ClusterByolAllocationDetails clusterByolAllocationDetails, String initialVcfByolAllocationId, 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, ClusterByolAllocationDetails clusterByolAllocationDetails, 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, List<String> datastoreClusterIds, ClusterByolAllocationDetails clusterByolAllocationDetails, String initialVcfByolAllocationId)Deprecated.
-