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,89 @@
|
|
|
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 summary of a `PathAnalyzerTest` resource.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
export interface PathAnalyzerTestSummary {
|
|
21
|
+
/**
|
|
22
|
+
* A unique identifier established when the resource is created. The identifier can't be changed later.
|
|
23
|
+
*/
|
|
24
|
+
"id": string;
|
|
25
|
+
/**
|
|
26
|
+
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
27
|
+
* Avoid entering confidential information.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"displayName": string;
|
|
31
|
+
/**
|
|
32
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the `PathAnalyzerTest` resource's compartment.
|
|
33
|
+
*/
|
|
34
|
+
"compartmentId": string;
|
|
35
|
+
/**
|
|
36
|
+
* The IP protocol to use for the `PathAnalyzerTest` resource. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
37
|
+
*/
|
|
38
|
+
"protocol": number;
|
|
39
|
+
"sourceEndpoint": model.NetworkLoadBalancerListenerEndpoint | model.ComputeInstanceEndpoint | model.NetworkLoadBalancerEndpoint | model.LoadBalancerEndpoint | model.VnicEndpoint | model.IpAddressEndpoint | model.VlanEndpoint | model.SubnetEndpoint | model.LoadBalancerListenerEndpoint;
|
|
40
|
+
"destinationEndpoint": model.NetworkLoadBalancerListenerEndpoint | model.ComputeInstanceEndpoint | model.NetworkLoadBalancerEndpoint | model.LoadBalancerEndpoint | model.VnicEndpoint | model.IpAddressEndpoint | model.VlanEndpoint | model.SubnetEndpoint | model.LoadBalancerListenerEndpoint;
|
|
41
|
+
"protocolParameters"?: model.UdpProtocolParameters | model.TcpProtocolParameters | model.IcmpProtocolParameters;
|
|
42
|
+
"queryOptions": model.QueryOptions;
|
|
43
|
+
/**
|
|
44
|
+
* The date and time the `PathAnalyzerTest` resource was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
|
45
|
+
*
|
|
46
|
+
*/
|
|
47
|
+
"timeCreated": Date;
|
|
48
|
+
/**
|
|
49
|
+
* The date and time the `PathAnalyzerTest` resource was last updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
|
50
|
+
*
|
|
51
|
+
*/
|
|
52
|
+
"timeUpdated": Date;
|
|
53
|
+
/**
|
|
54
|
+
* The current state of the `PathAnalyzerTest` resource.
|
|
55
|
+
*/
|
|
56
|
+
"lifecycleState": string;
|
|
57
|
+
/**
|
|
58
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
59
|
+
* Example: `{\"bar-key\": \"value\"}`
|
|
60
|
+
*
|
|
61
|
+
*/
|
|
62
|
+
"freeformTags"?: {
|
|
63
|
+
[key: string]: string;
|
|
64
|
+
};
|
|
65
|
+
/**
|
|
66
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
67
|
+
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
|
68
|
+
*
|
|
69
|
+
*/
|
|
70
|
+
"definedTags"?: {
|
|
71
|
+
[key: string]: {
|
|
72
|
+
[key: string]: any;
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
/**
|
|
76
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
77
|
+
* Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
|
|
78
|
+
*
|
|
79
|
+
*/
|
|
80
|
+
"systemTags"?: {
|
|
81
|
+
[key: string]: {
|
|
82
|
+
[key: string]: any;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
}
|
|
86
|
+
export declare namespace PathAnalyzerTestSummary {
|
|
87
|
+
function getJsonObj(obj: PathAnalyzerTestSummary): object;
|
|
88
|
+
function getDeserializedJsonObj(obj: PathAnalyzerTestSummary): object;
|
|
89
|
+
}
|
|
@@ -0,0 +1,77 @@
|
|
|
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.PathAnalyzerTestSummary = void 0;
|
|
37
|
+
const model = __importStar(require("../model"));
|
|
38
|
+
var PathAnalyzerTestSummary;
|
|
39
|
+
(function (PathAnalyzerTestSummary) {
|
|
40
|
+
function getJsonObj(obj) {
|
|
41
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
42
|
+
"sourceEndpoint": obj.sourceEndpoint
|
|
43
|
+
? model.Endpoint.getJsonObj(obj.sourceEndpoint)
|
|
44
|
+
: undefined,
|
|
45
|
+
"destinationEndpoint": obj.destinationEndpoint
|
|
46
|
+
? model.Endpoint.getJsonObj(obj.destinationEndpoint)
|
|
47
|
+
: undefined,
|
|
48
|
+
"protocolParameters": obj.protocolParameters
|
|
49
|
+
? model.ProtocolParameters.getJsonObj(obj.protocolParameters)
|
|
50
|
+
: undefined,
|
|
51
|
+
"queryOptions": obj.queryOptions
|
|
52
|
+
? model.QueryOptions.getJsonObj(obj.queryOptions)
|
|
53
|
+
: undefined
|
|
54
|
+
});
|
|
55
|
+
return jsonObj;
|
|
56
|
+
}
|
|
57
|
+
PathAnalyzerTestSummary.getJsonObj = getJsonObj;
|
|
58
|
+
function getDeserializedJsonObj(obj) {
|
|
59
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
60
|
+
"sourceEndpoint": obj.sourceEndpoint
|
|
61
|
+
? model.Endpoint.getDeserializedJsonObj(obj.sourceEndpoint)
|
|
62
|
+
: undefined,
|
|
63
|
+
"destinationEndpoint": obj.destinationEndpoint
|
|
64
|
+
? model.Endpoint.getDeserializedJsonObj(obj.destinationEndpoint)
|
|
65
|
+
: undefined,
|
|
66
|
+
"protocolParameters": obj.protocolParameters
|
|
67
|
+
? model.ProtocolParameters.getDeserializedJsonObj(obj.protocolParameters)
|
|
68
|
+
: undefined,
|
|
69
|
+
"queryOptions": obj.queryOptions
|
|
70
|
+
? model.QueryOptions.getDeserializedJsonObj(obj.queryOptions)
|
|
71
|
+
: undefined
|
|
72
|
+
});
|
|
73
|
+
return jsonObj;
|
|
74
|
+
}
|
|
75
|
+
PathAnalyzerTestSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
76
|
+
})(PathAnalyzerTestSummary = exports.PathAnalyzerTestSummary || (exports.PathAnalyzerTestSummary = {}));
|
|
77
|
+
//# sourceMappingURL=path-analyzer-test-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"path-analyzer-test-summary.js","sourceRoot":"","sources":["../../../../../lib/vnmonitoring/lib/model/path-analyzer-test-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqFlC,IAAiB,uBAAuB,CA2CvC;AA3CD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,GAAG,CAAC,cAAc,CAAC;gBAC/C,CAAC,CAAC,SAAS;YACb,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBACpD,CAAC,CAAC,SAAS;YACb,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,kBAAkB,CAAC;gBAC7D,CAAC,CAAC,SAAS;YACb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,CAAC;gBACjD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,kCAAU,aAoBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,sBAAsB,CAAC,GAAG,CAAC,cAAc,CAAC;gBAC3D,CAAC,CAAC,SAAS;YACb,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,sBAAsB,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBAChE,CAAC,CAAC,SAAS;YACb,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,kBAAkB,CAAC;gBACzE,CAAC,CAAC,SAAS;YACb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,GAAG,CAAC,YAAY,CAAC;gBAC7D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,8CAAsB,yBAoBrC,CAAA;AACH,CAAC,EA3CgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QA2CvC"}
|
|
@@ -0,0 +1,100 @@
|
|
|
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 saved in a `PathAnalyzerTest` resource. These configuration details are used to
|
|
18
|
+
* run a [Network Path Analyzer](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/path_analyzer.htm) analysis.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
export interface PathAnalyzerTest {
|
|
22
|
+
/**
|
|
23
|
+
* A unique identifier established when the resource is created. The identifier can't be changed later.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
"id": string;
|
|
27
|
+
/**
|
|
28
|
+
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
29
|
+
* Avoid entering confidential information.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"displayName": string;
|
|
33
|
+
/**
|
|
34
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the `PathAnalyzerTest` resource's compartment.
|
|
35
|
+
*/
|
|
36
|
+
"compartmentId": string;
|
|
37
|
+
/**
|
|
38
|
+
* The IP protocol to use for the `PathAnalyzerTest` resource. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
39
|
+
*/
|
|
40
|
+
"protocol": number;
|
|
41
|
+
"sourceEndpoint": model.NetworkLoadBalancerListenerEndpoint | model.ComputeInstanceEndpoint | model.NetworkLoadBalancerEndpoint | model.LoadBalancerEndpoint | model.VnicEndpoint | model.IpAddressEndpoint | model.VlanEndpoint | model.SubnetEndpoint | model.LoadBalancerListenerEndpoint;
|
|
42
|
+
"destinationEndpoint": model.NetworkLoadBalancerListenerEndpoint | model.ComputeInstanceEndpoint | model.NetworkLoadBalancerEndpoint | model.LoadBalancerEndpoint | model.VnicEndpoint | model.IpAddressEndpoint | model.VlanEndpoint | model.SubnetEndpoint | model.LoadBalancerListenerEndpoint;
|
|
43
|
+
"protocolParameters"?: model.UdpProtocolParameters | model.TcpProtocolParameters | model.IcmpProtocolParameters;
|
|
44
|
+
"queryOptions": model.QueryOptions;
|
|
45
|
+
/**
|
|
46
|
+
* The date and time the `PathAnalyzerTest` resource was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
|
47
|
+
*
|
|
48
|
+
*/
|
|
49
|
+
"timeCreated": Date;
|
|
50
|
+
/**
|
|
51
|
+
* The date and time the `PathAnalyzerTest` resource was last updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
"timeUpdated": Date;
|
|
55
|
+
/**
|
|
56
|
+
* The current state of the `PathAnalyzerTest` resource.
|
|
57
|
+
*/
|
|
58
|
+
"lifecycleState": PathAnalyzerTest.LifecycleState;
|
|
59
|
+
/**
|
|
60
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
61
|
+
* Example: `{\"bar-key\": \"value\"}`
|
|
62
|
+
*
|
|
63
|
+
*/
|
|
64
|
+
"freeformTags"?: {
|
|
65
|
+
[key: string]: string;
|
|
66
|
+
};
|
|
67
|
+
/**
|
|
68
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
69
|
+
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
|
70
|
+
*
|
|
71
|
+
*/
|
|
72
|
+
"definedTags"?: {
|
|
73
|
+
[key: string]: {
|
|
74
|
+
[key: string]: any;
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
/**
|
|
78
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
79
|
+
* Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
|
|
80
|
+
*
|
|
81
|
+
*/
|
|
82
|
+
"systemTags"?: {
|
|
83
|
+
[key: string]: {
|
|
84
|
+
[key: string]: any;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
}
|
|
88
|
+
export declare namespace PathAnalyzerTest {
|
|
89
|
+
enum LifecycleState {
|
|
90
|
+
Active = "ACTIVE",
|
|
91
|
+
Deleted = "DELETED",
|
|
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
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
97
|
+
}
|
|
98
|
+
function getJsonObj(obj: PathAnalyzerTest): object;
|
|
99
|
+
function getDeserializedJsonObj(obj: PathAnalyzerTest): object;
|
|
100
|
+
}
|
|
@@ -0,0 +1,87 @@
|
|
|
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.PathAnalyzerTest = void 0;
|
|
37
|
+
const model = __importStar(require("../model"));
|
|
38
|
+
var PathAnalyzerTest;
|
|
39
|
+
(function (PathAnalyzerTest) {
|
|
40
|
+
let LifecycleState;
|
|
41
|
+
(function (LifecycleState) {
|
|
42
|
+
LifecycleState["Active"] = "ACTIVE";
|
|
43
|
+
LifecycleState["Deleted"] = "DELETED";
|
|
44
|
+
/**
|
|
45
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
46
|
+
* version of the SDK.
|
|
47
|
+
*/
|
|
48
|
+
LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
49
|
+
})(LifecycleState = PathAnalyzerTest.LifecycleState || (PathAnalyzerTest.LifecycleState = {}));
|
|
50
|
+
function getJsonObj(obj) {
|
|
51
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
52
|
+
"sourceEndpoint": obj.sourceEndpoint
|
|
53
|
+
? model.Endpoint.getJsonObj(obj.sourceEndpoint)
|
|
54
|
+
: undefined,
|
|
55
|
+
"destinationEndpoint": obj.destinationEndpoint
|
|
56
|
+
? model.Endpoint.getJsonObj(obj.destinationEndpoint)
|
|
57
|
+
: undefined,
|
|
58
|
+
"protocolParameters": obj.protocolParameters
|
|
59
|
+
? model.ProtocolParameters.getJsonObj(obj.protocolParameters)
|
|
60
|
+
: undefined,
|
|
61
|
+
"queryOptions": obj.queryOptions
|
|
62
|
+
? model.QueryOptions.getJsonObj(obj.queryOptions)
|
|
63
|
+
: undefined
|
|
64
|
+
});
|
|
65
|
+
return jsonObj;
|
|
66
|
+
}
|
|
67
|
+
PathAnalyzerTest.getJsonObj = getJsonObj;
|
|
68
|
+
function getDeserializedJsonObj(obj) {
|
|
69
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
70
|
+
"sourceEndpoint": obj.sourceEndpoint
|
|
71
|
+
? model.Endpoint.getDeserializedJsonObj(obj.sourceEndpoint)
|
|
72
|
+
: undefined,
|
|
73
|
+
"destinationEndpoint": obj.destinationEndpoint
|
|
74
|
+
? model.Endpoint.getDeserializedJsonObj(obj.destinationEndpoint)
|
|
75
|
+
: undefined,
|
|
76
|
+
"protocolParameters": obj.protocolParameters
|
|
77
|
+
? model.ProtocolParameters.getDeserializedJsonObj(obj.protocolParameters)
|
|
78
|
+
: undefined,
|
|
79
|
+
"queryOptions": obj.queryOptions
|
|
80
|
+
? model.QueryOptions.getDeserializedJsonObj(obj.queryOptions)
|
|
81
|
+
: undefined
|
|
82
|
+
});
|
|
83
|
+
return jsonObj;
|
|
84
|
+
}
|
|
85
|
+
PathAnalyzerTest.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
86
|
+
})(PathAnalyzerTest = exports.PathAnalyzerTest || (exports.PathAnalyzerTest = {}));
|
|
87
|
+
//# sourceMappingURL=path-analyzer-test.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"path-analyzer-test.js","sourceRoot":"","sources":["../../../../../lib/vnmonitoring/lib/model/path-analyzer-test.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuFlC,IAAiB,gBAAgB,CAqDhC;AArDD,WAAiB,gBAAgB;IAC/B,IAAY,cAQX;IARD,WAAY,cAAc;QACxB,mCAAiB,CAAA;QACjB,qCAAmB,CAAA;QACnB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EARW,cAAc,GAAd,+BAAc,KAAd,+BAAc,QAQzB;IAED,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,GAAG,CAAC,cAAc,CAAC;gBAC/C,CAAC,CAAC,SAAS;YACb,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBACpD,CAAC,CAAC,SAAS;YACb,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,kBAAkB,CAAC;gBAC7D,CAAC,CAAC,SAAS;YACb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,CAAC;gBACjD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,2BAAU,aAoBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,sBAAsB,CAAC,GAAG,CAAC,cAAc,CAAC;gBAC3D,CAAC,CAAC,SAAS;YACb,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,sBAAsB,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBAChE,CAAC,CAAC,SAAS;YACb,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,kBAAkB,CAAC;gBACzE,CAAC,CAAC,SAAS;YACb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,GAAG,CAAC,YAAY,CAAC;gBAC7D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,uCAAsB,yBAoBrC,CAAA;AACH,CAAC,EArDgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAqDhC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 representation of a virtual network topology for path analysis.
|
|
18
|
+
*/
|
|
19
|
+
export interface PathTopology extends model.Topology {
|
|
20
|
+
"type": string;
|
|
21
|
+
}
|
|
22
|
+
export declare namespace PathTopology {
|
|
23
|
+
function getJsonObj(obj: PathTopology, isParentJsonObj?: boolean): object;
|
|
24
|
+
const type = "PATH";
|
|
25
|
+
function getDeserializedJsonObj(obj: PathTopology, isParentJsonObj?: boolean): object;
|
|
26
|
+
}
|
|
@@ -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.PathTopology = void 0;
|
|
37
|
+
const model = __importStar(require("../model"));
|
|
38
|
+
var PathTopology;
|
|
39
|
+
(function (PathTopology) {
|
|
40
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
41
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.Topology.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
PathTopology.getJsonObj = getJsonObj;
|
|
45
|
+
PathTopology.type = "PATH";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.Topology.getDeserializedJsonObj(obj))), {});
|
|
48
|
+
return jsonObj;
|
|
49
|
+
}
|
|
50
|
+
PathTopology.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
51
|
+
})(PathTopology = exports.PathTopology || (exports.PathTopology = {}));
|
|
52
|
+
//# sourceMappingURL=path-topology.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"path-topology.js","sourceRoot":"","sources":["../../../../../lib/vnmonitoring/lib/model/path-topology.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,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"}
|
|
@@ -0,0 +1,27 @@
|
|
|
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 the traffic path in `PathAnalysisResult`.
|
|
18
|
+
*/
|
|
19
|
+
export interface Path {
|
|
20
|
+
"forwardRoute": model.TrafficRoute;
|
|
21
|
+
"returnRoute"?: model.TrafficRoute;
|
|
22
|
+
"topology": model.PathTopology;
|
|
23
|
+
}
|
|
24
|
+
export declare namespace Path {
|
|
25
|
+
function getJsonObj(obj: Path): object;
|
|
26
|
+
function getDeserializedJsonObj(obj: Path): object;
|
|
27
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
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.Path = void 0;
|
|
37
|
+
const model = __importStar(require("../model"));
|
|
38
|
+
var Path;
|
|
39
|
+
(function (Path) {
|
|
40
|
+
function getJsonObj(obj) {
|
|
41
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
42
|
+
"forwardRoute": obj.forwardRoute
|
|
43
|
+
? model.TrafficRoute.getJsonObj(obj.forwardRoute)
|
|
44
|
+
: undefined,
|
|
45
|
+
"returnRoute": obj.returnRoute ? model.TrafficRoute.getJsonObj(obj.returnRoute) : undefined,
|
|
46
|
+
"topology": obj.topology ? model.PathTopology.getJsonObj(obj.topology) : undefined
|
|
47
|
+
});
|
|
48
|
+
return jsonObj;
|
|
49
|
+
}
|
|
50
|
+
Path.getJsonObj = getJsonObj;
|
|
51
|
+
function getDeserializedJsonObj(obj) {
|
|
52
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
53
|
+
"forwardRoute": obj.forwardRoute
|
|
54
|
+
? model.TrafficRoute.getDeserializedJsonObj(obj.forwardRoute)
|
|
55
|
+
: undefined,
|
|
56
|
+
"returnRoute": obj.returnRoute
|
|
57
|
+
? model.TrafficRoute.getDeserializedJsonObj(obj.returnRoute)
|
|
58
|
+
: undefined,
|
|
59
|
+
"topology": obj.topology
|
|
60
|
+
? model.PathTopology.getDeserializedJsonObj(obj.topology)
|
|
61
|
+
: undefined
|
|
62
|
+
});
|
|
63
|
+
return jsonObj;
|
|
64
|
+
}
|
|
65
|
+
Path.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
66
|
+
})(Path = exports.Path || (exports.Path = {}));
|
|
67
|
+
//# sourceMappingURL=path.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"path.js","sourceRoot":"","sources":["../../../../../lib/vnmonitoring/lib/model/path.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAYlC,IAAiB,IAAI,CAiCpB;AAjCD,WAAiB,IAAI;IACnB,SAAgB,UAAU,CAAC,GAAS;QAClC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,CAAC;gBACjD,CAAC,CAAC,SAAS;YACb,aAAa,EAAE,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,SAAS;YAC3F,UAAU,EAAE,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS;SACnF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,eAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAS;QAC9C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,GAAG,CAAC,YAAY,CAAC;gBAC7D,CAAC,CAAC,SAAS;YACb,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,GAAG,CAAC,WAAW,CAAC;gBAC5D,CAAC,CAAC,SAAS;YACb,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,GAAG,CAAC,QAAQ,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,2BAAsB,yBAiBrC,CAAA;AACH,CAAC,EAjCgB,IAAI,GAAJ,YAAI,KAAJ,YAAI,QAiCpB"}
|
|
@@ -0,0 +1,32 @@
|
|
|
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 for getting a path analysis using the persisted `PathAnalyzerTest` resource.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
export interface PersistedGetPathAnalysisDetails extends model.GetPathAnalysisDetails {
|
|
21
|
+
/**
|
|
22
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the `PathAnalyzerTest` resource.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"pathAnalyzerTestId": string;
|
|
26
|
+
"type": string;
|
|
27
|
+
}
|
|
28
|
+
export declare namespace PersistedGetPathAnalysisDetails {
|
|
29
|
+
function getJsonObj(obj: PersistedGetPathAnalysisDetails, isParentJsonObj?: boolean): object;
|
|
30
|
+
const type = "PERSISTED_QUERY";
|
|
31
|
+
function getDeserializedJsonObj(obj: PersistedGetPathAnalysisDetails, isParentJsonObj?: boolean): object;
|
|
32
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
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.PersistedGetPathAnalysisDetails = void 0;
|
|
37
|
+
const model = __importStar(require("../model"));
|
|
38
|
+
var PersistedGetPathAnalysisDetails;
|
|
39
|
+
(function (PersistedGetPathAnalysisDetails) {
|
|
40
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
41
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
42
|
+
? obj
|
|
43
|
+
: model.GetPathAnalysisDetails.getJsonObj(obj))), {});
|
|
44
|
+
return jsonObj;
|
|
45
|
+
}
|
|
46
|
+
PersistedGetPathAnalysisDetails.getJsonObj = getJsonObj;
|
|
47
|
+
PersistedGetPathAnalysisDetails.type = "PERSISTED_QUERY";
|
|
48
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
49
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
50
|
+
? obj
|
|
51
|
+
: model.GetPathAnalysisDetails.getDeserializedJsonObj(obj))), {});
|
|
52
|
+
return jsonObj;
|
|
53
|
+
}
|
|
54
|
+
PersistedGetPathAnalysisDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
55
|
+
})(PersistedGetPathAnalysisDetails = exports.PersistedGetPathAnalysisDetails || (exports.PersistedGetPathAnalysisDetails = {}));
|
|
56
|
+
//# sourceMappingURL=persisted-get-path-analysis-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"persisted-get-path-analysis-details.js","sourceRoot":"","sources":["../../../../../lib/vnmonitoring/lib/model/persisted-get-path-analysis-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiBlC,IAAiB,+BAA+B,CA8B/C;AA9BD,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CACxB,GAAoC,EACpC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAAqC,CAAC,GACnF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,0CAAU,aAYzB,CAAA;IACY,oCAAI,GAAG,iBAAiB,CAAC;IACtC,SAAgB,sBAAsB,CACpC,GAAoC,EACpC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAClD,GAAG,CACgC,CAAC,GACvC,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,sDAAsB,yBAcrC,CAAA;AACH,CAAC,EA9BgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QA8B/C"}
|