DvpgAndSubnetMigrationUnit
DvpgAndSubnetMigrationUnit
DVPG and subnet migration unit.
JSON Example
{
"dvpg_and_subnet_to_segment_migration_info_list": [
{
"migration_status": "string",
"segment_path": "string"
}
],
"ip_subnets": {
"subnets": [
"string"
]
},
"migration_status": "string",
"vm_count": 0
}
array of
DvpgAndSubnetToSegmentMigrationInfo
dvpg_and_subnet_to_segment_migration_info_list
Optional
Collection of DVPG and subnet migration to segment migration info.
ip_subnets
Optional
IP subnets of a VM vNIC, typically one IPv4 subnet or one IPv6 subnet for single IP-stack, an IPv4 subnet and an IPv6 subnet for dual IP-stack.
string
migration_status
Optional
DVPG and subnet unit migration status.
Possible values are :
NOT_STARTED,
IN_PROGRESS,
COMPLETED,
integer As int32
As int32
vm_count
Optional
Number of VMs connected to a DVPG in the subnets specified by the the property "subnets".