Show / Hide Table of Contents

Class InstanceConfigDevicesSdb

Inheritance
System.Object
InstanceConfigDevicesSdb
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 InstanceConfigDevicesSdb

Fields

View Source

DiskId

The Disk ID of the associated disk_label, if used.

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

DiskLabel

The label of the disk to map to this device slot.

Declaration
public readonly string DiskLabel
Field Value
Type Description
System.String
View Source

VolumeId

The Volume ID to map to this device slot.

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