NSX-T Data Center REST API

PolicyVpcLogPortEipBinding (type)

{
  "additionalProperties": false,
  "description": "Represents LogSwitchPortEipBindingMsg data for a given VPC in CCP.",
  "example_response": "",
  "id": "PolicyVpcLogPortEipBinding",
  "module_id": "PolicyVpcNat",
  "properties": {
    "error": {
      "readonly": true,
      "required": false,
      "type": "string"
    },
    "external_ipv4": {
      "readonly": true,
      "type": "string"
    },
    "internal_ipv4": {
      "readonly": true,
      "type": "string"
    },
    "port_id": {
      "readonly": true,
      "required": true,
      "type": "string"
    }
  },
  "title": "Represents LogSwitchPortEipBindingMsg for a given VPC in CCP",
  "type": "object"
}