Service Mesh Args
data class ServiceMeshArgs(val clusterIds: Output<List<String>>? = null, val clusterSpec: Output<String>? = null, val customizedPrometheus: Output<Boolean>? = 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 prometheusUrl: Output<String>? = null, val serviceMeshName: Output<String>? = null, val tags: Output<Map<String, Any>>? = 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 since v1.138.0.
Import
Service Mesh Service Mesh can be imported using the id, e.g.
$ pulumi import alicloud:servicemesh/serviceMesh:ServiceMesh example <id>
Content copied to clipboard
Constructors
Link copied to clipboard
fun ServiceMeshArgs(clusterIds: Output<List<String>>? = null, clusterSpec: Output<String>? = null, customizedPrometheus: Output<Boolean>? = 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, prometheusUrl: Output<String>? = null, serviceMeshName: Output<String>? = null, tags: Output<Map<String, Any>>? = null, version: Output<String>? = null)