Class PlacementConfiguration
The information of virtual node placement in the virtual node pool.
Inherited Members
Namespace: Oci.ContainerengineService.Models
Assembly: OCI.DotNetSDK.Containerengine.dll
Syntax
public class PlacementConfigurationProperties
AvailabilityDomain
Declaration
[JsonProperty(PropertyName = "availabilityDomain")]
public string AvailabilityDomain { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The availability domain in which to place virtual nodes. Example: Uocm:PHX-AD-1 | 
FaultDomain
Declaration
[JsonProperty(PropertyName = "faultDomain")]
public List<string> FaultDomain { get; set; }Property Value
| Type | Description | 
|---|---|
| List<string> | The fault domain of this virtual node. | 
SubnetId
Declaration
[JsonProperty(PropertyName = "subnetId")]
public string SubnetId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the subnet in which to place virtual nodes. |