Show / Hide Table of Contents

Class GetLocalDiskResult

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

Fields

View Source

DiskId

The disk identifier. e.g. pci-0000:03:00.0-scsi-0:0:0:0

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

DiskNode

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

DiskPath

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

GatewayArn

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

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.