ServiceMeshArgs

data class ServiceMeshArgs(val clusterIds: Output<List<String>>? = null, val clusterSpec: Output<String>? = null, val edition: Output<String>? = null, val extraConfiguration: Output<ServiceMeshExtraConfigurationArgs>? = null, val force: Output<Boolean>? = null, val loadBalancer: Output<ServiceMeshLoadBalancerArgs>? = null, val meshConfig: Output<ServiceMeshMeshConfigArgs>? = null, val network: Output<ServiceMeshNetworkArgs>? = null, val serviceMeshName: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<ServiceMeshArgs>

Provides a Service Mesh Service Mesh resource. For information about Service Mesh Service Mesh and how to use it, see What is Service Mesh.

NOTE: Available in v1.138.0+.

Import

Service Mesh Service Mesh can be imported using the id, e.g.

$ pulumi import alicloud:servicemesh/serviceMesh:ServiceMesh example <id>

Constructors

Link copied to clipboard
fun ServiceMeshArgs(clusterIds: Output<List<String>>? = null, clusterSpec: Output<String>? = null, edition: Output<String>? = null, extraConfiguration: Output<ServiceMeshExtraConfigurationArgs>? = null, force: Output<Boolean>? = null, loadBalancer: Output<ServiceMeshLoadBalancerArgs>? = null, meshConfig: Output<ServiceMeshMeshConfigArgs>? = null, network: Output<ServiceMeshNetworkArgs>? = null, serviceMeshName: Output<String>? = null, version: Output<String>? = null)

Functions

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

Properties

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

The array of the cluster ids.

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

The service mesh instance specification. Valid values: standard,enterprise,ultimate.

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

The type of the resource. Valid values: Default and Pro. Default:the standard. Pro:the Pro version.

Link copied to clipboard

The configurations of additional features for the ASM instance. See the following Block extra_configuration.

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

This parameter is used for resource destroy. Default value is false.

Link copied to clipboard

The configuration of the Load Balancer. See the following Block load_balancer.

Link copied to clipboard

The configuration of the Service grid. See the following Block mesh_config.

Link copied to clipboard
val network: Output<ServiceMeshNetworkArgs>? = null

The network configuration of the Service grid. See the following Block network.

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

The name of the resource.

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

The version of the resource. you can look up the version using alicloud.servicemesh.getVersions. Note: The version supports updating from v1.170.0, the relevant version can be obtained via istio_operator_version in alicloud.servicemesh.getServiceMeshes.