Show / Hide Table of Contents

Class ResourcePolicySnapshotSchedulePolicySnapshotPropertiesGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ResourcePolicySnapshotSchedulePolicySnapshotPropertiesGetArgs
Inherited Members
ResourceArgs.Empty
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 Source

ResourcePolicySnapshotSchedulePolicySnapshotPropertiesGetArgs()

Declaration
public ResourcePolicySnapshotSchedulePolicySnapshotPropertiesGetArgs()

Properties

View Source

GuestFlush

Whether to perform a 'guest aware' snapshot.

Declaration
public Input<bool> GuestFlush { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Labels

A set of key-value pairs.

Declaration
public InputMap<string> Labels { get; set; }
Property Value
Type Description
InputMap<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.