Uses of Class
com.oracle.bmc.ocvp.model.ClusterByolAllocationDetails
-
Packages that use ClusterByolAllocationDetails Package Description com.oracle.bmc.ocvp.model -
-
Uses of ClusterByolAllocationDetails in com.oracle.bmc.ocvp.model
Methods in com.oracle.bmc.ocvp.model that return ClusterByolAllocationDetails Modifier and Type Method Description ClusterByolAllocationDetailsClusterByolAllocationDetails.Builder. build()ClusterByolAllocationDetailsCluster. getClusterByolAllocationDetails()ClusterByolAllocationDetailsClusterSummary. getClusterByolAllocationDetails()ClusterByolAllocationDetailsCreateClusterDetails. getClusterByolAllocationDetails()ClusterByolAllocationDetailsInitialClusterConfiguration. getClusterByolAllocationDetails()ClusterByolAllocationDetailsUpdateClusterDetails. getClusterByolAllocationDetails()Methods in com.oracle.bmc.ocvp.model with parameters of type ClusterByolAllocationDetails Modifier and Type Method Description Cluster.BuilderCluster.Builder. clusterByolAllocationDetails(ClusterByolAllocationDetails clusterByolAllocationDetails)ClusterSummary.BuilderClusterSummary.Builder. clusterByolAllocationDetails(ClusterByolAllocationDetails clusterByolAllocationDetails)CreateClusterDetails.BuilderCreateClusterDetails.Builder. clusterByolAllocationDetails(ClusterByolAllocationDetails clusterByolAllocationDetails)InitialClusterConfiguration.BuilderInitialClusterConfiguration.Builder. clusterByolAllocationDetails(ClusterByolAllocationDetails clusterByolAllocationDetails)UpdateClusterDetails.BuilderUpdateClusterDetails.Builder. clusterByolAllocationDetails(ClusterByolAllocationDetails clusterByolAllocationDetails)ClusterByolAllocationDetails.BuilderClusterByolAllocationDetails.Builder. copy(ClusterByolAllocationDetails model)Constructors in com.oracle.bmc.ocvp.model with parameters of type ClusterByolAllocationDetails 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.CreateClusterDetails(String sddcId, 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, String vmwareSoftwareVersion, String esxiSoftwareVersion, ClusterByolAllocationDetails clusterByolAllocationDetails, String initialVcfByolAllocationId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)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.UpdateClusterDetails(String displayName, NetworkConfiguration networkConfiguration, String vmwareSoftwareVersion, String esxiSoftwareVersion, ClusterByolAllocationDetails clusterByolAllocationDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.
-