pulumi-alicloud-kotlin
3.44.1.0
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.cs.kotlin.outputs
/
GetEdgeKubernetesClustersClusterWorkerNode
Get
Edge
Kubernetes
Clusters
Cluster
Worker
Node
data
class
GetEdgeKubernetesClustersClusterWorkerNode
(
val
id
:
String
,
val
name
:
String
,
val
privateIp
:
String
)
Types
Constructors
Properties
Constructors
Get
Edge
Kubernetes
Clusters
Cluster
Worker
Node
Link copied to clipboard
fun
GetEdgeKubernetesClustersClusterWorkerNode
(
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.