DomainStatus
Application domain status, with regard to mapping and verification.
Content copied to clipboard
elide.app.DomainStatus
Properties
Link copied to clipboard
Domain is pending verification.
Content copied to clipboard
PENDING = 0;
Link copied to clipboard
Domain is live and serving traffic.
Content copied to clipboard
SERVING = 2;
Link copied to clipboard
Domain is verified and mapped to the application.
Content copied to clipboard
VERIFIED = 1;
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.