NatPolicyApiResponse

NatPolicyApiResponse
NatPolicyApiResponse
JSON Example
{
    "count": 0,
    "results": [
        {
            "_last_modified": "string",
            "configpb_attributes": {
                "version": 0
            },
            "created_by": "string",
            "description": "string",
            "markers": [
                {
                    "key": "string",
                    "values": [
                        "string"
                    ]
                }
            ],
            "name": "string",
            "rules": [
                {
                    "action": {
                        "nat_info": [
                            {
                                "nat_ip": {
                                    "addr": "string",
                                    "type": "string"
                                },
                                "nat_ip_range": {
                                    "begin": {
                                        "addr": "string",
                                        "type": "string"
                                    },
                                    "end": {
                                        "addr": "string",
                                        "type": "string"
                                    }
                                }
                            }
                        ],
                        "type": "string"
                    },
                    "created_by": "string",
                    "enable": false,
                    "index": 0,
                    "match": {
                        "destination_ip": {
                            "addrs": [
                                {
                                    "addr": "string",
                                    "type": "string"
                                }
                            ],
                            "group_refs": [
                                "string"
                            ],
                            "match_criteria": "string",
                            "prefixes": [
                                {
                                    "ip_addr": {
                                        "addr": "string",
                                        "type": "string"
                                    },
                                    "mask": 0
                                }
                            ],
                            "ranges": [
                                {
                                    "begin": {
                                        "addr": "string",
                                        "type": "string"
                                    },
                                    "end": {
                                        "addr": "string",
                                        "type": "string"
                                    }
                                }
                            ]
                        },
                        "services": {
                            "destination_port": {
                                "match_criteria": "string",
                                "ports": [
                                    0
                                ]
                            },
                            "protocol": {
                                "match_criteria": "string",
                                "protocol": "string"
                            },
                            "source_port": {
                                "match_criteria": "string",
                                "ports": [
                                    0
                                ]
                            }
                        },
                        "source_ip": {
                            "addrs": [
                                {
                                    "addr": "string",
                                    "type": "string"
                                }
                            ],
                            "group_refs": [
                                "string"
                            ],
                            "match_criteria": "string",
                            "prefixes": [
                                {
                                    "ip_addr": {
                                        "addr": "string",
                                        "type": "string"
                                    },
                                    "mask": 0
                                }
                            ],
                            "ranges": [
                                {
                                    "begin": {
                                        "addr": "string",
                                        "type": "string"
                                    },
                                    "end": {
                                        "addr": "string",
                                        "type": "string"
                                    }
                                }
                            ]
                        }
                    },
                    "name": "string"
                }
            ],
            "tenant_ref": "string",
            "url": "string",
            "uuid": "string"
        }
    ],
    "next": "string"
}
integer As int32 As int32
count
Required

count

array of NatPolicy
results
Required

results

string
next
Optional

next

Returned By