You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IDs of the firewalls to apply to all nodes in this node group
[optional]
max_count
int
[optional]
min_count
int
[optional]
Example
fromhyperstack.models.update_cluster_node_group_payloadimportUpdateClusterNodeGroupPayload# TODO update the JSON string belowjson="{}"# create an instance of UpdateClusterNodeGroupPayload from a JSON stringupdate_cluster_node_group_payload_instance=UpdateClusterNodeGroupPayload.from_json(json)
# print the JSON string representation of the objectprint(UpdateClusterNodeGroupPayload.to_json())
# convert the object into a dictupdate_cluster_node_group_payload_dict=update_cluster_node_group_payload_instance.to_dict()
# create an instance of UpdateClusterNodeGroupPayload from a dictupdate_cluster_node_group_payload_from_dict=UpdateClusterNodeGroupPayload.from_dict(update_cluster_node_group_payload_dict)