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: docs/dyn/servicenetworking_v1.services.dnsRecordSets.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -157,7 +157,7 @@ <h3>Method Details</h3>
157
157
parent: string, Required. Parent resource identifying the connection which owns this collection of DNS zones in the format services/{service}. (required)
158
158
consumerNetwork: string, Required. The consumer network containing the record set. Must be in the form of projects/{project}/global/networks/{network}
159
159
domain: string, Required. The domain name of the zone containing the recordset.
160
-
type: string, Required. RecordSet Type eg. type='A'. See the list of [Supported DNS Types](https://dns.corp.google.com/docs/overview).
160
+
type: string, Required. RecordSet Type eg. type='A'. See the list of [Supported DNS Types](https://cloud.google.com/dns/records/json-record).
<pclass="firstline">* Service producers can use this method to retrieve a list of available DNS zones in the shared producer host project and the matching peering zones in the consumer project. *</p>
<pclass="firstline">Service producers can use this method to remove private DNS zones in the shared producer host project and matching peering zones in the consumer project.</p>
<pre>* Service producers can use this method to retrieve a list of available DNS zones in the shared producer host project and the matching peering zones in the consumer project. *
142
-
143
-
Args:
144
-
parent: string, Required. Parent resource identifying the connection which owns this collection of DNS zones in the format services/{service}/projects/{project}/global/networks/{network} Service: The service that is managing connectivity for the service producer's organization. For Google services that support this functionality, this value is `servicenetworking.googleapis.com`. Projects: the consumer project containing the consumer network. Network: The consumer network accessible from the tenant project. (required)
145
-
x__xgafv: string, V1 error format.
146
-
Allowed values
147
-
1 - v1 error format
148
-
2 - v2 error format
149
-
150
-
Returns:
151
-
An object of the form:
152
-
153
-
{ # Represents all DNS zones in the shared producer host project and the matching peering zones in the consumer project.
154
-
"dnsZonePairs": [ # All pairs of private DNS zones in the shared producer host project and the matching peering zones in the consumer project..
155
-
{ # * Represents a pair of private and peering DNS zone resources. *
156
-
"consumerPeeringZone": { # Represents a DNS zone resource. # The DNS peering zone in the consumer project.
157
-
"dnsSuffix": "A String", # The DNS name suffix of this zone e.g. `example.com.`. Cloud DNS requires that a DNS suffix ends with a trailing dot.
158
-
"name": "A String", # User assigned name for this resource. Must be unique within the project. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.
159
-
},
160
-
"producerPrivateZone": { # Represents a DNS zone resource. # The private DNS zone in the shared producer host project.
161
-
"dnsSuffix": "A String", # The DNS name suffix of this zone e.g. `example.com.`. Cloud DNS requires that a DNS suffix ends with a trailing dot.
162
-
"name": "A String", # User assigned name for this resource. Must be unique within the project. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.
<pre>Service producers can use this method to remove private DNS zones in the shared producer host project and matching peering zones in the consumer project.
<pclass="firstline">Service producers can use this method to retrieve a DNS zone in the shared producer host project and the matching peering zones in consumer project</p>
<pclass="firstline">* Service producers can use this method to retrieve a list of available DNS zones in the shared producer host project and the matching peering zones in the consumer project. *</p>
<pre>Service producers can use this method to retrieve a DNS zone in the shared producer host project and the matching peering zones in consumer project
95
+
96
+
Args:
97
+
name: string, Required. The network that the consumer is using to connect with services. Must be in the form of services/{service}/projects/{project}/global/networks/{network}/zones/{zoneName} Where {service} is the peering service that is managing connectivity for the service producer's organization. For Google services that support this {project} is the project number, as in '12345' {network} is the network name. {zoneName} is the DNS zone name (required)
98
+
x__xgafv: string, V1 error format.
99
+
Allowed values
100
+
1 - v1 error format
101
+
2 - v2 error format
102
+
103
+
Returns:
104
+
An object of the form:
105
+
106
+
{ # Represents managed DNS zones created in the shared Producer host and consumer projects.
107
+
"consumerPeeringZone": { # Represents a DNS zone resource. # The DNS peering zone created in the consumer project.
108
+
"dnsSuffix": "A String", # The DNS name suffix of this zone e.g. `example.com.`. Cloud DNS requires that a DNS suffix ends with a trailing dot.
109
+
"name": "A String", # User assigned name for this resource. Must be unique within the project. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.
110
+
},
111
+
"producerPrivateZone": { # Represents a DNS zone resource. # The private DNS zone created in the shared producer host project.
112
+
"dnsSuffix": "A String", # The DNS name suffix of this zone e.g. `example.com.`. Cloud DNS requires that a DNS suffix ends with a trailing dot.
113
+
"name": "A String", # User assigned name for this resource. Must be unique within the project. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.
<pre>* Service producers can use this method to retrieve a list of available DNS zones in the shared producer host project and the matching peering zones in the consumer project. *
121
+
122
+
Args:
123
+
parent: string, Required. Parent resource identifying the connection which owns this collection of DNS zones in the format services/{service}/projects/{project}/global/networks/{network} Service: The service that is managing connectivity for the service producer's organization. For Google services that support this functionality, this value is `servicenetworking.googleapis.com`. Projects: the consumer project containing the consumer network. Network: The consumer network accessible from the tenant project. (required)
124
+
x__xgafv: string, V1 error format.
125
+
Allowed values
126
+
1 - v1 error format
127
+
2 - v2 error format
128
+
129
+
Returns:
130
+
An object of the form:
131
+
132
+
{ # Represents all DNS zones in the shared producer host project and the matching peering zones in the consumer project.
133
+
"dnsZonePairs": [ # All pairs of private DNS zones in the shared producer host project and the matching peering zones in the consumer project..
134
+
{ # * Represents a pair of private and peering DNS zone resources. *
135
+
"consumerPeeringZone": { # Represents a DNS zone resource. # The DNS peering zone in the consumer project.
136
+
"dnsSuffix": "A String", # The DNS name suffix of this zone e.g. `example.com.`. Cloud DNS requires that a DNS suffix ends with a trailing dot.
137
+
"name": "A String", # User assigned name for this resource. Must be unique within the project. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.
138
+
},
139
+
"producerPrivateZone": { # Represents a DNS zone resource. # The private DNS zone in the shared producer host project.
140
+
"dnsSuffix": "A String", # The DNS name suffix of this zone e.g. `example.com.`. Cloud DNS requires that a DNS suffix ends with a trailing dot.
141
+
"name": "A String", # User assigned name for this resource. Must be unique within the project. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.
0 commit comments