Class CreateInstancePoolPlacementConfigurationDetails
The location for where an instance pool will place instances.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class CreateInstancePoolPlacementConfigurationDetails
  Properties
AvailabilityDomain
Declaration
[Required(ErrorMessage = "AvailabilityDomain is required.")]
[JsonProperty(PropertyName = "availabilityDomain")]
public string AvailabilityDomain { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The availability domain to place instances.
  | 
      
Remarks
Required
FaultDomains
Declaration
[JsonProperty(PropertyName = "faultDomains")]
public List<string> FaultDomains { get; set; }
  Property Value
| Type | Description | 
|---|---|
| List<string> | The fault domains to place instances.
  | 
      
PrimarySubnetId
Declaration
[JsonProperty(PropertyName = "primarySubnetId")]
public string PrimarySubnetId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The OCID of the primary subnet in which to place instances. This field is deprecated.
Use   | 
      
PrimaryVnicSubnets
Declaration
[JsonProperty(PropertyName = "primaryVnicSubnets")]
public InstancePoolPlacementPrimarySubnet PrimaryVnicSubnets { get; set; }
  Property Value
| Type | Description | 
|---|---|
| InstancePoolPlacementPrimarySubnet | 
SecondaryVnicSubnets
Declaration
[JsonProperty(PropertyName = "secondaryVnicSubnets")]
public List<InstancePoolPlacementSecondaryVnicSubnet> SecondaryVnicSubnets { get; set; }
  Property Value
| Type | Description | 
|---|---|
| List<InstancePoolPlacementSecondaryVnicSubnet> | The set of secondary VNIC data for instances in the pool.  |