Show / Hide Table of Contents

Class ResourcePolicySnapshotSchedulePolicySnapshotProperties

Specified snapshot properties for scheduled snapshots created by this policy.

Inheritance
System.Object
ResourcePolicySnapshotSchedulePolicySnapshotProperties
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.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
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

GuestFlush

Indication to perform a 'guest aware' snapshot.

Declaration
[JsonProperty("guestFlush")]
public virtual bool? GuestFlush { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

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
System.Collections.Generic.IDictionary<System.String, System.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
System.Collections.Generic.IList<System.String>

Implements

IDirectResponseSchema
In This Article
Back to top