vcenter nsx deployment upgrade: upgrade spec
The
upgrade_spec
structure contains information required to start upgrade on NSX deployment. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.Representation:
{
"mode" : "BATCH"
}
"mode" : "BATCH"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
mode | string | The mode of upgrade operation. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Defines the clusters upgrade strategy. The property specifies the sequence in which the clusters for which the NSX is enabled will be upgraded. Warning: This enumeration is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Value is one of: BATCH: The clusters with NSX enabled will be upgraded in parallel. The system supports upgrading up to 5 clusters in parallel. Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. SERIAL: The clusters with NSX enabled will be upgraded in sequence one at a time. Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |