Class OciVcn
Oracle Cloud Infrastructure VCN basic information object. It is optional and planned to used for future for network anchor
Inherited Members
Namespace: Oci.MulticloudService.Models
Assembly: OCI.DotNetSDK.Multicloud.dll
Syntax
public class OciVcn
Properties
BackupCidrBlocks
Declaration
[JsonProperty(PropertyName = "backupCidrBlocks")]
public List<string> BackupCidrBlocks { get; set; }
Property Value
Type | Description |
---|---|
List<string> | Oracle Cloud Infrastructure backup cidr block. CSP can set this property It's optional only if disconnect anchor is allowed. IPv4 CIDR blocks for the VCN that meet the following criteria Type: [string (length: 1\u201332), ...] The CIDR blocks must be valid. They must not overlap with each other or with the on-premises network CIDR block. |
CidrBlocks
Declaration
[JsonProperty(PropertyName = "cidrBlocks")]
public List<string> CidrBlocks { get; set; }
Property Value
Type | Description |
---|---|
List<string> | Oracle Cloud Infrastructure primary cidr block. CSP can set this property It's optional only if disconnect anchor is allowed IPv4 CIDR blocks for the VCN that meet the following criteria Type: [string (length: 1\u201332), ...] The CIDR blocks must be valid. They must not overlap with each other or with the on-premises network CIDR block. |
DnsLabel
Declaration
[JsonProperty(PropertyName = "dnsLabel")]
public string DnsLabel { get; set; }
Property Value
Type | Description |
---|---|
string | Oracle Cloud Infrastructure DNS label. This is optional if DNS config is provided. |
VcnId
Declaration
[JsonProperty(PropertyName = "vcnId")]
public string VcnId { get; set; }
Property Value
Type | Description |
---|---|
string | Oracle Cloud Infrastructure VCN OCID. CSP can not set this property. |