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,63 @@
|
|
|
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
|
+
export interface CreateDrgAttachmentDetails {
|
|
17
|
+
/**
|
|
18
|
+
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
19
|
+
* Avoid entering confidential information.
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
"displayName"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DRG.
|
|
25
|
+
*/
|
|
26
|
+
"drgId": string;
|
|
27
|
+
/**
|
|
28
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DRG route table that is assigned to this attachment.
|
|
29
|
+
* <p>
|
|
30
|
+
The DRG route table manages traffic inside the DRG.
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
"drgRouteTableId"?: string;
|
|
34
|
+
"networkDetails"?: model.VcnDrgAttachmentNetworkCreateDetails;
|
|
35
|
+
/**
|
|
36
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
37
|
+
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
|
38
|
+
*
|
|
39
|
+
*/
|
|
40
|
+
"definedTags"?: {
|
|
41
|
+
[key: string]: {
|
|
42
|
+
[key: string]: any;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
/**
|
|
46
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
47
|
+
* Example: `{\"bar-key\": \"value\"}`
|
|
48
|
+
*
|
|
49
|
+
*/
|
|
50
|
+
"freeformTags"?: {
|
|
51
|
+
[key: string]: string;
|
|
52
|
+
};
|
|
53
|
+
/**
|
|
54
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
|
|
55
|
+
* This field is deprecated. Instead, use the `networkDetails` field to specify the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the attached resource.
|
|
56
|
+
*
|
|
57
|
+
*/
|
|
58
|
+
"vcnId"?: string;
|
|
59
|
+
}
|
|
60
|
+
export declare namespace CreateDrgAttachmentDetails {
|
|
61
|
+
function getJsonObj(obj: CreateDrgAttachmentDetails): object;
|
|
62
|
+
function getDeserializedJsonObj(obj: CreateDrgAttachmentDetails): object;
|
|
63
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
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.CreateDrgAttachmentDetails = void 0;
|
|
37
|
+
const model = __importStar(require("../model"));
|
|
38
|
+
var CreateDrgAttachmentDetails;
|
|
39
|
+
(function (CreateDrgAttachmentDetails) {
|
|
40
|
+
function getJsonObj(obj) {
|
|
41
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
42
|
+
"networkDetails": obj.networkDetails
|
|
43
|
+
? model.DrgAttachmentNetworkCreateDetails.getJsonObj(obj.networkDetails)
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
CreateDrgAttachmentDetails.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"networkDetails": obj.networkDetails
|
|
52
|
+
? model.DrgAttachmentNetworkCreateDetails.getDeserializedJsonObj(obj.networkDetails)
|
|
53
|
+
: undefined
|
|
54
|
+
});
|
|
55
|
+
return jsonObj;
|
|
56
|
+
}
|
|
57
|
+
CreateDrgAttachmentDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
58
|
+
})(CreateDrgAttachmentDetails = exports.CreateDrgAttachmentDetails || (exports.CreateDrgAttachmentDetails = {}));
|
|
59
|
+
//# sourceMappingURL=create-drg-attachment-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-drg-attachment-details.js","sourceRoot":"","sources":["../../../../../lib/vnmonitoring/lib/model/create-drg-attachment-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA0ClC,IAAiB,0BAA0B,CAyB1C;AAzBD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B;QACxD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,iCAAiC,CAAC,UAAU,CAAC,GAAG,CAAC,cAAc,CAAC;gBACxE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,qCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,iCAAiC,CAAC,sBAAsB,CAAC,GAAG,CAAC,cAAc,CAAC;gBACpF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,iDAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAyB1C"}
|
|
@@ -0,0 +1,48 @@
|
|
|
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
|
+
export interface CreateDrgDetails {
|
|
16
|
+
/**
|
|
17
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to contain the DRG.
|
|
18
|
+
*/
|
|
19
|
+
"compartmentId": string;
|
|
20
|
+
/**
|
|
21
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
22
|
+
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"definedTags"?: {
|
|
26
|
+
[key: string]: {
|
|
27
|
+
[key: string]: any;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
32
|
+
* Avoid entering confidential information.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"displayName"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
38
|
+
* Example: `{\"bar-key\": \"value\"}`
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"freeformTags"?: {
|
|
42
|
+
[key: string]: string;
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
export declare namespace CreateDrgDetails {
|
|
46
|
+
function getJsonObj(obj: CreateDrgDetails): object;
|
|
47
|
+
function getDeserializedJsonObj(obj: CreateDrgDetails): object;
|
|
48
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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.CreateDrgDetails = void 0;
|
|
18
|
+
var CreateDrgDetails;
|
|
19
|
+
(function (CreateDrgDetails) {
|
|
20
|
+
function getJsonObj(obj) {
|
|
21
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
22
|
+
return jsonObj;
|
|
23
|
+
}
|
|
24
|
+
CreateDrgDetails.getJsonObj = getJsonObj;
|
|
25
|
+
function getDeserializedJsonObj(obj) {
|
|
26
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
27
|
+
return jsonObj;
|
|
28
|
+
}
|
|
29
|
+
CreateDrgDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
30
|
+
})(CreateDrgDetails = exports.CreateDrgDetails || (exports.CreateDrgDetails = {}));
|
|
31
|
+
//# sourceMappingURL=create-drg-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-drg-details.js","sourceRoot":"","sources":["../../../../../lib/vnmonitoring/lib/model/create-drg-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AA8BH,IAAiB,gBAAgB,CAWhC;AAXD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAWhC"}
|
|
@@ -0,0 +1,61 @@
|
|
|
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
|
+
* Details used to create a route distribution.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export interface CreateDrgRouteDistributionDetails {
|
|
20
|
+
/**
|
|
21
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
22
|
+
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"definedTags"?: {
|
|
26
|
+
[key: string]: {
|
|
27
|
+
[key: string]: any;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
32
|
+
* Avoid entering confidential information.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"displayName"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
38
|
+
* Example: `{\"bar-key\": \"value\"}`
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"freeformTags"?: {
|
|
42
|
+
[key: string]: string;
|
|
43
|
+
};
|
|
44
|
+
/**
|
|
45
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DRG the DRG route table belongs to.
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"drgId": string;
|
|
49
|
+
/**
|
|
50
|
+
* Whether this distribution defines how routes get imported into route tables or exported through DRG Attachments
|
|
51
|
+
*
|
|
52
|
+
*/
|
|
53
|
+
"distributionType": CreateDrgRouteDistributionDetails.DistributionType;
|
|
54
|
+
}
|
|
55
|
+
export declare namespace CreateDrgRouteDistributionDetails {
|
|
56
|
+
enum DistributionType {
|
|
57
|
+
Import = "IMPORT"
|
|
58
|
+
}
|
|
59
|
+
function getJsonObj(obj: CreateDrgRouteDistributionDetails): object;
|
|
60
|
+
function getDeserializedJsonObj(obj: CreateDrgRouteDistributionDetails): object;
|
|
61
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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.CreateDrgRouteDistributionDetails = void 0;
|
|
18
|
+
var CreateDrgRouteDistributionDetails;
|
|
19
|
+
(function (CreateDrgRouteDistributionDetails) {
|
|
20
|
+
let DistributionType;
|
|
21
|
+
(function (DistributionType) {
|
|
22
|
+
DistributionType["Import"] = "IMPORT";
|
|
23
|
+
})(DistributionType = CreateDrgRouteDistributionDetails.DistributionType || (CreateDrgRouteDistributionDetails.DistributionType = {}));
|
|
24
|
+
function getJsonObj(obj) {
|
|
25
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
26
|
+
return jsonObj;
|
|
27
|
+
}
|
|
28
|
+
CreateDrgRouteDistributionDetails.getJsonObj = getJsonObj;
|
|
29
|
+
function getDeserializedJsonObj(obj) {
|
|
30
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
31
|
+
return jsonObj;
|
|
32
|
+
}
|
|
33
|
+
CreateDrgRouteDistributionDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
34
|
+
})(CreateDrgRouteDistributionDetails = exports.CreateDrgRouteDistributionDetails || (exports.CreateDrgRouteDistributionDetails = {}));
|
|
35
|
+
//# sourceMappingURL=create-drg-route-distribution-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-drg-route-distribution-details.js","sourceRoot":"","sources":["../../../../../lib/vnmonitoring/lib/model/create-drg-route-distribution-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAwCH,IAAiB,iCAAiC,CAejD;AAfD,WAAiB,iCAAiC;IAChD,IAAY,gBAEX;IAFD,WAAY,gBAAgB;QAC1B,qCAAiB,CAAA;IACnB,CAAC,EAFW,gBAAgB,GAAhB,kDAAgB,KAAhB,kDAAgB,QAE3B;IAED,SAAgB,UAAU,CAAC,GAAsC;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsC;QAC3E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wDAAsB,yBAIrC,CAAA;AACH,CAAC,EAfgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAejD"}
|
|
@@ -0,0 +1,65 @@
|
|
|
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
|
+
* Details used in a request to create a DRG route table.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export interface CreateDrgRouteTableDetails {
|
|
20
|
+
/**
|
|
21
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
22
|
+
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"definedTags"?: {
|
|
26
|
+
[key: string]: {
|
|
27
|
+
[key: string]: any;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
32
|
+
* Avoid entering confidential information.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"displayName"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
38
|
+
* Example: `{\"bar-key\": \"value\"}`
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"freeformTags"?: {
|
|
42
|
+
[key: string]: string;
|
|
43
|
+
};
|
|
44
|
+
/**
|
|
45
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DRG the DRG route table belongs to.
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"drgId": string;
|
|
49
|
+
/**
|
|
50
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the import route distribution used to specify how incoming route advertisements through
|
|
51
|
+
* referenced attachments are inserted into the DRG route table.
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
"importDrgRouteDistributionId"?: string;
|
|
55
|
+
/**
|
|
56
|
+
* If you want traffic to be routed using ECMP across your virtual circuits or IPSec tunnels to
|
|
57
|
+
* your on-premises networks, enable ECMP on the DRG route table.
|
|
58
|
+
*
|
|
59
|
+
*/
|
|
60
|
+
"isEcmpEnabled"?: boolean;
|
|
61
|
+
}
|
|
62
|
+
export declare namespace CreateDrgRouteTableDetails {
|
|
63
|
+
function getJsonObj(obj: CreateDrgRouteTableDetails): object;
|
|
64
|
+
function getDeserializedJsonObj(obj: CreateDrgRouteTableDetails): object;
|
|
65
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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.CreateDrgRouteTableDetails = void 0;
|
|
18
|
+
var CreateDrgRouteTableDetails;
|
|
19
|
+
(function (CreateDrgRouteTableDetails) {
|
|
20
|
+
function getJsonObj(obj) {
|
|
21
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
22
|
+
return jsonObj;
|
|
23
|
+
}
|
|
24
|
+
CreateDrgRouteTableDetails.getJsonObj = getJsonObj;
|
|
25
|
+
function getDeserializedJsonObj(obj) {
|
|
26
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
27
|
+
return jsonObj;
|
|
28
|
+
}
|
|
29
|
+
CreateDrgRouteTableDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
30
|
+
})(CreateDrgRouteTableDetails = exports.CreateDrgRouteTableDetails || (exports.CreateDrgRouteTableDetails = {}));
|
|
31
|
+
//# sourceMappingURL=create-drg-route-table-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-drg-route-table-details.js","sourceRoot":"","sources":["../../../../../lib/vnmonitoring/lib/model/create-drg-route-table-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AA+CH,IAAiB,0BAA0B,CAW1C;AAXD,WAAiB,0BAA0B;IACzC,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,EAXgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAW1C"}
|
|
@@ -0,0 +1,56 @@
|
|
|
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
|
+
export interface CreateInternetGatewayDetails {
|
|
16
|
+
/**
|
|
17
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to contain the internet gateway.
|
|
18
|
+
*/
|
|
19
|
+
"compartmentId": string;
|
|
20
|
+
/**
|
|
21
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
22
|
+
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"definedTags"?: {
|
|
26
|
+
[key: string]: {
|
|
27
|
+
[key: string]: any;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
32
|
+
* Avoid entering confidential information.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"displayName"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
38
|
+
* Example: `{\"bar-key\": \"value\"}`
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"freeformTags"?: {
|
|
42
|
+
[key: string]: string;
|
|
43
|
+
};
|
|
44
|
+
/**
|
|
45
|
+
* Whether the gateway is enabled upon creation.
|
|
46
|
+
*/
|
|
47
|
+
"isEnabled": boolean;
|
|
48
|
+
/**
|
|
49
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN the Internet Gateway is attached to.
|
|
50
|
+
*/
|
|
51
|
+
"vcnId": string;
|
|
52
|
+
}
|
|
53
|
+
export declare namespace CreateInternetGatewayDetails {
|
|
54
|
+
function getJsonObj(obj: CreateInternetGatewayDetails): object;
|
|
55
|
+
function getDeserializedJsonObj(obj: CreateInternetGatewayDetails): object;
|
|
56
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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.CreateInternetGatewayDetails = void 0;
|
|
18
|
+
var CreateInternetGatewayDetails;
|
|
19
|
+
(function (CreateInternetGatewayDetails) {
|
|
20
|
+
function getJsonObj(obj) {
|
|
21
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
22
|
+
return jsonObj;
|
|
23
|
+
}
|
|
24
|
+
CreateInternetGatewayDetails.getJsonObj = getJsonObj;
|
|
25
|
+
function getDeserializedJsonObj(obj) {
|
|
26
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
27
|
+
return jsonObj;
|
|
28
|
+
}
|
|
29
|
+
CreateInternetGatewayDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
30
|
+
})(CreateInternetGatewayDetails = exports.CreateInternetGatewayDetails || (exports.CreateInternetGatewayDetails = {}));
|
|
31
|
+
//# sourceMappingURL=create-internet-gateway-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-internet-gateway-details.js","sourceRoot":"","sources":["../../../../../lib/vnmonitoring/lib/model/create-internet-gateway-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAsCH,IAAiB,4BAA4B,CAW5C;AAXD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAW5C"}
|
|
@@ -0,0 +1,66 @@
|
|
|
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
|
+
export interface CreateIPSecConnectionDetails {
|
|
16
|
+
/**
|
|
17
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to contain the IPSec connection.
|
|
18
|
+
*/
|
|
19
|
+
"compartmentId": string;
|
|
20
|
+
/**
|
|
21
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the {@link Cpe} object.
|
|
22
|
+
*/
|
|
23
|
+
"cpeId": string;
|
|
24
|
+
/**
|
|
25
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
26
|
+
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"definedTags"?: {
|
|
30
|
+
[key: string]: {
|
|
31
|
+
[key: string]: any;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
36
|
+
* Avoid entering confidential information.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"displayName"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DRG.
|
|
42
|
+
*/
|
|
43
|
+
"drgId": string;
|
|
44
|
+
/**
|
|
45
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
46
|
+
* Example: `{\"bar-key\": \"value\"}`
|
|
47
|
+
*
|
|
48
|
+
*/
|
|
49
|
+
"freeformTags"?: {
|
|
50
|
+
[key: string]: string;
|
|
51
|
+
};
|
|
52
|
+
/**
|
|
53
|
+
* Static routes to the CPE. A static route's CIDR must not be a
|
|
54
|
+
* multicast address or class E address.
|
|
55
|
+
* <p>
|
|
56
|
+
|
|
57
|
+
* <p>
|
|
58
|
+
Example: `10.0.1.0/24`
|
|
59
|
+
*
|
|
60
|
+
*/
|
|
61
|
+
"staticRoutes": Array<string>;
|
|
62
|
+
}
|
|
63
|
+
export declare namespace CreateIPSecConnectionDetails {
|
|
64
|
+
function getJsonObj(obj: CreateIPSecConnectionDetails): object;
|
|
65
|
+
function getDeserializedJsonObj(obj: CreateIPSecConnectionDetails): object;
|
|
66
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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.CreateIPSecConnectionDetails = void 0;
|
|
18
|
+
var CreateIPSecConnectionDetails;
|
|
19
|
+
(function (CreateIPSecConnectionDetails) {
|
|
20
|
+
function getJsonObj(obj) {
|
|
21
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
22
|
+
return jsonObj;
|
|
23
|
+
}
|
|
24
|
+
CreateIPSecConnectionDetails.getJsonObj = getJsonObj;
|
|
25
|
+
function getDeserializedJsonObj(obj) {
|
|
26
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
27
|
+
return jsonObj;
|
|
28
|
+
}
|
|
29
|
+
CreateIPSecConnectionDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
30
|
+
})(CreateIPSecConnectionDetails = exports.CreateIPSecConnectionDetails || (exports.CreateIPSecConnectionDetails = {}));
|
|
31
|
+
//# sourceMappingURL=create-ip-sec-connection-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-ip-sec-connection-details.js","sourceRoot":"","sources":["../../../../../lib/vnmonitoring/lib/model/create-ip-sec-connection-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAgDH,IAAiB,4BAA4B,CAW5C;AAXD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAW5C"}
|