GatewayArgs

data class GatewayArgs(val description: Output<String>? = null, val gatewayClass: Output<String>? = null, val gatewayName: Output<String>? = null, val location: Output<String>? = null, val paymentType: Output<String>? = null, val publicNetworkBandwidth: Output<Int>? = null, val reasonDetail: Output<String>? = null, val reasonType: Output<String>? = null, val releaseAfterExpiration: Output<Boolean>? = null, val storageBundleId: Output<String>? = null, val type: Output<String>? = null, val vswitchId: Output<String>? = null) : ConvertibleToJava<GatewayArgs>

Provides a Cloud Storage Gateway: Gateway resource. For information about Cloud Storage Gateway Gateway and how to use it, see What is Gateway.

NOTE: Available since v1.132.0.

Import

Cloud Storage Gateway Gateway can be imported using the id, e.g.

$ pulumi import alicloud:cloudstoragegateway/gateway:Gateway example <id>

Constructors

Link copied to clipboard
fun GatewayArgs(description: Output<String>? = null, gatewayClass: Output<String>? = null, gatewayName: Output<String>? = null, location: Output<String>? = null, paymentType: Output<String>? = null, publicNetworkBandwidth: Output<Int>? = null, reasonDetail: Output<String>? = null, reasonType: Output<String>? = null, releaseAfterExpiration: Output<Boolean>? = null, storageBundleId: Output<String>? = null, type: Output<String>? = null, vswitchId: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GatewayArgs

Properties

Link copied to clipboard
val description: Output<String>? = null

the description of gateway.

Link copied to clipboard
val gatewayClass: Output<String>? = null

the gateway class. the valid values: Basic, Standard,Enhanced,Advanced

Link copied to clipboard
val gatewayName: Output<String>? = null

the name of gateway.

Link copied to clipboard
val location: Output<String>? = null

gateway location. the valid values: Cloud, On_Premise.

Link copied to clipboard
val paymentType: Output<String>? = null

The Payment type of gateway. The valid value: PayAsYouGo.

Link copied to clipboard
val publicNetworkBandwidth: Output<Int>? = null

The public network bandwidth of gateway. Valid values between 5 and 200. Defaults to 5.

Link copied to clipboard
val reasonDetail: Output<String>? = null

The reason detail of gateway.

Link copied to clipboard
val reasonType: Output<String>? = null

The reason type when user deletes the gateway.

Link copied to clipboard
val releaseAfterExpiration: Output<Boolean>? = null

Whether to release the gateway due to expiration.

Link copied to clipboard
val storageBundleId: Output<String>? = null

storage bundle id.

Link copied to clipboard
val type: Output<String>? = null

gateway type. the valid values: Type, Iscsi.

Link copied to clipboard
val vswitchId: Output<String>? = null

The vswitch id of gateway.