Class ResourcePolicySnapshotSchedulePolicySnapshotPropertiesGetArgs
Inheritance
System.Object
ResourcePolicySnapshotSchedulePolicySnapshotPropertiesGetArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ResourcePolicySnapshotSchedulePolicySnapshotPropertiesGetArgs : ResourceArgs
Constructors
View SourceResourcePolicySnapshotSchedulePolicySnapshotPropertiesGetArgs()
Declaration
public ResourcePolicySnapshotSchedulePolicySnapshotPropertiesGetArgs()
Properties
View SourceGuestFlush
Whether to perform a 'guest aware' snapshot.
Declaration
public Input<bool> GuestFlush { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Labels
A set of key-value pairs.
Declaration
public InputMap<string> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
StorageLocations
Cloud Storage bucket location to store the auto snapshot (regional or multi-regional)
Declaration
public Input<string> StorageLocations { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |