Update Migration Network
Sets the subnet, subnet mask, and/or priority of a migration network.
Input Parameters
Name | Type | Required | Description |
---|---|---|---|
Migration Subnet | String | Yes | Specifies a string representing an IPv4 or IPv6 subnet mask which identifies the migration network whose properties are to be set. Wild cards are allowed. |
New Priority | String | Yes | Specifies the new priority of the virtual machine migration network. Multiple networks can have the same priority. |
New Migration Subnet | String | Yes | Specifies a string representing the new subnet value to be set on the migration network. |
Output Parameters
Name | Type | Description |
---|---|---|
Result | Number | Returns a success value of zero or any value other than zero to indicate failure. |
Example Input Parameters
Name | Type | Required | Example |
---|---|---|---|
Migration Subnet | String | Yes | 192.168.10.1 |
New Priority | Number | No | 8 |
New Migration Subnet | String | Yes | 192.168.10.3 |