Class InstanceSpecsGetArgs
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.Inputs
Assembly: Pulumi.Linode.dll
Syntax
public sealed class InstanceSpecsGetArgs : ResourceArgs
Constructors
View SourceInstanceSpecsGetArgs()
Declaration
public InstanceSpecsGetArgs()
Properties
View SourceDisk
Declaration
public Input<int> Disk { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Memory
Declaration
public Input<int> Memory { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Transfer
Declaration
public Input<int> Transfer { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Vcpus
Declaration
public Input<int> Vcpus { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |