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
<pclass="firstline">Lists SACAttachments in a given project and location.</p>
@@ -103,30 +103,30 @@ <h3>Method Details</h3>
103
103
<pre>Creates a new SACAttachment in a given project and location.
104
104
105
105
Args:
106
-
parent: string, Required. Value for parent. (required)
106
+
parent: string, Required. The parent, in the form `projects/{project}/locations/{location}`. (required)
107
107
body: object, The request body.
108
108
The object takes the form of:
109
109
110
-
{ # Configuration for an attachment within a SAC realm.
111
-
"country": "A String", # Optional. ISO-3166 alpha2 country code used for localization. Only used for Symantec's API today, and is optional even for gateways connected to Symantec, since Symantec applies a default if we don't specify it. Not case-sensitive, since it will be upper-cased when sending to Symantec API.
112
-
"createTime": "A String", # Output only. [Output only] Timestamp when the attachment was created.
110
+
{ # Represents a Secure Access Connect (SAC) Attachment resource. A Secure Access Connect attachment enables NCC Gateway to process traffic with an SSE product.
111
+
"country": "A String", # Optional. Case-insensitive ISO-3166 alpha-2 country code used for localization. Only valid for Symantec attachments.
112
+
"createTime": "A String", # Output only. Timestamp when the attachment was created.
113
113
"labels": { # Optional. Optional list of labels applied to the resource.
114
114
"a_key": "A String",
115
115
},
116
116
"name": "A String", # Identifier. Resource name, in the form `projects/{project}/locations/{location}/sacAttachments/{sac_attachment}`.
117
-
"nccGateway": "A String", # Required. Name of the NCC Gateway which connects to the attachment. ID or full URI can be specified. Full URI is stored either way,in the form `projects/{project}/locations/{location}/spokes/{ncc_gateway}`.
118
-
"sacRealm": "A String", # Required. Name of the SAC Realm which owns the attachment. The input can be either an ID for a full name. The output will always be the full name using project number instead of project ID. The format is `projects/{project_number}/locations/{location}/sacRealms/{sac_realm}`.
119
-
"state": "A String", # Output only. [Output only] State of the attachment.
120
-
"symantecOptions": { # Fields specific to SSEGWs connecting to Symantec Cloud SWG. # Optional. Required iff the associated realm is of type SYMANTEC_CLOUD_SWG.
121
-
"symantecLocationName": "A String", # Immutable. Name to be used for when creating a Location on the customer's behalf in Symantec's Location API. Required iff sac_realm uses SYMANTEC_CLOUD_SWG. Not to be confused with GCP locations.
122
-
"symantecSite": "A String", # Immutable. Symantec data center identifier that this Attachment will connect to. Required iff sac_realm uses SYMANTEC_CLOUD_SWG.
117
+
"nccGateway": "A String", # Required. NCC Gateway associated with the attachment. This can be input as an ID or a full resource name. The output always has the form `projects/{project_number}/locations/{location}/spokes/{ncc_gateway}`.
118
+
"sacRealm": "A String", # Required. SAC Realm which owns the attachment. This can be input as an ID or a full resource name. The output always has the form `projects/{project_number}/locations/{location}/sacRealms/{sac_realm}`.
119
+
"state": "A String", # Output only. State of the attachment.
120
+
"symantecOptions": { # Fields specific to attachments associated with Symantec Cloud SWG. # Optional. Configuration required for Symantec attachments.
121
+
"symantecLocationName": "A String", # Immutable. Name to be used when creating a location on the customer's behalf in Symantec's Location API. Not to be confused with GCP locations.
122
+
"symantecSite": "A String", # Immutable. Symantec data center identifier that this attachment will connect to.
123
123
},
124
-
"timeZone": "A String", # Optional. tzinfo identifier used for localization. Only used for Symantec's API today, and is optional even for gateways connected to Symantec, since Symantec applies a default if we don't specify it. Case sensitive.
125
-
"updateTime": "A String", # Output only. [Output only] Timestamp when the attachment was last updated.
124
+
"timeZone": "A String", # Optional. Case-sensitive tzinfo identifier used for localization. Only valid for Symantec attachments.
125
+
"updateTime": "A String", # Output only. Timestamp when the attachment was last updated.
126
126
}
127
127
128
128
requestId: string, Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
129
-
sacAttachmentId: string, Required. Id of the requesting object If auto-generating Id server-side, remove this field and sac_attachment_id from the method_signature of Create RPC
129
+
sacAttachmentId: string, Required. ID of the created attachment. The ID must be 1-63 characters long, and comply with RFC1035. Specifically, it must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
name: string, Required. Name of the resource (required)
164
+
name: string, Required. Name of the resource, in the form `projects/{project}/locations/{location}/sacAttachments/{sac_attachment}`. (required)
165
165
requestId: string, Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
name: string, Required. Name of the resource (required)
200
+
name: string, Required. Name of the resource, in the form `projects/{project}/locations/{location}/sacAttachments/{sac_attachment}`. (required)
201
201
x__xgafv: string, V1 error format.
202
202
Allowed values
203
203
1 - v1 error format
@@ -206,22 +206,22 @@ <h3>Method Details</h3>
206
206
Returns:
207
207
An object of the form:
208
208
209
-
{ # Configuration for an attachment within a SAC realm.
210
-
"country": "A String", # Optional. ISO-3166 alpha2 country code used for localization. Only used for Symantec's API today, and is optional even for gateways connected to Symantec, since Symantec applies a default if we don't specify it. Not case-sensitive, since it will be upper-cased when sending to Symantec API.
211
-
"createTime": "A String", # Output only. [Output only] Timestamp when the attachment was created.
209
+
{ # Represents a Secure Access Connect (SAC) Attachment resource. A Secure Access Connect attachment enables NCC Gateway to process traffic with an SSE product.
210
+
"country": "A String", # Optional. Case-insensitive ISO-3166 alpha-2 country code used for localization. Only valid for Symantec attachments.
211
+
"createTime": "A String", # Output only. Timestamp when the attachment was created.
212
212
"labels": { # Optional. Optional list of labels applied to the resource.
213
213
"a_key": "A String",
214
214
},
215
215
"name": "A String", # Identifier. Resource name, in the form `projects/{project}/locations/{location}/sacAttachments/{sac_attachment}`.
216
-
"nccGateway": "A String", # Required. Name of the NCC Gateway which connects to the attachment. ID or full URI can be specified. Full URI is stored either way,in the form `projects/{project}/locations/{location}/spokes/{ncc_gateway}`.
217
-
"sacRealm": "A String", # Required. Name of the SAC Realm which owns the attachment. The input can be either an ID for a full name. The output will always be the full name using project number instead of project ID. The format is `projects/{project_number}/locations/{location}/sacRealms/{sac_realm}`.
218
-
"state": "A String", # Output only. [Output only] State of the attachment.
219
-
"symantecOptions": { # Fields specific to SSEGWs connecting to Symantec Cloud SWG. # Optional. Required iff the associated realm is of type SYMANTEC_CLOUD_SWG.
220
-
"symantecLocationName": "A String", # Immutable. Name to be used for when creating a Location on the customer's behalf in Symantec's Location API. Required iff sac_realm uses SYMANTEC_CLOUD_SWG. Not to be confused with GCP locations.
221
-
"symantecSite": "A String", # Immutable. Symantec data center identifier that this Attachment will connect to. Required iff sac_realm uses SYMANTEC_CLOUD_SWG.
216
+
"nccGateway": "A String", # Required. NCC Gateway associated with the attachment. This can be input as an ID or a full resource name. The output always has the form `projects/{project_number}/locations/{location}/spokes/{ncc_gateway}`.
217
+
"sacRealm": "A String", # Required. SAC Realm which owns the attachment. This can be input as an ID or a full resource name. The output always has the form `projects/{project_number}/locations/{location}/sacRealms/{sac_realm}`.
218
+
"state": "A String", # Output only. State of the attachment.
219
+
"symantecOptions": { # Fields specific to attachments associated with Symantec Cloud SWG. # Optional. Configuration required for Symantec attachments.
220
+
"symantecLocationName": "A String", # Immutable. Name to be used when creating a location on the customer's behalf in Symantec's Location API. Not to be confused with GCP locations.
221
+
"symantecSite": "A String", # Immutable. Symantec data center identifier that this attachment will connect to.
222
222
},
223
-
"timeZone": "A String", # Optional. tzinfo identifier used for localization. Only used for Symantec's API today, and is optional even for gateways connected to Symantec, since Symantec applies a default if we don't specify it. Case sensitive.
224
-
"updateTime": "A String", # Output only. [Output only] Timestamp when the attachment was last updated.
223
+
"timeZone": "A String", # Optional. Case-sensitive tzinfo identifier used for localization. Only valid for Symantec attachments.
224
+
"updateTime": "A String", # Output only. Timestamp when the attachment was last updated.
225
225
}</pre>
226
226
</div>
227
227
@@ -230,9 +230,9 @@ <h3>Method Details</h3>
230
230
<pre>Lists SACAttachments in a given project and location.
231
231
232
232
Args:
233
-
parent: string, Required. Parent value for ListSACAttachmentsRequest (required)
234
-
filter: string, Optional. Filtering results
235
-
orderBy: string, Optional. Hint for how to order the results
233
+
parent: string, Required. The parent, in the form `projects/{project}/locations/{location}`. (required)
234
+
filter: string, Optional. An expression that filters the list of results.
235
+
orderBy: string, Optional. Sort the results by a certain order.
236
236
pageSize: integer, Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
237
237
pageToken: string, Optional. A token identifying a page of results the server should return.
238
238
x__xgafv: string, V1 error format.
@@ -243,25 +243,25 @@ <h3>Method Details</h3>
243
243
Returns:
244
244
An object of the form:
245
245
246
-
{ # Message for response to listing SACAttachments
246
+
{ # Response for `ListSACAttachments` method.
247
247
"nextPageToken": "A String", # A token identifying a page of results the server should return.
248
-
"sacAttachments": [ # The list of SACAttachments
249
-
{ # Configuration for an attachment within a SAC realm.
250
-
"country": "A String", # Optional. ISO-3166 alpha2 country code used for localization. Only used for Symantec's API today, and is optional even for gateways connected to Symantec, since Symantec applies a default if we don't specify it. Not case-sensitive, since it will be upper-cased when sending to Symantec API.
251
-
"createTime": "A String", # Output only. [Output only] Timestamp when the attachment was created.
248
+
"sacAttachments": [ # The list of SACAttachments.
249
+
{ # Represents a Secure Access Connect (SAC) Attachment resource. A Secure Access Connect attachment enables NCC Gateway to process traffic with an SSE product.
250
+
"country": "A String", # Optional. Case-insensitive ISO-3166 alpha-2 country code used for localization. Only valid for Symantec attachments.
251
+
"createTime": "A String", # Output only. Timestamp when the attachment was created.
252
252
"labels": { # Optional. Optional list of labels applied to the resource.
253
253
"a_key": "A String",
254
254
},
255
255
"name": "A String", # Identifier. Resource name, in the form `projects/{project}/locations/{location}/sacAttachments/{sac_attachment}`.
256
-
"nccGateway": "A String", # Required. Name of the NCC Gateway which connects to the attachment. ID or full URI can be specified. Full URI is stored either way,in the form `projects/{project}/locations/{location}/spokes/{ncc_gateway}`.
257
-
"sacRealm": "A String", # Required. Name of the SAC Realm which owns the attachment. The input can be either an ID for a full name. The output will always be the full name using project number instead of project ID. The format is `projects/{project_number}/locations/{location}/sacRealms/{sac_realm}`.
258
-
"state": "A String", # Output only. [Output only] State of the attachment.
259
-
"symantecOptions": { # Fields specific to SSEGWs connecting to Symantec Cloud SWG. # Optional. Required iff the associated realm is of type SYMANTEC_CLOUD_SWG.
260
-
"symantecLocationName": "A String", # Immutable. Name to be used for when creating a Location on the customer's behalf in Symantec's Location API. Required iff sac_realm uses SYMANTEC_CLOUD_SWG. Not to be confused with GCP locations.
261
-
"symantecSite": "A String", # Immutable. Symantec data center identifier that this Attachment will connect to. Required iff sac_realm uses SYMANTEC_CLOUD_SWG.
256
+
"nccGateway": "A String", # Required. NCC Gateway associated with the attachment. This can be input as an ID or a full resource name. The output always has the form `projects/{project_number}/locations/{location}/spokes/{ncc_gateway}`.
257
+
"sacRealm": "A String", # Required. SAC Realm which owns the attachment. This can be input as an ID or a full resource name. The output always has the form `projects/{project_number}/locations/{location}/sacRealms/{sac_realm}`.
258
+
"state": "A String", # Output only. State of the attachment.
259
+
"symantecOptions": { # Fields specific to attachments associated with Symantec Cloud SWG. # Optional. Configuration required for Symantec attachments.
260
+
"symantecLocationName": "A String", # Immutable. Name to be used when creating a location on the customer's behalf in Symantec's Location API. Not to be confused with GCP locations.
261
+
"symantecSite": "A String", # Immutable. Symantec data center identifier that this attachment will connect to.
262
262
},
263
-
"timeZone": "A String", # Optional. tzinfo identifier used for localization. Only used for Symantec's API today, and is optional even for gateways connected to Symantec, since Symantec applies a default if we don't specify it. Case sensitive.
264
-
"updateTime": "A String", # Output only. [Output only] Timestamp when the attachment was last updated.
263
+
"timeZone": "A String", # Optional. Case-sensitive tzinfo identifier used for localization. Only valid for Symantec attachments.
264
+
"updateTime": "A String", # Output only. Timestamp when the attachment was last updated.
265
265
},
266
266
],
267
267
"unreachable": [ # Locations that could not be reached.
0 commit comments