ClusterNode
public struct ClusterNode : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Whether the node is a leader node or a compute node.
Declaration
Swift
public let nodeRole: String? -
The private IP address of a node within a cluster.
Declaration
Swift
public let privateIPAddress: String? -
The public IP address of a node within a cluster.
Declaration
Swift
public let publicIPAddress: String? -
Undocumented
Declaration
Swift
public init(nodeRole: String? = nil, privateIPAddress: String? = nil, publicIPAddress: String? = nil)
View on GitHub
ClusterNode Structure Reference