Skip to content

Latest commit

 

History

History
54 lines (49 loc) · 2.75 KB

File metadata and controls

54 lines (49 loc) · 2.75 KB

InstanceRuntime

Properties

Name Type Description Notes
serviceVmId String Service-VM/SVM id of deployed virtual-machine. [optional]
deploymentStatus DeploymentStatusEnum Service-Instance Runtime deployment status of the Service-VM. It shows the latest status during the process of deployment, redeploy, upgrade, and un-deployment of VM. [optional]
vmNicInfo VmNicInfo [optional]
maintenanceMode MaintenanceModeEnum The maintenance mode indicates whether the corresponding service VM is in maintenance mode. The service VM will not be used to service new requests if it is in maintenance mode. [optional]
runtimeStatus RuntimeStatusEnum Service-Instance Runtime status of the deployed Service-VM. [optional]
errorMessage String Error message for the Service Instance Runtime if any. [optional]
serviceInstanceId String Id of an instantiation of a registered service. [optional]
runtimeHealthStatusByPartner RuntimeHealthStatusByPartnerEnum Service-Instance runtime health status set by partner to indicate whether the service is running properly or not. [optional]
unhealthyReason String Reason provided by partner for the service being unhealthy. This could be due to various reasons such as connectivity lost as an example. [optional]

Enum: DeploymentStatusEnum

Name Value
DEPLOYMENT_IN_PROGRESS "DEPLOYMENT_IN_PROGRESS"
DEPLOYMENT_FAILED "DEPLOYMENT_FAILED"
DEPLOYMENT_SUCCESSFUL "DEPLOYMENT_SUCCESSFUL"
UPGRADE_IN_PROGRESS "UPGRADE_IN_PROGRESS"
UPGRADE_FAILED "UPGRADE_FAILED"
UNDEPLOYMENT_IN_PROGRESS "UNDEPLOYMENT_IN_PROGRESS"
UNDEPLOYMENT_FAILED "UNDEPLOYMENT_FAILED"
UNDEPLOYMENT_SUCCESSFUL "UNDEPLOYMENT_SUCCESSFUL"
UNKNOWN "UNKNOWN"

Enum: MaintenanceModeEnum

Name Value
OFF "OFF"
ENTERING "ENTERING"
ON "ON"
EXITING "EXITING"

Enum: RuntimeStatusEnum

Name Value
IN_SERVICE "IN_SERVICE"
OUT_OF_SERVICE "OUT_OF_SERVICE"
NEEDS_ATTENTION "NEEDS_ATTENTION"
NOT_AVAILABLE "NOT_AVAILABLE"

Enum: RuntimeHealthStatusByPartnerEnum

Name Value
HEALTHY "HEALTHY"
STOPPED "STOPPED"
NOT_RESPONDING "NOT_RESPONDING"