pulumi-alicloud-kotlin
3.44.1.0
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.cs.kotlin.outputs
/
KubernetesWorkerNode
Kubernetes
Worker
Node
data
class
KubernetesWorkerNode
(
val
id
:
String
?
=
null
,
val
name
:
String
?
=
null
,
val
privateIp
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Kubernetes
Worker
Node
Link copied to clipboard
fun
KubernetesWorkerNode
(
id
:
String
?
=
null
,
name
:
String
?
=
null
,
privateIp
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
id
Link copied to clipboard
val
id
:
String
?
=
null
ID of the node.
name
Link copied to clipboard
val
name
:
String
?
=
null
Node name.
private
Ip
Link copied to clipboard
val
privateIp
:
String
?
=
null
The private IP address of node.