MpsSvmDeploymentSpec

MpsSvmDeploymentSpec
MpsSvmDeploymentSpec

Used to provide the MPS Settings for the Malware Prevention SVM on a cluster.

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"
        }
    ],
    "cluster_svm_property": {
        "ip_allocation_type": "string",
        "ip_pool_id": "string",
        "network_id": "string",
        "storage_id": "string"
    },
    "compute_collection_id": "string",
    "ovf_spec_name": "string",
    "sub_cluster_svm_property_list": [
        {
            "sub_cluster_id": "string",
            "svm_properties": {
                "ip_allocation_type": "string",
                "ip_pool_id": "string",
                "network_id": "string",
                "storage_id": "string"
            }
        }
    ],
    "svm_config": {
        "ssh_key": "string"
    }
}