Class GetLocalDiskArgs
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.StorageGateway
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetLocalDiskArgs : InvokeArgs
Constructors
View SourceGetLocalDiskArgs()
Declaration
public GetLocalDiskArgs()
Properties
View SourceDiskNode
The device node of the local disk to retrieve. For example, /dev/sdb.
Declaration
public string DiskNode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
DiskPath
The device path of the local disk to retrieve. For example, /dev/xvdb or /dev/nvme1n1.
Declaration
public string DiskPath { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
GatewayArn
The Amazon Resource Name (ARN) of the gateway.
Declaration
public string GatewayArn { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |