InstanceStatus
Describes statuses which an application instance may inhabit.
Content copied to clipboard
elide.app.InstanceStatus
Entries
Properties
Link copied to clipboard
Instance is currently de-provisioning.
Content copied to clipboard
DEPROVISIONING = 4;
Link copied to clipboard
Instance status is unknown to this version of the protocol.
Content copied to clipboard
INSTANCE_STATUS_UNKNOWN = 0;
Link copied to clipboard
Instance is currently provisioning.
Content copied to clipboard
PROVISIONING = 3;
Link copied to clipboard
Instance is currently running.
Content copied to clipboard
RUNNING = 1;
Link copied to clipboard
Instance is currently stopped.
Content copied to clipboard
STOPPED = 2;
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.