InlineInstanceRuntime1

InlineInstanceRuntime1
InlineInstanceRuntime1
JSON Example
{
    "compute_collection_id": "string",
    "deployment_status": "string",
    "error_message": "string",
    "maintenance_mode": "string",
    "runtime_health_status_by_partner": "string",
    "runtime_status": "string",
    "service_instance_id": "string",
    "service_vm_id": "string",
    "storage_id": "string",
    "unhealthy_reason": "string",
    "vm_nic_info": {
        "nic_infos": [
            {
                "gateway_address": "string",
                "ip_address": "string",
                "ip_allocation_type": "string",
                "ip_pool_id": "string",
                "network_id": "string",
                "nic_metadata": {
                    "interface_index": 0,
                    "interface_label": "string",
                    "interface_type": "string",
                    "transports": [
                        "string"
                    ],
                    "user_configurable": false
                },
                "subnet_mask": "string"
            }
        ]
    }
}
string
compute_collection_id
Optional

Resource Pool or cluster Id.

string
deployment_status
Optional

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.

Possible values are : DEPLOYMENT_IN_PROGRESS, DEPLOYMENT_FAILED, DEPLOYMENT_SUCCESSFUL, UPGRADE_IN_PROGRESS, UPGRADE_FAILED, UNDEPLOYMENT_IN_PROGRESS, UNDEPLOYMENT_FAILED, UNDEPLOYMENT_SUCCESSFUL, UNKNOWN,
string
error_message
Optional

Error message for the Service Instance Runtime if any.

string
maintenance_mode
Optional

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.

Possible values are : OFF, ENTERING, ON, EXITING,
string
runtime_health_status_by_partner
Optional

Service-Instance runtime health status set by partner to indicate whether the service is running properly or not.

Possible values are : HEALTHY, STOPPED, NOT_RESPONDING,
string
runtime_status
Optional

Service-Instance Runtime status of the deployed Service-VM.

Possible values are : IN_SERVICE, OUT_OF_SERVICE, NEEDS_ATTENTION, NOT_AVAILABLE,
string
service_instance_id
Optional

Id of an instantiation of a registered service.

string
service_vm_id
Optional

Service-VM/SVM id of deployed virtual-machine.

string
storage_id
Optional

Moref of the datastore in VC.

string
unhealthy_reason
Optional

Reason provided by partner for the service being unhealthy. This could be due to various reasons such as connectivity lost as an example.

vm_nic_info
Optional

Contains a set of information of a VM on the network interfaces present on the partner appliance that needs to be configured by the NSX Manager.