oci-vnmonitoring 2.33.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +89 -0
- package/NOTICE.txt +1 -0
- package/README.md +22 -0
- package/THIRD_PARTY_LICENSES.txt +576 -0
- package/index.d.ts +24 -0
- package/index.js +47 -0
- package/index.js.map +1 -0
- package/lib/client.d.ts +196 -0
- package/lib/client.js +951 -0
- package/lib/client.js.map +1 -0
- package/lib/model/access-denied-traffic-node.d.ts +26 -0
- package/lib/model/access-denied-traffic-node.js +54 -0
- package/lib/model/access-denied-traffic-node.js.map +1 -0
- package/lib/model/action-type.d.ts +33 -0
- package/lib/model/action-type.js +44 -0
- package/lib/model/action-type.js.map +1 -0
- package/lib/model/add-drg-route-distribution-statement-details.d.ts +47 -0
- package/lib/model/add-drg-route-distribution-statement-details.js +67 -0
- package/lib/model/add-drg-route-distribution-statement-details.js.map +1 -0
- package/lib/model/add-drg-route-distribution-statements-details.d.ts +30 -0
- package/lib/model/add-drg-route-distribution-statements-details.js +63 -0
- package/lib/model/add-drg-route-distribution-statements-details.js.map +1 -0
- package/lib/model/add-drg-route-rule-details.d.ts +50 -0
- package/lib/model/add-drg-route-rule-details.js +35 -0
- package/lib/model/add-drg-route-rule-details.js.map +1 -0
- package/lib/model/add-drg-route-rules-details.d.ts +30 -0
- package/lib/model/add-drg-route-rules-details.js +63 -0
- package/lib/model/add-drg-route-rules-details.js.map +1 -0
- package/lib/model/add-network-security-group-security-rules-details.d.ts +25 -0
- package/lib/model/add-network-security-group-security-rules-details.js +63 -0
- package/lib/model/add-network-security-group-security-rules-details.js.map +1 -0
- package/lib/model/add-security-rule-details.d.ts +139 -0
- package/lib/model/add-security-rule-details.js +82 -0
- package/lib/model/add-security-rule-details.js.map +1 -0
- package/lib/model/added-network-security-group-security-rules.d.ts +25 -0
- package/lib/model/added-network-security-group-security-rules.js +63 -0
- package/lib/model/added-network-security-group-security-rules.js.map +1 -0
- package/lib/model/adhoc-get-path-analysis-details.d.ts +38 -0
- package/lib/model/adhoc-get-path-analysis-details.js +82 -0
- package/lib/model/adhoc-get-path-analysis-details.js.map +1 -0
- package/lib/model/allowed-security-action-details.d.ts +30 -0
- package/lib/model/allowed-security-action-details.js +59 -0
- package/lib/model/allowed-security-action-details.js.map +1 -0
- package/lib/model/allowed-security-action.d.ts +28 -0
- package/lib/model/allowed-security-action.js +62 -0
- package/lib/model/allowed-security-action.js.map +1 -0
- package/lib/model/allowed-security-configuration.d.ts +24 -0
- package/lib/model/allowed-security-configuration.js +87 -0
- package/lib/model/allowed-security-configuration.js.map +1 -0
- package/lib/model/bulk-add-virtual-circuit-public-prefixes-details.d.ts +25 -0
- package/lib/model/bulk-add-virtual-circuit-public-prefixes-details.js +63 -0
- package/lib/model/bulk-add-virtual-circuit-public-prefixes-details.js.map +1 -0
- package/lib/model/bulk-delete-virtual-circuit-public-prefixes-details.d.ts +26 -0
- package/lib/model/bulk-delete-virtual-circuit-public-prefixes-details.js +63 -0
- package/lib/model/bulk-delete-virtual-circuit-public-prefixes-details.js.map +1 -0
- package/lib/model/change-path-analyzer-test-compartment-details.d.ts +29 -0
- package/lib/model/change-path-analyzer-test-compartment-details.js +31 -0
- package/lib/model/change-path-analyzer-test-compartment-details.js.map +1 -0
- package/lib/model/compartment-internal.d.ts +28 -0
- package/lib/model/compartment-internal.js +31 -0
- package/lib/model/compartment-internal.js.map +1 -0
- package/lib/model/compute-instance-endpoint.d.ts +42 -0
- package/lib/model/compute-instance-endpoint.js +54 -0
- package/lib/model/compute-instance-endpoint.js.map +1 -0
- package/lib/model/connect-local-peering-gateways-details.d.ts +27 -0
- package/lib/model/connect-local-peering-gateways-details.js +31 -0
- package/lib/model/connect-local-peering-gateways-details.js.map +1 -0
- package/lib/model/connect-remote-peering-connections-details.d.ts +34 -0
- package/lib/model/connect-remote-peering-connections-details.js +31 -0
- package/lib/model/connect-remote-peering-connections-details.js.map +1 -0
- package/lib/model/cpe.d.ts +75 -0
- package/lib/model/cpe.js +31 -0
- package/lib/model/cpe.js.map +1 -0
- package/lib/model/create-cpe-details.d.ts +55 -0
- package/lib/model/create-cpe-details.js +31 -0
- package/lib/model/create-cpe-details.js.map +1 -0
- package/lib/model/create-cross-connect-details.d.ts +67 -0
- package/lib/model/create-cross-connect-details.js +31 -0
- package/lib/model/create-cross-connect-details.js.map +1 -0
- package/lib/model/create-cross-connect-group-details.d.ts +30 -0
- package/lib/model/create-cross-connect-group-details.js +31 -0
- package/lib/model/create-cross-connect-group-details.js.map +1 -0
- package/lib/model/create-dhcp-details.d.ts +57 -0
- package/lib/model/create-dhcp-details.js +63 -0
- package/lib/model/create-dhcp-details.js.map +1 -0
- package/lib/model/create-drg-attachment-details.d.ts +63 -0
- package/lib/model/create-drg-attachment-details.js +59 -0
- package/lib/model/create-drg-attachment-details.js.map +1 -0
- package/lib/model/create-drg-details.d.ts +48 -0
- package/lib/model/create-drg-details.js +31 -0
- package/lib/model/create-drg-details.js.map +1 -0
- package/lib/model/create-drg-route-distribution-details.d.ts +61 -0
- package/lib/model/create-drg-route-distribution-details.js +35 -0
- package/lib/model/create-drg-route-distribution-details.js.map +1 -0
- package/lib/model/create-drg-route-table-details.d.ts +65 -0
- package/lib/model/create-drg-route-table-details.js +31 -0
- package/lib/model/create-drg-route-table-details.js.map +1 -0
- package/lib/model/create-internet-gateway-details.d.ts +56 -0
- package/lib/model/create-internet-gateway-details.js +31 -0
- package/lib/model/create-internet-gateway-details.js.map +1 -0
- package/lib/model/create-ip-sec-connection-details.d.ts +66 -0
- package/lib/model/create-ip-sec-connection-details.js +31 -0
- package/lib/model/create-ip-sec-connection-details.js.map +1 -0
- package/lib/model/create-ipv6-details.d.ts +72 -0
- package/lib/model/create-ipv6-details.js +31 -0
- package/lib/model/create-ipv6-details.js.map +1 -0
- package/lib/model/create-local-peering-gateway-details.d.ts +53 -0
- package/lib/model/create-local-peering-gateway-details.js +31 -0
- package/lib/model/create-local-peering-gateway-details.js.map +1 -0
- package/lib/model/create-network-security-group-details.d.ts +56 -0
- package/lib/model/create-network-security-group-details.js +31 -0
- package/lib/model/create-network-security-group-details.js.map +1 -0
- package/lib/model/create-path-analyzer-test-details.d.ts +60 -0
- package/lib/model/create-path-analyzer-test-details.js +77 -0
- package/lib/model/create-path-analyzer-test-details.js.map +1 -0
- package/lib/model/create-private-ip-details.d.ts +74 -0
- package/lib/model/create-private-ip-details.js +31 -0
- package/lib/model/create-private-ip-details.js.map +1 -0
- package/lib/model/create-public-ip-details.d.ts +73 -0
- package/lib/model/create-public-ip-details.js +36 -0
- package/lib/model/create-public-ip-details.js.map +1 -0
- package/lib/model/create-remote-peering-connection-details.d.ts +34 -0
- package/lib/model/create-remote-peering-connection-details.js +31 -0
- package/lib/model/create-remote-peering-connection-details.js.map +1 -0
- package/lib/model/create-route-table-details.d.ts +58 -0
- package/lib/model/create-route-table-details.js +63 -0
- package/lib/model/create-route-table-details.js.map +1 -0
- package/lib/model/create-security-list-details.d.ts +61 -0
- package/lib/model/create-security-list-details.js +73 -0
- package/lib/model/create-security-list-details.js.map +1 -0
- package/lib/model/create-service-gateway-details.d.ts +68 -0
- package/lib/model/create-service-gateway-details.js +63 -0
- package/lib/model/create-service-gateway-details.js.map +1 -0
- package/lib/model/create-subnet-details.d.ts +135 -0
- package/lib/model/create-subnet-details.js +31 -0
- package/lib/model/create-subnet-details.js.map +1 -0
- package/lib/model/create-vcn-details.d.ts +106 -0
- package/lib/model/create-vcn-details.js +31 -0
- package/lib/model/create-vcn-details.js.map +1 -0
- package/lib/model/create-virtual-circuit-details.d.ts +105 -0
- package/lib/model/create-virtual-circuit-details.js +78 -0
- package/lib/model/create-virtual-circuit-details.js.map +1 -0
- package/lib/model/create-virtual-circuit-public-prefix-details.d.ts +26 -0
- package/lib/model/create-virtual-circuit-public-prefix-details.js +31 -0
- package/lib/model/create-virtual-circuit-public-prefix-details.js.map +1 -0
- package/lib/model/create-vnic-details.d.ts +140 -0
- package/lib/model/create-vnic-details.js +31 -0
- package/lib/model/create-vnic-details.js.map +1 -0
- package/lib/model/cross-connect-group.d.ts +73 -0
- package/lib/model/cross-connect-group.js +44 -0
- package/lib/model/cross-connect-group.js.map +1 -0
- package/lib/model/cross-connect-location.d.ts +34 -0
- package/lib/model/cross-connect-location.js +31 -0
- package/lib/model/cross-connect-location.js.map +1 -0
- package/lib/model/cross-connect-mapping.d.ts +98 -0
- package/lib/model/cross-connect-mapping.js +31 -0
- package/lib/model/cross-connect-mapping.js.map +1 -0
- package/lib/model/cross-connect-port-speed-shape.d.ts +38 -0
- package/lib/model/cross-connect-port-speed-shape.js +31 -0
- package/lib/model/cross-connect-port-speed-shape.js.map +1 -0
- package/lib/model/cross-connect-status.d.ts +70 -0
- package/lib/model/cross-connect-status.js +54 -0
- package/lib/model/cross-connect-status.js.map +1 -0
- package/lib/model/cross-connect.d.ts +98 -0
- package/lib/model/cross-connect.js +45 -0
- package/lib/model/cross-connect.js.map +1 -0
- package/lib/model/default-drg-route-tables.d.ts +53 -0
- package/lib/model/default-drg-route-tables.js +31 -0
- package/lib/model/default-drg-route-tables.js.map +1 -0
- package/lib/model/delete-virtual-circuit-public-prefix-details.d.ts +25 -0
- package/lib/model/delete-virtual-circuit-public-prefix-details.js +31 -0
- package/lib/model/delete-virtual-circuit-public-prefix-details.js.map +1 -0
- package/lib/model/denied-security-action-details.d.ts +40 -0
- package/lib/model/denied-security-action-details.js +31 -0
- package/lib/model/denied-security-action-details.js.map +1 -0
- package/lib/model/denied-security-action.d.ts +28 -0
- package/lib/model/denied-security-action.js +62 -0
- package/lib/model/denied-security-action.js.map +1 -0
- package/lib/model/dhcp-dns-option.d.ts +64 -0
- package/lib/model/dhcp-dns-option.js +63 -0
- package/lib/model/dhcp-dns-option.js.map +1 -0
- package/lib/model/dhcp-option.d.ts +29 -0
- package/lib/model/dhcp-option.js +71 -0
- package/lib/model/dhcp-option.js.map +1 -0
- package/lib/model/dhcp-options.d.ts +101 -0
- package/lib/model/dhcp-options.js +75 -0
- package/lib/model/dhcp-options.js.map +1 -0
- package/lib/model/dhcp-search-domain-option.d.ts +45 -0
- package/lib/model/dhcp-search-domain-option.js +54 -0
- package/lib/model/dhcp-search-domain-option.js.map +1 -0
- package/lib/model/drg-attachment-id-drg-route-distribution-match-criteria.d.ts +32 -0
- package/lib/model/drg-attachment-id-drg-route-distribution-match-criteria.js +56 -0
- package/lib/model/drg-attachment-id-drg-route-distribution-match-criteria.js.map +1 -0
- package/lib/model/drg-attachment-info.d.ts +29 -0
- package/lib/model/drg-attachment-info.js +31 -0
- package/lib/model/drg-attachment-info.js.map +1 -0
- package/lib/model/drg-attachment-network-create-details.d.ts +26 -0
- package/lib/model/drg-attachment-network-create-details.js +67 -0
- package/lib/model/drg-attachment-network-create-details.js.map +1 -0
- package/lib/model/drg-attachment-network-details.d.ts +26 -0
- package/lib/model/drg-attachment-network-details.js +79 -0
- package/lib/model/drg-attachment-network-details.js.map +1 -0
- package/lib/model/drg-attachment-network-update-details.d.ts +21 -0
- package/lib/model/drg-attachment-network-update-details.js +67 -0
- package/lib/model/drg-attachment-network-update-details.js.map +1 -0
- package/lib/model/drg-attachment-type-drg-route-distribution-match-criteria.d.ts +45 -0
- package/lib/model/drg-attachment-type-drg-route-distribution-match-criteria.js +68 -0
- package/lib/model/drg-attachment-type-drg-route-distribution-match-criteria.js.map +1 -0
- package/lib/model/drg-attachment.d.ts +114 -0
- package/lib/model/drg-attachment.js +71 -0
- package/lib/model/drg-attachment.js.map +1 -0
- package/lib/model/drg-route-distribution-match-criteria.d.ts +26 -0
- package/lib/model/drg-route-distribution-match-criteria.js +71 -0
- package/lib/model/drg-route-distribution-match-criteria.js.map +1 -0
- package/lib/model/drg-route-distribution-statement.d.ts +60 -0
- package/lib/model/drg-route-distribution-statement.js +72 -0
- package/lib/model/drg-route-distribution-statement.js.map +1 -0
- package/lib/model/drg-route-distribution.d.ts +114 -0
- package/lib/model/drg-route-distribution.js +53 -0
- package/lib/model/drg-route-distribution.js.map +1 -0
- package/lib/model/drg-route-rule.d.ts +122 -0
- package/lib/model/drg-route-rule.js +63 -0
- package/lib/model/drg-route-rule.js.map +1 -0
- package/lib/model/drg-route-table.d.ts +110 -0
- package/lib/model/drg-route-table.js +43 -0
- package/lib/model/drg-route-table.js.map +1 -0
- package/lib/model/drg-routing-configuration.d.ts +34 -0
- package/lib/model/drg-routing-configuration.js +62 -0
- package/lib/model/drg-routing-configuration.js.map +1 -0
- package/lib/model/drg.d.ts +93 -0
- package/lib/model/drg.js +71 -0
- package/lib/model/drg.js.map +1 -0
- package/lib/model/egress-security-list-configuration.d.ts +34 -0
- package/lib/model/egress-security-list-configuration.js +64 -0
- package/lib/model/egress-security-list-configuration.js.map +1 -0
- package/lib/model/egress-security-rule.d.ts +82 -0
- package/lib/model/egress-security-rule.js +75 -0
- package/lib/model/egress-security-rule.js.map +1 -0
- package/lib/model/egress-traffic-spec.d.ts +37 -0
- package/lib/model/egress-traffic-spec.js +59 -0
- package/lib/model/egress-traffic-spec.js.map +1 -0
- package/lib/model/endpoint.d.ts +25 -0
- package/lib/model/endpoint.js +99 -0
- package/lib/model/endpoint.js.map +1 -0
- package/lib/model/fast-connect-provider-service.d.ts +107 -0
- package/lib/model/fast-connect-provider-service.js +73 -0
- package/lib/model/fast-connect-provider-service.js.map +1 -0
- package/lib/model/forwarded-routing-action-details.d.ts +30 -0
- package/lib/model/forwarded-routing-action-details.js +59 -0
- package/lib/model/forwarded-routing-action-details.js.map +1 -0
- package/lib/model/forwarded-routing-action.d.ts +27 -0
- package/lib/model/forwarded-routing-action.js +62 -0
- package/lib/model/forwarded-routing-action.js.map +1 -0
- package/lib/model/forwarded-routing-configuration.d.ts +24 -0
- package/lib/model/forwarded-routing-configuration.js +71 -0
- package/lib/model/forwarded-routing-configuration.js.map +1 -0
- package/lib/model/get-path-analysis-details.d.ts +24 -0
- package/lib/model/get-path-analysis-details.js +71 -0
- package/lib/model/get-path-analysis-details.js.map +1 -0
- package/lib/model/get-public-ip-by-ip-address-details.d.ts +30 -0
- package/lib/model/get-public-ip-by-ip-address-details.js +31 -0
- package/lib/model/get-public-ip-by-ip-address-details.js.map +1 -0
- package/lib/model/get-public-ip-by-private-ip-id-details.d.ts +29 -0
- package/lib/model/get-public-ip-by-private-ip-id-details.js +31 -0
- package/lib/model/get-public-ip-by-private-ip-id-details.js.map +1 -0
- package/lib/model/i-psec-connection-device-config.d.ts +40 -0
- package/lib/model/i-psec-connection-device-config.js +63 -0
- package/lib/model/i-psec-connection-device-config.js.map +1 -0
- package/lib/model/i-psec-connection-device-status.d.ts +43 -0
- package/lib/model/i-psec-connection-device-status.js +63 -0
- package/lib/model/i-psec-connection-device-status.js.map +1 -0
- package/lib/model/i-psec-connection.d.ts +102 -0
- package/lib/model/i-psec-connection.js +43 -0
- package/lib/model/i-psec-connection.js.map +1 -0
- package/lib/model/icmp-options.d.ts +41 -0
- package/lib/model/icmp-options.js +31 -0
- package/lib/model/icmp-options.js.map +1 -0
- package/lib/model/icmp-protocol-parameters.d.ts +35 -0
- package/lib/model/icmp-protocol-parameters.js +56 -0
- package/lib/model/icmp-protocol-parameters.js.map +1 -0
- package/lib/model/icmp-traffic-protocol-parameters.d.ts +35 -0
- package/lib/model/icmp-traffic-protocol-parameters.js +56 -0
- package/lib/model/icmp-traffic-protocol-parameters.js.map +1 -0
- package/lib/model/indeterminate-routing-action.d.ts +27 -0
- package/lib/model/indeterminate-routing-action.js +56 -0
- package/lib/model/indeterminate-routing-action.js.map +1 -0
- package/lib/model/index.d.ts +454 -0
- package/lib/model/index.js +481 -0
- package/lib/model/index.js.map +1 -0
- package/lib/model/ingress-security-list-configuration.d.ts +34 -0
- package/lib/model/ingress-security-list-configuration.js +64 -0
- package/lib/model/ingress-security-list-configuration.js.map +1 -0
- package/lib/model/ingress-security-rule.d.ts +80 -0
- package/lib/model/ingress-security-rule.js +75 -0
- package/lib/model/ingress-security-rule.js.map +1 -0
- package/lib/model/internet-gateway.d.ts +94 -0
- package/lib/model/internet-gateway.js +43 -0
- package/lib/model/internet-gateway.js.map +1 -0
- package/lib/model/ip-address-endpoint.d.ts +32 -0
- package/lib/model/ip-address-endpoint.js +54 -0
- package/lib/model/ip-address-endpoint.js.map +1 -0
- package/lib/model/ipsec-tunnel-drg-attachment-network-details.d.ts +30 -0
- package/lib/model/ipsec-tunnel-drg-attachment-network-details.js +56 -0
- package/lib/model/ipsec-tunnel-drg-attachment-network-details.js.map +1 -0
- package/lib/model/ipv6.d.ts +135 -0
- package/lib/model/ipv6.js +43 -0
- package/lib/model/ipv6.js.map +1 -0
- package/lib/model/letter-of-authority.d.ts +66 -0
- package/lib/model/letter-of-authority.js +41 -0
- package/lib/model/letter-of-authority.js.map +1 -0
- package/lib/model/load-balancer-endpoint.d.ts +32 -0
- package/lib/model/load-balancer-endpoint.js +54 -0
- package/lib/model/load-balancer-endpoint.js.map +1 -0
- package/lib/model/load-balancer-listener-endpoint.d.ts +37 -0
- package/lib/model/load-balancer-listener-endpoint.js +54 -0
- package/lib/model/load-balancer-listener-endpoint.js.map +1 -0
- package/lib/model/local-peering-gateway.d.ts +130 -0
- package/lib/model/local-peering-gateway.js +56 -0
- package/lib/model/local-peering-gateway.js.map +1 -0
- package/lib/model/network-load-balancer-endpoint.d.ts +32 -0
- package/lib/model/network-load-balancer-endpoint.js +54 -0
- package/lib/model/network-load-balancer-endpoint.js.map +1 -0
- package/lib/model/network-load-balancer-listener-endpoint.d.ts +37 -0
- package/lib/model/network-load-balancer-listener-endpoint.js +56 -0
- package/lib/model/network-load-balancer-listener-endpoint.js.map +1 -0
- package/lib/model/network-security-group-vnic.d.ts +42 -0
- package/lib/model/network-security-group-vnic.js +31 -0
- package/lib/model/network-security-group-vnic.js.map +1 -0
- package/lib/model/network-security-group.d.ts +120 -0
- package/lib/model/network-security-group.js +43 -0
- package/lib/model/network-security-group.js.map +1 -0
- package/lib/model/networking-topology.d.ts +26 -0
- package/lib/model/networking-topology.js +54 -0
- package/lib/model/networking-topology.js.map +1 -0
- package/lib/model/no-route-routing-action-details.d.ts +38 -0
- package/lib/model/no-route-routing-action-details.js +31 -0
- package/lib/model/no-route-routing-action-details.js.map +1 -0
- package/lib/model/no-route-routing-action.d.ts +27 -0
- package/lib/model/no-route-routing-action.js +62 -0
- package/lib/model/no-route-routing-action.js.map +1 -0
- package/lib/model/nsg-configuration.d.ts +34 -0
- package/lib/model/nsg-configuration.js +64 -0
- package/lib/model/nsg-configuration.js.map +1 -0
- package/lib/model/operation-status.d.ts +34 -0
- package/lib/model/operation-status.js +45 -0
- package/lib/model/operation-status.js.map +1 -0
- package/lib/model/operation-type.d.ts +29 -0
- package/lib/model/operation-type.js +40 -0
- package/lib/model/operation-type.js.map +1 -0
- package/lib/model/path-analysis-work-request-result.d.ts +38 -0
- package/lib/model/path-analysis-work-request-result.js +68 -0
- package/lib/model/path-analysis-work-request-result.js.map +1 -0
- package/lib/model/path-analyzer-test-collection.d.ts +28 -0
- package/lib/model/path-analyzer-test-collection.js +63 -0
- package/lib/model/path-analyzer-test-collection.js.map +1 -0
- package/lib/model/path-analyzer-test-summary.d.ts +89 -0
- package/lib/model/path-analyzer-test-summary.js +77 -0
- package/lib/model/path-analyzer-test-summary.js.map +1 -0
- package/lib/model/path-analyzer-test.d.ts +100 -0
- package/lib/model/path-analyzer-test.js +87 -0
- package/lib/model/path-analyzer-test.js.map +1 -0
- package/lib/model/path-topology.d.ts +26 -0
- package/lib/model/path-topology.js +52 -0
- package/lib/model/path-topology.js.map +1 -0
- package/lib/model/path.d.ts +27 -0
- package/lib/model/path.js +67 -0
- package/lib/model/path.js.map +1 -0
- package/lib/model/persisted-get-path-analysis-details.d.ts +32 -0
- package/lib/model/persisted-get-path-analysis-details.js +56 -0
- package/lib/model/persisted-get-path-analysis-details.js.map +1 -0
- package/lib/model/port-range.d.ts +31 -0
- package/lib/model/port-range.js +31 -0
- package/lib/model/port-range.js.map +1 -0
- package/lib/model/private-ip.d.ts +141 -0
- package/lib/model/private-ip.js +31 -0
- package/lib/model/private-ip.js.map +1 -0
- package/lib/model/protocol-parameters.d.ts +24 -0
- package/lib/model/protocol-parameters.js +75 -0
- package/lib/model/protocol-parameters.js.map +1 -0
- package/lib/model/public-ip.d.ts +161 -0
- package/lib/model/public-ip.js +67 -0
- package/lib/model/public-ip.js.map +1 -0
- package/lib/model/query-options.d.ts +27 -0
- package/lib/model/query-options.js +31 -0
- package/lib/model/query-options.js.map +1 -0
- package/lib/model/remote-peering-connection-drg-attachment-network-details.d.ts +26 -0
- package/lib/model/remote-peering-connection-drg-attachment-network-details.js +56 -0
- package/lib/model/remote-peering-connection-drg-attachment-network-details.js.map +1 -0
- package/lib/model/remote-peering-connection.d.ts +115 -0
- package/lib/model/remote-peering-connection.js +56 -0
- package/lib/model/remote-peering-connection.js.map +1 -0
- package/lib/model/remove-drg-route-distribution-statements-details.d.ts +29 -0
- package/lib/model/remove-drg-route-distribution-statements-details.js +31 -0
- package/lib/model/remove-drg-route-distribution-statements-details.js.map +1 -0
- package/lib/model/remove-drg-route-rules-details.d.ts +29 -0
- package/lib/model/remove-drg-route-rules-details.js +31 -0
- package/lib/model/remove-drg-route-rules-details.js.map +1 -0
- package/lib/model/remove-network-security-group-security-rules-details.d.ts +25 -0
- package/lib/model/remove-network-security-group-security-rules-details.js +31 -0
- package/lib/model/remove-network-security-group-security-rules-details.js.map +1 -0
- package/lib/model/route-rule.d.ts +83 -0
- package/lib/model/route-rule.js +41 -0
- package/lib/model/route-rule.js.map +1 -0
- package/lib/model/route-table.d.ts +94 -0
- package/lib/model/route-table.js +75 -0
- package/lib/model/route-table.js.map +1 -0
- package/lib/model/routing-action.d.ts +38 -0
- package/lib/model/routing-action.js +86 -0
- package/lib/model/routing-action.js.map +1 -0
- package/lib/model/security-action.d.ts +37 -0
- package/lib/model/security-action.js +81 -0
- package/lib/model/security-action.js.map +1 -0
- package/lib/model/security-list.d.ts +107 -0
- package/lib/model/security-list.js +85 -0
- package/lib/model/security-list.js.map +1 -0
- package/lib/model/security-rule.d.ts +176 -0
- package/lib/model/security-rule.js +97 -0
- package/lib/model/security-rule.js.map +1 -0
- package/lib/model/service-gateway.d.ts +114 -0
- package/lib/model/service-gateway.js +75 -0
- package/lib/model/service-gateway.js.map +1 -0
- package/lib/model/service-id-request-details.d.ts +25 -0
- package/lib/model/service-id-request-details.js +31 -0
- package/lib/model/service-id-request-details.js.map +1 -0
- package/lib/model/service-id-response-details.d.ts +29 -0
- package/lib/model/service-id-response-details.js +31 -0
- package/lib/model/service-id-response-details.js.map +1 -0
- package/lib/model/service.d.ts +62 -0
- package/lib/model/service.js +31 -0
- package/lib/model/service.js.map +1 -0
- package/lib/model/sort-order.d.ts +25 -0
- package/lib/model/sort-order.js +36 -0
- package/lib/model/sort-order.js.map +1 -0
- package/lib/model/stateful-egress-security-list-configuration.d.ts +34 -0
- package/lib/model/stateful-egress-security-list-configuration.js +64 -0
- package/lib/model/stateful-egress-security-list-configuration.js.map +1 -0
- package/lib/model/stateful-ingress-security-list-configuration.d.ts +34 -0
- package/lib/model/stateful-ingress-security-list-configuration.js +64 -0
- package/lib/model/stateful-ingress-security-list-configuration.js.map +1 -0
- package/lib/model/stateful-nsg-configuration.d.ts +34 -0
- package/lib/model/stateful-nsg-configuration.js +64 -0
- package/lib/model/stateful-nsg-configuration.js.map +1 -0
- package/lib/model/subnet-endpoint.d.ts +38 -0
- package/lib/model/subnet-endpoint.js +52 -0
- package/lib/model/subnet-endpoint.js.map +1 -0
- package/lib/model/subnet-topology.d.ts +30 -0
- package/lib/model/subnet-topology.js +52 -0
- package/lib/model/subnet-topology.js.map +1 -0
- package/lib/model/subnet.d.ts +203 -0
- package/lib/model/subnet.js +43 -0
- package/lib/model/subnet.js.map +1 -0
- package/lib/model/tcp-options.d.ts +28 -0
- package/lib/model/tcp-options.js +65 -0
- package/lib/model/tcp-options.js.map +1 -0
- package/lib/model/tcp-protocol-parameters.d.ts +34 -0
- package/lib/model/tcp-protocol-parameters.js +56 -0
- package/lib/model/tcp-protocol-parameters.js.map +1 -0
- package/lib/model/tcp-traffic-protocol-parameters.d.ts +34 -0
- package/lib/model/tcp-traffic-protocol-parameters.js +56 -0
- package/lib/model/tcp-traffic-protocol-parameters.js.map +1 -0
- package/lib/model/topology-associated-with-entity-relationship.d.ts +31 -0
- package/lib/model/topology-associated-with-entity-relationship.js +64 -0
- package/lib/model/topology-associated-with-entity-relationship.js.map +1 -0
- package/lib/model/topology-associated-with-relationship-details.d.ts +27 -0
- package/lib/model/topology-associated-with-relationship-details.js +31 -0
- package/lib/model/topology-associated-with-relationship-details.js.map +1 -0
- package/lib/model/topology-contains-entity-relationship.d.ts +30 -0
- package/lib/model/topology-contains-entity-relationship.js +56 -0
- package/lib/model/topology-contains-entity-relationship.js.map +1 -0
- package/lib/model/topology-entity-relationship.d.ts +32 -0
- package/lib/model/topology-entity-relationship.js +75 -0
- package/lib/model/topology-entity-relationship.js.map +1 -0
- package/lib/model/topology-routes-to-entity-relationship.d.ts +30 -0
- package/lib/model/topology-routes-to-entity-relationship.js +64 -0
- package/lib/model/topology-routes-to-entity-relationship.js.map +1 -0
- package/lib/model/topology-routes-to-relationship-details.d.ts +54 -0
- package/lib/model/topology-routes-to-relationship-details.js +41 -0
- package/lib/model/topology-routes-to-relationship-details.js.map +1 -0
- package/lib/model/topology.d.ts +37 -0
- package/lib/model/topology.js +91 -0
- package/lib/model/topology.js.map +1 -0
- package/lib/model/traffic-node.d.ts +30 -0
- package/lib/model/traffic-node.js +97 -0
- package/lib/model/traffic-node.js.map +1 -0
- package/lib/model/traffic-protocol-parameters.d.ts +24 -0
- package/lib/model/traffic-protocol-parameters.js +75 -0
- package/lib/model/traffic-protocol-parameters.js.map +1 -0
- package/lib/model/traffic-route.d.ts +48 -0
- package/lib/model/traffic-route.js +74 -0
- package/lib/model/traffic-route.js.map +1 -0
- package/lib/model/tunnel-config.d.ts +43 -0
- package/lib/model/tunnel-config.js +31 -0
- package/lib/model/tunnel-config.js.map +1 -0
- package/lib/model/tunnel-status.d.ts +59 -0
- package/lib/model/tunnel-status.js +42 -0
- package/lib/model/tunnel-status.js.map +1 -0
- package/lib/model/udp-options.d.ts +28 -0
- package/lib/model/udp-options.js +65 -0
- package/lib/model/udp-options.js.map +1 -0
- package/lib/model/udp-protocol-parameters.d.ts +34 -0
- package/lib/model/udp-protocol-parameters.js +56 -0
- package/lib/model/udp-protocol-parameters.js.map +1 -0
- package/lib/model/udp-traffic-protocol-parameters.d.ts +34 -0
- package/lib/model/udp-traffic-protocol-parameters.js +56 -0
- package/lib/model/udp-traffic-protocol-parameters.js.map +1 -0
- package/lib/model/update-cpe-details.d.ts +44 -0
- package/lib/model/update-cpe-details.js +31 -0
- package/lib/model/update-cpe-details.js.map +1 -0
- package/lib/model/update-cross-connect-details.d.ts +39 -0
- package/lib/model/update-cross-connect-details.js +31 -0
- package/lib/model/update-cross-connect-details.js.map +1 -0
- package/lib/model/update-cross-connect-group-details.d.ts +26 -0
- package/lib/model/update-cross-connect-group-details.js +31 -0
- package/lib/model/update-cross-connect-group-details.js.map +1 -0
- package/lib/model/update-dhcp-details.d.ts +46 -0
- package/lib/model/update-dhcp-details.js +63 -0
- package/lib/model/update-dhcp-details.js.map +1 -0
- package/lib/model/update-drg-attachment-details.d.ts +63 -0
- package/lib/model/update-drg-attachment-details.js +59 -0
- package/lib/model/update-drg-attachment-details.js.map +1 -0
- package/lib/model/update-drg-details.d.ts +46 -0
- package/lib/model/update-drg-details.js +59 -0
- package/lib/model/update-drg-details.js.map +1 -0
- package/lib/model/update-drg-route-distribution-details.d.ts +50 -0
- package/lib/model/update-drg-route-distribution-details.js +31 -0
- package/lib/model/update-drg-route-distribution-details.js.map +1 -0
- package/lib/model/update-drg-route-distribution-statement-details.d.ts +40 -0
- package/lib/model/update-drg-route-distribution-statement-details.js +63 -0
- package/lib/model/update-drg-route-distribution-statement-details.js.map +1 -0
- package/lib/model/update-drg-route-distribution-statements-details.d.ts +30 -0
- package/lib/model/update-drg-route-distribution-statements-details.js +63 -0
- package/lib/model/update-drg-route-distribution-statements-details.js.map +1 -0
- package/lib/model/update-drg-route-rule-details.d.ts +54 -0
- package/lib/model/update-drg-route-rule-details.js +35 -0
- package/lib/model/update-drg-route-rule-details.js.map +1 -0
- package/lib/model/update-drg-route-rules-details.d.ts +29 -0
- package/lib/model/update-drg-route-rules-details.js +63 -0
- package/lib/model/update-drg-route-rules-details.js.map +1 -0
- package/lib/model/update-drg-route-table-details.d.ts +62 -0
- package/lib/model/update-drg-route-table-details.js +31 -0
- package/lib/model/update-drg-route-table-details.js.map +1 -0
- package/lib/model/update-internet-gateway-details.d.ts +48 -0
- package/lib/model/update-internet-gateway-details.js +31 -0
- package/lib/model/update-internet-gateway-details.js.map +1 -0
- package/lib/model/update-ip-sec-connection-details.d.ts +44 -0
- package/lib/model/update-ip-sec-connection-details.js +31 -0
- package/lib/model/update-ip-sec-connection-details.js.map +1 -0
- package/lib/model/update-ipv6-details.d.ts +62 -0
- package/lib/model/update-ipv6-details.js +31 -0
- package/lib/model/update-ipv6-details.js.map +1 -0
- package/lib/model/update-local-peering-gateway-details.d.ts +44 -0
- package/lib/model/update-local-peering-gateway-details.js +31 -0
- package/lib/model/update-local-peering-gateway-details.js.map +1 -0
- package/lib/model/update-network-security-group-details.d.ts +44 -0
- package/lib/model/update-network-security-group-details.js +31 -0
- package/lib/model/update-network-security-group-details.js.map +1 -0
- package/lib/model/update-network-security-group-security-rules-details.d.ts +25 -0
- package/lib/model/update-network-security-group-security-rules-details.js +63 -0
- package/lib/model/update-network-security-group-security-rules-details.js.map +1 -0
- package/lib/model/update-path-analyzer-test-details.d.ts +56 -0
- package/lib/model/update-path-analyzer-test-details.js +77 -0
- package/lib/model/update-path-analyzer-test-details.js.map +1 -0
- package/lib/model/update-private-ip-details.d.ts +65 -0
- package/lib/model/update-private-ip-details.js +31 -0
- package/lib/model/update-private-ip-details.js.map +1 -0
- package/lib/model/update-public-ip-details.d.ts +53 -0
- package/lib/model/update-public-ip-details.js +31 -0
- package/lib/model/update-public-ip-details.js.map +1 -0
- package/lib/model/update-remote-peering-connection-details.d.ts +26 -0
- package/lib/model/update-remote-peering-connection-details.js +31 -0
- package/lib/model/update-remote-peering-connection-details.js.map +1 -0
- package/lib/model/update-route-table-details.d.ts +50 -0
- package/lib/model/update-route-table-details.js +63 -0
- package/lib/model/update-route-table-details.js.map +1 -0
- package/lib/model/update-security-list-details.d.ts +53 -0
- package/lib/model/update-security-list-details.js +73 -0
- package/lib/model/update-security-list-details.js.map +1 -0
- package/lib/model/update-security-rule-details.d.ts +147 -0
- package/lib/model/update-security-rule-details.js +82 -0
- package/lib/model/update-security-rule-details.js.map +1 -0
- package/lib/model/update-service-gateway-details.d.ts +68 -0
- package/lib/model/update-service-gateway-details.js +63 -0
- package/lib/model/update-service-gateway-details.js.map +1 -0
- package/lib/model/update-subnet-details.d.ts +62 -0
- package/lib/model/update-subnet-details.js +31 -0
- package/lib/model/update-subnet-details.js.map +1 -0
- package/lib/model/update-vcn-details.d.ts +44 -0
- package/lib/model/update-vcn-details.js +31 -0
- package/lib/model/update-vcn-details.js.map +1 -0
- package/lib/model/update-virtual-circuit-details.d.ts +90 -0
- package/lib/model/update-virtual-circuit-details.js +68 -0
- package/lib/model/update-virtual-circuit-details.js.map +1 -0
- package/lib/model/update-vnic-details.d.ts +79 -0
- package/lib/model/update-vnic-details.js +31 -0
- package/lib/model/update-vnic-details.js.map +1 -0
- package/lib/model/updated-network-security-group-security-rules.d.ts +25 -0
- package/lib/model/updated-network-security-group-security-rules.js +63 -0
- package/lib/model/updated-network-security-group-security-rules.js.map +1 -0
- package/lib/model/upgrade-status.d.ts +49 -0
- package/lib/model/upgrade-status.js +42 -0
- package/lib/model/upgrade-status.js.map +1 -0
- package/lib/model/vcn-drg-attachment-network-create-details.d.ts +38 -0
- package/lib/model/vcn-drg-attachment-network-create-details.js +56 -0
- package/lib/model/vcn-drg-attachment-network-create-details.js.map +1 -0
- package/lib/model/vcn-drg-attachment-network-details.d.ts +36 -0
- package/lib/model/vcn-drg-attachment-network-details.js +56 -0
- package/lib/model/vcn-drg-attachment-network-details.js.map +1 -0
- package/lib/model/vcn-drg-attachment-network-update-details.d.ts +36 -0
- package/lib/model/vcn-drg-attachment-network-update-details.js +56 -0
- package/lib/model/vcn-drg-attachment-network-update-details.js.map +1 -0
- package/lib/model/vcn-routing-configuration.d.ts +34 -0
- package/lib/model/vcn-routing-configuration.js +62 -0
- package/lib/model/vcn-routing-configuration.js.map +1 -0
- package/lib/model/vcn-topology.d.ts +30 -0
- package/lib/model/vcn-topology.js +52 -0
- package/lib/model/vcn-topology.js.map +1 -0
- package/lib/model/vcn.d.ts +152 -0
- package/lib/model/vcn.js +43 -0
- package/lib/model/vcn.js.map +1 -0
- package/lib/model/virtual-circuit-bandwidth-shape.d.ts +38 -0
- package/lib/model/virtual-circuit-bandwidth-shape.js +31 -0
- package/lib/model/virtual-circuit-bandwidth-shape.js.map +1 -0
- package/lib/model/virtual-circuit-drg-attachment-network-details.d.ts +26 -0
- package/lib/model/virtual-circuit-drg-attachment-network-details.js +56 -0
- package/lib/model/virtual-circuit-drg-attachment-network-details.js.map +1 -0
- package/lib/model/virtual-circuit-public-prefix.d.ts +49 -0
- package/lib/model/virtual-circuit-public-prefix.js +42 -0
- package/lib/model/virtual-circuit-public-prefix.js.map +1 -0
- package/lib/model/virtual-circuit.d.ts +231 -0
- package/lib/model/virtual-circuit.js +131 -0
- package/lib/model/virtual-circuit.js.map +1 -0
- package/lib/model/visible-traffic-node.d.ts +38 -0
- package/lib/model/visible-traffic-node.js +54 -0
- package/lib/model/visible-traffic-node.js.map +1 -0
- package/lib/model/vlan-endpoint.d.ts +37 -0
- package/lib/model/vlan-endpoint.js +52 -0
- package/lib/model/vlan-endpoint.js.map +1 -0
- package/lib/model/vnic-endpoint.d.ts +37 -0
- package/lib/model/vnic-endpoint.js +52 -0
- package/lib/model/vnic-endpoint.js.map +1 -0
- package/lib/model/vnic.d.ts +164 -0
- package/lib/model/vnic.js +43 -0
- package/lib/model/vnic.js.map +1 -0
- package/lib/model/work-request-error-collection.d.ts +28 -0
- package/lib/model/work-request-error-collection.js +63 -0
- package/lib/model/work-request-error-collection.js.map +1 -0
- package/lib/model/work-request-error.d.ts +36 -0
- package/lib/model/work-request-error.js +31 -0
- package/lib/model/work-request-error.js.map +1 -0
- package/lib/model/work-request-log-entry-collection.d.ts +28 -0
- package/lib/model/work-request-log-entry-collection.js +63 -0
- package/lib/model/work-request-log-entry-collection.js.map +1 -0
- package/lib/model/work-request-log-entry.d.ts +32 -0
- package/lib/model/work-request-log-entry.js +31 -0
- package/lib/model/work-request-log-entry.js.map +1 -0
- package/lib/model/work-request-resource.d.ts +44 -0
- package/lib/model/work-request-resource.js +31 -0
- package/lib/model/work-request-resource.js.map +1 -0
- package/lib/model/work-request-result-collection.d.ts +28 -0
- package/lib/model/work-request-result-collection.js +63 -0
- package/lib/model/work-request-result-collection.js.map +1 -0
- package/lib/model/work-request-result.d.ts +25 -0
- package/lib/model/work-request-result.js +67 -0
- package/lib/model/work-request-result.js.map +1 -0
- package/lib/model/work-request-summary-collection.d.ts +28 -0
- package/lib/model/work-request-summary-collection.js +63 -0
- package/lib/model/work-request-summary-collection.js.map +1 -0
- package/lib/model/work-request-summary.d.ts +67 -0
- package/lib/model/work-request-summary.js +63 -0
- package/lib/model/work-request-summary.js.map +1 -0
- package/lib/model/work-request.d.ts +67 -0
- package/lib/model/work-request.js +63 -0
- package/lib/model/work-request.js.map +1 -0
- package/lib/request/change-path-analyzer-test-compartment-request.d.ts +40 -0
- package/lib/request/change-path-analyzer-test-compartment-request.js +15 -0
- package/lib/request/change-path-analyzer-test-compartment-request.js.map +1 -0
- package/lib/request/create-path-analyzer-test-request.d.ts +38 -0
- package/lib/request/create-path-analyzer-test-request.js +15 -0
- package/lib/request/create-path-analyzer-test-request.js.map +1 -0
- package/lib/request/delete-path-analyzer-test-request.d.ts +35 -0
- package/lib/request/delete-path-analyzer-test-request.js +15 -0
- package/lib/request/delete-path-analyzer-test-request.js.map +1 -0
- package/lib/request/get-path-analysis-request.d.ts +44 -0
- package/lib/request/get-path-analysis-request.js +15 -0
- package/lib/request/get-path-analysis-request.js.map +1 -0
- package/lib/request/get-path-analyzer-test-request.d.ts +28 -0
- package/lib/request/get-path-analyzer-test-request.js +15 -0
- package/lib/request/get-path-analyzer-test-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +28 -0
- package/lib/request/get-work-request-request.js +15 -0
- package/lib/request/get-work-request-request.js.map +1 -0
- package/lib/request/index.d.ts +38 -0
- package/lib/request/index.js +45 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/list-path-analyzer-tests-request.d.ts +80 -0
- package/lib/request/list-path-analyzer-tests-request.js +29 -0
- package/lib/request/list-path-analyzer-tests-request.js.map +1 -0
- package/lib/request/list-work-request-errors-request.d.ts +64 -0
- package/lib/request/list-work-request-errors-request.js +28 -0
- package/lib/request/list-work-request-errors-request.js.map +1 -0
- package/lib/request/list-work-request-logs-request.d.ts +64 -0
- package/lib/request/list-work-request-logs-request.js +28 -0
- package/lib/request/list-work-request-logs-request.js.map +1 -0
- package/lib/request/list-work-request-results-request.d.ts +48 -0
- package/lib/request/list-work-request-results-request.js +15 -0
- package/lib/request/list-work-request-results-request.js.map +1 -0
- package/lib/request/list-work-requests-request.d.ts +77 -0
- package/lib/request/list-work-requests-request.js +28 -0
- package/lib/request/list-work-requests-request.js.map +1 -0
- package/lib/request/update-path-analyzer-test-request.d.ts +49 -0
- package/lib/request/update-path-analyzer-test-request.js +15 -0
- package/lib/request/update-path-analyzer-test-request.js.map +1 -0
- package/lib/response/change-path-analyzer-test-compartment-response.d.ts +25 -0
- package/lib/response/change-path-analyzer-test-compartment-response.js +15 -0
- package/lib/response/change-path-analyzer-test-compartment-response.js.map +1 -0
- package/lib/response/create-path-analyzer-test-response.d.ts +30 -0
- package/lib/response/create-path-analyzer-test-response.js +15 -0
- package/lib/response/create-path-analyzer-test-response.js.map +1 -0
- package/lib/response/delete-path-analyzer-test-response.d.ts +20 -0
- package/lib/response/delete-path-analyzer-test-response.js +15 -0
- package/lib/response/delete-path-analyzer-test-response.js.map +1 -0
- package/lib/response/get-path-analysis-response.d.ts +25 -0
- package/lib/response/get-path-analysis-response.js +15 -0
- package/lib/response/get-path-analysis-response.js.map +1 -0
- package/lib/response/get-path-analyzer-test-response.d.ts +30 -0
- package/lib/response/get-path-analyzer-test-response.js +15 -0
- package/lib/response/get-path-analyzer-test-response.js.map +1 -0
- package/lib/response/get-work-request-response.d.ts +34 -0
- package/lib/response/get-work-request-response.js +15 -0
- package/lib/response/get-work-request-response.js.map +1 -0
- package/lib/response/index.d.ts +38 -0
- package/lib/response/index.js +17 -0
- package/lib/response/index.js.map +1 -0
- package/lib/response/list-path-analyzer-tests-response.d.ts +32 -0
- package/lib/response/list-path-analyzer-tests-response.js +15 -0
- package/lib/response/list-path-analyzer-tests-response.js.map +1 -0
- package/lib/response/list-work-request-errors-response.d.ts +32 -0
- package/lib/response/list-work-request-errors-response.js +15 -0
- package/lib/response/list-work-request-errors-response.js.map +1 -0
- package/lib/response/list-work-request-logs-response.d.ts +32 -0
- package/lib/response/list-work-request-logs-response.js +15 -0
- package/lib/response/list-work-request-logs-response.js.map +1 -0
- package/lib/response/list-work-request-results-response.d.ts +32 -0
- package/lib/response/list-work-request-results-response.js +15 -0
- package/lib/response/list-work-request-results-response.js.map +1 -0
- package/lib/response/list-work-requests-response.d.ts +32 -0
- package/lib/response/list-work-requests-response.js +15 -0
- package/lib/response/list-work-requests-response.js.map +1 -0
- package/lib/response/update-path-analyzer-test-response.d.ts +30 -0
- package/lib/response/update-path-analyzer-test-response.js +15 -0
- package/lib/response/update-path-analyzer-test-response.js.map +1 -0
- package/lib/vnmonitoring-waiter.d.ts +38 -0
- package/lib/vnmonitoring-waiter.js +78 -0
- package/lib/vnmonitoring-waiter.js.map +1 -0
- package/package.json +29 -0
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Network Monitoring API
|
|
3
|
+
* Use the Network Monitoring API to troubleshoot routing and security issues for resources such as virtual cloud networks (VCNs) and compute instances. For more information, see the console
|
|
4
|
+
documentation for the [Network Path Analyzer](/iaas/Content/Network/Concepts/path_analyzer.htm) tool.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20160918
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
|
+
*/
|
|
15
|
+
/**
|
|
16
|
+
* A public IP prefix and its details. With a public virtual circuit, the customer
|
|
17
|
+
* specifies the customer-owned public IP prefixes to advertise across the connection.
|
|
18
|
+
* For more information, see [FastConnect Overview](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/fastconnect.htm).
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
export interface VirtualCircuitPublicPrefix {
|
|
22
|
+
/**
|
|
23
|
+
* Publix IP prefix (CIDR) that the customer specified.
|
|
24
|
+
*/
|
|
25
|
+
"cidrBlock": string;
|
|
26
|
+
/**
|
|
27
|
+
* Oracle must verify that the customer owns the public IP prefix before traffic
|
|
28
|
+
* for that prefix can flow across the virtual circuit. Verification can take a
|
|
29
|
+
* few business days. `IN_PROGRESS` means Oracle is verifying the prefix. `COMPLETED`
|
|
30
|
+
* means verification succeeded. `FAILED` means verification failed and traffic for
|
|
31
|
+
* this prefix will not flow across the connection.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"verificationState": VirtualCircuitPublicPrefix.VerificationState;
|
|
35
|
+
}
|
|
36
|
+
export declare namespace VirtualCircuitPublicPrefix {
|
|
37
|
+
enum VerificationState {
|
|
38
|
+
InProgress = "IN_PROGRESS",
|
|
39
|
+
Completed = "COMPLETED",
|
|
40
|
+
Failed = "FAILED",
|
|
41
|
+
/**
|
|
42
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
43
|
+
* version of the SDK.
|
|
44
|
+
*/
|
|
45
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
46
|
+
}
|
|
47
|
+
function getJsonObj(obj: VirtualCircuitPublicPrefix): object;
|
|
48
|
+
function getDeserializedJsonObj(obj: VirtualCircuitPublicPrefix): object;
|
|
49
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Network Monitoring API
|
|
4
|
+
* Use the Network Monitoring API to troubleshoot routing and security issues for resources such as virtual cloud networks (VCNs) and compute instances. For more information, see the console
|
|
5
|
+
documentation for the [Network Path Analyzer](/iaas/Content/Network/Concepts/path_analyzer.htm) tool.
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20160918
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.VirtualCircuitPublicPrefix = void 0;
|
|
18
|
+
var VirtualCircuitPublicPrefix;
|
|
19
|
+
(function (VirtualCircuitPublicPrefix) {
|
|
20
|
+
let VerificationState;
|
|
21
|
+
(function (VerificationState) {
|
|
22
|
+
VerificationState["InProgress"] = "IN_PROGRESS";
|
|
23
|
+
VerificationState["Completed"] = "COMPLETED";
|
|
24
|
+
VerificationState["Failed"] = "FAILED";
|
|
25
|
+
/**
|
|
26
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
27
|
+
* version of the SDK.
|
|
28
|
+
*/
|
|
29
|
+
VerificationState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
30
|
+
})(VerificationState = VirtualCircuitPublicPrefix.VerificationState || (VirtualCircuitPublicPrefix.VerificationState = {}));
|
|
31
|
+
function getJsonObj(obj) {
|
|
32
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
33
|
+
return jsonObj;
|
|
34
|
+
}
|
|
35
|
+
VirtualCircuitPublicPrefix.getJsonObj = getJsonObj;
|
|
36
|
+
function getDeserializedJsonObj(obj) {
|
|
37
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
38
|
+
return jsonObj;
|
|
39
|
+
}
|
|
40
|
+
VirtualCircuitPublicPrefix.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
41
|
+
})(VirtualCircuitPublicPrefix = exports.VirtualCircuitPublicPrefix || (exports.VirtualCircuitPublicPrefix = {}));
|
|
42
|
+
//# sourceMappingURL=virtual-circuit-public-prefix.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"virtual-circuit-public-prefix.js","sourceRoot":"","sources":["../../../../../lib/vnmonitoring/lib/model/virtual-circuit-public-prefix.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AA2BH,IAAiB,0BAA0B,CAsB1C;AAtBD,WAAiB,0BAA0B;IACzC,IAAY,iBASX;IATD,WAAY,iBAAiB;QAC3B,+CAA0B,CAAA;QAC1B,4CAAuB,CAAA;QACvB,sCAAiB,CAAA;QACjB;;;WAGG;QACH,mDAA8B,CAAA;IAChC,CAAC,EATW,iBAAiB,GAAjB,4CAAiB,KAAjB,4CAAiB,QAS5B;IAED,SAAgB,UAAU,CAAC,GAA+B;QACxD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iDAAsB,yBAIrC,CAAA;AACH,CAAC,EAtBgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAsB1C"}
|
|
@@ -0,0 +1,231 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Network Monitoring API
|
|
3
|
+
* Use the Network Monitoring API to troubleshoot routing and security issues for resources such as virtual cloud networks (VCNs) and compute instances. For more information, see the console
|
|
4
|
+
documentation for the [Network Path Analyzer](/iaas/Content/Network/Concepts/path_analyzer.htm) tool.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20160918
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
|
+
*/
|
|
15
|
+
import * as model from "../model";
|
|
16
|
+
/**
|
|
17
|
+
* For use with Oracle Cloud Infrastructure FastConnect.
|
|
18
|
+
* <p>
|
|
19
|
+
A virtual circuit is an isolated network path that runs over one or more physical
|
|
20
|
+
* network connections to provide a single, logical connection between the edge router
|
|
21
|
+
* on the customer's existing network and Oracle Cloud Infrastructure. *Private*
|
|
22
|
+
* virtual circuits support private peering, and *public* virtual circuits support
|
|
23
|
+
* public peering. For more information, see [FastConnect Overview](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/fastconnect.htm).
|
|
24
|
+
* <p>
|
|
25
|
+
Each virtual circuit is made up of information shared between a customer, Oracle,
|
|
26
|
+
* and a provider (if the customer is using FastConnect via a provider). Who fills in
|
|
27
|
+
* a given property of a virtual circuit depends on whether the BGP session related to
|
|
28
|
+
* that virtual circuit goes from the customer's edge router to Oracle, or from the provider's
|
|
29
|
+
* edge router to Oracle. Also, in the case where the customer is using a provider, values
|
|
30
|
+
* for some of the properties may not be present immediately, but may get filled in as the
|
|
31
|
+
* provider and Oracle each do their part to provision the virtual circuit.
|
|
32
|
+
* <p>
|
|
33
|
+
To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized,
|
|
34
|
+
* talk to an administrator. If you're an administrator who needs to write policies to give users access, see
|
|
35
|
+
* [Getting Started with Policies](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/policygetstarted.htm).
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
export interface VirtualCircuit {
|
|
39
|
+
/**
|
|
40
|
+
* The provisioned data rate of the connection. To get a list of the
|
|
41
|
+
* available bandwidth levels (that is, shapes), see
|
|
42
|
+
* {@link #listFastConnectProviderVirtualCircuitBandwidthShapes(ListFastConnectProviderVirtualCircuitBandwidthShapesRequest) listFastConnectProviderVirtualCircuitBandwidthShapes}.
|
|
43
|
+
* <p>
|
|
44
|
+
Example: `10 Gbps`
|
|
45
|
+
*
|
|
46
|
+
*/
|
|
47
|
+
"bandwidthShapeName"?: string;
|
|
48
|
+
/**
|
|
49
|
+
* BGP management option.
|
|
50
|
+
*
|
|
51
|
+
*/
|
|
52
|
+
"bgpManagement"?: VirtualCircuit.BgpManagement;
|
|
53
|
+
/**
|
|
54
|
+
* The state of the BGP session associated with the virtual circuit.
|
|
55
|
+
*/
|
|
56
|
+
"bgpSessionState"?: VirtualCircuit.BgpSessionState;
|
|
57
|
+
/**
|
|
58
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the virtual circuit.
|
|
59
|
+
*/
|
|
60
|
+
"compartmentId"?: string;
|
|
61
|
+
/**
|
|
62
|
+
* An array of mappings, each containing properties for a
|
|
63
|
+
* cross-connect or cross-connect group that is associated with this
|
|
64
|
+
* virtual circuit.
|
|
65
|
+
*
|
|
66
|
+
*/
|
|
67
|
+
"crossConnectMappings"?: Array<model.CrossConnectMapping>;
|
|
68
|
+
/**
|
|
69
|
+
* The BGP ASN of the network at the other end of the BGP
|
|
70
|
+
* session from Oracle. If the session is between the customer's
|
|
71
|
+
* edge router and Oracle, the value is the customer's ASN. If the BGP
|
|
72
|
+
* session is between the provider's edge router and Oracle, the value
|
|
73
|
+
* is the provider's ASN.
|
|
74
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
75
|
+
*/
|
|
76
|
+
"customerBgpAsn"?: number;
|
|
77
|
+
/**
|
|
78
|
+
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
79
|
+
* Avoid entering confidential information.
|
|
80
|
+
*
|
|
81
|
+
*/
|
|
82
|
+
"displayName"?: string;
|
|
83
|
+
/**
|
|
84
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the customer's {@link Drg}
|
|
85
|
+
* that this virtual circuit uses. Applicable only to private virtual circuits.
|
|
86
|
+
*
|
|
87
|
+
*/
|
|
88
|
+
"gatewayId"?: string;
|
|
89
|
+
/**
|
|
90
|
+
* The virtual circuit's Oracle ID ([OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)).
|
|
91
|
+
*/
|
|
92
|
+
"id"?: string;
|
|
93
|
+
/**
|
|
94
|
+
* The virtual circuit's current state. For information about
|
|
95
|
+
* the different states, see
|
|
96
|
+
* [FastConnect Overview](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/fastconnect.htm).
|
|
97
|
+
*
|
|
98
|
+
*/
|
|
99
|
+
"lifecycleState"?: VirtualCircuit.LifecycleState;
|
|
100
|
+
/**
|
|
101
|
+
* The Oracle BGP ASN. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
102
|
+
*/
|
|
103
|
+
"oracleBgpAsn"?: number;
|
|
104
|
+
/**
|
|
105
|
+
* Deprecated. Instead use `providerServiceId`.
|
|
106
|
+
*
|
|
107
|
+
*/
|
|
108
|
+
"providerName"?: string;
|
|
109
|
+
/**
|
|
110
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the service offered by the provider (if the customer is connecting via a provider).
|
|
111
|
+
*
|
|
112
|
+
*/
|
|
113
|
+
"providerServiceId"?: string;
|
|
114
|
+
/**
|
|
115
|
+
* Deprecated. Instead use `providerServiceId`.
|
|
116
|
+
*
|
|
117
|
+
*/
|
|
118
|
+
"providerServiceName"?: string;
|
|
119
|
+
/**
|
|
120
|
+
* The provider's state in relation to this virtual circuit (if the
|
|
121
|
+
* customer is connecting via a provider). ACTIVE means
|
|
122
|
+
* the provider has provisioned the virtual circuit from their end.
|
|
123
|
+
* INACTIVE means the provider has not yet provisioned the virtual
|
|
124
|
+
* circuit, or has de-provisioned it.
|
|
125
|
+
*
|
|
126
|
+
*/
|
|
127
|
+
"providerState"?: VirtualCircuit.ProviderState;
|
|
128
|
+
/**
|
|
129
|
+
* For a public virtual circuit. The public IP prefixes (CIDRs) the customer wants to
|
|
130
|
+
* advertise across the connection. All prefix sizes are allowed.
|
|
131
|
+
*
|
|
132
|
+
*/
|
|
133
|
+
"publicPrefixes"?: Array<string>;
|
|
134
|
+
/**
|
|
135
|
+
* Provider-supplied reference information about this virtual circuit
|
|
136
|
+
* (if the customer is connecting via a provider).
|
|
137
|
+
*
|
|
138
|
+
*/
|
|
139
|
+
"referenceComment"?: string;
|
|
140
|
+
/**
|
|
141
|
+
* The Oracle Cloud Infrastructure region where this virtual
|
|
142
|
+
* circuit is located.
|
|
143
|
+
*
|
|
144
|
+
*/
|
|
145
|
+
"region"?: string;
|
|
146
|
+
/**
|
|
147
|
+
* Provider service type.
|
|
148
|
+
*
|
|
149
|
+
*/
|
|
150
|
+
"serviceType"?: VirtualCircuit.ServiceType;
|
|
151
|
+
/**
|
|
152
|
+
* The date and time the virtual circuit was created,
|
|
153
|
+
* in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
|
154
|
+
* <p>
|
|
155
|
+
Example: `2016-08-25T21:10:29.600Z`
|
|
156
|
+
*
|
|
157
|
+
*/
|
|
158
|
+
"timeCreated"?: Date;
|
|
159
|
+
/**
|
|
160
|
+
* Whether the virtual circuit supports private or public peering. For more information,
|
|
161
|
+
* see [FastConnect Overview](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/fastconnect.htm).
|
|
162
|
+
*
|
|
163
|
+
*/
|
|
164
|
+
"type"?: VirtualCircuit.Type;
|
|
165
|
+
}
|
|
166
|
+
export declare namespace VirtualCircuit {
|
|
167
|
+
enum BgpManagement {
|
|
168
|
+
CustomerManaged = "CUSTOMER_MANAGED",
|
|
169
|
+
ProviderManaged = "PROVIDER_MANAGED",
|
|
170
|
+
OracleManaged = "ORACLE_MANAGED",
|
|
171
|
+
/**
|
|
172
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
173
|
+
* version of the SDK.
|
|
174
|
+
*/
|
|
175
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
176
|
+
}
|
|
177
|
+
enum BgpSessionState {
|
|
178
|
+
Up = "UP",
|
|
179
|
+
Down = "DOWN",
|
|
180
|
+
/**
|
|
181
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
182
|
+
* version of the SDK.
|
|
183
|
+
*/
|
|
184
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
185
|
+
}
|
|
186
|
+
enum LifecycleState {
|
|
187
|
+
PendingProvider = "PENDING_PROVIDER",
|
|
188
|
+
Verifying = "VERIFYING",
|
|
189
|
+
Provisioning = "PROVISIONING",
|
|
190
|
+
Provisioned = "PROVISIONED",
|
|
191
|
+
Failed = "FAILED",
|
|
192
|
+
Inactive = "INACTIVE",
|
|
193
|
+
Terminating = "TERMINATING",
|
|
194
|
+
Terminated = "TERMINATED",
|
|
195
|
+
/**
|
|
196
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
197
|
+
* version of the SDK.
|
|
198
|
+
*/
|
|
199
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
200
|
+
}
|
|
201
|
+
enum ProviderState {
|
|
202
|
+
Active = "ACTIVE",
|
|
203
|
+
Inactive = "INACTIVE",
|
|
204
|
+
/**
|
|
205
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
206
|
+
* version of the SDK.
|
|
207
|
+
*/
|
|
208
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
209
|
+
}
|
|
210
|
+
enum ServiceType {
|
|
211
|
+
Colocated = "COLOCATED",
|
|
212
|
+
Layer2 = "LAYER2",
|
|
213
|
+
Layer3 = "LAYER3",
|
|
214
|
+
/**
|
|
215
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
216
|
+
* version of the SDK.
|
|
217
|
+
*/
|
|
218
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
219
|
+
}
|
|
220
|
+
enum Type {
|
|
221
|
+
Public = "PUBLIC",
|
|
222
|
+
Private = "PRIVATE",
|
|
223
|
+
/**
|
|
224
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
225
|
+
* version of the SDK.
|
|
226
|
+
*/
|
|
227
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
228
|
+
}
|
|
229
|
+
function getJsonObj(obj: VirtualCircuit): object;
|
|
230
|
+
function getDeserializedJsonObj(obj: VirtualCircuit): object;
|
|
231
|
+
}
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Network Monitoring API
|
|
4
|
+
* Use the Network Monitoring API to troubleshoot routing and security issues for resources such as virtual cloud networks (VCNs) and compute instances. For more information, see the console
|
|
5
|
+
documentation for the [Network Path Analyzer](/iaas/Content/Network/Concepts/path_analyzer.htm) tool.
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20160918
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
17
|
+
if (k2 === undefined) k2 = k;
|
|
18
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
19
|
+
}) : (function(o, m, k, k2) {
|
|
20
|
+
if (k2 === undefined) k2 = k;
|
|
21
|
+
o[k2] = m[k];
|
|
22
|
+
}));
|
|
23
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
24
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
25
|
+
}) : function(o, v) {
|
|
26
|
+
o["default"] = v;
|
|
27
|
+
});
|
|
28
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.VirtualCircuit = void 0;
|
|
37
|
+
const model = __importStar(require("../model"));
|
|
38
|
+
var VirtualCircuit;
|
|
39
|
+
(function (VirtualCircuit) {
|
|
40
|
+
let BgpManagement;
|
|
41
|
+
(function (BgpManagement) {
|
|
42
|
+
BgpManagement["CustomerManaged"] = "CUSTOMER_MANAGED";
|
|
43
|
+
BgpManagement["ProviderManaged"] = "PROVIDER_MANAGED";
|
|
44
|
+
BgpManagement["OracleManaged"] = "ORACLE_MANAGED";
|
|
45
|
+
/**
|
|
46
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
47
|
+
* version of the SDK.
|
|
48
|
+
*/
|
|
49
|
+
BgpManagement["UnknownValue"] = "UNKNOWN_VALUE";
|
|
50
|
+
})(BgpManagement = VirtualCircuit.BgpManagement || (VirtualCircuit.BgpManagement = {}));
|
|
51
|
+
let BgpSessionState;
|
|
52
|
+
(function (BgpSessionState) {
|
|
53
|
+
BgpSessionState["Up"] = "UP";
|
|
54
|
+
BgpSessionState["Down"] = "DOWN";
|
|
55
|
+
/**
|
|
56
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
57
|
+
* version of the SDK.
|
|
58
|
+
*/
|
|
59
|
+
BgpSessionState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
60
|
+
})(BgpSessionState = VirtualCircuit.BgpSessionState || (VirtualCircuit.BgpSessionState = {}));
|
|
61
|
+
let LifecycleState;
|
|
62
|
+
(function (LifecycleState) {
|
|
63
|
+
LifecycleState["PendingProvider"] = "PENDING_PROVIDER";
|
|
64
|
+
LifecycleState["Verifying"] = "VERIFYING";
|
|
65
|
+
LifecycleState["Provisioning"] = "PROVISIONING";
|
|
66
|
+
LifecycleState["Provisioned"] = "PROVISIONED";
|
|
67
|
+
LifecycleState["Failed"] = "FAILED";
|
|
68
|
+
LifecycleState["Inactive"] = "INACTIVE";
|
|
69
|
+
LifecycleState["Terminating"] = "TERMINATING";
|
|
70
|
+
LifecycleState["Terminated"] = "TERMINATED";
|
|
71
|
+
/**
|
|
72
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
73
|
+
* version of the SDK.
|
|
74
|
+
*/
|
|
75
|
+
LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
76
|
+
})(LifecycleState = VirtualCircuit.LifecycleState || (VirtualCircuit.LifecycleState = {}));
|
|
77
|
+
let ProviderState;
|
|
78
|
+
(function (ProviderState) {
|
|
79
|
+
ProviderState["Active"] = "ACTIVE";
|
|
80
|
+
ProviderState["Inactive"] = "INACTIVE";
|
|
81
|
+
/**
|
|
82
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
83
|
+
* version of the SDK.
|
|
84
|
+
*/
|
|
85
|
+
ProviderState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
86
|
+
})(ProviderState = VirtualCircuit.ProviderState || (VirtualCircuit.ProviderState = {}));
|
|
87
|
+
let ServiceType;
|
|
88
|
+
(function (ServiceType) {
|
|
89
|
+
ServiceType["Colocated"] = "COLOCATED";
|
|
90
|
+
ServiceType["Layer2"] = "LAYER2";
|
|
91
|
+
ServiceType["Layer3"] = "LAYER3";
|
|
92
|
+
/**
|
|
93
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
94
|
+
* version of the SDK.
|
|
95
|
+
*/
|
|
96
|
+
ServiceType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
97
|
+
})(ServiceType = VirtualCircuit.ServiceType || (VirtualCircuit.ServiceType = {}));
|
|
98
|
+
let Type;
|
|
99
|
+
(function (Type) {
|
|
100
|
+
Type["Public"] = "PUBLIC";
|
|
101
|
+
Type["Private"] = "PRIVATE";
|
|
102
|
+
/**
|
|
103
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
104
|
+
* version of the SDK.
|
|
105
|
+
*/
|
|
106
|
+
Type["UnknownValue"] = "UNKNOWN_VALUE";
|
|
107
|
+
})(Type = VirtualCircuit.Type || (VirtualCircuit.Type = {}));
|
|
108
|
+
function getJsonObj(obj) {
|
|
109
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
110
|
+
"crossConnectMappings": obj.crossConnectMappings
|
|
111
|
+
? obj.crossConnectMappings.map(item => {
|
|
112
|
+
return model.CrossConnectMapping.getJsonObj(item);
|
|
113
|
+
})
|
|
114
|
+
: undefined
|
|
115
|
+
});
|
|
116
|
+
return jsonObj;
|
|
117
|
+
}
|
|
118
|
+
VirtualCircuit.getJsonObj = getJsonObj;
|
|
119
|
+
function getDeserializedJsonObj(obj) {
|
|
120
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
121
|
+
"crossConnectMappings": obj.crossConnectMappings
|
|
122
|
+
? obj.crossConnectMappings.map(item => {
|
|
123
|
+
return model.CrossConnectMapping.getDeserializedJsonObj(item);
|
|
124
|
+
})
|
|
125
|
+
: undefined
|
|
126
|
+
});
|
|
127
|
+
return jsonObj;
|
|
128
|
+
}
|
|
129
|
+
VirtualCircuit.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
130
|
+
})(VirtualCircuit = exports.VirtualCircuit || (exports.VirtualCircuit = {}));
|
|
131
|
+
//# sourceMappingURL=virtual-circuit.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"virtual-circuit.js","sourceRoot":"","sources":["../../../../../lib/vnmonitoring/lib/model/virtual-circuit.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA0JlC,IAAiB,cAAc,CAiG9B;AAjGD,WAAiB,cAAc;IAC7B,IAAY,aASX;IATD,WAAY,aAAa;QACvB,qDAAoC,CAAA;QACpC,qDAAoC,CAAA;QACpC,iDAAgC,CAAA;QAChC;;;WAGG;QACH,+CAA8B,CAAA;IAChC,CAAC,EATW,aAAa,GAAb,4BAAa,KAAb,4BAAa,QASxB;IAED,IAAY,eAQX;IARD,WAAY,eAAe;QACzB,4BAAS,CAAA;QACT,gCAAa,CAAA;QACb;;;WAGG;QACH,iDAA8B,CAAA;IAChC,CAAC,EARW,eAAe,GAAf,8BAAe,KAAf,8BAAe,QAQ1B;IAED,IAAY,cAcX;IAdD,WAAY,cAAc;QACxB,sDAAoC,CAAA;QACpC,yCAAuB,CAAA;QACvB,+CAA6B,CAAA;QAC7B,6CAA2B,CAAA;QAC3B,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,6CAA2B,CAAA;QAC3B,2CAAyB,CAAA;QACzB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAdW,cAAc,GAAd,6BAAc,KAAd,6BAAc,QAczB;IAED,IAAY,aAQX;IARD,WAAY,aAAa;QACvB,kCAAiB,CAAA;QACjB,sCAAqB,CAAA;QACrB;;;WAGG;QACH,+CAA8B,CAAA;IAChC,CAAC,EARW,aAAa,GAAb,4BAAa,KAAb,4BAAa,QAQxB;IAED,IAAY,WASX;IATD,WAAY,WAAW;QACrB,sCAAuB,CAAA;QACvB,gCAAiB,CAAA;QACjB,gCAAiB,CAAA;QACjB;;;WAGG;QACH,6CAA8B,CAAA;IAChC,CAAC,EATW,WAAW,GAAX,0BAAW,KAAX,0BAAW,QAStB;IAED,IAAY,IAQX;IARD,WAAY,IAAI;QACd,yBAAiB,CAAA;QACjB,2BAAmB,CAAA;QACnB;;;WAGG;QACH,sCAA8B,CAAA;IAChC,CAAC,EARW,IAAI,GAAJ,mBAAI,KAAJ,mBAAI,QAQf;IAED,SAAgB,UAAU,CAAC,GAAmB;QAC5C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,GAAG,CAAC,oBAAoB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAClC,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,GAAG,CAAC,oBAAoB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAClC,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,qCAAsB,yBAarC,CAAA;AACH,CAAC,EAjGgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAiG9B"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Network Monitoring API
|
|
3
|
+
* Use the Network Monitoring API to troubleshoot routing and security issues for resources such as virtual cloud networks (VCNs) and compute instances. For more information, see the console
|
|
4
|
+
documentation for the [Network Path Analyzer](/iaas/Content/Network/Concepts/path_analyzer.htm) tool.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20160918
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
|
+
*/
|
|
15
|
+
import * as model from "../model";
|
|
16
|
+
/**
|
|
17
|
+
* Defines the configuration of a traffic node that is visible to the user.
|
|
18
|
+
*/
|
|
19
|
+
export interface VisibleTrafficNode extends model.TrafficNode {
|
|
20
|
+
/**
|
|
21
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the OCI entity that
|
|
22
|
+
* represents the traffic node (Instance, GW, LB, etc.).
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"entityId"?: string;
|
|
26
|
+
/**
|
|
27
|
+
* Describes how the traffic was transformed. For example, if an address is translated by a NAT GW,
|
|
28
|
+
* the string will describe the translation: 'SNAT: 10.0.0.1->204.0.0.1'
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"transformationDescription"?: string;
|
|
32
|
+
"type": string;
|
|
33
|
+
}
|
|
34
|
+
export declare namespace VisibleTrafficNode {
|
|
35
|
+
function getJsonObj(obj: VisibleTrafficNode, isParentJsonObj?: boolean): object;
|
|
36
|
+
const type = "VISIBLE";
|
|
37
|
+
function getDeserializedJsonObj(obj: VisibleTrafficNode, isParentJsonObj?: boolean): object;
|
|
38
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Network Monitoring API
|
|
4
|
+
* Use the Network Monitoring API to troubleshoot routing and security issues for resources such as virtual cloud networks (VCNs) and compute instances. For more information, see the console
|
|
5
|
+
documentation for the [Network Path Analyzer](/iaas/Content/Network/Concepts/path_analyzer.htm) tool.
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20160918
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
17
|
+
if (k2 === undefined) k2 = k;
|
|
18
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
19
|
+
}) : (function(o, m, k, k2) {
|
|
20
|
+
if (k2 === undefined) k2 = k;
|
|
21
|
+
o[k2] = m[k];
|
|
22
|
+
}));
|
|
23
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
24
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
25
|
+
}) : function(o, v) {
|
|
26
|
+
o["default"] = v;
|
|
27
|
+
});
|
|
28
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.VisibleTrafficNode = void 0;
|
|
37
|
+
const model = __importStar(require("../model"));
|
|
38
|
+
var VisibleTrafficNode;
|
|
39
|
+
(function (VisibleTrafficNode) {
|
|
40
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
41
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.TrafficNode.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
VisibleTrafficNode.getJsonObj = getJsonObj;
|
|
45
|
+
VisibleTrafficNode.type = "VISIBLE";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.TrafficNode.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
VisibleTrafficNode.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(VisibleTrafficNode = exports.VisibleTrafficNode || (exports.VisibleTrafficNode = {}));
|
|
54
|
+
//# sourceMappingURL=visible-traffic-node.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"visible-traffic-node.js","sourceRoot":"","sources":["../../../../../lib/vnmonitoring/lib/model/visible-traffic-node.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuBlC,IAAiB,kBAAkB,CAuBlC;AAvBD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB,EAAE,eAAyB;QAC3E,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAwB,CAAC,GACnF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,6BAAU,aAOzB,CAAA;IACY,uBAAI,GAAG,SAAS,CAAC;IAC9B,SAAgB,sBAAsB,CACpC,GAAuB,EACvB,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAwB,CAAC,GACvE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,yCAAsB,yBAYrC,CAAA;AACH,CAAC,EAvBgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAuBlC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Network Monitoring API
|
|
3
|
+
* Use the Network Monitoring API to troubleshoot routing and security issues for resources such as virtual cloud networks (VCNs) and compute instances. For more information, see the console
|
|
4
|
+
documentation for the [Network Path Analyzer](/iaas/Content/Network/Concepts/path_analyzer.htm) tool.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20160918
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
|
+
*/
|
|
15
|
+
import * as model from "../model";
|
|
16
|
+
/**
|
|
17
|
+
* Defines the details required for a VLAN-type `Endpoint`.
|
|
18
|
+
*/
|
|
19
|
+
export interface VlanEndpoint extends model.Endpoint {
|
|
20
|
+
/**
|
|
21
|
+
* The IPv4 address of the `Endpoint`.
|
|
22
|
+
*/
|
|
23
|
+
"address": string;
|
|
24
|
+
/**
|
|
25
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VLAN containing the IP address.
|
|
26
|
+
* This can be used to disambiguate which VLAN is queried, in case the endpoint IP
|
|
27
|
+
* address belongs to more than one VLAN (when there are VLANs with overlapping IP ranges).
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"vlanId": string;
|
|
31
|
+
"type": string;
|
|
32
|
+
}
|
|
33
|
+
export declare namespace VlanEndpoint {
|
|
34
|
+
function getJsonObj(obj: VlanEndpoint, isParentJsonObj?: boolean): object;
|
|
35
|
+
const type = "VLAN";
|
|
36
|
+
function getDeserializedJsonObj(obj: VlanEndpoint, isParentJsonObj?: boolean): object;
|
|
37
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Network Monitoring API
|
|
4
|
+
* Use the Network Monitoring API to troubleshoot routing and security issues for resources such as virtual cloud networks (VCNs) and compute instances. For more information, see the console
|
|
5
|
+
documentation for the [Network Path Analyzer](/iaas/Content/Network/Concepts/path_analyzer.htm) tool.
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20160918
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
17
|
+
if (k2 === undefined) k2 = k;
|
|
18
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
19
|
+
}) : (function(o, m, k, k2) {
|
|
20
|
+
if (k2 === undefined) k2 = k;
|
|
21
|
+
o[k2] = m[k];
|
|
22
|
+
}));
|
|
23
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
24
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
25
|
+
}) : function(o, v) {
|
|
26
|
+
o["default"] = v;
|
|
27
|
+
});
|
|
28
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.VlanEndpoint = void 0;
|
|
37
|
+
const model = __importStar(require("../model"));
|
|
38
|
+
var VlanEndpoint;
|
|
39
|
+
(function (VlanEndpoint) {
|
|
40
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
41
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.Endpoint.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
VlanEndpoint.getJsonObj = getJsonObj;
|
|
45
|
+
VlanEndpoint.type = "VLAN";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.Endpoint.getDeserializedJsonObj(obj))), {});
|
|
48
|
+
return jsonObj;
|
|
49
|
+
}
|
|
50
|
+
VlanEndpoint.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
51
|
+
})(VlanEndpoint = exports.VlanEndpoint || (exports.VlanEndpoint = {}));
|
|
52
|
+
//# sourceMappingURL=vlan-endpoint.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vlan-endpoint.js","sourceRoot":"","sources":["../../../../../lib/vnmonitoring/lib/model/vlan-endpoint.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAsBlC,IAAiB,YAAY,CAkB5B;AAlBD,WAAiB,YAAY;IAC3B,SAAgB,UAAU,CAAC,GAAiB,EAAE,eAAyB;QACrE,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,GAAG,CAAkB,CAAC,GAC1E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,uBAAU,aAOzB,CAAA;IACY,iBAAI,GAAG,MAAM,CAAC;IAC3B,SAAgB,sBAAsB,CAAC,GAAiB,EAAE,eAAyB;QACjF,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,QAAQ,CAAC,sBAAsB,CAAC,GAAG,CAAkB,CAAC,GACtF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,mCAAsB,yBAOrC,CAAA;AACH,CAAC,EAlBgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAkB5B"}
|