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/networkmanagement_v1.projects.locations.global_.connectivityTests.html
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@ <h3>Method Details</h3>
153
153
"labels": { # Resource labels to represent user-provided metadata.
154
154
"a_key": "A String",
155
155
},
156
-
"name": "A String", # Required. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}`
156
+
"name": "A String", # Identifier. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}`
157
157
"probingDetails": { # Results of active probing from the last run of the test. # Output only. The probing details of this test from the latest run, present for applicable tests only. The details are updated when creating a new test, updating an existing test, or triggering a one-time rerun of an existing test.
158
158
"abortCause": "A String", # The reason probing was aborted.
159
159
"destinationEgressLocation": { # Representation of a network edge location as per https://cloud.google.com/vpc/docs/edge-locations. # The EdgeLocation from which a packet destined for/originating from the internet will egress/ingress the Google network. This will only be populated for a connectivity test which has an internet destination/source address. The absence of this field *must not* be used as an indication that the destination/source is part of the Google network.
@@ -592,7 +592,7 @@ <h3>Method Details</h3>
592
592
"labels": { # Resource labels to represent user-provided metadata.
593
593
"a_key": "A String",
594
594
},
595
-
"name": "A String", # Required. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}`
595
+
"name": "A String", # Identifier. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}`
596
596
"probingDetails": { # Results of active probing from the last run of the test. # Output only. The probing details of this test from the latest run, present for applicable tests only. The details are updated when creating a new test, updating an existing test, or triggering a one-time rerun of an existing test.
597
597
"abortCause": "A String", # The reason probing was aborted.
598
598
"destinationEgressLocation": { # Representation of a network edge location as per https://cloud.google.com/vpc/docs/edge-locations. # The EdgeLocation from which a packet destined for/originating from the internet will egress/ingress the Google network. This will only be populated for a connectivity test which has an internet destination/source address. The absence of this field *must not* be used as an indication that the destination/source is part of the Google network.
@@ -1022,7 +1022,7 @@ <h3>Method Details</h3>
1022
1022
"labels": { # Resource labels to represent user-provided metadata.
1023
1023
"a_key": "A String",
1024
1024
},
1025
-
"name": "A String", # Required. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}`
1025
+
"name": "A String", # Identifier. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}`
1026
1026
"probingDetails": { # Results of active probing from the last run of the test. # Output only. The probing details of this test from the latest run, present for applicable tests only. The details are updated when creating a new test, updating an existing test, or triggering a one-time rerun of an existing test.
1027
1027
"abortCause": "A String", # The reason probing was aborted.
1028
1028
"destinationEgressLocation": { # Representation of a network edge location as per https://cloud.google.com/vpc/docs/edge-locations. # The EdgeLocation from which a packet destined for/originating from the internet will egress/ingress the Google network. This will only be populated for a connectivity test which has an internet destination/source address. The absence of this field *must not* be used as an indication that the destination/source is part of the Google network.
@@ -1376,7 +1376,7 @@ <h3>Method Details</h3>
1376
1376
<pre>Updates the configuration of an existing `ConnectivityTest`. After you update a test, the reachability analysis is performed as part of the long running operation, which completes when the analysis completes. The Reachability state in the test resource is updated with the new result. If the endpoint specifications in `ConnectivityTest` are invalid (for example, they contain non-existent resources in the network, or the user does not have read permissions to the network configurations of listed projects), then the reachability result returns a value of UNKNOWN. If the endpoint specifications in `ConnectivityTest` are incomplete, the reachability result returns a value of `AMBIGUOUS`. See the documentation in `ConnectivityTest` for more details.
1377
1377
1378
1378
Args:
1379
-
name: string, Required. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}` (required)
1379
+
name: string, Identifier. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}` (required)
1380
1380
body: object, The request body.
1381
1381
The object takes the form of:
1382
1382
@@ -1411,7 +1411,7 @@ <h3>Method Details</h3>
1411
1411
"labels": { # Resource labels to represent user-provided metadata.
1412
1412
"a_key": "A String",
1413
1413
},
1414
-
"name": "A String", # Required. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}`
1414
+
"name": "A String", # Identifier. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}`
1415
1415
"probingDetails": { # Results of active probing from the last run of the test. # Output only. The probing details of this test from the latest run, present for applicable tests only. The details are updated when creating a new test, updating an existing test, or triggering a one-time rerun of an existing test.
1416
1416
"abortCause": "A String", # The reason probing was aborted.
1417
1417
"destinationEgressLocation": { # Representation of a network edge location as per https://cloud.google.com/vpc/docs/edge-locations. # The EdgeLocation from which a packet destined for/originating from the internet will egress/ingress the Google network. This will only be populated for a connectivity test which has an internet destination/source address. The absence of this field *must not* be used as an indication that the destination/source is part of the Google network.
Copy file name to clipboardExpand all lines: docs/dyn/networkmanagement_v1beta1.projects.locations.global_.connectivityTests.html
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@ <h3>Method Details</h3>
153
153
"labels": { # Resource labels to represent user-provided metadata.
154
154
"a_key": "A String",
155
155
},
156
-
"name": "A String", # Required. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test}`
156
+
"name": "A String", # Identifier. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test}`
157
157
"probingDetails": { # Results of active probing from the last run of the test. # Output only. The probing details of this test from the latest run, present for applicable tests only. The details are updated when creating a new test, updating an existing test, or triggering a one-time rerun of an existing test.
158
158
"abortCause": "A String", # The reason probing was aborted.
159
159
"destinationEgressLocation": { # Representation of a network edge location as per https://cloud.google.com/vpc/docs/edge-locations. # The EdgeLocation from which a packet destined for/originating from the internet will egress/ingress the Google network. This will only be populated for a connectivity test which has an internet destination/source address. The absence of this field *must not* be used as an indication that the destination/source is part of the Google network.
@@ -592,7 +592,7 @@ <h3>Method Details</h3>
592
592
"labels": { # Resource labels to represent user-provided metadata.
593
593
"a_key": "A String",
594
594
},
595
-
"name": "A String", # Required. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test}`
595
+
"name": "A String", # Identifier. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test}`
596
596
"probingDetails": { # Results of active probing from the last run of the test. # Output only. The probing details of this test from the latest run, present for applicable tests only. The details are updated when creating a new test, updating an existing test, or triggering a one-time rerun of an existing test.
597
597
"abortCause": "A String", # The reason probing was aborted.
598
598
"destinationEgressLocation": { # Representation of a network edge location as per https://cloud.google.com/vpc/docs/edge-locations. # The EdgeLocation from which a packet destined for/originating from the internet will egress/ingress the Google network. This will only be populated for a connectivity test which has an internet destination/source address. The absence of this field *must not* be used as an indication that the destination/source is part of the Google network.
@@ -1022,7 +1022,7 @@ <h3>Method Details</h3>
1022
1022
"labels": { # Resource labels to represent user-provided metadata.
1023
1023
"a_key": "A String",
1024
1024
},
1025
-
"name": "A String", # Required. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test}`
1025
+
"name": "A String", # Identifier. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test}`
1026
1026
"probingDetails": { # Results of active probing from the last run of the test. # Output only. The probing details of this test from the latest run, present for applicable tests only. The details are updated when creating a new test, updating an existing test, or triggering a one-time rerun of an existing test.
1027
1027
"abortCause": "A String", # The reason probing was aborted.
1028
1028
"destinationEgressLocation": { # Representation of a network edge location as per https://cloud.google.com/vpc/docs/edge-locations. # The EdgeLocation from which a packet destined for/originating from the internet will egress/ingress the Google network. This will only be populated for a connectivity test which has an internet destination/source address. The absence of this field *must not* be used as an indication that the destination/source is part of the Google network.
@@ -1376,7 +1376,7 @@ <h3>Method Details</h3>
1376
1376
<pre>Updates the configuration of an existing `ConnectivityTest`. After you update a test, the reachability analysis is performed as part of the long running operation, which completes when the analysis completes. The Reachability state in the test resource is updated with the new result. If the endpoint specifications in `ConnectivityTest` are invalid (for example, they contain non-existent resources in the network, or the user does not have read permissions to the network configurations of listed projects), then the reachability result returns a value of UNKNOWN. If the endpoint specifications in `ConnectivityTest` are incomplete, the reachability result returns a value of `AMBIGUOUS`. See the documentation in `ConnectivityTest` for more details.
1377
1377
1378
1378
Args:
1379
-
name: string, Required. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test}` (required)
1379
+
name: string, Identifier. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test}` (required)
1380
1380
body: object, The request body.
1381
1381
The object takes the form of:
1382
1382
@@ -1411,7 +1411,7 @@ <h3>Method Details</h3>
1411
1411
"labels": { # Resource labels to represent user-provided metadata.
1412
1412
"a_key": "A String",
1413
1413
},
1414
-
"name": "A String", # Required. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test}`
1414
+
"name": "A String", # Identifier. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test}`
1415
1415
"probingDetails": { # Results of active probing from the last run of the test. # Output only. The probing details of this test from the latest run, present for applicable tests only. The details are updated when creating a new test, updating an existing test, or triggering a one-time rerun of an existing test.
1416
1416
"abortCause": "A String", # The reason probing was aborted.
1417
1417
"destinationEgressLocation": { # Representation of a network edge location as per https://cloud.google.com/vpc/docs/edge-locations. # The EdgeLocation from which a packet destined for/originating from the internet will egress/ingress the Google network. This will only be populated for a connectivity test which has an internet destination/source address. The absence of this field *must not* be used as an indication that the destination/source is part of the Google network.
Copy file name to clipboardExpand all lines: docs/dyn/networkmanagement_v1beta1.projects.locations.vpcFlowLogsConfigs.html
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -117,6 +117,9 @@ <h3>Method Details</h3>
117
117
"filterExpr": "A String", # Export filter used to define which VPC flow logs should be logged.
118
118
"flowSampling": 3.14, # Optional. The value of the field must be in [0, 1]. The sampling rate of VPC flow logs within the subnetwork where 1.0 means all collected logs are reported and 0.0 means no logs are reported. Default value is 1.0.
119
119
"interconnectAttachment": "A String", # Traffic will be logged from the Interconnect Attachment. Format: projects/{project_id}/locations/{region}/interconnectAttachments/{name}
120
+
"labels": { # Optional. Resource labels to represent user-provided metadata.
121
+
"a_key": "A String",
122
+
},
120
123
"metadata": "A String", # Optional. Configures whether all, none or a subset of metadata fields should be added to the reported VPC flow logs. Default value is INCLUDE_ALL_METADATA.
121
124
"metadataFields": [ # Optional. Custom metadata fields to include in the reported VPC flow logs. Can only be specified if "metadata" was set to CUSTOM_METADATA.
122
125
"A String",
@@ -215,6 +218,9 @@ <h3>Method Details</h3>
215
218
"filterExpr": "A String", # Export filter used to define which VPC flow logs should be logged.
216
219
"flowSampling": 3.14, # Optional. The value of the field must be in [0, 1]. The sampling rate of VPC flow logs within the subnetwork where 1.0 means all collected logs are reported and 0.0 means no logs are reported. Default value is 1.0.
217
220
"interconnectAttachment": "A String", # Traffic will be logged from the Interconnect Attachment. Format: projects/{project_id}/locations/{region}/interconnectAttachments/{name}
221
+
"labels": { # Optional. Resource labels to represent user-provided metadata.
222
+
"a_key": "A String",
223
+
},
218
224
"metadata": "A String", # Optional. Configures whether all, none or a subset of metadata fields should be added to the reported VPC flow logs. Default value is INCLUDE_ALL_METADATA.
219
225
"metadataFields": [ # Optional. Custom metadata fields to include in the reported VPC flow logs. Can only be specified if "metadata" was set to CUSTOM_METADATA.
220
226
"A String",
@@ -259,6 +265,9 @@ <h3>Method Details</h3>
259
265
"filterExpr": "A String", # Export filter used to define which VPC flow logs should be logged.
260
266
"flowSampling": 3.14, # Optional. The value of the field must be in [0, 1]. The sampling rate of VPC flow logs within the subnetwork where 1.0 means all collected logs are reported and 0.0 means no logs are reported. Default value is 1.0.
261
267
"interconnectAttachment": "A String", # Traffic will be logged from the Interconnect Attachment. Format: projects/{project_id}/locations/{region}/interconnectAttachments/{name}
268
+
"labels": { # Optional. Resource labels to represent user-provided metadata.
269
+
"a_key": "A String",
270
+
},
262
271
"metadata": "A String", # Optional. Configures whether all, none or a subset of metadata fields should be added to the reported VPC flow logs. Default value is INCLUDE_ALL_METADATA.
263
272
"metadataFields": [ # Optional. Custom metadata fields to include in the reported VPC flow logs. Can only be specified if "metadata" was set to CUSTOM_METADATA.
264
273
"A String",
@@ -304,6 +313,9 @@ <h3>Method Details</h3>
304
313
"filterExpr": "A String", # Export filter used to define which VPC flow logs should be logged.
305
314
"flowSampling": 3.14, # Optional. The value of the field must be in [0, 1]. The sampling rate of VPC flow logs within the subnetwork where 1.0 means all collected logs are reported and 0.0 means no logs are reported. Default value is 1.0.
306
315
"interconnectAttachment": "A String", # Traffic will be logged from the Interconnect Attachment. Format: projects/{project_id}/locations/{region}/interconnectAttachments/{name}
316
+
"labels": { # Optional. Resource labels to represent user-provided metadata.
317
+
"a_key": "A String",
318
+
},
307
319
"metadata": "A String", # Optional. Configures whether all, none or a subset of metadata fields should be added to the reported VPC flow logs. Default value is INCLUDE_ALL_METADATA.
308
320
"metadataFields": [ # Optional. Custom metadata fields to include in the reported VPC flow logs. Can only be specified if "metadata" was set to CUSTOM_METADATA.
0 commit comments