RegistryUsage Class
The quota usage for a container registry.
Constructor
RegistryUsage(*, name: str | None = None, limit: int | None = None, current_value: int | None = None, unit: str | _models.RegistryUsageUnit | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The name of the usage. Default value: None
|
limit
|
The limit of the usage. Default value: None
|
current_value
|
The current value of the usage. Default value: None
|
unit
|
The unit of measurement. Known values are: "Count" and "Bytes". Default value: None
|
Variables
Name | Description |
---|---|
name
|
The name of the usage. |
limit
|
The limit of the usage. |
current_value
|
The current value of the usage. |
unit
|
The unit of measurement. Known values are: "Count" and "Bytes". |