Show / Hide Table of Contents

Class ElastigroupDiskGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ElastigroupDiskGetArgs
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.SpotInst.Gke.Inputs
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class ElastigroupDiskGetArgs : ResourceArgs

Constructors

View Source

ElastigroupDiskGetArgs()

Declaration
public ElastigroupDiskGetArgs()

Properties

View Source

AutoDelete

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

Boot

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

DeviceName

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

InitializeParams

Declaration
public InputList<ElastigroupDiskInitializeParamGetArgs> InitializeParams { get; set; }
Property Value
Type Description
InputList<ElastigroupDiskInitializeParamGetArgs>
View Source

Interface

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

Mode

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

Source

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

Type

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