Show / Hide Table of Contents

Class InstanceSpecsGetArgs

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

Constructors

View Source

InstanceSpecsGetArgs()

Declaration
public InstanceSpecsGetArgs()

Properties

View Source

Disk

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

Memory

Declaration
public Input<int> Memory { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Transfer

Declaration
public Input<int> Transfer { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Vcpus

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