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,62 @@
|
|
|
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 update a DRG route table.
|
|
17
|
+
* <p>
|
|
18
|
+
You can't assign a table to a virtual circuit or IPSec tunnel attachment if there is a static route rule for an RPC attachment.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
export interface UpdateDrgRouteTableDetails {
|
|
22
|
+
/**
|
|
23
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
24
|
+
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"definedTags"?: {
|
|
28
|
+
[key: string]: {
|
|
29
|
+
[key: string]: any;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
/**
|
|
33
|
+
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
34
|
+
* Avoid entering confidential information.
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"displayName"?: string;
|
|
38
|
+
/**
|
|
39
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
40
|
+
* Example: `{\"bar-key\": \"value\"}`
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"freeformTags"?: {
|
|
44
|
+
[key: string]: string;
|
|
45
|
+
};
|
|
46
|
+
/**
|
|
47
|
+
* 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
|
|
48
|
+
* referenced attachements are inserted into the DRG route table.
|
|
49
|
+
*
|
|
50
|
+
*/
|
|
51
|
+
"importDrgRouteDistributionId"?: string;
|
|
52
|
+
/**
|
|
53
|
+
* If you want traffic to be routed using ECMP across your virtual circuits or IPSec tunnels to
|
|
54
|
+
* your on-prem networks, set this value to true on the route table.
|
|
55
|
+
*
|
|
56
|
+
*/
|
|
57
|
+
"isEcmpEnabled"?: boolean;
|
|
58
|
+
}
|
|
59
|
+
export declare namespace UpdateDrgRouteTableDetails {
|
|
60
|
+
function getJsonObj(obj: UpdateDrgRouteTableDetails): object;
|
|
61
|
+
function getDeserializedJsonObj(obj: UpdateDrgRouteTableDetails): object;
|
|
62
|
+
}
|
|
@@ -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.UpdateDrgRouteTableDetails = void 0;
|
|
18
|
+
var UpdateDrgRouteTableDetails;
|
|
19
|
+
(function (UpdateDrgRouteTableDetails) {
|
|
20
|
+
function getJsonObj(obj) {
|
|
21
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
22
|
+
return jsonObj;
|
|
23
|
+
}
|
|
24
|
+
UpdateDrgRouteTableDetails.getJsonObj = getJsonObj;
|
|
25
|
+
function getDeserializedJsonObj(obj) {
|
|
26
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
27
|
+
return jsonObj;
|
|
28
|
+
}
|
|
29
|
+
UpdateDrgRouteTableDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
30
|
+
})(UpdateDrgRouteTableDetails = exports.UpdateDrgRouteTableDetails || (exports.UpdateDrgRouteTableDetails = {}));
|
|
31
|
+
//# sourceMappingURL=update-drg-route-table-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-drg-route-table-details.js","sourceRoot":"","sources":["../../../../../lib/vnmonitoring/lib/model/update-drg-route-table-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AA4CH,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,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 UpdateInternetGatewayDetails {
|
|
16
|
+
/**
|
|
17
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
18
|
+
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
"definedTags"?: {
|
|
22
|
+
[key: string]: {
|
|
23
|
+
[key: string]: any;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
28
|
+
* Avoid entering confidential information.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"displayName"?: string;
|
|
32
|
+
/**
|
|
33
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
34
|
+
* Example: `{\"bar-key\": \"value\"}`
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"freeformTags"?: {
|
|
38
|
+
[key: string]: string;
|
|
39
|
+
};
|
|
40
|
+
/**
|
|
41
|
+
* Whether the gateway is enabled.
|
|
42
|
+
*/
|
|
43
|
+
"isEnabled"?: boolean;
|
|
44
|
+
}
|
|
45
|
+
export declare namespace UpdateInternetGatewayDetails {
|
|
46
|
+
function getJsonObj(obj: UpdateInternetGatewayDetails): object;
|
|
47
|
+
function getDeserializedJsonObj(obj: UpdateInternetGatewayDetails): 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.UpdateInternetGatewayDetails = void 0;
|
|
18
|
+
var UpdateInternetGatewayDetails;
|
|
19
|
+
(function (UpdateInternetGatewayDetails) {
|
|
20
|
+
function getJsonObj(obj) {
|
|
21
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
22
|
+
return jsonObj;
|
|
23
|
+
}
|
|
24
|
+
UpdateInternetGatewayDetails.getJsonObj = getJsonObj;
|
|
25
|
+
function getDeserializedJsonObj(obj) {
|
|
26
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
27
|
+
return jsonObj;
|
|
28
|
+
}
|
|
29
|
+
UpdateInternetGatewayDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
30
|
+
})(UpdateInternetGatewayDetails = exports.UpdateInternetGatewayDetails || (exports.UpdateInternetGatewayDetails = {}));
|
|
31
|
+
//# sourceMappingURL=update-internet-gateway-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-internet-gateway-details.js","sourceRoot":"","sources":["../../../../../lib/vnmonitoring/lib/model/update-internet-gateway-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AA8BH,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,44 @@
|
|
|
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 UpdateIPSecConnectionDetails {
|
|
16
|
+
/**
|
|
17
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
18
|
+
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
"definedTags"?: {
|
|
22
|
+
[key: string]: {
|
|
23
|
+
[key: string]: any;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
28
|
+
* Avoid entering confidential information.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"displayName"?: string;
|
|
32
|
+
/**
|
|
33
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
34
|
+
* Example: `{\"bar-key\": \"value\"}`
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"freeformTags"?: {
|
|
38
|
+
[key: string]: string;
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
export declare namespace UpdateIPSecConnectionDetails {
|
|
42
|
+
function getJsonObj(obj: UpdateIPSecConnectionDetails): object;
|
|
43
|
+
function getDeserializedJsonObj(obj: UpdateIPSecConnectionDetails): object;
|
|
44
|
+
}
|
|
@@ -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.UpdateIPSecConnectionDetails = void 0;
|
|
18
|
+
var UpdateIPSecConnectionDetails;
|
|
19
|
+
(function (UpdateIPSecConnectionDetails) {
|
|
20
|
+
function getJsonObj(obj) {
|
|
21
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
22
|
+
return jsonObj;
|
|
23
|
+
}
|
|
24
|
+
UpdateIPSecConnectionDetails.getJsonObj = getJsonObj;
|
|
25
|
+
function getDeserializedJsonObj(obj) {
|
|
26
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
27
|
+
return jsonObj;
|
|
28
|
+
}
|
|
29
|
+
UpdateIPSecConnectionDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
30
|
+
})(UpdateIPSecConnectionDetails = exports.UpdateIPSecConnectionDetails || (exports.UpdateIPSecConnectionDetails = {}));
|
|
31
|
+
//# sourceMappingURL=update-ip-sec-connection-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-ip-sec-connection-details.js","sourceRoot":"","sources":["../../../../../lib/vnmonitoring/lib/model/update-ip-sec-connection-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AA0BH,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,62 @@
|
|
|
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 UpdateIpv6Details {
|
|
16
|
+
/**
|
|
17
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
18
|
+
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
"definedTags"?: {
|
|
22
|
+
[key: string]: {
|
|
23
|
+
[key: string]: any;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
28
|
+
* Avoid entering confidential information.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"displayName"?: string;
|
|
32
|
+
/**
|
|
33
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
34
|
+
* Example: `{\"bar-key\": \"value\"}`
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"freeformTags"?: {
|
|
38
|
+
[key: string]: string;
|
|
39
|
+
};
|
|
40
|
+
/**
|
|
41
|
+
* Whether the IPv6 can be used for internet communication. Allowed by default for an IPv6 in
|
|
42
|
+
* a public subnet. Never allowed for an IPv6 in a private subnet. If the value is `true`, the
|
|
43
|
+
* IPv6 uses its public IP address for internet communication.
|
|
44
|
+
* <p>
|
|
45
|
+
If you switch this from `true` to `false`, the `publicIpAddress` attribute for the IPv6
|
|
46
|
+
* becomes null.
|
|
47
|
+
* <p>
|
|
48
|
+
Example: `false`
|
|
49
|
+
*
|
|
50
|
+
*/
|
|
51
|
+
"isInternetAccessAllowed"?: boolean;
|
|
52
|
+
/**
|
|
53
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VNIC to reassign the IPv6 to.
|
|
54
|
+
* The VNIC must be in the same subnet as the current VNIC.
|
|
55
|
+
*
|
|
56
|
+
*/
|
|
57
|
+
"vnicId"?: string;
|
|
58
|
+
}
|
|
59
|
+
export declare namespace UpdateIpv6Details {
|
|
60
|
+
function getJsonObj(obj: UpdateIpv6Details): object;
|
|
61
|
+
function getDeserializedJsonObj(obj: UpdateIpv6Details): object;
|
|
62
|
+
}
|
|
@@ -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.UpdateIpv6Details = void 0;
|
|
18
|
+
var UpdateIpv6Details;
|
|
19
|
+
(function (UpdateIpv6Details) {
|
|
20
|
+
function getJsonObj(obj) {
|
|
21
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
22
|
+
return jsonObj;
|
|
23
|
+
}
|
|
24
|
+
UpdateIpv6Details.getJsonObj = getJsonObj;
|
|
25
|
+
function getDeserializedJsonObj(obj) {
|
|
26
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
27
|
+
return jsonObj;
|
|
28
|
+
}
|
|
29
|
+
UpdateIpv6Details.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
30
|
+
})(UpdateIpv6Details = exports.UpdateIpv6Details || (exports.UpdateIpv6Details = {}));
|
|
31
|
+
//# sourceMappingURL=update-ipv6-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-ipv6-details.js","sourceRoot":"","sources":["../../../../../lib/vnmonitoring/lib/model/update-ipv6-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AA4CH,IAAiB,iBAAiB,CAWjC;AAXD,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAWjC"}
|
|
@@ -0,0 +1,44 @@
|
|
|
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 UpdateLocalPeeringGatewayDetails {
|
|
16
|
+
/**
|
|
17
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
18
|
+
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
"definedTags"?: {
|
|
22
|
+
[key: string]: {
|
|
23
|
+
[key: string]: any;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
28
|
+
* Avoid entering confidential information.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"displayName"?: string;
|
|
32
|
+
/**
|
|
33
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
34
|
+
* Example: `{\"bar-key\": \"value\"}`
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"freeformTags"?: {
|
|
38
|
+
[key: string]: string;
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
export declare namespace UpdateLocalPeeringGatewayDetails {
|
|
42
|
+
function getJsonObj(obj: UpdateLocalPeeringGatewayDetails): object;
|
|
43
|
+
function getDeserializedJsonObj(obj: UpdateLocalPeeringGatewayDetails): object;
|
|
44
|
+
}
|
|
@@ -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.UpdateLocalPeeringGatewayDetails = void 0;
|
|
18
|
+
var UpdateLocalPeeringGatewayDetails;
|
|
19
|
+
(function (UpdateLocalPeeringGatewayDetails) {
|
|
20
|
+
function getJsonObj(obj) {
|
|
21
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
22
|
+
return jsonObj;
|
|
23
|
+
}
|
|
24
|
+
UpdateLocalPeeringGatewayDetails.getJsonObj = getJsonObj;
|
|
25
|
+
function getDeserializedJsonObj(obj) {
|
|
26
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
27
|
+
return jsonObj;
|
|
28
|
+
}
|
|
29
|
+
UpdateLocalPeeringGatewayDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
30
|
+
})(UpdateLocalPeeringGatewayDetails = exports.UpdateLocalPeeringGatewayDetails || (exports.UpdateLocalPeeringGatewayDetails = {}));
|
|
31
|
+
//# sourceMappingURL=update-local-peering-gateway-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-local-peering-gateway-details.js","sourceRoot":"","sources":["../../../../../lib/vnmonitoring/lib/model/update-local-peering-gateway-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AA0BH,IAAiB,gCAAgC,CAWhD;AAXD,WAAiB,gCAAgC;IAC/C,SAAgB,UAAU,CAAC,GAAqC;QAC9D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqC;QAC1E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QAWhD"}
|
|
@@ -0,0 +1,44 @@
|
|
|
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 UpdateNetworkSecurityGroupDetails {
|
|
16
|
+
/**
|
|
17
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
18
|
+
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
"definedTags"?: {
|
|
22
|
+
[key: string]: {
|
|
23
|
+
[key: string]: any;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
28
|
+
* Avoid entering confidential information.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"displayName"?: string;
|
|
32
|
+
/**
|
|
33
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
34
|
+
* Example: `{\"bar-key\": \"value\"}`
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"freeformTags"?: {
|
|
38
|
+
[key: string]: string;
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
export declare namespace UpdateNetworkSecurityGroupDetails {
|
|
42
|
+
function getJsonObj(obj: UpdateNetworkSecurityGroupDetails): object;
|
|
43
|
+
function getDeserializedJsonObj(obj: UpdateNetworkSecurityGroupDetails): object;
|
|
44
|
+
}
|
|
@@ -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.UpdateNetworkSecurityGroupDetails = void 0;
|
|
18
|
+
var UpdateNetworkSecurityGroupDetails;
|
|
19
|
+
(function (UpdateNetworkSecurityGroupDetails) {
|
|
20
|
+
function getJsonObj(obj) {
|
|
21
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
22
|
+
return jsonObj;
|
|
23
|
+
}
|
|
24
|
+
UpdateNetworkSecurityGroupDetails.getJsonObj = getJsonObj;
|
|
25
|
+
function getDeserializedJsonObj(obj) {
|
|
26
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
27
|
+
return jsonObj;
|
|
28
|
+
}
|
|
29
|
+
UpdateNetworkSecurityGroupDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
30
|
+
})(UpdateNetworkSecurityGroupDetails = exports.UpdateNetworkSecurityGroupDetails || (exports.UpdateNetworkSecurityGroupDetails = {}));
|
|
31
|
+
//# sourceMappingURL=update-network-security-group-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-network-security-group-details.js","sourceRoot":"","sources":["../../../../../lib/vnmonitoring/lib/model/update-network-security-group-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AA0BH,IAAiB,iCAAiC,CAWjD;AAXD,WAAiB,iCAAiC;IAChD,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,EAXgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAWjD"}
|
|
@@ -0,0 +1,25 @@
|
|
|
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 UpdateNetworkSecurityGroupSecurityRulesDetails {
|
|
17
|
+
/**
|
|
18
|
+
* The NSG security rules to update.
|
|
19
|
+
*/
|
|
20
|
+
"securityRules"?: Array<model.UpdateSecurityRuleDetails>;
|
|
21
|
+
}
|
|
22
|
+
export declare namespace UpdateNetworkSecurityGroupSecurityRulesDetails {
|
|
23
|
+
function getJsonObj(obj: UpdateNetworkSecurityGroupSecurityRulesDetails): object;
|
|
24
|
+
function getDeserializedJsonObj(obj: UpdateNetworkSecurityGroupSecurityRulesDetails): object;
|
|
25
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
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.UpdateNetworkSecurityGroupSecurityRulesDetails = void 0;
|
|
37
|
+
const model = __importStar(require("../model"));
|
|
38
|
+
var UpdateNetworkSecurityGroupSecurityRulesDetails;
|
|
39
|
+
(function (UpdateNetworkSecurityGroupSecurityRulesDetails) {
|
|
40
|
+
function getJsonObj(obj) {
|
|
41
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
42
|
+
"securityRules": obj.securityRules
|
|
43
|
+
? obj.securityRules.map(item => {
|
|
44
|
+
return model.UpdateSecurityRuleDetails.getJsonObj(item);
|
|
45
|
+
})
|
|
46
|
+
: undefined
|
|
47
|
+
});
|
|
48
|
+
return jsonObj;
|
|
49
|
+
}
|
|
50
|
+
UpdateNetworkSecurityGroupSecurityRulesDetails.getJsonObj = getJsonObj;
|
|
51
|
+
function getDeserializedJsonObj(obj) {
|
|
52
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
53
|
+
"securityRules": obj.securityRules
|
|
54
|
+
? obj.securityRules.map(item => {
|
|
55
|
+
return model.UpdateSecurityRuleDetails.getDeserializedJsonObj(item);
|
|
56
|
+
})
|
|
57
|
+
: undefined
|
|
58
|
+
});
|
|
59
|
+
return jsonObj;
|
|
60
|
+
}
|
|
61
|
+
UpdateNetworkSecurityGroupSecurityRulesDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
62
|
+
})(UpdateNetworkSecurityGroupSecurityRulesDetails = exports.UpdateNetworkSecurityGroupSecurityRulesDetails || (exports.UpdateNetworkSecurityGroupSecurityRulesDetails = {}));
|
|
63
|
+
//# sourceMappingURL=update-network-security-group-security-rules-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-network-security-group-security-rules-details.js","sourceRoot":"","sources":["../../../../../lib/vnmonitoring/lib/model/update-network-security-group-security-rules-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,8CAA8C,CA+B9D;AA/BD,WAAiB,8CAA8C;IAC7D,SAAgB,UAAU,CAAC,GAAmD;QAC5E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yDAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAmD;QAEnD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACtE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,qEAAsB,yBAerC,CAAA;AACH,CAAC,EA/BgB,8CAA8C,GAA9C,sDAA8C,KAA9C,sDAA8C,QA+B9D"}
|