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/compute_alpha.addresses.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -137,6 +137,7 @@ <h3>Method Details</h3>
137
137
"description": "A String", # An optional description of this resource. Provide this field when you create the resource.
138
138
"id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
139
139
"ipVersion": "A String", # The IP version that will be used by this address. Valid options are IPV4 or IPV6. This can only be specified for a global address.
140
+
"ipv6EndpointType": "A String", # The endpoint type of this address, which should be VM. This is used for deciding which endpoint this address will be assigned to during the IPv6 external IP address reservation.
140
141
"kind": "compute#address", # [Output Only] Type of the resource. Always compute#address for addresses.
141
142
"labelFingerprint": "A String", # A fingerprint for the labels being applied to this Address, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an Address.
142
143
"labels": { # Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.
@@ -298,6 +299,7 @@ <h3>Method Details</h3>
298
299
"description": "A String", # An optional description of this resource. Provide this field when you create the resource.
299
300
"id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
300
301
"ipVersion": "A String", # The IP version that will be used by this address. Valid options are IPV4 or IPV6. This can only be specified for a global address.
302
+
"ipv6EndpointType": "A String", # The endpoint type of this address, which should be VM. This is used for deciding which endpoint this address will be assigned to during the IPv6 external IP address reservation.
301
303
"kind": "compute#address", # [Output Only] Type of the resource. Always compute#address for addresses.
302
304
"labelFingerprint": "A String", # A fingerprint for the labels being applied to this Address, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an Address.
303
305
"labels": { # Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.
@@ -336,6 +338,7 @@ <h3>Method Details</h3>
336
338
"description": "A String", # An optional description of this resource. Provide this field when you create the resource.
337
339
"id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
338
340
"ipVersion": "A String", # The IP version that will be used by this address. Valid options are IPV4 or IPV6. This can only be specified for a global address.
341
+
"ipv6EndpointType": "A String", # The endpoint type of this address, which should be VM. This is used for deciding which endpoint this address will be assigned to during the IPv6 external IP address reservation.
339
342
"kind": "compute#address", # [Output Only] Type of the resource. Always compute#address for addresses.
340
343
"labelFingerprint": "A String", # A fingerprint for the labels being applied to this Address, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an Address.
341
344
"labels": { # Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.
@@ -446,6 +449,7 @@ <h3>Method Details</h3>
446
449
"description": "A String", # An optional description of this resource. Provide this field when you create the resource.
447
450
"id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
448
451
"ipVersion": "A String", # The IP version that will be used by this address. Valid options are IPV4 or IPV6. This can only be specified for a global address.
452
+
"ipv6EndpointType": "A String", # The endpoint type of this address, which should be VM. This is used for deciding which endpoint this address will be assigned to during the IPv6 external IP address reservation.
449
453
"kind": "compute#address", # [Output Only] Type of the resource. Always compute#address for addresses.
450
454
"labelFingerprint": "A String", # A fingerprint for the labels being applied to this Address, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an Address.
451
455
"labels": { # Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.
0 commit comments