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,176 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Network Monitoring API
|
|
3
|
+
* Use the Network Monitoring API to troubleshoot routing and security issues for resources such as virtual cloud networks (VCNs) and compute instances. For more information, see the console
|
|
4
|
+
documentation for the [Network Path Analyzer](/iaas/Content/Network/Concepts/path_analyzer.htm) tool.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20160918
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
|
+
*/
|
|
15
|
+
import * as model from "../model";
|
|
16
|
+
/**
|
|
17
|
+
* A security rule is one of the items in a {@link NetworkSecurityGroup}.
|
|
18
|
+
* It is a virtual firewall rule for the VNICs in the network security group. A rule can be for
|
|
19
|
+
* either inbound (`direction`= INGRESS) or outbound (`direction`= EGRESS) IP packets.
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
export interface SecurityRule {
|
|
23
|
+
/**
|
|
24
|
+
* An optional description of your choice for the rule.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"description"?: string;
|
|
28
|
+
/**
|
|
29
|
+
* Conceptually, this is the range of IP addresses that a packet originating from the instance
|
|
30
|
+
* can go to.
|
|
31
|
+
* <p>
|
|
32
|
+
Allowed values:
|
|
33
|
+
* <p>
|
|
34
|
+
* An IP address range in CIDR notation. For example: `192.168.1.0/24` or `2001:0db8:0123:45::/56`
|
|
35
|
+
* IPv6 addressing is supported for all commercial and government regions.
|
|
36
|
+
* See [IPv6 Addresses](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/ipv6.htm).
|
|
37
|
+
* <p>
|
|
38
|
+
* The `cidrBlock` value for a {@link Service}, if you're
|
|
39
|
+
* setting up a security rule for traffic destined for a particular `Service` through
|
|
40
|
+
* a service gateway. For example: `oci-phx-objectstorage`.
|
|
41
|
+
* <p>
|
|
42
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of a {@link NetworkSecurityGroup} in the same
|
|
43
|
+
* VCN. The value can be the NSG that the rule belongs to if the rule's intent is to control
|
|
44
|
+
* traffic between VNICs in the same NSG.
|
|
45
|
+
*
|
|
46
|
+
*/
|
|
47
|
+
"destination"?: string;
|
|
48
|
+
/**
|
|
49
|
+
* Type of destination for the rule. Required if `direction` = `EGRESS`.
|
|
50
|
+
* <p>
|
|
51
|
+
Allowed values:
|
|
52
|
+
* <p>
|
|
53
|
+
* `CIDR_BLOCK`: If the rule's `destination` is an IP address range in CIDR notation.
|
|
54
|
+
* <p>
|
|
55
|
+
* `SERVICE_CIDR_BLOCK`: If the rule's `destination` is the `cidrBlock` value for a
|
|
56
|
+
* {@link Service} (the rule is for traffic destined for a
|
|
57
|
+
* particular `Service` through a service gateway).
|
|
58
|
+
* <p>
|
|
59
|
+
* `NETWORK_SECURITY_GROUP`: If the rule's `destination` is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of a
|
|
60
|
+
* {@link NetworkSecurityGroup}.
|
|
61
|
+
*
|
|
62
|
+
*/
|
|
63
|
+
"destinationType"?: SecurityRule.DestinationType;
|
|
64
|
+
/**
|
|
65
|
+
* Direction of the security rule. Set to `EGRESS` for rules to allow outbound IP packets,
|
|
66
|
+
* or `INGRESS` for rules to allow inbound IP packets.
|
|
67
|
+
*
|
|
68
|
+
*/
|
|
69
|
+
"direction": SecurityRule.Direction;
|
|
70
|
+
"icmpOptions"?: model.IcmpOptions;
|
|
71
|
+
/**
|
|
72
|
+
* An Oracle-assigned identifier for the security rule. You specify this ID when you want to
|
|
73
|
+
* update or delete the rule.
|
|
74
|
+
* <p>
|
|
75
|
+
Example: `04ABEC`
|
|
76
|
+
*
|
|
77
|
+
*/
|
|
78
|
+
"id"?: string;
|
|
79
|
+
/**
|
|
80
|
+
* A stateless rule allows traffic in one direction. Remember to add a corresponding
|
|
81
|
+
* stateless rule in the other direction if you need to support bidirectional traffic. For
|
|
82
|
+
* example, if egress traffic allows TCP destination port 80, there should be an ingress
|
|
83
|
+
* rule to allow TCP source port 80. Defaults to false, which means the rule is stateful
|
|
84
|
+
* and a corresponding rule is not necessary for bidirectional traffic.
|
|
85
|
+
*
|
|
86
|
+
*/
|
|
87
|
+
"isStateless"?: boolean;
|
|
88
|
+
/**
|
|
89
|
+
* Whether the rule is valid. The value is `True` when the rule is first created. If
|
|
90
|
+
* the rule's `source` or `destination` is a network security group, the value changes to
|
|
91
|
+
* `False` if that network security group is deleted.
|
|
92
|
+
*
|
|
93
|
+
*/
|
|
94
|
+
"isValid"?: boolean;
|
|
95
|
+
/**
|
|
96
|
+
* The transport protocol. Specify either `all` or an IPv4 protocol number as
|
|
97
|
+
* defined in
|
|
98
|
+
* [Protocol Numbers](http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml).
|
|
99
|
+
* Options are supported only for ICMP (\"1\"), TCP (\"6\"), UDP (\"17\"), and ICMPv6 (\"58\").
|
|
100
|
+
*
|
|
101
|
+
*/
|
|
102
|
+
"protocol": string;
|
|
103
|
+
/**
|
|
104
|
+
* Conceptually, this is the range of IP addresses that a packet coming into the instance
|
|
105
|
+
* can come from.
|
|
106
|
+
* <p>
|
|
107
|
+
Allowed values:
|
|
108
|
+
* <p>
|
|
109
|
+
* An IP address range in CIDR notation. For example: `192.168.1.0/24` or `2001:0db8:0123:45::/56`
|
|
110
|
+
* IPv6 addressing is supported for all commercial and government regions.
|
|
111
|
+
* See [IPv6 Addresses](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/ipv6.htm).
|
|
112
|
+
* <p>
|
|
113
|
+
* The `cidrBlock` value for a {@link Service}, if you're
|
|
114
|
+
* setting up a security rule for traffic coming from a particular `Service` through
|
|
115
|
+
* a service gateway. For example: `oci-phx-objectstorage`.
|
|
116
|
+
* <p>
|
|
117
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of a {@link NetworkSecurityGroup} in the same
|
|
118
|
+
* VCN. The value can be the NSG that the rule belongs to if the rule's intent is to control
|
|
119
|
+
* traffic between VNICs in the same NSG.
|
|
120
|
+
*
|
|
121
|
+
*/
|
|
122
|
+
"source"?: string;
|
|
123
|
+
/**
|
|
124
|
+
* Type of source for the rule. Required if `direction` = `INGRESS`.
|
|
125
|
+
* <p>
|
|
126
|
+
* `CIDR_BLOCK`: If the rule's `source` is an IP address range in CIDR notation.
|
|
127
|
+
* <p>
|
|
128
|
+
* `SERVICE_CIDR_BLOCK`: If the rule's `source` is the `cidrBlock` value for a
|
|
129
|
+
* {@link Service} (the rule is for traffic coming from a
|
|
130
|
+
* particular `Service` through a service gateway).
|
|
131
|
+
* <p>
|
|
132
|
+
* `NETWORK_SECURITY_GROUP`: If the rule's `source` is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of a
|
|
133
|
+
* {@link NetworkSecurityGroup}.
|
|
134
|
+
*
|
|
135
|
+
*/
|
|
136
|
+
"sourceType"?: SecurityRule.SourceType;
|
|
137
|
+
"tcpOptions"?: model.TcpOptions;
|
|
138
|
+
/**
|
|
139
|
+
* The date and time the security rule was created. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
|
140
|
+
*/
|
|
141
|
+
"timeCreated"?: Date;
|
|
142
|
+
"udpOptions"?: model.UdpOptions;
|
|
143
|
+
}
|
|
144
|
+
export declare namespace SecurityRule {
|
|
145
|
+
enum DestinationType {
|
|
146
|
+
CidrBlock = "CIDR_BLOCK",
|
|
147
|
+
ServiceCidrBlock = "SERVICE_CIDR_BLOCK",
|
|
148
|
+
NetworkSecurityGroup = "NETWORK_SECURITY_GROUP",
|
|
149
|
+
/**
|
|
150
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
151
|
+
* version of the SDK.
|
|
152
|
+
*/
|
|
153
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
154
|
+
}
|
|
155
|
+
enum Direction {
|
|
156
|
+
Egress = "EGRESS",
|
|
157
|
+
Ingress = "INGRESS",
|
|
158
|
+
/**
|
|
159
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
160
|
+
* version of the SDK.
|
|
161
|
+
*/
|
|
162
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
163
|
+
}
|
|
164
|
+
enum SourceType {
|
|
165
|
+
CidrBlock = "CIDR_BLOCK",
|
|
166
|
+
ServiceCidrBlock = "SERVICE_CIDR_BLOCK",
|
|
167
|
+
NetworkSecurityGroup = "NETWORK_SECURITY_GROUP",
|
|
168
|
+
/**
|
|
169
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
170
|
+
* version of the SDK.
|
|
171
|
+
*/
|
|
172
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
173
|
+
}
|
|
174
|
+
function getJsonObj(obj: SecurityRule): object;
|
|
175
|
+
function getDeserializedJsonObj(obj: SecurityRule): object;
|
|
176
|
+
}
|
|
@@ -0,0 +1,97 @@
|
|
|
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.SecurityRule = void 0;
|
|
37
|
+
const model = __importStar(require("../model"));
|
|
38
|
+
var SecurityRule;
|
|
39
|
+
(function (SecurityRule) {
|
|
40
|
+
let DestinationType;
|
|
41
|
+
(function (DestinationType) {
|
|
42
|
+
DestinationType["CidrBlock"] = "CIDR_BLOCK";
|
|
43
|
+
DestinationType["ServiceCidrBlock"] = "SERVICE_CIDR_BLOCK";
|
|
44
|
+
DestinationType["NetworkSecurityGroup"] = "NETWORK_SECURITY_GROUP";
|
|
45
|
+
/**
|
|
46
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
47
|
+
* version of the SDK.
|
|
48
|
+
*/
|
|
49
|
+
DestinationType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
50
|
+
})(DestinationType = SecurityRule.DestinationType || (SecurityRule.DestinationType = {}));
|
|
51
|
+
let Direction;
|
|
52
|
+
(function (Direction) {
|
|
53
|
+
Direction["Egress"] = "EGRESS";
|
|
54
|
+
Direction["Ingress"] = "INGRESS";
|
|
55
|
+
/**
|
|
56
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
57
|
+
* version of the SDK.
|
|
58
|
+
*/
|
|
59
|
+
Direction["UnknownValue"] = "UNKNOWN_VALUE";
|
|
60
|
+
})(Direction = SecurityRule.Direction || (SecurityRule.Direction = {}));
|
|
61
|
+
let SourceType;
|
|
62
|
+
(function (SourceType) {
|
|
63
|
+
SourceType["CidrBlock"] = "CIDR_BLOCK";
|
|
64
|
+
SourceType["ServiceCidrBlock"] = "SERVICE_CIDR_BLOCK";
|
|
65
|
+
SourceType["NetworkSecurityGroup"] = "NETWORK_SECURITY_GROUP";
|
|
66
|
+
/**
|
|
67
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
68
|
+
* version of the SDK.
|
|
69
|
+
*/
|
|
70
|
+
SourceType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
71
|
+
})(SourceType = SecurityRule.SourceType || (SecurityRule.SourceType = {}));
|
|
72
|
+
function getJsonObj(obj) {
|
|
73
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
74
|
+
"icmpOptions": obj.icmpOptions ? model.IcmpOptions.getJsonObj(obj.icmpOptions) : undefined,
|
|
75
|
+
"tcpOptions": obj.tcpOptions ? model.TcpOptions.getJsonObj(obj.tcpOptions) : undefined,
|
|
76
|
+
"udpOptions": obj.udpOptions ? model.UdpOptions.getJsonObj(obj.udpOptions) : undefined
|
|
77
|
+
});
|
|
78
|
+
return jsonObj;
|
|
79
|
+
}
|
|
80
|
+
SecurityRule.getJsonObj = getJsonObj;
|
|
81
|
+
function getDeserializedJsonObj(obj) {
|
|
82
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
83
|
+
"icmpOptions": obj.icmpOptions
|
|
84
|
+
? model.IcmpOptions.getDeserializedJsonObj(obj.icmpOptions)
|
|
85
|
+
: undefined,
|
|
86
|
+
"tcpOptions": obj.tcpOptions
|
|
87
|
+
? model.TcpOptions.getDeserializedJsonObj(obj.tcpOptions)
|
|
88
|
+
: undefined,
|
|
89
|
+
"udpOptions": obj.udpOptions
|
|
90
|
+
? model.UdpOptions.getDeserializedJsonObj(obj.udpOptions)
|
|
91
|
+
: undefined
|
|
92
|
+
});
|
|
93
|
+
return jsonObj;
|
|
94
|
+
}
|
|
95
|
+
SecurityRule.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
96
|
+
})(SecurityRule = exports.SecurityRule || (exports.SecurityRule = {}));
|
|
97
|
+
//# sourceMappingURL=security-rule.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"security-rule.js","sourceRoot":"","sources":["../../../../../lib/vnmonitoring/lib/model/security-rule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoIlC,IAAiB,YAAY,CAmE5B;AAnED,WAAiB,YAAY;IAC3B,IAAY,eASX;IATD,WAAY,eAAe;QACzB,2CAAwB,CAAA;QACxB,0DAAuC,CAAA;QACvC,kEAA+C,CAAA;QAC/C;;;WAGG;QACH,iDAA8B,CAAA;IAChC,CAAC,EATW,eAAe,GAAf,4BAAe,KAAf,4BAAe,QAS1B;IAED,IAAY,SAQX;IARD,WAAY,SAAS;QACnB,8BAAiB,CAAA;QACjB,gCAAmB,CAAA;QACnB;;;WAGG;QACH,2CAA8B,CAAA;IAChC,CAAC,EARW,SAAS,GAAT,sBAAS,KAAT,sBAAS,QAQpB;IAED,IAAY,UASX;IATD,WAAY,UAAU;QACpB,sCAAwB,CAAA;QACxB,qDAAuC,CAAA;QACvC,6DAA+C,CAAA;QAC/C;;;WAGG;QACH,4CAA8B,CAAA;IAChC,CAAC,EATW,UAAU,GAAV,uBAAU,KAAV,uBAAU,QASrB;IAED,SAAgB,UAAU,CAAC,GAAiB;QAC1C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,SAAS;YAE1F,YAAY,EAAE,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,SAAS;YAEtF,YAAY,EAAE,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,SAAS;SACvF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,uBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiB;QACtD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAC,WAAW,CAAC;gBAC3D,CAAC,CAAC,SAAS;YAEb,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,sBAAsB,CAAC,GAAG,CAAC,UAAU,CAAC;gBACzD,CAAC,CAAC,SAAS;YAEb,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,sBAAsB,CAAC,GAAG,CAAC,UAAU,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,mCAAsB,yBAmBrC,CAAA;AACH,CAAC,EAnEgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAmE5B"}
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Network Monitoring API
|
|
3
|
+
* Use the Network Monitoring API to troubleshoot routing and security issues for resources such as virtual cloud networks (VCNs) and compute instances. For more information, see the console
|
|
4
|
+
documentation for the [Network Path Analyzer](/iaas/Content/Network/Concepts/path_analyzer.htm) tool.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20160918
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
|
+
*/
|
|
15
|
+
import * as model from "../model";
|
|
16
|
+
/**
|
|
17
|
+
* Represents a router that lets your VCN privately access specific Oracle services such as Object
|
|
18
|
+
* Storage without exposing the VCN to the public internet. Traffic leaving the VCN and destined
|
|
19
|
+
* for a supported Oracle service (see {@link #listServices(ListServicesRequest) listServices}) is
|
|
20
|
+
* routed through the service gateway and does not traverse the internet. The instances in the VCN
|
|
21
|
+
* do not need to have public IP addresses nor be in a public subnet. The VCN does not need an internet gateway
|
|
22
|
+
* for this traffic. For more information, see
|
|
23
|
+
* [Access to Oracle Services: Service Gateway](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/servicegateway.htm).
|
|
24
|
+
* <p>
|
|
25
|
+
To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized,
|
|
26
|
+
* talk to an administrator. If you're an administrator who needs to write policies to give users access, see
|
|
27
|
+
* [Getting Started with Policies](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/policygetstarted.htm).
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
export interface ServiceGateway {
|
|
31
|
+
/**
|
|
32
|
+
* Whether the service gateway blocks all traffic through it. The default is `false`. When
|
|
33
|
+
* this is `true`, traffic is not routed to any services, regardless of route rules.
|
|
34
|
+
* <p>
|
|
35
|
+
Example: `true`
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"blockTraffic": boolean;
|
|
39
|
+
/**
|
|
40
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the
|
|
41
|
+
* service gateway.
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
"compartmentId": string;
|
|
45
|
+
/**
|
|
46
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
47
|
+
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
|
48
|
+
*
|
|
49
|
+
*/
|
|
50
|
+
"definedTags"?: {
|
|
51
|
+
[key: string]: {
|
|
52
|
+
[key: string]: any;
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
/**
|
|
56
|
+
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
57
|
+
* Avoid entering confidential information.
|
|
58
|
+
*
|
|
59
|
+
*/
|
|
60
|
+
"displayName"?: string;
|
|
61
|
+
/**
|
|
62
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
63
|
+
* Example: `{\"bar-key\": \"value\"}`
|
|
64
|
+
*
|
|
65
|
+
*/
|
|
66
|
+
"freeformTags"?: {
|
|
67
|
+
[key: string]: string;
|
|
68
|
+
};
|
|
69
|
+
/**
|
|
70
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the service gateway.
|
|
71
|
+
*
|
|
72
|
+
*/
|
|
73
|
+
"id": string;
|
|
74
|
+
/**
|
|
75
|
+
* The service gateway's current state.
|
|
76
|
+
*/
|
|
77
|
+
"lifecycleState": ServiceGateway.LifecycleState;
|
|
78
|
+
/**
|
|
79
|
+
* List of the {@link Service} objects enabled for this service gateway.
|
|
80
|
+
* The list can be empty. You can enable a particular `Service` by using
|
|
81
|
+
* {@link #attachServiceId(AttachServiceIdRequest) attachServiceId} or
|
|
82
|
+
* {@link #updateServiceGateway(UpdateServiceGatewayRequest) updateServiceGateway}.
|
|
83
|
+
*
|
|
84
|
+
*/
|
|
85
|
+
"services": Array<model.ServiceIdResponseDetails>;
|
|
86
|
+
/**
|
|
87
|
+
* The date and time the service gateway was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
|
88
|
+
* <p>
|
|
89
|
+
Example: `2016-08-25T21:10:29.600Z`
|
|
90
|
+
*
|
|
91
|
+
*/
|
|
92
|
+
"timeCreated"?: Date;
|
|
93
|
+
/**
|
|
94
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN the service gateway
|
|
95
|
+
* belongs to.
|
|
96
|
+
*
|
|
97
|
+
*/
|
|
98
|
+
"vcnId": string;
|
|
99
|
+
}
|
|
100
|
+
export declare namespace ServiceGateway {
|
|
101
|
+
enum LifecycleState {
|
|
102
|
+
Provisioning = "PROVISIONING",
|
|
103
|
+
Available = "AVAILABLE",
|
|
104
|
+
Terminating = "TERMINATING",
|
|
105
|
+
Terminated = "TERMINATED",
|
|
106
|
+
/**
|
|
107
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
108
|
+
* version of the SDK.
|
|
109
|
+
*/
|
|
110
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
111
|
+
}
|
|
112
|
+
function getJsonObj(obj: ServiceGateway): object;
|
|
113
|
+
function getDeserializedJsonObj(obj: ServiceGateway): object;
|
|
114
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
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.ServiceGateway = void 0;
|
|
37
|
+
const model = __importStar(require("../model"));
|
|
38
|
+
var ServiceGateway;
|
|
39
|
+
(function (ServiceGateway) {
|
|
40
|
+
let LifecycleState;
|
|
41
|
+
(function (LifecycleState) {
|
|
42
|
+
LifecycleState["Provisioning"] = "PROVISIONING";
|
|
43
|
+
LifecycleState["Available"] = "AVAILABLE";
|
|
44
|
+
LifecycleState["Terminating"] = "TERMINATING";
|
|
45
|
+
LifecycleState["Terminated"] = "TERMINATED";
|
|
46
|
+
/**
|
|
47
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
48
|
+
* version of the SDK.
|
|
49
|
+
*/
|
|
50
|
+
LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
51
|
+
})(LifecycleState = ServiceGateway.LifecycleState || (ServiceGateway.LifecycleState = {}));
|
|
52
|
+
function getJsonObj(obj) {
|
|
53
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
54
|
+
"services": obj.services
|
|
55
|
+
? obj.services.map(item => {
|
|
56
|
+
return model.ServiceIdResponseDetails.getJsonObj(item);
|
|
57
|
+
})
|
|
58
|
+
: undefined
|
|
59
|
+
});
|
|
60
|
+
return jsonObj;
|
|
61
|
+
}
|
|
62
|
+
ServiceGateway.getJsonObj = getJsonObj;
|
|
63
|
+
function getDeserializedJsonObj(obj) {
|
|
64
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
65
|
+
"services": obj.services
|
|
66
|
+
? obj.services.map(item => {
|
|
67
|
+
return model.ServiceIdResponseDetails.getDeserializedJsonObj(item);
|
|
68
|
+
})
|
|
69
|
+
: undefined
|
|
70
|
+
});
|
|
71
|
+
return jsonObj;
|
|
72
|
+
}
|
|
73
|
+
ServiceGateway.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
74
|
+
})(ServiceGateway = exports.ServiceGateway || (exports.ServiceGateway = {}));
|
|
75
|
+
//# sourceMappingURL=service-gateway.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"service-gateway.js","sourceRoot":"","sources":["../../../../../lib/vnmonitoring/lib/model/service-gateway.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkFlC,IAAiB,cAAc,CAyC9B;AAzCD,WAAiB,cAAc;IAC7B,IAAY,cAUX;IAVD,WAAY,cAAc;QACxB,+CAA6B,CAAA;QAC7B,yCAAuB,CAAA;QACvB,6CAA2B,CAAA;QAC3B,2CAAyB,CAAA;QACzB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAVW,cAAc,GAAd,6BAAc,KAAd,6BAAc,QAUzB;IAED,SAAgB,UAAU,CAAC,GAAmB;QAC5C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACtB,OAAO,KAAK,CAAC,wBAAwB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACzD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACtB,OAAO,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACrE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,qCAAsB,yBAarC,CAAA;AACH,CAAC,EAzCgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAyC9B"}
|
|
@@ -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
|
+
export interface ServiceIdRequestDetails {
|
|
16
|
+
/**
|
|
17
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the {@link Service}.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"serviceId": string;
|
|
21
|
+
}
|
|
22
|
+
export declare namespace ServiceIdRequestDetails {
|
|
23
|
+
function getJsonObj(obj: ServiceIdRequestDetails): object;
|
|
24
|
+
function getDeserializedJsonObj(obj: ServiceIdRequestDetails): object;
|
|
25
|
+
}
|
|
@@ -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.ServiceIdRequestDetails = void 0;
|
|
18
|
+
var ServiceIdRequestDetails;
|
|
19
|
+
(function (ServiceIdRequestDetails) {
|
|
20
|
+
function getJsonObj(obj) {
|
|
21
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
22
|
+
return jsonObj;
|
|
23
|
+
}
|
|
24
|
+
ServiceIdRequestDetails.getJsonObj = getJsonObj;
|
|
25
|
+
function getDeserializedJsonObj(obj) {
|
|
26
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
27
|
+
return jsonObj;
|
|
28
|
+
}
|
|
29
|
+
ServiceIdRequestDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
30
|
+
})(ServiceIdRequestDetails = exports.ServiceIdRequestDetails || (exports.ServiceIdRequestDetails = {}));
|
|
31
|
+
//# sourceMappingURL=service-id-request-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"service-id-request-details.js","sourceRoot":"","sources":["../../../../../lib/vnmonitoring/lib/model/service-id-request-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAaH,IAAiB,uBAAuB,CAWvC;AAXD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAWvC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
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 ServiceIdResponseDetails {
|
|
16
|
+
/**
|
|
17
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the service.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"serviceId": string;
|
|
21
|
+
/**
|
|
22
|
+
* The name of the service.
|
|
23
|
+
*/
|
|
24
|
+
"serviceName": string;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace ServiceIdResponseDetails {
|
|
27
|
+
function getJsonObj(obj: ServiceIdResponseDetails): object;
|
|
28
|
+
function getDeserializedJsonObj(obj: ServiceIdResponseDetails): object;
|
|
29
|
+
}
|
|
@@ -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.ServiceIdResponseDetails = void 0;
|
|
18
|
+
var ServiceIdResponseDetails;
|
|
19
|
+
(function (ServiceIdResponseDetails) {
|
|
20
|
+
function getJsonObj(obj) {
|
|
21
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
22
|
+
return jsonObj;
|
|
23
|
+
}
|
|
24
|
+
ServiceIdResponseDetails.getJsonObj = getJsonObj;
|
|
25
|
+
function getDeserializedJsonObj(obj) {
|
|
26
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
27
|
+
return jsonObj;
|
|
28
|
+
}
|
|
29
|
+
ServiceIdResponseDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
30
|
+
})(ServiceIdResponseDetails = exports.ServiceIdResponseDetails || (exports.ServiceIdResponseDetails = {}));
|
|
31
|
+
//# sourceMappingURL=service-id-response-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"service-id-response-details.js","sourceRoot":"","sources":["../../../../../lib/vnmonitoring/lib/model/service-id-response-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAiBH,IAAiB,wBAAwB,CAWxC;AAXD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAWxC"}
|
|
@@ -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
|
+
* An object that represents one or multiple Oracle services that you can enable for a
|
|
17
|
+
* {@link ServiceGateway}. In the User Guide topic
|
|
18
|
+
* [Access to Oracle Services: Service Gateway](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/servicegateway.htm), the
|
|
19
|
+
* term *service CIDR label* is used to refer to the string that represents the regional public
|
|
20
|
+
* IP address ranges of the Oracle service or services covered by a given `Service` object. That
|
|
21
|
+
* unique string is the value of the `Service` object's `cidrBlock` attribute.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
export interface Service {
|
|
25
|
+
/**
|
|
26
|
+
* A string that represents the regional public IP address ranges for the Oracle service or
|
|
27
|
+
* services covered by this `Service` object. Also known as the `Service` object's *service
|
|
28
|
+
* CIDR label*.
|
|
29
|
+
* <p>
|
|
30
|
+
When you set up a route rule to route traffic to the service gateway, use this value as the
|
|
31
|
+
* rule's destination. See {@link RouteTable}. Also, when you set up
|
|
32
|
+
* a security list rule to cover traffic with the service gateway, use the `cidrBlock` value
|
|
33
|
+
* as the rule's destination (for an egress rule) or the source (for an ingress rule).
|
|
34
|
+
* See {@link SecurityList}.
|
|
35
|
+
* <p>
|
|
36
|
+
Example: `oci-phx-objectstorage`
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"cidrBlock": string;
|
|
40
|
+
/**
|
|
41
|
+
* Description of the Oracle service or services covered by this `Service` object.
|
|
42
|
+
* <p>
|
|
43
|
+
Example: `OCI PHX Object Storage`
|
|
44
|
+
*
|
|
45
|
+
*/
|
|
46
|
+
"description": string;
|
|
47
|
+
/**
|
|
48
|
+
* The `Service` object's [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
49
|
+
*/
|
|
50
|
+
"id": string;
|
|
51
|
+
/**
|
|
52
|
+
* Name of the `Service` object. This name can change and is not guaranteed to be unique.
|
|
53
|
+
* <p>
|
|
54
|
+
Example: `OCI PHX Object Storage`
|
|
55
|
+
*
|
|
56
|
+
*/
|
|
57
|
+
"name": string;
|
|
58
|
+
}
|
|
59
|
+
export declare namespace Service {
|
|
60
|
+
function getJsonObj(obj: Service): object;
|
|
61
|
+
function getDeserializedJsonObj(obj: Service): object;
|
|
62
|
+
}
|