SolutionsClusterBoundSolutionConfig

SolutionsClusterBoundSolutionConfig
SolutionsClusterBoundSolutionConfig

Specifies cluster-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",
    "vmCount": 0,
    "vmPlacementPolicies": [
        "string"
    ],
    "vmNetworks": [
        {
            "_typeName": "string",
            "name": "string",
            "id": {
                "_typeName": "string",
                "type": "string",
                "value": "string"
            }
        }
    ],
    "datastores": [
        {
            "_typeName": "string",
            "type": "string",
            "value": "string"
        }
    ]
}
integer As int32 As int32
vmCount
Required

The number of instances of the specified VM to be deployed across the cluster.

array of string
vmPlacementPolicies
Optional

VM placement policies to be configured on the VMs SolutionsVmPlacementPolicyEnum If omitted - no VM placement policies are configured.

vmNetworks
Optional

Networks to be configured on the VMs.

If omitted - no VM networks are configured.

datastores
Required

Datastores to be configured as a storage of the VMs.

The first available datastore in the cluster is used. The collection cannot contain duplicate elements.