Show / Hide Table of Contents

Class InstanceConfigDevicesSdbArgs

Inheritance
System.Object
InputArgs
ResourceArgs
InstanceConfigDevicesSdbArgs
Inherited Members
ResourceArgs.Empty
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 InstanceConfigDevicesSdbArgs : ResourceArgs

Constructors

View Source

InstanceConfigDevicesSdbArgs()

Declaration
public InstanceConfigDevicesSdbArgs()

Properties

View Source

DiskId

The Disk ID of the associated disk_label, if used.

Declaration
public Input<int> DiskId { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

DiskLabel

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

Declaration
public Input<string> DiskLabel { get; set; }
Property Value
Type Description
Input<System.String>
View Source

VolumeId

The Volume ID to map to this device slot.

Declaration
public Input<int> VolumeId { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.