public abstract class RoleInstanceStatus extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BUSYROLE
The role instance is unavailable for requests.
|
static String |
CREATINGROLE
Azure is creating resources for the role.
|
static String |
CREATINGVM
The host agent is currently creating resources for the Virtual Machine.
|
static String |
CYCLINGROLE
The role has continually crashed after being started by Azure.
|
static String |
DELETINGVM
The Virtual Machine is being deleted by the host agent.
|
static String |
FAILEDSTARTINGROLE
The role has continually failed to start.
|
static String |
FAILEDSTARTINGVM
An Azure or container error is preventing the Virtual Machine from
starting.
|
static String |
PROVISIONING
Azure is provisioning the role.
|
static String |
READYROLE
The role instance has started and is ready to be used.
|
static String |
RESTARTINGROLE
The role has unexpectedly stopped or has failed to start.
|
static String |
ROLESTATEUNKNOWN
The role state is currently unknown.
|
static String |
STARTINGROLE
Azure is starting the role.
|
static String |
STARTINGVM
The host agent is starting the Virtual Machine.
|
static String |
STOPPEDVM
The Virtual Machine is not running.
|
static String |
STOPPINGROLE
Azure is stopping the role.
|
static String |
STOPPINGVM
The host agent is stopping the Virtual Machine.
|
static String |
UNRESPONSIVEROLE
The role has timed out before receiving a status message and is not
responding to requests.
|
| Constructor and Description |
|---|
RoleInstanceStatus() |
public static final String ROLESTATEUNKNOWN
public static final String CREATINGVM
public static final String STARTINGVM
public static final String CREATINGROLE
public static final String STARTINGROLE
public static final String READYROLE
public static final String BUSYROLE
public static final String STOPPINGROLE
public static final String STOPPINGVM
public static final String DELETINGVM
public static final String STOPPEDVM
public static final String RESTARTINGROLE
public static final String CYCLINGROLE
public static final String FAILEDSTARTINGROLE
public static final String FAILEDSTARTINGVM
public static final String UNRESPONSIVEROLE
public static final String PROVISIONING
/**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/