ZookeeperNodeInfo
public struct ZookeeperNodeInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The attached elastic network interface of the broker.
Declaration
Swift
public let attachedENIId: String? -
The virtual private cloud (VPC) IP address of the client.
Declaration
Swift
public let clientVpcIpAddress: String? -
Endpoints for accessing the ZooKeeper.
Declaration
Swift
public let endpoints: [String]? -
The role-specific ID for Zookeeper.
Declaration
Swift
public let zookeeperId: Double? -
The version of Zookeeper.
Declaration
Swift
public let zookeeperVersion: String? -
Undocumented
Declaration
Swift
public init(attachedENIId: String? = nil, clientVpcIpAddress: String? = nil, endpoints: [String]? = nil, zookeeperId: Double? = nil, zookeeperVersion: String? = nil)
View on GitHub
ZookeeperNodeInfo Structure Reference