Show / Hide Table of Contents

Class CachesIscsiVolumeArgs

Inheritance
System.Object
InputArgs
ResourceArgs
CachesIscsiVolumeArgs
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 CachesIscsiVolumeArgs : ResourceArgs

Constructors

View Source

CachesIscsiVolumeArgs()

Declaration
public CachesIscsiVolumeArgs()

Properties

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

NetworkInterfaceId

The network interface of the gateway on which to expose the iSCSI target. Only IPv4 addresses are accepted.

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

SnapshotId

The snapshot ID of the snapshot to restore as the new cached volume. e.g. snap-1122aabb.

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

SourceVolumeArn

The ARN for an existing volume. Specifying this ARN makes the new volume into an exact copy of the specified existing volume's latest recovery point. The volume_size_in_bytes value for this new volume must be equal to or larger than the size of the existing volume, in bytes.

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

Tags

Key-value map of resource tags

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

TargetName

The name of the iSCSI target used by initiators to connect to the target and as a suffix for the target ARN. The target name must be unique across all volumes of a gateway.

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

VolumeSizeInBytes

The size of the volume in bytes.

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