[{"label":"Latest (1.0.0)","version":"latest"}]
srm-rest-api
VmProtectionNetwork
Representation of a network setting for a protected VM.
AllOf
This class requires all of the following:
Properties
integer as int32
index
Optional
NIC order index
integer as int32
key
Optional
Network device key identifier
boolean
source_network_nsx_backed
Optional
Whether the source network is NSX-backed
boolean
target_network_nsx_backed
Optional
Whether the target network is NSX-backed
JSON Example
{
"index": 0,
"key": 0,
"source_network_nsx_backed": false,
"target_network_nsx_backed": false
}