Show / Hide Table of Contents

Class DiskAttachmentArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DiskAttachmentArgs
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.AliCloud.Ecs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class DiskAttachmentArgs : ResourceArgs

Constructors

View Source

DiskAttachmentArgs()

Declaration
public DiskAttachmentArgs()

Properties

View Source

DeviceName

The device name has been deprecated, and when attaching disk, it will be allocated automatically by system according to default order from /dev/xvdb to /dev/xvdz.

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

DiskId

ID of the Disk to be attached.

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

InstanceId

ID of the Instance to attach to.

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