Class SnapshotSettingsStorageLocationSettings
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class SnapshotSettingsStorageLocationSettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
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.
Declaration
[JsonProperty("locations")]
public virtual IDictionary<string, SnapshotSettingsStorageLocationSettingsStorageLocationPreference> Locations { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, SnapshotSettingsStorageLocationSettingsStorageLocationPreference> |
Policy
The chosen location policy.
Declaration
[JsonProperty("policy")]
public virtual string Policy { get; set; }
Property Value
Type | Description |
---|---|
string |