alicloud.cloudstoragegateway.Gateway
Explore with Pulumi AI
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.
Create Gateway Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Gateway(name: string, args: GatewayArgs, opts?: CustomResourceOptions);
@overload
def Gateway(resource_name: str,
args: GatewayArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Gateway(resource_name: str,
opts: Optional[ResourceOptions] = None,
gateway_name: Optional[str] = None,
location: Optional[str] = None,
storage_bundle_id: Optional[str] = None,
type: Optional[str] = None,
description: Optional[str] = None,
gateway_class: Optional[str] = None,
payment_type: Optional[str] = None,
public_network_bandwidth: Optional[int] = None,
reason_detail: Optional[str] = None,
reason_type: Optional[str] = None,
release_after_expiration: Optional[bool] = None,
vswitch_id: Optional[str] = None)
func NewGateway(ctx *Context, name string, args GatewayArgs, opts ...ResourceOption) (*Gateway, error)
public Gateway(string name, GatewayArgs args, CustomResourceOptions? opts = null)
public Gateway(String name, GatewayArgs args)
public Gateway(String name, GatewayArgs args, CustomResourceOptions options)
type: alicloud:cloudstoragegateway:Gateway
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args GatewayArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args GatewayArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args GatewayArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args GatewayArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args GatewayArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var gatewayResource = new AliCloud.CloudStorageGateway.Gateway("gatewayResource", new()
{
GatewayName = "string",
Location = "string",
StorageBundleId = "string",
Type = "string",
Description = "string",
GatewayClass = "string",
PaymentType = "string",
PublicNetworkBandwidth = 0,
ReasonDetail = "string",
ReasonType = "string",
ReleaseAfterExpiration = false,
VswitchId = "string",
});
example, err := cloudstoragegateway.NewGateway(ctx, "gatewayResource", &cloudstoragegateway.GatewayArgs{
GatewayName: pulumi.String("string"),
Location: pulumi.String("string"),
StorageBundleId: pulumi.String("string"),
Type: pulumi.String("string"),
Description: pulumi.String("string"),
GatewayClass: pulumi.String("string"),
PaymentType: pulumi.String("string"),
PublicNetworkBandwidth: pulumi.Int(0),
ReasonDetail: pulumi.String("string"),
ReasonType: pulumi.String("string"),
ReleaseAfterExpiration: pulumi.Bool(false),
VswitchId: pulumi.String("string"),
})
var gatewayResource = new Gateway("gatewayResource", GatewayArgs.builder()
.gatewayName("string")
.location("string")
.storageBundleId("string")
.type("string")
.description("string")
.gatewayClass("string")
.paymentType("string")
.publicNetworkBandwidth(0)
.reasonDetail("string")
.reasonType("string")
.releaseAfterExpiration(false)
.vswitchId("string")
.build());
gateway_resource = alicloud.cloudstoragegateway.Gateway("gatewayResource",
gateway_name="string",
location="string",
storage_bundle_id="string",
type="string",
description="string",
gateway_class="string",
payment_type="string",
public_network_bandwidth=0,
reason_detail="string",
reason_type="string",
release_after_expiration=False,
vswitch_id="string")
const gatewayResource = new alicloud.cloudstoragegateway.Gateway("gatewayResource", {
gatewayName: "string",
location: "string",
storageBundleId: "string",
type: "string",
description: "string",
gatewayClass: "string",
paymentType: "string",
publicNetworkBandwidth: 0,
reasonDetail: "string",
reasonType: "string",
releaseAfterExpiration: false,
vswitchId: "string",
});
type: alicloud:cloudstoragegateway:Gateway
properties:
description: string
gatewayClass: string
gatewayName: string
location: string
paymentType: string
publicNetworkBandwidth: 0
reasonDetail: string
reasonType: string
releaseAfterExpiration: false
storageBundleId: string
type: string
vswitchId: string
Gateway Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Gateway resource accepts the following input properties:
- Gateway
Name string - the name of gateway.
- Location string
- gateway location. the valid values:
Cloud
,On_Premise
. - Storage
Bundle stringId - storage bundle id.
- Type string
- gateway type. the valid values:
Type
,Iscsi
. - Description string
- the description of gateway.
- Gateway
Class string - the gateway class. the valid values:
Basic
,Standard
,Enhanced
,Advanced
- Payment
Type string - The Payment type of gateway. The valid value:
PayAsYouGo
. - Public
Network intBandwidth - The public network bandwidth of gateway. Valid values between
5
and200
. Defaults to5
. - Reason
Detail string - The reason detail of gateway.
- Reason
Type string - The reason type when user deletes the gateway.
- Release
After boolExpiration - Whether to release the gateway due to expiration.
- Vswitch
Id string - The vswitch id of gateway.
- Gateway
Name string - the name of gateway.
- Location string
- gateway location. the valid values:
Cloud
,On_Premise
. - Storage
Bundle stringId - storage bundle id.
- Type string
- gateway type. the valid values:
Type
,Iscsi
. - Description string
- the description of gateway.
- Gateway
Class string - the gateway class. the valid values:
Basic
,Standard
,Enhanced
,Advanced
- Payment
Type string - The Payment type of gateway. The valid value:
PayAsYouGo
. - Public
Network intBandwidth - The public network bandwidth of gateway. Valid values between
5
and200
. Defaults to5
. - Reason
Detail string - The reason detail of gateway.
- Reason
Type string - The reason type when user deletes the gateway.
- Release
After boolExpiration - Whether to release the gateway due to expiration.
- Vswitch
Id string - The vswitch id of gateway.
- gateway
Name String - the name of gateway.
- location String
- gateway location. the valid values:
Cloud
,On_Premise
. - storage
Bundle StringId - storage bundle id.
- type String
- gateway type. the valid values:
Type
,Iscsi
. - description String
- the description of gateway.
- gateway
Class String - the gateway class. the valid values:
Basic
,Standard
,Enhanced
,Advanced
- payment
Type String - The Payment type of gateway. The valid value:
PayAsYouGo
. - public
Network IntegerBandwidth - The public network bandwidth of gateway. Valid values between
5
and200
. Defaults to5
. - reason
Detail String - The reason detail of gateway.
- reason
Type String - The reason type when user deletes the gateway.
- release
After BooleanExpiration - Whether to release the gateway due to expiration.
- vswitch
Id String - The vswitch id of gateway.
- gateway
Name string - the name of gateway.
- location string
- gateway location. the valid values:
Cloud
,On_Premise
. - storage
Bundle stringId - storage bundle id.
- type string
- gateway type. the valid values:
Type
,Iscsi
. - description string
- the description of gateway.
- gateway
Class string - the gateway class. the valid values:
Basic
,Standard
,Enhanced
,Advanced
- payment
Type string - The Payment type of gateway. The valid value:
PayAsYouGo
. - public
Network numberBandwidth - The public network bandwidth of gateway. Valid values between
5
and200
. Defaults to5
. - reason
Detail string - The reason detail of gateway.
- reason
Type string - The reason type when user deletes the gateway.
- release
After booleanExpiration - Whether to release the gateway due to expiration.
- vswitch
Id string - The vswitch id of gateway.
- gateway_
name str - the name of gateway.
- location str
- gateway location. the valid values:
Cloud
,On_Premise
. - storage_
bundle_ strid - storage bundle id.
- type str
- gateway type. the valid values:
Type
,Iscsi
. - description str
- the description of gateway.
- gateway_
class str - the gateway class. the valid values:
Basic
,Standard
,Enhanced
,Advanced
- payment_
type str - The Payment type of gateway. The valid value:
PayAsYouGo
. - public_
network_ intbandwidth - The public network bandwidth of gateway. Valid values between
5
and200
. Defaults to5
. - reason_
detail str - The reason detail of gateway.
- reason_
type str - The reason type when user deletes the gateway.
- release_
after_ boolexpiration - Whether to release the gateway due to expiration.
- vswitch_
id str - The vswitch id of gateway.
- gateway
Name String - the name of gateway.
- location String
- gateway location. the valid values:
Cloud
,On_Premise
. - storage
Bundle StringId - storage bundle id.
- type String
- gateway type. the valid values:
Type
,Iscsi
. - description String
- the description of gateway.
- gateway
Class String - the gateway class. the valid values:
Basic
,Standard
,Enhanced
,Advanced
- payment
Type String - The Payment type of gateway. The valid value:
PayAsYouGo
. - public
Network NumberBandwidth - The public network bandwidth of gateway. Valid values between
5
and200
. Defaults to5
. - reason
Detail String - The reason detail of gateway.
- reason
Type String - The reason type when user deletes the gateway.
- release
After BooleanExpiration - Whether to release the gateway due to expiration.
- vswitch
Id String - The vswitch id of gateway.
Outputs
All input properties are implicitly available as output properties. Additionally, the Gateway resource produces the following output properties:
Look up Existing Gateway Resource
Get an existing Gateway resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: GatewayState, opts?: CustomResourceOptions): Gateway
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
gateway_class: Optional[str] = None,
gateway_name: Optional[str] = None,
location: Optional[str] = None,
payment_type: Optional[str] = None,
public_network_bandwidth: Optional[int] = None,
reason_detail: Optional[str] = None,
reason_type: Optional[str] = None,
release_after_expiration: Optional[bool] = None,
status: Optional[str] = None,
storage_bundle_id: Optional[str] = None,
type: Optional[str] = None,
vswitch_id: Optional[str] = None) -> Gateway
func GetGateway(ctx *Context, name string, id IDInput, state *GatewayState, opts ...ResourceOption) (*Gateway, error)
public static Gateway Get(string name, Input<string> id, GatewayState? state, CustomResourceOptions? opts = null)
public static Gateway get(String name, Output<String> id, GatewayState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Description string
- the description of gateway.
- Gateway
Class string - the gateway class. the valid values:
Basic
,Standard
,Enhanced
,Advanced
- Gateway
Name string - the name of gateway.
- Location string
- gateway location. the valid values:
Cloud
,On_Premise
. - Payment
Type string - The Payment type of gateway. The valid value:
PayAsYouGo
. - Public
Network intBandwidth - The public network bandwidth of gateway. Valid values between
5
and200
. Defaults to5
. - Reason
Detail string - The reason detail of gateway.
- Reason
Type string - The reason type when user deletes the gateway.
- Release
After boolExpiration - Whether to release the gateway due to expiration.
- Status string
- gateway status.
- Storage
Bundle stringId - storage bundle id.
- Type string
- gateway type. the valid values:
Type
,Iscsi
. - Vswitch
Id string - The vswitch id of gateway.
- Description string
- the description of gateway.
- Gateway
Class string - the gateway class. the valid values:
Basic
,Standard
,Enhanced
,Advanced
- Gateway
Name string - the name of gateway.
- Location string
- gateway location. the valid values:
Cloud
,On_Premise
. - Payment
Type string - The Payment type of gateway. The valid value:
PayAsYouGo
. - Public
Network intBandwidth - The public network bandwidth of gateway. Valid values between
5
and200
. Defaults to5
. - Reason
Detail string - The reason detail of gateway.
- Reason
Type string - The reason type when user deletes the gateway.
- Release
After boolExpiration - Whether to release the gateway due to expiration.
- Status string
- gateway status.
- Storage
Bundle stringId - storage bundle id.
- Type string
- gateway type. the valid values:
Type
,Iscsi
. - Vswitch
Id string - The vswitch id of gateway.
- description String
- the description of gateway.
- gateway
Class String - the gateway class. the valid values:
Basic
,Standard
,Enhanced
,Advanced
- gateway
Name String - the name of gateway.
- location String
- gateway location. the valid values:
Cloud
,On_Premise
. - payment
Type String - The Payment type of gateway. The valid value:
PayAsYouGo
. - public
Network IntegerBandwidth - The public network bandwidth of gateway. Valid values between
5
and200
. Defaults to5
. - reason
Detail String - The reason detail of gateway.
- reason
Type String - The reason type when user deletes the gateway.
- release
After BooleanExpiration - Whether to release the gateway due to expiration.
- status String
- gateway status.
- storage
Bundle StringId - storage bundle id.
- type String
- gateway type. the valid values:
Type
,Iscsi
. - vswitch
Id String - The vswitch id of gateway.
- description string
- the description of gateway.
- gateway
Class string - the gateway class. the valid values:
Basic
,Standard
,Enhanced
,Advanced
- gateway
Name string - the name of gateway.
- location string
- gateway location. the valid values:
Cloud
,On_Premise
. - payment
Type string - The Payment type of gateway. The valid value:
PayAsYouGo
. - public
Network numberBandwidth - The public network bandwidth of gateway. Valid values between
5
and200
. Defaults to5
. - reason
Detail string - The reason detail of gateway.
- reason
Type string - The reason type when user deletes the gateway.
- release
After booleanExpiration - Whether to release the gateway due to expiration.
- status string
- gateway status.
- storage
Bundle stringId - storage bundle id.
- type string
- gateway type. the valid values:
Type
,Iscsi
. - vswitch
Id string - The vswitch id of gateway.
- description str
- the description of gateway.
- gateway_
class str - the gateway class. the valid values:
Basic
,Standard
,Enhanced
,Advanced
- gateway_
name str - the name of gateway.
- location str
- gateway location. the valid values:
Cloud
,On_Premise
. - payment_
type str - The Payment type of gateway. The valid value:
PayAsYouGo
. - public_
network_ intbandwidth - The public network bandwidth of gateway. Valid values between
5
and200
. Defaults to5
. - reason_
detail str - The reason detail of gateway.
- reason_
type str - The reason type when user deletes the gateway.
- release_
after_ boolexpiration - Whether to release the gateway due to expiration.
- status str
- gateway status.
- storage_
bundle_ strid - storage bundle id.
- type str
- gateway type. the valid values:
Type
,Iscsi
. - vswitch_
id str - The vswitch id of gateway.
- description String
- the description of gateway.
- gateway
Class String - the gateway class. the valid values:
Basic
,Standard
,Enhanced
,Advanced
- gateway
Name String - the name of gateway.
- location String
- gateway location. the valid values:
Cloud
,On_Premise
. - payment
Type String - The Payment type of gateway. The valid value:
PayAsYouGo
. - public
Network NumberBandwidth - The public network bandwidth of gateway. Valid values between
5
and200
. Defaults to5
. - reason
Detail String - The reason detail of gateway.
- reason
Type String - The reason type when user deletes the gateway.
- release
After BooleanExpiration - Whether to release the gateway due to expiration.
- status String
- gateway status.
- storage
Bundle StringId - storage bundle id.
- type String
- gateway type. the valid values:
Type
,Iscsi
. - vswitch
Id String - The vswitch id of gateway.
Import
Cloud Storage Gateway Gateway can be imported using the id, e.g.
$ pulumi import alicloud:cloudstoragegateway/gateway:Gateway example <id>
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Alibaba Cloud pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
alicloud
Terraform Provider.