Ipv6AssignmentSpec (type)

{
  "abstract": true, 
  "id": "Ipv6AssignmentSpec", 
  "module_id": "TransportNode", 
  "nsx_feature": "L2Ipv6", 
  "polymorphic-type-descriptor": {
    "mode": "enabled", 
    "property-name": "resource_type"
  }, 
  "properties": {
    "resource_type": {
      "enum": [
        "StaticIpv6PoolSpec", 
        "StaticIpv6ListSpec", 
        "AssignedByDhcpv6", 
        "StaticIpv6MacListSpec", 
        "AssignedByAutoConf", 
        "NoIpv6"
      ], 
      "required": true, 
      "type": "string"
    }
  }, 
  "title": "Abstract base type for specification of IPv6 IPs to be used with host switch virtual tunnel endpoints", 
  "type": "object"
}