NodeDetails#
- class NodeDetails(node_list=None, request_type=None, *args, **kwargs)[source]#
Bases:
object
Request type and networking details for nodes
- Parameters:
node_list (required) – (
node_list
) Node specific details required to fetch node networking informationrequest_type – (
request_type
) Type of request, either it can be expand_cluster or npe
- property node_list#
Node specific details required to fetch node networking information
- Type:
list[
NodeListNetworkingDetails
]
- property request_type#
Type of request, either it can be expand_cluster or npe
- Type:
str