Show / Hide Table of Contents

Class GetLocalDiskArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetLocalDiskArgs
Inherited Members
InvokeArgs.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.Aws.StorageGateway
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetLocalDiskArgs : InvokeArgs

Constructors

View Source

GetLocalDiskArgs()

Declaration
public GetLocalDiskArgs()

Properties

View Source

DiskNode

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
View Source

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
View Source

GatewayArn

The Amazon Resource Name (ARN) of the gateway.

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