Class CachesIscsiVolumeArgs
Inherited Members
Namespace: Pulumi.Aws.StorageGateway
Assembly: Pulumi.Aws.dll
Syntax
public sealed class CachesIscsiVolumeArgs : ResourceArgs
Constructors
View SourceCachesIscsiVolumeArgs()
Declaration
public CachesIscsiVolumeArgs()
Properties
View SourceGatewayArn
The Amazon Resource Name (ARN) of the gateway.
Declaration
public Input<string> GatewayArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
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> |
Tags
Key-value map of resource tags
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
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> |
VolumeSizeInBytes
The size of the volume in bytes.
Declaration
public Input<int> VolumeSizeInBytes { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |