Show / Hide Table of Contents

Class DiskResourcePolicyAttachmentArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DiskResourcePolicyAttachmentArgs
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
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class DiskResourcePolicyAttachmentArgs : ResourceArgs

Constructors

View Source

DiskResourcePolicyAttachmentArgs()

Declaration
public DiskResourcePolicyAttachmentArgs()

Properties

View Source

Disk

The name of the disk in which the resource policies are attached to.

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

Name

The resource policy to be attached to the disk for scheduling snapshot creation. Do not specify the self link.

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

Project

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

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

Zone

A reference to the zone where the disk resides.

Declaration
public Input<string> Zone { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.