SddcNetworkSpec
Defines a network spec
{
"networkType": "MANAGEMENT",
"subnet": "10.0.0.250/24",
"gateway": "10.0.0.250",
"subnetMask": "255.255.255.0",
"includeIpAddress": [
"[10.0.0.100]"
],
"includeIpAddressRanges": [
{
"startIpAddress": "192.168.0.123",
"endIpAddress": "192.168.0.128"
}
],
"vlanId": 1000,
"mtu": 0,
"teamingPolicy": "loadbalance_ip",
"activeUplinks": [
"string"
],
"standbyUplinks": [
"string"
],
"portGroupKey": "string"
}
Network Type. One among: VSAN, VMOTION, MANAGEMENT, VM_MANAGEMENT, NFS or any custom network type
Subnet
Gateway
Subnet Mask
IP Addresses to be included
VLAN ID
MTU size
Teaming Policy for VSAN and VMOTION network types, Default is loadbalance_loadbased. One among:loadbalance_ip, loadbalance_srcmac, loadbalance_srcid, failover_explicit, loadbalance_loadbased
Active Uplinks for teaming policy, specify uplink1 for failover_explicit VSAN Teaming Policy
Standby Uplinks for teaming policy, specify uplink2 for failover_explicit VSAN Teaming Policy
Name of the Distributed Portgroup to be created. It will be autogenerated if null