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 information

  • request_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

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model