Skip to content

Commit 0e4d308

Browse files
varmax2511abhilash-av
authored andcommitted
DNS api spec updated to version 2.0.28
1 parent b7973e1 commit 0e4d308

11 files changed

+234
-188
lines changed

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
- Support for importing Buckets and Pre-authenticated requests in Object Storage
55
- Support glob inclusion and exclusion patterns for object names allowed in Object Storage Lifecycle
66

7-
87
### Fixed
98
- Import functionality for Objects in Object Storage
109

@@ -14,7 +13,6 @@
1413
- Support for cloning of Autonomous Databases
1514
- Support for node metadata in container engine node pool
1615
- Support for Data Guard Associations for databases
17-
- Support glob inclusion and exclusion patterns for object names allowed in Object Storage Lifecycle Policies rules
1816

1917
## 3.18.0 (March 13, 2019)
2018

oci/dns_steering_policy_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ var (
5454
"template": Representation{repType: Required, create: `CUSTOM`},
5555
"answers": RepresentationGroup{Optional, steeringPolicyAnswersRepresentation},
5656
"defined_tags": Representation{repType: Optional, create: `${map("${oci_identity_tag_namespace.tag-namespace1.name}.${oci_identity_tag.tag1.name}", "value")}`, update: `${map("${oci_identity_tag_namespace.tag-namespace1.name}.${oci_identity_tag.tag1.name}", "updatedValue")}`},
57-
"freeform_tags": Representation{repType: Optional, create: map[string]string{"bar-key": "value"}, update: map[string]string{"Department": "Accounting"}},
57+
"freeform_tags": Representation{repType: Optional, create: map[string]string{"freeformTags": "freeformTags"}, update: map[string]string{"freeformTags2": "freeformTags2"}},
5858
"health_check_monitor_id": Representation{repType: Optional, create: `${oci_health_checks_http_monitor.test_http_monitor.id}`},
5959
"rules": []RepresentationGroup{
6060
{Optional, steeringPolicyRulesFilterRuleTypeRepresentation},

oci/dns_zone_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ var (
5656
"zone_type": Representation{repType: Required, create: `PRIMARY`},
5757
"defined_tags": Representation{repType: Optional, create: `${map("${oci_identity_tag_namespace.tag-namespace1.name}.${oci_identity_tag.tag1.name}", "value")}`, update: `${map("${oci_identity_tag_namespace.tag-namespace1.name}.${oci_identity_tag.tag1.name}", "updatedValue")}`},
5858
"external_masters": RepresentationGroup{Optional, zoneExternalMastersRepresentation},
59-
"freeform_tags": Representation{repType: Optional, create: map[string]string{"bar-key": "value"}, update: map[string]string{"Department": "Accounting"}},
59+
"freeform_tags": Representation{repType: Optional, create: map[string]string{"freeformTags": "freeformTags"}, update: map[string]string{"freeformTags2": "freeformTags2"}},
6060
}
6161
zoneRepresentation = getUpdatedRepresentationCopy("zone_type", "SECONDARY", zoneRepresentationPrimary)
6262

website/docs/d/dns_steering_policies.html.markdown

Lines changed: 50 additions & 42 deletions
Large diffs are not rendered by default.

website/docs/d/dns_steering_policy.html.markdown

Lines changed: 48 additions & 40 deletions
Large diffs are not rendered by default.

website/docs/d/dns_steering_policy_attachment.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ The following arguments are supported:
3333
The following attributes are exported:
3434

3535
* `compartment_id` - The OCID of the compartment containing the steering policy attachment.
36-
* `display_name` - A user-friendly name for the steering policy attachment. Does not have to be unique, and it's changeable. Avoid entering confidential information.
36+
* `display_name` - A user-friendly name for the steering policy attachment. Does not have to be unique and can be changed. Avoid entering confidential information.
3737
* `domain_name` - The attached domain within the attached zone.
3838
* `id` - The OCID of the resource.
3939
* `rtypes` - The record types covered by the attachment at the domain. The set of record types is determined by aggregating the record types from the answers defined in the steering policy.
4040
* `self` - The canonical absolute URL of the resource.
4141
* `state` - The current state of the resource.
4242
* `steering_policy_id` - The OCID of the attached steering policy.
43-
* `time_created` - The date and time the resource was created in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
43+
* `time_created` - The date and time the resource was created, expressed in RFC 3339 timestamp format.
4444

4545
**Example:** `2016-07-22T17:23:59:60Z`
4646
* `zone_id` - The OCID of the attached zone.

website/docs/d/dns_steering_policy_attachments.html.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ The following arguments are supported:
4242
* `domain_contains` - (Optional) Search by domain. Will match any record whose domain (case-insensitive) contains the provided value.
4343
* `id` - (Optional) The OCID of a resource.
4444
* `state` - (Optional) The state of a resource.
45-
* `steering_policy_id` - (Optional) Search by steering policy OCID. Will match any resource whose steering policy id matches the provided value.
45+
* `steering_policy_id` - (Optional) Search by steering policy OCID. Will match any resource whose steering policy ID matches the provided value.
4646
* `time_created_greater_than_or_equal_to` - (Optional) An [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) timestamp that states all returned resources were created on or after the indicated time.
4747
* `time_created_less_than` - (Optional) An [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) timestamp that states all returned resources were created before the indicated time.
48-
* `zone_id` - (Optional) Search by zone OCID. Will match any resource whose zone id matches the provided value.
48+
* `zone_id` - (Optional) Search by zone OCID. Will match any resource whose zone ID matches the provided value.
4949

5050

5151
## Attributes Reference
@@ -59,14 +59,14 @@ The following attributes are exported:
5959
The following attributes are exported:
6060

6161
* `compartment_id` - The OCID of the compartment containing the steering policy attachment.
62-
* `display_name` - A user-friendly name for the steering policy attachment. Does not have to be unique, and it's changeable. Avoid entering confidential information.
62+
* `display_name` - A user-friendly name for the steering policy attachment. Does not have to be unique and can be changed. Avoid entering confidential information.
6363
* `domain_name` - The attached domain within the attached zone.
6464
* `id` - The OCID of the resource.
6565
* `rtypes` - The record types covered by the attachment at the domain. The set of record types is determined by aggregating the record types from the answers defined in the steering policy.
6666
* `self` - The canonical absolute URL of the resource.
6767
* `state` - The current state of the resource.
6868
* `steering_policy_id` - The OCID of the attached steering policy.
69-
* `time_created` - The date and time the resource was created in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
69+
* `time_created` - The date and time the resource was created, expressed in RFC 3339 timestamp format.
7070

7171
**Example:** `2016-07-22T17:23:59:60Z`
7272
* `zone_id` - The OCID of the attached zone.

website/docs/d/dns_zones.html.markdown

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,19 @@ The following attributes are exported:
5656
The following attributes are exported:
5757

5858
* `compartment_id` - The OCID of the compartment containing the zone.
59-
* `defined_tags` - Usage of predefined tag keys. These predefined keys are scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
59+
* `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).
60+
61+
**Example:** `{"Operations.CostCenter": "42"}`
6062
* `external_masters` - External master servers for the zone. `externalMasters` becomes a required parameter when the `zoneType` value is `SECONDARY`.
6163
* `address` - The server's IP address (IPv4 or IPv6).
6264
* `port` - The server's port. Port value must be a value of 53, otherwise omit the port value.
6365
* `tsig` - A TSIG key
6466
* `algorithm` - TSIG Algorithms are encoded as domain names, but most consist of only one non-empty label, which is not required to be explicitly absolute. Applicable algorithms include: hmac-sha1, hmac-sha224, hmac-sha256, hmac-sha512. For more information on these algorithms, see [RFC 4635](https://tools.ietf.org/html/rfc4635#section-2).
6567
* `name` - A domain name identifying the key for a given pair of hosts.
6668
* `secret` - A base64 string encoding the binary shared secret.
67-
* `freeform_tags` - Simple key-value pair that is applied without any predefined name, type, or scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
69+
* `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).
70+
71+
**Example:** `{"Department": "Finance"}`
6872
* `id` - The OCID of the zone.
6973
* `name` - The name of the zone.
7074
* `nameservers` - The authoritative nameservers for the zone.

0 commit comments

Comments
 (0)