Class SnapshotSettingsStorageLocationSettingsStorageLocationPreference
A structure for specifying storage locations.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class SnapshotSettingsStorageLocationSettingsStorageLocationPreference : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Name of the location. It should be one of the Cloud Storage buckets. Only one location can be specified.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |