SolutionsHostBoundSolutionConfig

SolutionsHostBoundSolutionConfig
SolutionsHostBoundSolutionConfig

Specifies host-bound solution configuration.

This structure may be used only with operations rendered under /eam.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "preferHostConfiguration": false,
    "networks": [
        {
            "_typeName": "string",
            "type": "string",
            "value": "string"
        }
    ],
    "datastores": [
        {
            "_typeName": "string",
            "type": "string",
            "value": "string"
        }
    ],
    "vmci": [
        "string"
    ]
}
boolean
preferHostConfiguration
Optional

If set to true - default network and datastore configured on host will take precedence over datastores and networks.

networks
Optional

networks to satisfy system Virtual Machine network adapter requirements.

If omitted - default configured network on the host will be used.

datastores
Optional

Datastores to be configured as a storage of the VMs.

The first available datastore on the host is used. The collection cannot contain duplicate elements. If omitted - default configured datastore on the host will be used.

array of string
vmci
Optional

VMCI to be allowed access from the system Virtual Machine.