Class NetworkConfig
Additional configuration of the user's network.
Inherited Members
Namespace: Oci.BdsService.Models
Assembly: OCI.DotNetSDK.Bds.dll
Syntax
public class NetworkConfigProperties
CidrBlock
Declaration
[JsonProperty(PropertyName = "cidrBlock")]
public string CidrBlock { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The CIDR IP address block of the VCN. | 
IsNatGatewayRequired
Declaration
[JsonProperty(PropertyName = "isNatGatewayRequired")]
public bool? IsNatGatewayRequired { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | A boolean flag whether to configure a NAT gateway. |