Show / Hide Table of Contents

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 Source

GuestFlush

Whether to perform a 'guest aware' snapshot.

Declaration
public readonly bool? GuestFlush
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

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>
View Source

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