NSX-T Data Center REST API
StaticIpv4 (type)
{
"extends": {
"$ref": "PolicyIpAssignmentSpec"
},
"id": "StaticIpv4",
"module_id": "PolicyEdgeTransportNode",
"polymorphic-type-descriptor": {
"type-identifier": "StaticIpv4"
},
"properties": {
"default_gateway": {
"description": "Ipv4 default gateway for edge transport node.",
"items": {
"$ref": "IPv4Address"
},
"maxItems": 1,
"minItems": 1,
"required": true,
"title": "Default Ipv4 gateway for the node.",
"type": "array"
},
"ip_assignment_type": {
"enum": [
"StaticIpv4",
"StaticIpv4Pool",
"StaticIpv4List",
"Dhcpv4",
"StaticIpv6",
"StaticIpv6Pool",
"StaticIpv6List",
"StaticIpv6MacList",
"StaticIpv4MacList",
"Dhcpv6",
"AutoConf",
"NoAssignment"
],
"required": true,
"type": "string"
},
"management_port_subnets": {
"description": "IPv4 Address and subnet configuration for the management port.",
"items": {
"$ref": "IPv4Subnet"
},
"maxItems": 1,
"minItems": 1,
"required": true,
"title": "Ipv4 Port subnets for management port.",
"type": "array"
}
},
"title": "IP assignment specification for a Static IP .",
"type": "object"
}