Gateway

class Gateway : KotlinCustomResource

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>

Properties

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

the description of gateway.

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

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

Link copied to clipboard
val gatewayName: Output<String>

the name of gateway.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val location: Output<String>

gateway location. the valid values: Cloud, On_Premise.

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

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

Link copied to clipboard

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

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val reasonDetail: Output<String>?

The reason detail of gateway.

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

The reason type when user deletes the gateway.

Link copied to clipboard

Whether to release the gateway due to expiration.

Link copied to clipboard
val status: Output<String>

gateway status.

Link copied to clipboard
val storageBundleId: Output<String>

storage bundle id.

Link copied to clipboard
val type: Output<String>

gateway type. the valid values: Type, Iscsi.

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

The vswitch id of gateway.