Show / Hide Table of Contents

Class UploadBufferState

Inheritance
System.Object
InputArgs
ResourceArgs
UploadBufferState
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.Aws.StorageGateway
Assembly: Pulumi.Aws.dll
Syntax
public sealed class UploadBufferState : ResourceArgs

Constructors

View Source

UploadBufferState()

Declaration
public UploadBufferState()

Properties

View Source

DiskId

Local disk identifier. For example, pci-0000:03:00.0-scsi-0:0:0:0.

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

GatewayArn

The Amazon Resource Name (ARN) of the gateway.

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