You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/d/core_vlan.html.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ The following arguments are supported:
32
32
33
33
The following attributes are exported:
34
34
35
-
*`availability_domain` - The availability domain of the VLAN. Example: `Uocm:PHX-AD-1`
35
+
*`availability_domain` - The VLAN's availability domain. This attribute will be null if this is a regional VLAN rather than an AD-specific VLAN. Example: `Uocm:PHX-AD-1`
36
36
*`cidr_block` - The range of IPv4 addresses that will be used for layer 3 communication with hosts outside the VLAN. Example: `192.168.1.0/24`
37
37
*`compartment_id` - The OCID of the compartment containing the VLAN.
38
38
*`defined_tags` - Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
Copy file name to clipboardExpand all lines: website/docs/d/core_vlans.html.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ The following attributes are exported:
47
47
48
48
The following attributes are exported:
49
49
50
-
*`availability_domain` - The availability domain of the VLAN. Example: `Uocm:PHX-AD-1`
50
+
*`availability_domain` - The VLAN's availability domain. This attribute will be null if this is a regional VLAN rather than an AD-specific VLAN. Example: `Uocm:PHX-AD-1`
51
51
*`cidr_block` - The range of IPv4 addresses that will be used for layer 3 communication with hosts outside the VLAN. Example: `192.168.1.0/24`
52
52
*`compartment_id` - The OCID of the compartment containing the VLAN.
53
53
*`defined_tags` - Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
*`availability_domain` - (Required) The availability domain of the VLAN. Example: `Uocm:PHX-AD-1`
40
+
*`availability_domain` - (Optional) Controls whether the VLAN is regional or specific to an availability domain. A regional VLAN has the flexibility to implement failover across availability domains. Previously, all VLANs were AD-specific.
41
+
42
+
To create a regional VLAN, omit this attribute. Resources created subsequently in this VLAN (such as a Compute instance) can be created in any availability domain in the region.
43
+
44
+
To create an AD-specific VLAN, use this attribute to specify the availability domain. Resources created in this VLAN must be in that availability domain.
45
+
46
+
Example: `Uocm:PHX-AD-1`
41
47
*`cidr_block` - (Required) (Updatable) The range of IPv4 addresses that will be used for layer 3 communication with hosts outside the VLAN. The CIDR must maintain the following rules -
42
48
43
49
a. The CIDR block is valid and correctly formatted. b. The new range is within one of the parent VCN ranges.
@@ -61,7 +67,7 @@ Any change to a property that does not support update will force the destruction
61
67
62
68
The following attributes are exported:
63
69
64
-
*`availability_domain` - The availability domain of the VLAN. Example: `Uocm:PHX-AD-1`
70
+
*`availability_domain` - The VLAN's availability domain. This attribute will be null if this is a regional VLAN rather than an AD-specific VLAN. Example: `Uocm:PHX-AD-1`
65
71
*`cidr_block` - The range of IPv4 addresses that will be used for layer 3 communication with hosts outside the VLAN. Example: `192.168.1.0/24`
66
72
*`compartment_id` - The OCID of the compartment containing the VLAN.
67
73
*`defined_tags` - Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
0 commit comments