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_dhcp_options.html.markdown
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,7 @@ The following attributes are exported:
53
53
*`compartment_id` - The OCID of the compartment containing the set of DHCP options.
54
54
*`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"}`
55
55
*`display_name` - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
56
+
*`domain_name_type` - The search domain name type of DHCP options
56
57
*`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"}`
57
58
*`id` - Oracle ID (OCID) for the set of DHCP options.
58
59
*`options` - The collection of individual DHCP options.
@@ -83,6 +84,7 @@ The following arguments are supported:
83
84
*`compartment_id` - (Required) (Updatable) The OCID of the compartment to contain the set of DHCP options.
84
85
*`defined_tags` - (Optional) (Updatable) 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"}`
85
86
*`display_name` - (Optional) (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
87
+
*`domain_name_type` - (Optional) (Updatable) The search domain name type of DHCP options
86
88
*`freeform_tags` - (Optional) (Updatable) 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"}`
87
89
*`options` - (Required) (Updatable) A set of DHCP options.
88
90
* `custom_dns_servers` - (Applicable when type=DomainNameServer) (Updatable) If you set `serverType` to `CustomDnsServer`, specify the IP address of at least one DNS server of your choice (three maximum).
@@ -109,6 +111,7 @@ The following attributes are exported:
109
111
*`compartment_id` - The OCID of the compartment containing the set of DHCP options.
110
112
*`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"}`
111
113
*`display_name` - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
114
+
*`domain_name_type` - The search domain name type of DHCP options
112
115
*`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"}`
113
116
*`id` - Oracle ID (OCID) for the set of DHCP options.
114
117
*`options` - The collection of individual DHCP options.
0 commit comments