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
@@ -26,20 +34,23 @@ data "oci_core_cpe_device_shape" "test_cpe_device_shape" {
26
34
27
35
The following arguments are supported:
28
36
29
-
*`cpe_device_shape_id` - (Required) The OCID of the CPE device shape.
37
+
*`cpe_device_shape_id` - (Required) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the CPE device shape.
30
38
31
39
32
40
## Attributes Reference
33
41
34
42
The following attributes are exported:
35
43
36
-
*`cpe_device_info` - customer premise equipment hardware information
37
-
* `platform_software_version` - The CPE's vendor/platform version
38
-
* `vendor` - The CPE's hardware information
39
-
*`cpe_device_shape_id` - The CPE device type's unique identifier.
40
-
*`parameters` - list of questions to ask to cusomter regarding their cpe device in order to generate their cpe device config
41
-
* `display_name` -
42
-
* `explanation` -
43
-
* `key` -
44
-
*`template` - the template that will be combined together with customer input to render customer cpe device configuration
44
+
*`cpe_device_info` - Basic information about this particular CPE device type.
45
+
* `platform_software_version` - The platform or software version of the CPE device.
46
+
* `vendor` - The vendor that makes the CPE device.
47
+
*`cpe_device_shape_id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the CPE device shape. This value uniquely identifies the type of CPE device.
48
+
*`parameters` - For certain CPE devices types, the customer can provide answers to questions that are specific to the device type. This attribute contains a list of those questions. The Networking service merges the answers with other information and renders a set of CPE configuration content. To provide the answers, use [UpdateTunnelCpeDeviceConfig](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/TunnelCpeDeviceConfig/UpdateTunnelCpeDeviceConfig).
49
+
* `display_name` - A descriptive label for the question (for example, to display in a form in a graphical interface).
50
+
* `explanation` - A description or explanation of the question, to help the customer answer accurately.
51
+
* `key` - A string that identifies the question.
52
+
*`template` - A template of CPE device configuration information that will be merged with the customer's answers to the questions to render the final CPE device configuration content. Also see:
@@ -36,13 +48,16 @@ The following attributes are exported:
36
48
37
49
The following attributes are exported:
38
50
39
-
*`cpe_device_info` - customer premise equipment hardware information
40
-
* `platform_software_version` - The CPE's vendor/platform version
41
-
* `vendor` - The CPE's hardware information
42
-
*`cpe_device_shape_id` - The CPE device type's unique identifier.
43
-
*`parameters` - list of questions to ask to cusomter regarding their cpe device in order to generate their cpe device config
44
-
* `display_name` -
45
-
* `explanation` -
46
-
* `key` -
47
-
*`template` - the template that will be combined together with customer input to render customer cpe device configuration
51
+
*`cpe_device_info` - Basic information about this particular CPE device type.
52
+
* `platform_software_version` - The platform or software version of the CPE device.
53
+
* `vendor` - The vendor that makes the CPE device.
54
+
*`cpe_device_shape_id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the CPE device shape. This value uniquely identifies the type of CPE device.
55
+
*`parameters` - For certain CPE devices types, the customer can provide answers to questions that are specific to the device type. This attribute contains a list of those questions. The Networking service merges the answers with other information and renders a set of CPE configuration content. To provide the answers, use [UpdateTunnelCpeDeviceConfig](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/TunnelCpeDeviceConfig/UpdateTunnelCpeDeviceConfig).
56
+
* `display_name` - A descriptive label for the question (for example, to display in a form in a graphical interface).
57
+
* `explanation` - A description or explanation of the question, to help the customer answer accurately.
58
+
* `key` - A string that identifies the question.
59
+
*`template` - A template of CPE device configuration information that will be merged with the customer's answers to the questions to render the final CPE device configuration content. Also see:
Copy file name to clipboardExpand all lines: website/docs/d/core_cpes.html.markdown
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,13 @@ The following attributes are exported:
40
40
The following attributes are exported:
41
41
42
42
*`compartment_id` - The OCID of the compartment containing the CPE.
43
-
*`cpe_device_shape_id` - The CPE device type's unique identifier.
43
+
*`cpe_device_shape_id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the CPE's device type. The Networking service maintains a general list of CPE device types (for example, Cisco ASA). For each type, Oracle provides CPE configuration content that can help a network engineer configure the CPE. The OCID uniquely identifies the type of device. To get the OCIDs for the device types on the list, see [ListCpeDeviceShapes](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/CpeDeviceShapeSummary/ListCpeDeviceShapes).
44
+
45
+
For information about how to generate CPE configuration content for a CPE device type, see:
*`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"}`
45
51
*`display_name` - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
46
52
*`freeform_tags` - Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
Copy file name to clipboardExpand all lines: website/docs/d/core_network_security_group_security_rules.html.markdown
+2-2Lines changed: 2 additions & 2 deletions
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
*`destination` - Conceptually, this is the range of IP addresses that a packet originating from the instance can go to.
48
48
49
49
Allowed values:
50
-
* An IP address range in CIDR notation. For example: `192.168.1.0/24` or `2001:0db8:0123:45::/56` Note that IPv6 addressing is currently supported only in the Government Cloud.
50
+
* An IP address range in CIDR notation. For example: `192.168.1.0/24` or `2001:0db8:0123:45::/56` Note that IPv6 addressing is currently supported only in certain regions. See [IPv6 Addresses](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/ipv6.htm).
51
51
* The `cidrBlock` value for a [Service](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/Service/), if you're setting up a security rule for traffic destined for a particular `Service` through a service gateway. For example: `oci-phx-objectstorage`.
52
52
* The OCID of a [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/NetworkSecurityGroup/) in the same VCN. The value can be the NSG that the rule belongs to if the rule's intent is to control traffic between VNICs in the same NSG.
53
53
*`destination_type` - Type of destination for the rule. Required if `direction` = `EGRESS`.
@@ -70,7 +70,7 @@ The following attributes are exported:
70
70
*`source` - Conceptually, this is the range of IP addresses that a packet coming into the instance can come from.
71
71
72
72
Allowed values:
73
-
* An IP address range in CIDR notation. For example: `192.168.1.0/24` or `2001:0db8:0123:45::/56` Note that IPv6 addressing is currently supported only in the Government Cloud.
73
+
* An IP address range in CIDR notation. For example: `192.168.1.0/24` or `2001:0db8:0123:45::/56` Note that IPv6 addressing is currently supported only in certain regions. See [IPv6 Addresses](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/ipv6.htm).
74
74
* The `cidrBlock` value for a [Service](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/Service/), if you're setting up a security rule for traffic coming from a particular `Service` through a service gateway. For example: `oci-phx-objectstorage`.
75
75
* The OCID of a [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/NetworkSecurityGroup/) in the same VCN. The value can be the NSG that the rule belongs to if the rule's intent is to control traffic between VNICs in the same NSG.
76
76
*`source_type` - Type of source for the rule. Required if `direction` = `INGRESS`.
Copy file name to clipboardExpand all lines: website/docs/d/core_route_tables.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
@@ -66,7 +66,7 @@ The following attributes are exported:
66
66
* `destination` - Conceptually, this is the range of IP addresses used for matching when routing traffic. Required if you provide a `destinationType`.
67
67
68
68
Allowed values:
69
-
* IP address range in CIDR notation. Can be an IPv4 or IPv6 CIDR. For example: `192.168.1.0/24` or `2001:0db8:0123:45::/56`. If you set this to an IPv6 CIDR, the route rule's target can only be a DRG or internet gateway. Note that IPv6 addressing is currently supported only in the Government Cloud.
69
+
* IP address range in CIDR notation. Can be an IPv4 or IPv6 CIDR. For example: `192.168.1.0/24` or `2001:0db8:0123:45::/56`. If you set this to an IPv6 CIDR, the route rule's target can only be a DRG or internet gateway. Note that IPv6 addressing is currently supported only in certain regions. See [IPv6 Addresses](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/ipv6.htm).
70
70
* The `cidrBlock` value for a [Service](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/Service/), if you're setting up a route rule for traffic destined for a particular `Service` through a service gateway. For example: `oci-phx-objectstorage`.
71
71
* `destination_type` - Type of destination for the rule. Required if you provide a `destination`.
72
72
* `CIDR_BLOCK`: If the rule's `destination` is an IP address range in CIDR notation.
Copy file name to clipboardExpand all lines: website/docs/d/core_security_lists.html.markdown
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ The following attributes are exported:
55
55
* `destination` - Conceptually, this is the range of IP addresses that a packet originating from the instance can go to.
56
56
57
57
Allowed values:
58
-
* IP address range in CIDR notation. For example: `192.168.1.0/24` or `2001:0db8:0123:45::/56` Note that IPv6 addressing is currently supported only in the Government Cloud.
58
+
* IP address range in CIDR notation. For example: `192.168.1.0/24` or `2001:0db8:0123:45::/56` Note that IPv6 addressing is currently supported only in certain regions. See [IPv6 Addresses](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/ipv6.htm).
59
59
* The `cidrBlock` value for a [Service](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/Service/), if you're setting up a security list rule for traffic destined for a particular `Service` through a service gateway. For example: `oci-phx-objectstorage`.
60
60
* `destination_type` - Type of destination for the rule. The default is `CIDR_BLOCK`.
61
61
@@ -100,7 +100,7 @@ The following attributes are exported:
100
100
* `source` - Conceptually, this is the range of IP addresses that a packet coming into the instance can come from.
101
101
102
102
Allowed values:
103
-
* IP address range in CIDR notation. For example: `192.168.1.0/24` or `2001:0db8:0123:45::/56`. Note that IPv6 addressing is currently supported only in the Government Cloud.
103
+
* IP address range in CIDR notation. For example: `192.168.1.0/24` or `2001:0db8:0123:45::/56`. Note that IPv6 addressing is currently supported only in certain regions. See [IPv6 Addresses](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/ipv6.htm).
104
104
* The `cidrBlock` value for a [Service](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/Service/), if you're setting up a security list rule for traffic coming from a particular `Service` through a service gateway. For example: `oci-phx-objectstorage`.
105
105
* `source_type` - Type of source for the rule. The default is `CIDR_BLOCK`.
106
106
* `CIDR_BLOCK`: If the rule's `source` is an IP address range in CIDR notation.
Copy file name to clipboardExpand all lines: website/docs/d/core_subnet.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
Example: `subnet123`
48
48
*`freeform_tags` - Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
49
49
*`id` - The subnet's Oracle ID (OCID).
50
-
*`ipv6cidr_block` - For an IPv6-enabled subnet, this is the IPv6 CIDR block for the subnet's private IP address space. The subnet size is always /64. Note that IPv6 addressing is currently supported only in the Government Cloud. Example: `2001:0db8:0123:1111::/64`
50
+
*`ipv6cidr_block` - For an IPv6-enabled subnet, this is the IPv6 CIDR block for the subnet's private IP address space. The subnet size is always /64. Note that IPv6 addressing is currently supported only in certain regions. See [IPv6 Addresses](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/ipv6.htm). Example: `2001:0db8:0123:1111::/64`
51
51
*`ipv6public_cidr_block` - For an IPv6-enabled subnet, this is the IPv6 CIDR block for the subnet's public IP address space. The subnet size is always /64. The left 48 bits are inherited from the `ipv6PublicCidrBlock` of the [Vcn](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/Vcn/), and the remaining 16 bits are from the subnet's `ipv6CidrBlock`. Example: `2001:0db8:0123:1111::/64`
52
52
*`ipv6virtual_router_ip` - For an IPv6-enabled subnet, this is the IPv6 address of the virtual router. Example: `2001:0db8:0123:1111:89ab:cdef:1234:5678`
53
53
*`prohibit_public_ip_on_vnic` - Whether VNICs within this subnet can have public IP addresses. Defaults to false, which means VNICs created in this subnet will automatically be assigned public IP addresses unless specified otherwise during instance launch or VNIC creation (with the `assignPublicIp` flag in [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/CreateVnicDetails/)). If `prohibitPublicIpOnVnic` is set to true, VNICs created in this subnet cannot have public IP addresses (that is, it's a private subnet). Example: `true`
0 commit comments