NSX-T Data Center REST API
VpcServiceInstanceStatus (type)
{
"id": "VpcServiceInstanceStatus",
"module_id": "PolicyVpcStatistics",
"nsx_feature": "ServiceVmVpcSupportForDTGW",
"properties": {
"child_port_id": {
"description": "The child port inherits same IP and MAC of the service interface on VPC service instance.",
"readonly": true,
"required": false,
"title": "Identifier of child port on the VPC service subnet",
"type": "string"
},
"child_port_vlan": {
"description": "VLAN ID allocated to the VPC used as VLAN tag of the child port. It is also used for the VLAN logical switch that the service interface is connected to.",
"readonly": true,
"required": false,
"title": "VLAN ID allocated to the VPC",
"type": "string"
},
"exit_interface": {
"description": "The exit interface of the service interface on virtual network appliance.",
"readonly": true,
"required": false,
"title": "The exit interface of the service interface on virtual network appliance",
"type": "string"
},
"parent_port_id": {
"description": "The parent port that the child port is linked to.",
"readonly": true,
"required": false,
"title": "Identifier of parent port that the child port is linked to",
"type": "string"
},
"service_interface_id": {
"description": "Identifier of the service interface connecting VPC service instance to VPC DR.",
"readonly": true,
"required": false,
"title": "Identifier of the service interface on VPC service instance",
"type": "string"
},
"service_interface_ip": {
"description": "IP address of the service interface connecting VPC service instance to VPC DR.",
"readonly": true,
"required": false,
"title": "IP address of the service interface on VPC service instance",
"type": "string"
},
"service_interface_mac": {
"description": "MAC address of the service interface connecting VPC service instance to VPC DR.",
"readonly": true,
"required": false,
"title": "MAC address of the service interface on VPC service instance",
"type": "string"
}
},
"title": "VPC service instance status",
"type": "object"
}