CheckCapacityNameAvailabilityResult interface
The checking result of capacity name availability.
Properties
message | The detailed message of the request unavailability. |
name |
Indicator of availability of the capacity name. |
reason | The reason of unavailability. |
Property Details
message
The detailed message of the request unavailability.
message?: string
Property Value
string
nameAvailable
Indicator of availability of the capacity name.
nameAvailable?: boolean
Property Value
boolean
reason
The reason of unavailability.
reason?: string
Property Value
string