Gateway Args
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>
Content copied to clipboard
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)