ClusterRateLimitStatus#

class ClusterRateLimitStatus(cluster_id=None, effective_rate_limit_name=None, effective_rate_limit_id=None, effective_rate_limit_kbps=None, *args, **kwargs)[source]#

Bases: object

Cluster image rate limit status.

Parameters:
property cluster_id#

Cluster extId.

Type:

str

property effective_rate_limit_id#

Image rate limit extId currently enforced for a cluster.

Type:

str

property effective_rate_limit_kbps#

The currently enforced rate limit for a cluster in KBps.

Type:

int

property effective_rate_limit_name#

Name of the image rate limit currently enforced for a cluster.

Type:

str

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model