InstanceRuntime

InstanceRuntime
InstanceRuntime

A Service Runtime is the runtime entity associated with ever Service-VM deployed.

AllOf
This class requires all of the following:
JSON Example
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {},
    "_revision": 0,
    "_create_time": 0,
    "_create_user": "string",
    "_last_modified_time": 0,
    "_last_modified_user": "string",
    "_protection": "string",
    "_system_owned": false,
    "description": "string",
    "display_name": "string",
    "id": "string",
    "resource_type": "string",
    "tags": [
        {
            "scope": "string",
            "tag": "string"
        }
    ],
    "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"
            }
        ]
    }
}