Class SnapshotSettings
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class SnapshotSettings : IDirectResponseSchema
Properties
AccessLocation
(Regional snapshots use only)Policy of which location is allowed to access snapshot.
Declaration
[JsonProperty("accessLocation")]
public virtual SnapshotSettingsAccessLocation AccessLocation { get; set; }
Property Value
Type | Description |
---|---|
SnapshotSettingsAccessLocation |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
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.
Declaration
[JsonProperty("storageLocation")]
public virtual SnapshotSettingsStorageLocationSettings StorageLocation { get; set; }
Property Value
Type | Description |
---|---|
SnapshotSettingsStorageLocationSettings |