Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 2.34 KB

File metadata and controls

41 lines (32 loc) · 2.34 KB

V0041OpenapiSharesRespSharesSharesInner

Properties

Name Type Description Notes
id int Association ID [optional]
cluster str Cluster name [optional]
name str Share name [optional]
parent str Parent name [optional]
partition str Partition name [optional]
shares_normalized V0041OpenapiSharesRespSharesSharesInnerSharesNormalized [optional]
shares V0041OpenapiSharesRespSharesSharesInnerShares [optional]
tres V0041OpenapiSharesRespSharesSharesInnerTres [optional]
effective_usage float Effective, normalized usage [optional]
usage_normalized V0041OpenapiSharesRespSharesSharesInnerUsageNormalized [optional]
usage int Measure of tresbillableunits usage [optional]
fairshare V0041OpenapiSharesRespSharesSharesInnerFairshare [optional]
type List[str] User or account association [optional]

Example

from slurmrest_python.models.v0041_openapi_shares_resp_shares_shares_inner import V0041OpenapiSharesRespSharesSharesInner

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

# convert the object into a dict
v0041_openapi_shares_resp_shares_shares_inner_dict = v0041_openapi_shares_resp_shares_shares_inner_instance.to_dict()
# create an instance of V0041OpenapiSharesRespSharesSharesInner from a dict
v0041_openapi_shares_resp_shares_shares_inner_from_dict = V0041OpenapiSharesRespSharesSharesInner.from_dict(v0041_openapi_shares_resp_shares_shares_inner_dict)

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