Show / Hide Table of Contents

Class ResourcePolicySnapshotSchedulePolicySnapshotProperties

Specified snapshot properties for scheduled snapshots created by this policy.

Inheritance
object
ResourcePolicySnapshotSchedulePolicySnapshotProperties
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX