Class SnapshotSettings
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class SnapshotSettings : IDirectResponseSchema
Properties
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 |