CheckEndpointNameAvailabilityOutput Class

Output of check name availability API.

Variables are only populated by the server, and will be ignored when sending a request.

Constructor

CheckEndpointNameAvailabilityOutput(**kwargs: Any)

Variables

Name Description
name_available

Indicates whether the name is available.

available_hostname
str

Returns the available hostname generated based on the AutoGeneratedDomainNameLabelScope when the name is available, otherwise it returns empty string.

reason
str

The reason why the name is not available.

message
str

The detailed error message describing why the name is not available.