GetServiceMeshesMesh

data class GetServiceMeshesMesh(val clusters: List<String>, val createTime: String, val edition: String, val endpoints: List<GetServiceMeshesMeshEndpoint>, val errorMessage: String, val id: String, val istioOperatorVersion: String, val kubeConfig: String, val loadBalancers: List<GetServiceMeshesMeshLoadBalancer>, val meshConfigs: List<GetServiceMeshesMeshMeshConfig>, val networks: List<GetServiceMeshesMeshNetwork>, val serviceMeshId: String, val serviceMeshName: String, val sidecarVersion: String, val status: String, val version: String)

Constructors

Link copied to clipboard
constructor(clusters: List<String>, createTime: String, edition: String, endpoints: List<GetServiceMeshesMeshEndpoint>, errorMessage: String, id: String, istioOperatorVersion: String, kubeConfig: String, loadBalancers: List<GetServiceMeshesMeshLoadBalancer>, meshConfigs: List<GetServiceMeshesMeshMeshConfig>, networks: List<GetServiceMeshesMeshNetwork>, serviceMeshId: String, serviceMeshName: String, sidecarVersion: String, status: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Cluster List.

Link copied to clipboard

The created time of the Service Mesh instance.

Link copied to clipboard

Grid instance version type. Note: edition takes effect only if enable_details is set to true.

Link copied to clipboard

The endpoint details. Note: endpoints takes effect only if enable_details is set to true.

Link copied to clipboard

The returned error message.

Link copied to clipboard
val id: String

The ID of the Service Mesh instance.

Link copied to clipboard

(Available since v1.170.0) The Istio Operator Version. Note: istio_operator_version takes effect only if enable_details is set to true.

Link copied to clipboard

The content of Kube config. Note: kube_config takes effect only if enable_details is set to true.

Link copied to clipboard

The configuration of the Load Balancer. Note: load_balancer takes effect only if enable_details is set to true.

Link copied to clipboard

The configuration of the Service grid. Note: mesh_config takes effect only if enable_details is set to true.

Link copied to clipboard

The configuration of the Service grid network. Note: network takes effect only if enable_details is set to true.

Link copied to clipboard

The ID of the Service Mesh instance.

Link copied to clipboard

The name of the Service Mesh instance.

Link copied to clipboard

(Available since v1.170.0) The SideCar Version. Note: sidecar_version takes effect only if enable_details is set to true.

Link copied to clipboard

The status of the Service Mesh. Valid values: running, initial.

Link copied to clipboard

The version of the Service Mesh instance.