Class SpotInstanceRequestEphemeralBlockDevice
Inheritance
System.Object
SpotInstanceRequestEphemeralBlockDevice
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.Aws.Ec2.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class SpotInstanceRequestEphemeralBlockDevice
Fields
View SourceDeviceName
The name of the block device to mount on the instance.
Declaration
public readonly string DeviceName
Field Value
Type | Description |
---|---|
System.String |
NoDevice
Suppresses the specified device included in the AMI's block device mapping.
Declaration
public readonly bool? NoDevice
Field Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
VirtualName
The Instance Store Device
Name
(e.g. "ephemeral0"
).
Declaration
public readonly string VirtualName
Field Value
Type | Description |
---|---|
System.String |