Esx.Settings.Clusters.Vms.Solutions.ClusterSolutionInfo
The Esx.Settings.Clusters.Vms.Solutions.ClusterSolutionInfo schema contains properties that describe solution configuration only applicable for solutions with deployment type Esx.Settings.Clusters.Vms.DeploymentType.CLUSTER_VM_SET.
This schema was added in vSphere API 9.0.0.0.
{
"vm_count": 0,
"vm_placement_policies": [
"string"
],
"vm_networks": {
"vm_networks": "string"
},
"vm_datastores": [
"string"
],
"devices": {},
"remediation_policy": "string",
"alternative_vm_specs": [
{
"selection_criteria": {
"selection_type": "string",
"extra_config_value": "string"
},
"devices": {}
}
]
}
The number of instances of the specified VM to be deployed across the cluster.
This property was added in vSphere API 9.0.0.0.
VM placement policies to be configured on the VMs.
Possible values:
- VM_VM_ANTI_AFFINITY: VMs are anti-affined to each other.
For more information see: Esx.Settings.Clusters.Vms.VmPlacementPolicy.
This property was added in vSphere API 9.0.0.0.
Networks to be configured on the VMs. The map keys represent the logical network names defined in the OVF descriptor while the map values represent the VM network identifiers.
This property was added in vSphere API 9.0.0.0.
When clients pass a value of this schema as a parameter, the value in the property map must be an identifier for the resource type: Network. When operations return a value of this schema as a response, the value in the property map will be an identifier for the resource type: Network.
Datastores to be configured as a storage of the VMs. The first datastore from the list available in the cluster is used.
This property was added in vSphere API 9.0.0.0.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: Datastore. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: Datastore.
Devices of the VMs not defined in the OVF descriptor.
This property was added in vSphere API 9.0.0.0.
If missing or null no additional devices will be added to the VMs.
Remediation policy to be configured for the deployment units.
Possible values:
- PARALLEL: Default remediation policy. Entities are remediated in parallel.
- SEQUENTIAL: Entities are remediated sequentially, one at a time.
For more information see: Esx.Settings.Clusters.Vms.RemediationPolicy.
Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
This property is optional because it was added in a newer version than its parent node.
List of Esx.Settings.Clusters.Vms.AlternativeVmSpecs to be applied on the System VMs.
Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
If missing or null no Esx.Settings.Clusters.Vms.AlternativeVmSpecs will be applied to the System VMs.