NameAvailability interface

Represents a resource name availability.

Extends

Properties

name

name of the PostgreSQL server. NOTE: This property will not be serialized. It can only be populated by the server.

type

type of the server NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Properties

message

Detailed reason why the given name is available.

nameAvailable

Indicates if the resource name is available.

reason

The reason why the given name is not available.

Property Details

name

name of the PostgreSQL server. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

type

type of the server NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited Property Details

message

Detailed reason why the given name is available.

message?: string

Property Value

string

Inherited From CheckNameAvailabilityResponse.message

nameAvailable

Indicates if the resource name is available.

nameAvailable?: boolean

Property Value

boolean

Inherited From CheckNameAvailabilityResponse.nameAvailable

reason

The reason why the given name is not available.

reason?: string

Property Value

string

Inherited From CheckNameAvailabilityResponse.reason