Class ResourcePolicySnapshotSchedulePolicySnapshotProperties
Inheritance
System.Object
ResourcePolicySnapshotSchedulePolicySnapshotProperties
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: Pulumi.Gcp.Compute.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ResourcePolicySnapshotSchedulePolicySnapshotProperties
Fields
View SourceGuestFlush
Whether to perform a 'guest aware' snapshot.
Declaration
public readonly bool? GuestFlush
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Labels
A set of key-value pairs.
Declaration
public readonly ImmutableDictionary<string, string> Labels
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.String> |
StorageLocations
Cloud Storage bucket location to store the auto snapshot (regional or multi-regional)
Declaration
public readonly string StorageLocations
Field Value
| Type | Description |
|---|---|
| System.String |