Package com.oracle.bmc.core.model
Class InstancePoolPlacementConfiguration
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.core.model.InstancePoolPlacementConfiguration
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class InstancePoolPlacementConfiguration extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelThe location for where an instance pool will place instances.
 Note: Objects should always be created or deserialized using theInstancePoolPlacementConfiguration.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theInstancePoolPlacementConfiguration.Builder, which maintain a set of all explicitly set fields calledInstancePoolPlacementConfiguration.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classInstancePoolPlacementConfiguration.Builder
 - 
Constructor SummaryConstructors Constructor Description InstancePoolPlacementConfiguration(String availabilityDomain, String primarySubnetId, List<String> faultDomains, InstancePoolPlacementPrimarySubnet primaryVnicSubnets, List<InstancePoolPlacementSecondaryVnicSubnet> secondaryVnicSubnets)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InstancePoolPlacementConfiguration.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetAvailabilityDomain()The availability domain to place instances.List<String>getFaultDomains()The fault domains to place instances.StringgetPrimarySubnetId()The OCID of the primary subnet in which to place instances.InstancePoolPlacementPrimarySubnetgetPrimaryVnicSubnets()List<InstancePoolPlacementSecondaryVnicSubnet>getSecondaryVnicSubnets()The set of secondary VNIC data for instances in the pool.inthashCode()InstancePoolPlacementConfiguration.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
InstancePoolPlacementConfiguration@Deprecated @ConstructorProperties({"availabilityDomain","primarySubnetId","faultDomains","primaryVnicSubnets","secondaryVnicSubnets"}) public InstancePoolPlacementConfiguration(String availabilityDomain, String primarySubnetId, List<String> faultDomains, InstancePoolPlacementPrimarySubnet primaryVnicSubnets, List<InstancePoolPlacementSecondaryVnicSubnet> secondaryVnicSubnets) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static InstancePoolPlacementConfiguration.Builder builder() Create a new builder.
 - 
toBuilderpublic InstancePoolPlacementConfiguration.Builder toBuilder() 
 - 
getAvailabilityDomainpublic String getAvailabilityDomain() The availability domain to place instances.Example: Uocm:PHX-AD-1 - Returns:
- the value
 
 - 
getPrimarySubnetIdpublic String getPrimarySubnetId() The OCID of the primary subnet in which to place instances.This field is deprecated. Use primaryVnicSubnets instead to set VNIC data for instances in the pool. - Returns:
- the value
 
 - 
getFaultDomainspublic List<String> getFaultDomains() The fault domains to place instances.If you don't provide any values, the system makes a best effort to distribute instances across all fault domains based on capacity. To distribute the instances evenly across selected fault domains, provide a set of fault domains. For example, you might want instances to be evenly distributed if your applications require high availability. To get a list of fault domains, use the listFaultDomainsoperation in the Identity and Access Management Service API.Example: [FAULT-DOMAIN-1, FAULT-DOMAIN-2, FAULT-DOMAIN-3] - Returns:
- the value
 
 - 
getPrimaryVnicSubnetspublic InstancePoolPlacementPrimarySubnet getPrimaryVnicSubnets() 
 - 
getSecondaryVnicSubnetspublic List<InstancePoolPlacementSecondaryVnicSubnet> getSecondaryVnicSubnets() The set of secondary VNIC data for instances in the pool.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-