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_beta.disks.html
+1
Original file line number
Diff line number
Diff line change
@@ -642,6 +642,7 @@ <h3>Method Details</h3>
642
642
],
643
643
"locationHint": "A String", # An opaque location hint used to place the snapshot close to other resources. This field is for use by internal tools that use the public API.
644
644
"name": "A String", # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name 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.
645
+
"region": "A String", # [Output Only] URL of the region where the snapshot resides. Only applicable for regional snapshots.
645
646
"satisfiesPzi": True or False, # Output only. Reserved for future use.
646
647
"satisfiesPzs": True or False, # [Output Only] Reserved for future use.
647
648
"selfLink": "A String", # [Output Only] Server-defined URL for the resource.
Copy file name to clipboardexpand all lines: docs/dyn/compute_beta.regionDisks.html
+1
Original file line number
Diff line number
Diff line change
@@ -443,6 +443,7 @@ <h3>Method Details</h3>
443
443
],
444
444
"locationHint": "A String", # An opaque location hint used to place the snapshot close to other resources. This field is for use by internal tools that use the public API.
445
445
"name": "A String", # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name 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.
446
+
"region": "A String", # [Output Only] URL of the region where the snapshot resides. Only applicable for regional snapshots.
446
447
"satisfiesPzi": True or False, # Output only. Reserved for future use.
447
448
"satisfiesPzs": True or False, # [Output Only] Reserved for future use.
448
449
"selfLink": "A String", # [Output Only] Server-defined URL for the resource.
Copy file name to clipboardexpand all lines: docs/dyn/compute_beta.resourcePolicies.html
+15
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,7 @@ <h3>Method Details</h3>
146
146
"groupPlacementPolicy": { # A GroupPlacementPolicy specifies resource placement configuration. It specifies the failure bucket separation # Resource policy for instances for placement configuration.
147
147
"availabilityDomainCount": 42, # The number of availability domains to spread instances across. If two instances are in different availability domain, they are not in the same low latency network.
"groupPlacementPolicy": { # A GroupPlacementPolicy specifies resource placement configuration. It specifies the failure bucket separation # Resource policy for instances for placement configuration.
416
419
"availabilityDomainCount": 42, # The number of availability domains to spread instances across. If two instances are in different availability domain, they are not in the same low latency network.
"groupPlacementPolicy": { # A GroupPlacementPolicy specifies resource placement configuration. It specifies the failure bucket separation # Resource policy for instances for placement configuration.
555
561
"availabilityDomainCount": 42, # The number of availability domains to spread instances across. If two instances are in different availability domain, they are not in the same low latency network.
"groupPlacementPolicy": { # A GroupPlacementPolicy specifies resource placement configuration. It specifies the failure bucket separation # Resource policy for instances for placement configuration.
774
783
"availabilityDomainCount": 42, # The number of availability domains to spread instances across. If two instances are in different availability domain, they are not in the same low latency network.
"groupPlacementPolicy": { # A GroupPlacementPolicy specifies resource placement configuration. It specifies the failure bucket separation # Resource policy for instances for placement configuration.
893
905
"availabilityDomainCount": 42, # The number of availability domains to spread instances across. If two instances are in different availability domain, they are not in the same low latency network.
Copy file name to clipboardexpand all lines: docs/dyn/compute_beta.snapshotSettings.html
+16
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,14 @@ <h3>Method Details</h3>
104
104
An object of the form:
105
105
106
106
{
107
+
"accessLocation": { # (Regional snapshots use only)Policy of which location is allowed to access snapshot.
108
+
"locations": { # List of regions that can restore a regional snapshot from the current region
109
+
"a_key": { # A structure for specifying an allowed target region.
110
+
"region": "A String", # Accessible region name
111
+
},
112
+
},
113
+
"policy": "A String", # Policy of which location is allowed to access snapshot.
114
+
},
107
115
"storageLocation": { # Policy of which storage location is going to be resolved, and additional data that particularizes how the policy is going to be carried out.
108
116
"locations": { # When the policy is SPECIFIC_LOCATIONS, snapshots will be stored in the locations listed in this field. Keys are Cloud Storage bucket locations. Only one location can be specified.
109
117
"a_key": { # A structure for specifying storage locations.
@@ -125,6 +133,14 @@ <h3>Method Details</h3>
125
133
The object takes the form of:
126
134
127
135
{
136
+
"accessLocation": { # (Regional snapshots use only)Policy of which location is allowed to access snapshot.
137
+
"locations": { # List of regions that can restore a regional snapshot from the current region
138
+
"a_key": { # A structure for specifying an allowed target region.
139
+
"region": "A String", # Accessible region name
140
+
},
141
+
},
142
+
"policy": "A String", # Policy of which location is allowed to access snapshot.
143
+
},
128
144
"storageLocation": { # Policy of which storage location is going to be resolved, and additional data that particularizes how the policy is going to be carried out.
129
145
"locations": { # When the policy is SPECIFIC_LOCATIONS, snapshots will be stored in the locations listed in this field. Keys are Cloud Storage bucket locations. Only one location can be specified.
130
146
"a_key": { # A structure for specifying storage locations.
0 commit comments