AssignedByDhcpv6 (type)

{
  "description": "This type can be specified in ip assignment spec of host switch if DHCP based IP assignment is desired for host switch virtual tunnel endpoints.", 
  "extends": {
    "$ref": "Ipv6AssignmentSpec
  }, 
  "id": "AssignedByDhcpv6", 
  "module_id": "TransportNode", 
  "nsx_feature": "L2Ipv6", 
  "polymorphic-type-descriptor": {
    "type-identifier": "AssignedByDhcpv6"
  }, 
  "properties": {
    "resource_type": {
      "enum": [
        "StaticIpv6PoolSpec", 
        "StaticIpv6ListSpec", 
        "AssignedByDhcpv6", 
        "StaticIpv6MacListSpec", 
        "AssignedByAutoConf", 
        "NoIpv6"
      ], 
      "required": true, 
      "type": "string"
    }
  }, 
  "title": "DHCP based IPv6 assignment.", 
  "type": "object"
}