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 SourceDisk
Declaration
public readonly int? Disk
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Memory
Declaration
public readonly int? Memory
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Transfer
Declaration
public readonly int? Transfer
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Vcpus
Declaration
public readonly int? Vcpus
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |