Class ResourcePolicySnapshotSchedulePolicySnapshotProperties
Specified snapshot properties for scheduled snapshots created by this policy.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class ResourcePolicySnapshotSchedulePolicySnapshotProperties : IDirectResponseSchema
Properties
ChainName
Chain name that the snapshot is created in.
Declaration
[JsonProperty("chainName")]
public virtual string ChainName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GuestFlush
Indication to perform a 'guest aware' snapshot.
Declaration
[JsonProperty("guestFlush")]
public virtual bool? GuestFlush { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Labels
Labels to apply to scheduled snapshots. These can be later modified by the setLabels method. Label values may be empty.
Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
StorageLocations
Cloud Storage bucket storage location of the auto snapshot (regional or multi-regional).
Declaration
[JsonProperty("storageLocations")]
public virtual IList<string> StorageLocations { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |