GetClustersClusterInstanceModel

data class GetClustersClusterInstanceModel(val healthStatus: String, val instanceType: String, val internetIp: String, val ip: String, val podName: String, val role: String, val singleTunnelVip: String, val vip: String)

Constructors

Link copied to clipboard
constructor(healthStatus: String, instanceType: String, internetIp: String, ip: String, podName: String, role: String, singleTunnelVip: String, vip: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The health status of the instance.

Link copied to clipboard

(Deprecated from version 1.232.0)

Link copied to clipboard

The public IP address.

Link copied to clipboard
val ip: String

The IP address of the instance.

Link copied to clipboard

The name of the pod.

Link copied to clipboard

The role.

Link copied to clipboard

The single-thread IP address.

Link copied to clipboard
val vip: String

(Deprecated from version 1.232.0)