Show / Hide Table of Contents

Class InstanceSpecs

Inheritance
System.Object
InstanceSpecs
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.Linode.Outputs
Assembly: Pulumi.Linode.dll
Syntax
public sealed class InstanceSpecs

Fields

View Source

Disk

Declaration
public readonly int? Disk
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Memory

Declaration
public readonly int? Memory
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Transfer

Declaration
public readonly int? Transfer
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Vcpus

Declaration
public readonly int? Vcpus
Field Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.