RegistryNameStatus Class

The result of a request to check the availability of a container registry name.

Inheritance
RegistryNameStatus

Constructor

RegistryNameStatus(*, name_available: Optional[bool] = None, reason: Optional[str] = None, message: Optional[str] = None, **kwargs)

Variables

name_available
bool

The value that indicates whether the name is available.

reason
str

If any, the reason that the name is not available.

message
str

If any, the error message that provides more detail for the reason that the name is not available.