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:
objectCluster image rate limit status.
- Parameters:
cluster_id – (
cluster_id) Cluster extId.effective_rate_limit_name – (
effective_rate_limit_name) Name of the image rate limit currently enforced for a cluster.effective_rate_limit_id – (
effective_rate_limit_id) Image rate limit extId currently enforced for a cluster.effective_rate_limit_kbps – (
effective_rate_limit_kbps) The currently enforced rate limit for a cluster in KBps.
- 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