public interface SnapshotSettingsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAccessLocation()
public abstract SnapshotSettingsAccessLocation getAccessLocation()(Regional snapshots use only)Policy of which location is allowed to access snapshot.
optional .google.cloud.compute.v1.SnapshotSettingsAccessLocation access_location = 18410544;
| Returns | |
|---|---|
| Type | Description |
SnapshotSettingsAccessLocation |
The accessLocation. |
getAccessLocationOrBuilder()
public abstract SnapshotSettingsAccessLocationOrBuilder getAccessLocationOrBuilder()(Regional snapshots use only)Policy of which location is allowed to access snapshot.
optional .google.cloud.compute.v1.SnapshotSettingsAccessLocation access_location = 18410544;
| Returns | |
|---|---|
| Type | Description |
SnapshotSettingsAccessLocationOrBuilder |
|
getStorageLocation()
public abstract SnapshotSettingsStorageLocationSettings getStorageLocation()Policy of which storage location is going to be resolved, and additional data that particularizes how the policy is going to be carried out.
optional .google.cloud.compute.v1.SnapshotSettingsStorageLocationSettings storage_location = 460859641;
| Returns | |
|---|---|
| Type | Description |
SnapshotSettingsStorageLocationSettings |
The storageLocation. |
getStorageLocationOrBuilder()
public abstract SnapshotSettingsStorageLocationSettingsOrBuilder getStorageLocationOrBuilder()Policy of which storage location is going to be resolved, and additional data that particularizes how the policy is going to be carried out.
optional .google.cloud.compute.v1.SnapshotSettingsStorageLocationSettings storage_location = 460859641;
| Returns | |
|---|---|
| Type | Description |
SnapshotSettingsStorageLocationSettingsOrBuilder |
|
hasAccessLocation()
public abstract boolean hasAccessLocation()(Regional snapshots use only)Policy of which location is allowed to access snapshot.
optional .google.cloud.compute.v1.SnapshotSettingsAccessLocation access_location = 18410544;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the accessLocation field is set. |
hasStorageLocation()
public abstract boolean hasStorageLocation()Policy of which storage location is going to be resolved, and additional data that particularizes how the policy is going to be carried out.
optional .google.cloud.compute.v1.SnapshotSettingsStorageLocationSettings storage_location = 460859641;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the storageLocation field is set. |