Class MrScalarCoreEbsBlockDeviceArgs
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.SpotInst.Aws.Inputs
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class MrScalarCoreEbsBlockDeviceArgs : ResourceArgs
Constructors
View SourceMrScalarCoreEbsBlockDeviceArgs()
Declaration
public MrScalarCoreEbsBlockDeviceArgs()
Properties
View SourceIops
Declaration
public Input<int> Iops { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
SizeInGb
Declaration
public Input<int> SizeInGb { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
VolumesPerInstance
Declaration
public Input<int> VolumesPerInstance { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
VolumeType
Declaration
public Input<string> VolumeType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |