RegistryNameStatus Class

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

Constructor

RegistryNameStatus(*, name_available: bool | None = None, reason: str | None = None, message: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name_available

The value that indicates whether the name is available.

Default value: None
reason
str

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

Default value: None
message
str

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

Default value: None

Variables

Name Description
name_available

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.