Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.08 KB

File metadata and controls

30 lines (21 loc) · 1.08 KB

V0040ClusterRecController

Properties

Name Type Description Notes
host str ControlHost [optional]
port int ControlPort [optional]

Example

from slurm_api_client.models.v0040_cluster_rec_controller import V0040ClusterRecController

# TODO update the JSON string below
json = "{}"
# create an instance of V0040ClusterRecController from a JSON string
v0040_cluster_rec_controller_instance = V0040ClusterRecController.from_json(json)
# print the JSON string representation of the object
print(V0040ClusterRecController.to_json())

# convert the object into a dict
v0040_cluster_rec_controller_dict = v0040_cluster_rec_controller_instance.to_dict()
# create an instance of V0040ClusterRecController from a dict
v0040_cluster_rec_controller_from_dict = V0040ClusterRecController.from_dict(v0040_cluster_rec_controller_dict)

[Back to Model list] [Back to API list] [Back to README]