toggle menu
pulumi-alicloud-kotlin
3.79.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.cs.kotlin.outputs
/
GetKubernetesClustersClusterWorkerNode
Get
Kubernetes
Clusters
Cluster
Worker
Node
data
class
GetKubernetesClustersClusterWorkerNode
(
val
id
:
String
,
val
name
:
String
,
val
privateIp
:
String
)
Members
Constructors
Get
Kubernetes
Clusters
Cluster
Worker
Node
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
privateIp
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
id
Link copied to clipboard
val
id
:
String
ID of the node.
name
Link copied to clipboard
val
name
:
String
Node name.
private
Ip
Link copied to clipboard
val
privateIp
:
String
The private IP address of node.