ServiceDeployment

ServiceDeployment
ServiceDeployment

Used to provide the deployment specification for the service.

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"
        }
    ],
    "clustered_deployment_count": 0,
    "deployed_to": [
        {
            "is_valid": false,
            "target_display_name": "string",
            "target_id": "string",
            "target_type": "string"
        }
    ],
    "deployment_mode": "string",
    "deployment_spec_name": "string",
    "deployment_type": "string",
    "instance_deployment_template": {
        "attributes": [
            {
                "attribute_type": "string",
                "display_name": "string",
                "key": "string",
                "read_only": false,
                "value": "string"
            }
        ],
        "name": "string"
    },
    "perimeter": "string",
    "service_deployment_config": {
        "compute_collection_id": "string",
        "compute_manager_id": "string",
        "host_id": "string",
        "storage_id": "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"
                }
            ]
        }
    },
    "service_id": "string"
}