RegistryNameStatus Class
The result of a request to check the availability of a container registry name.
Constructor
RegistryNameStatus(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
name_available
|
The value that indicates whether the name is available. |
|
reason
|
If any, the reason that the name is not available. |
|
message
|
If any, the error message that provides more detail for the reason that the name is not available. |
Attributes
message
If any, the error message that provides more detail for the reason that the name is not available.
message: str | None
name_available
The value that indicates whether the name is available.
name_available: bool | None
reason
If any, the reason that the name is not available.
reason: str | None