Distributed Nodes Info Args
data class DistributedNodesInfoArgs(val nodeName: Output<String>? = null, val sourceResourceId: Output<String>? = null, val status: Output<String>? = null) : ConvertibleToJava<DistributedNodesInfoArgs>
This is used to represent the various nodes of the distributed container.
Constructors
Link copied to clipboard
fun DistributedNodesInfoArgs(nodeName: Output<String>? = null, sourceResourceId: Output<String>? = null, status: Output<String>? = null)