ClusterArgs

data class ClusterArgs(val aclEntryLists: Output<List<String>>? = null, val clusterAliasName: Output<String>? = null, val clusterSpecification: Output<String>? = null, val clusterType: Output<String>? = null, val clusterVersion: Output<String>? = null, val connectionType: Output<String>? = null, val diskType: Output<String>? = null, val instanceCount: Output<Int>? = null, val mseVersion: Output<String>? = null, val netType: Output<String>? = null, val paymentType: Output<String>? = null, val privateSlbSpecification: Output<String>? = null, val pubNetworkFlow: Output<String>? = null, val pubSlbSpecification: Output<String>? = null, val requestPars: Output<String>? = null, val resourceGroupId: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val vpcId: Output<String>? = null, val vswitchId: Output<String>? = null) : ConvertibleToJava<ClusterArgs>

Import

MSE Cluster can be imported using the id, e.g.

$ pulumi import alicloud:mse/cluster:Cluster example mse-cn-0d9xxxx

Constructors

Link copied to clipboard
constructor(aclEntryLists: Output<List<String>>? = null, clusterAliasName: Output<String>? = null, clusterSpecification: Output<String>? = null, clusterType: Output<String>? = null, clusterVersion: Output<String>? = null, connectionType: Output<String>? = null, diskType: Output<String>? = null, instanceCount: Output<Int>? = null, mseVersion: Output<String>? = null, netType: Output<String>? = null, paymentType: Output<String>? = null, privateSlbSpecification: Output<String>? = null, pubNetworkFlow: Output<String>? = null, pubSlbSpecification: Output<String>? = null, requestPars: Output<String>? = null, resourceGroupId: Output<String>? = null, tags: Output<Map<String, String>>? = null, vpcId: Output<String>? = null, vswitchId: Output<String>? = null)

Properties

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

The whitelist. NOTE: This attribute is invalid when the value of pub_network_flow is 0 and the value of net_type is privatenet.

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

The alias of MSE Cluster.

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

The engine specification of MSE Cluster. NOTE: From version 1.188.0, cluster_specification can be modified. If you were an international user, please use the specification version ending with _200_c.Valid values:

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

The type of MSE Cluster.

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

The version of MSE Cluster. See details

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

The connection type. Valid values: slb,single_eni(Available since v1.232.0). If your region is one of ap-southeast-6、us-west-1、eu-central-1、us-east-1、ap-southeast-1,and your cluster's mse_version is mse_dev,please use single_eni.

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

The type of Disk.

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

The count of instance. NOTE: From version 1.188.0, instance_count can be modified.

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

The version of MSE. Valid values: mse_dev or mse_pro or mse_serverless(Available since v1.232.0).

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

The type of network. Valid values: privatenet and pubnet and both(Available since v1.232.0).

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

Payment type: Subscription (prepaid), PayAsYouGo (postpaid). Default PayAsYouGo.

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

The specification of private network SLB.

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

The public network bandwidth.

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

The specification of public network SLB. Serverless Instance could ignore this parameter.

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

The extended request parameters in the JSON format.

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

The resource group of the resource.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

The tag of the resource.

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

The id of the VPC.

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

The id of VSwitch.

Functions

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