oci-core 2.8.0 → 2.9.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/lib/client.d.ts +497 -393
- package/lib/client.js +726 -393
- package/lib/client.js.map +1 -1
- package/lib/model/allowed-ike-ip-sec-parameters.d.ts +31 -0
- package/lib/model/allowed-ike-ip-sec-parameters.js +80 -0
- package/lib/model/allowed-ike-ip-sec-parameters.js.map +1 -0
- package/lib/model/allowed-phase-one-parameters.d.ts +38 -0
- package/lib/model/allowed-phase-one-parameters.js +34 -0
- package/lib/model/allowed-phase-one-parameters.js.map +1 -0
- package/lib/model/allowed-phase-two-parameters.d.ts +38 -0
- package/lib/model/allowed-phase-two-parameters.js +34 -0
- package/lib/model/allowed-phase-two-parameters.js.map +1 -0
- package/lib/model/create-ip-sec-connection-tunnel-details.d.ts +20 -0
- package/lib/model/create-ip-sec-connection-tunnel-details.js +27 -0
- package/lib/model/create-ip-sec-connection-tunnel-details.js.map +1 -1
- package/lib/model/default-phase-one-parameters.d.ts +38 -0
- package/lib/model/default-phase-one-parameters.js +34 -0
- package/lib/model/default-phase-one-parameters.js.map +1 -0
- package/lib/model/default-phase-two-parameters.d.ts +38 -0
- package/lib/model/default-phase-two-parameters.js +34 -0
- package/lib/model/default-phase-two-parameters.js.map +1 -0
- package/lib/model/dpd-config.d.ts +38 -0
- package/lib/model/dpd-config.js +39 -0
- package/lib/model/dpd-config.js.map +1 -0
- package/lib/model/i-psec-connection-tunnel-error-details.d.ts +50 -0
- package/lib/model/i-psec-connection-tunnel-error-details.js +34 -0
- package/lib/model/i-psec-connection-tunnel-error-details.js.map +1 -0
- package/lib/model/i-psec-connection-tunnel.d.ts +46 -0
- package/lib/model/i-psec-connection-tunnel.js +43 -0
- package/lib/model/i-psec-connection-tunnel.js.map +1 -1
- package/lib/model/index.d.ts +26 -0
- package/lib/model/index.js +36 -10
- package/lib/model/index.js.map +1 -1
- package/lib/model/phase-one-config-details.d.ts +67 -0
- package/lib/model/phase-one-config-details.js +55 -0
- package/lib/model/phase-one-config-details.js.map +1 -0
- package/lib/model/phase-two-config-details.d.ts +72 -0
- package/lib/model/phase-two-config-details.js +57 -0
- package/lib/model/phase-two-config-details.js.map +1 -0
- package/lib/model/tunnel-phase-one-details.d.ts +76 -0
- package/lib/model/tunnel-phase-one-details.js +34 -0
- package/lib/model/tunnel-phase-one-details.js.map +1 -0
- package/lib/model/tunnel-phase-two-details.d.ts +80 -0
- package/lib/model/tunnel-phase-two-details.js +34 -0
- package/lib/model/tunnel-phase-two-details.js.map +1 -0
- package/lib/model/tunnel-route-summary.d.ts +55 -0
- package/lib/model/tunnel-route-summary.js +44 -0
- package/lib/model/tunnel-route-summary.js.map +1 -0
- package/lib/model/tunnel-security-association-summary.d.ts +59 -0
- package/lib/model/tunnel-security-association-summary.js +48 -0
- package/lib/model/tunnel-security-association-summary.js.map +1 -0
- package/lib/model/update-ip-sec-connection-tunnel-details.d.ts +20 -0
- package/lib/model/update-ip-sec-connection-tunnel-details.js +27 -0
- package/lib/model/update-ip-sec-connection-tunnel-details.js.map +1 -1
- package/lib/request/accept-shielded-integrity-policy-request.d.ts +1 -1
- package/lib/request/add-drg-route-distribution-statements-request.d.ts +1 -1
- package/lib/request/add-drg-route-rules-request.d.ts +1 -1
- package/lib/request/add-image-shape-compatibility-entry-request.d.ts +1 -1
- package/lib/request/add-ipv6-vcn-cidr-request.d.ts +1 -1
- package/lib/request/add-network-security-group-security-rules-request.d.ts +1 -1
- package/lib/request/add-public-ip-pool-capacity-request.d.ts +1 -1
- package/lib/request/add-vcn-cidr-request.d.ts +1 -1
- package/lib/request/advertise-byoip-range-request.d.ts +1 -1
- package/lib/request/attach-boot-volume-request.d.ts +1 -1
- package/lib/request/attach-instance-pool-instance-request.d.ts +1 -1
- package/lib/request/attach-load-balancer-request.d.ts +1 -1
- package/lib/request/attach-service-id-request.d.ts +1 -1
- package/lib/request/attach-vnic-request.d.ts +1 -1
- package/lib/request/attach-volume-request.d.ts +1 -1
- package/lib/request/bulk-add-virtual-circuit-public-prefixes-request.d.ts +1 -1
- package/lib/request/bulk-delete-virtual-circuit-public-prefixes-request.d.ts +1 -1
- package/lib/request/capture-console-history-request.d.ts +1 -1
- package/lib/request/change-boot-volume-backup-compartment-request.d.ts +1 -1
- package/lib/request/change-boot-volume-compartment-request.d.ts +1 -1
- package/lib/request/change-byoip-range-compartment-request.d.ts +1 -1
- package/lib/request/change-cluster-network-compartment-request.d.ts +1 -1
- package/lib/request/change-compute-capacity-reservation-compartment-request.d.ts +1 -1
- package/lib/request/change-compute-image-capability-schema-compartment-request.d.ts +1 -1
- package/lib/request/change-cpe-compartment-request.d.ts +1 -1
- package/lib/request/change-cross-connect-compartment-request.d.ts +1 -1
- package/lib/request/change-cross-connect-group-compartment-request.d.ts +1 -1
- package/lib/request/change-dedicated-vm-host-compartment-request.d.ts +1 -1
- package/lib/request/change-dhcp-options-compartment-request.d.ts +1 -1
- package/lib/request/change-drg-compartment-request.d.ts +1 -1
- package/lib/request/change-image-compartment-request.d.ts +1 -1
- package/lib/request/change-instance-compartment-request.d.ts +1 -1
- package/lib/request/change-instance-configuration-compartment-request.d.ts +1 -1
- package/lib/request/change-instance-pool-compartment-request.d.ts +1 -1
- package/lib/request/change-internet-gateway-compartment-request.d.ts +1 -1
- package/lib/request/change-ipsec-connection-compartment-request.d.ts +1 -1
- package/lib/request/change-local-peering-gateway-compartment-request.d.ts +1 -1
- package/lib/request/change-nat-gateway-compartment-request.d.ts +1 -1
- package/lib/request/change-network-security-group-compartment-request.d.ts +1 -1
- package/lib/request/change-public-ip-compartment-request.d.ts +1 -1
- package/lib/request/change-public-ip-pool-compartment-request.d.ts +1 -1
- package/lib/request/change-remote-peering-connection-compartment-request.d.ts +1 -1
- package/lib/request/change-route-table-compartment-request.d.ts +1 -1
- package/lib/request/change-security-list-compartment-request.d.ts +1 -1
- package/lib/request/change-service-gateway-compartment-request.d.ts +1 -1
- package/lib/request/change-subnet-compartment-request.d.ts +1 -1
- package/lib/request/change-vcn-compartment-request.d.ts +1 -1
- package/lib/request/change-virtual-circuit-compartment-request.d.ts +1 -1
- package/lib/request/change-vlan-compartment-request.d.ts +1 -1
- package/lib/request/change-volume-backup-compartment-request.d.ts +1 -1
- package/lib/request/change-volume-compartment-request.d.ts +1 -1
- package/lib/request/change-volume-group-backup-compartment-request.d.ts +1 -1
- package/lib/request/change-volume-group-compartment-request.d.ts +1 -1
- package/lib/request/connect-local-peering-gateways-request.d.ts +1 -1
- package/lib/request/connect-remote-peering-connections-request.d.ts +1 -1
- package/lib/request/copy-boot-volume-backup-request.d.ts +1 -1
- package/lib/request/copy-volume-backup-request.d.ts +1 -1
- package/lib/request/copy-volume-group-backup-request.d.ts +1 -1
- package/lib/request/create-app-catalog-subscription-request.d.ts +1 -1
- package/lib/request/create-boot-volume-backup-request.d.ts +1 -1
- package/lib/request/create-boot-volume-request.d.ts +1 -1
- package/lib/request/create-byoip-range-request.d.ts +1 -1
- package/lib/request/create-cluster-network-request.d.ts +1 -1
- package/lib/request/create-compute-capacity-reservation-request.d.ts +1 -1
- package/lib/request/create-compute-image-capability-schema-request.d.ts +1 -1
- package/lib/request/create-cpe-request.d.ts +1 -1
- package/lib/request/create-cross-connect-group-request.d.ts +1 -1
- package/lib/request/create-cross-connect-request.d.ts +1 -1
- package/lib/request/create-dedicated-vm-host-request.d.ts +1 -1
- package/lib/request/create-dhcp-options-request.d.ts +1 -1
- package/lib/request/create-drg-attachment-request.d.ts +1 -1
- package/lib/request/create-drg-request.d.ts +1 -1
- package/lib/request/create-drg-route-distribution-request.d.ts +1 -1
- package/lib/request/create-drg-route-table-request.d.ts +1 -1
- package/lib/request/create-image-request.d.ts +1 -1
- package/lib/request/create-instance-configuration-request.d.ts +1 -1
- package/lib/request/create-instance-console-connection-request.d.ts +1 -1
- package/lib/request/create-instance-pool-request.d.ts +1 -1
- package/lib/request/create-internet-gateway-request.d.ts +1 -1
- package/lib/request/create-ipsec-connection-request.d.ts +1 -1
- package/lib/request/create-ipv6-request.d.ts +1 -1
- package/lib/request/create-local-peering-gateway-request.d.ts +1 -1
- package/lib/request/create-nat-gateway-request.d.ts +1 -1
- package/lib/request/create-network-security-group-request.d.ts +1 -1
- package/lib/request/create-private-ip-request.d.ts +1 -1
- package/lib/request/create-public-ip-pool-request.d.ts +1 -1
- package/lib/request/create-public-ip-request.d.ts +1 -1
- package/lib/request/create-remote-peering-connection-request.d.ts +1 -1
- package/lib/request/create-route-table-request.d.ts +1 -1
- package/lib/request/create-security-list-request.d.ts +1 -1
- package/lib/request/create-service-gateway-request.d.ts +1 -1
- package/lib/request/create-subnet-request.d.ts +1 -1
- package/lib/request/create-vcn-request.d.ts +1 -1
- package/lib/request/create-virtual-circuit-request.d.ts +1 -1
- package/lib/request/create-vlan-request.d.ts +1 -1
- package/lib/request/create-volume-backup-policy-assignment-request.d.ts +1 -1
- package/lib/request/create-volume-backup-policy-request.d.ts +1 -1
- package/lib/request/create-volume-backup-request.d.ts +1 -1
- package/lib/request/create-volume-group-backup-request.d.ts +1 -1
- package/lib/request/create-volume-group-request.d.ts +1 -1
- package/lib/request/create-volume-request.d.ts +1 -1
- package/lib/request/delete-app-catalog-subscription-request.d.ts +1 -1
- package/lib/request/delete-boot-volume-backup-request.d.ts +1 -1
- package/lib/request/delete-boot-volume-kms-key-request.d.ts +1 -1
- package/lib/request/delete-boot-volume-request.d.ts +1 -1
- package/lib/request/delete-byoip-range-request.d.ts +1 -1
- package/lib/request/delete-compute-capacity-reservation-request.d.ts +1 -1
- package/lib/request/delete-compute-image-capability-schema-request.d.ts +1 -1
- package/lib/request/delete-console-history-request.d.ts +1 -1
- package/lib/request/delete-cpe-request.d.ts +1 -1
- package/lib/request/delete-cross-connect-group-request.d.ts +1 -1
- package/lib/request/delete-cross-connect-request.d.ts +1 -1
- package/lib/request/delete-dedicated-vm-host-request.d.ts +1 -1
- package/lib/request/delete-dhcp-options-request.d.ts +1 -1
- package/lib/request/delete-drg-attachment-request.d.ts +1 -1
- package/lib/request/delete-drg-request.d.ts +1 -1
- package/lib/request/delete-drg-route-distribution-request.d.ts +1 -1
- package/lib/request/delete-drg-route-table-request.d.ts +1 -1
- package/lib/request/delete-image-request.d.ts +1 -1
- package/lib/request/delete-instance-configuration-request.d.ts +1 -1
- package/lib/request/delete-instance-console-connection-request.d.ts +1 -1
- package/lib/request/delete-internet-gateway-request.d.ts +1 -1
- package/lib/request/delete-ipsec-connection-request.d.ts +1 -1
- package/lib/request/delete-ipv6-request.d.ts +1 -1
- package/lib/request/delete-local-peering-gateway-request.d.ts +1 -1
- package/lib/request/delete-nat-gateway-request.d.ts +1 -1
- package/lib/request/delete-network-security-group-request.d.ts +1 -1
- package/lib/request/delete-private-ip-request.d.ts +1 -1
- package/lib/request/delete-public-ip-pool-request.d.ts +1 -1
- package/lib/request/delete-public-ip-request.d.ts +1 -1
- package/lib/request/delete-remote-peering-connection-request.d.ts +1 -1
- package/lib/request/delete-route-table-request.d.ts +1 -1
- package/lib/request/delete-security-list-request.d.ts +1 -1
- package/lib/request/delete-service-gateway-request.d.ts +1 -1
- package/lib/request/delete-subnet-request.d.ts +1 -1
- package/lib/request/delete-vcn-request.d.ts +1 -1
- package/lib/request/delete-virtual-circuit-request.d.ts +1 -1
- package/lib/request/delete-vlan-request.d.ts +1 -1
- package/lib/request/delete-volume-backup-policy-assignment-request.d.ts +1 -1
- package/lib/request/delete-volume-backup-policy-request.d.ts +1 -1
- package/lib/request/delete-volume-backup-request.d.ts +1 -1
- package/lib/request/delete-volume-group-backup-request.d.ts +1 -1
- package/lib/request/delete-volume-group-request.d.ts +1 -1
- package/lib/request/delete-volume-kms-key-request.d.ts +1 -1
- package/lib/request/delete-volume-request.d.ts +1 -1
- package/lib/request/detach-boot-volume-request.d.ts +1 -1
- package/lib/request/detach-instance-pool-instance-request.d.ts +1 -1
- package/lib/request/detach-load-balancer-request.d.ts +1 -1
- package/lib/request/detach-service-id-request.d.ts +1 -1
- package/lib/request/detach-vnic-request.d.ts +1 -1
- package/lib/request/detach-volume-request.d.ts +1 -1
- package/lib/request/export-image-request.d.ts +1 -1
- package/lib/request/get-all-drg-attachments-request.d.ts +1 -1
- package/lib/request/get-allowed-ike-ipsec-parameters-request.d.ts +24 -0
- package/lib/request/get-allowed-ike-ipsec-parameters-request.js +15 -0
- package/lib/request/get-allowed-ike-ipsec-parameters-request.js.map +1 -0
- package/lib/request/get-app-catalog-listing-agreements-request.d.ts +1 -1
- package/lib/request/get-app-catalog-listing-request.d.ts +1 -1
- package/lib/request/get-app-catalog-listing-resource-version-request.d.ts +1 -1
- package/lib/request/get-block-volume-replica-request.d.ts +1 -1
- package/lib/request/get-boot-volume-attachment-request.d.ts +1 -1
- package/lib/request/get-boot-volume-backup-request.d.ts +1 -1
- package/lib/request/get-boot-volume-kms-key-request.d.ts +1 -1
- package/lib/request/get-boot-volume-replica-request.d.ts +1 -1
- package/lib/request/get-boot-volume-request.d.ts +1 -1
- package/lib/request/get-byoip-range-request.d.ts +1 -1
- package/lib/request/get-cluster-network-request.d.ts +1 -1
- package/lib/request/get-compute-capacity-reservation-request.d.ts +1 -1
- package/lib/request/get-compute-global-image-capability-schema-request.d.ts +1 -1
- package/lib/request/get-compute-global-image-capability-schema-version-request.d.ts +1 -1
- package/lib/request/get-compute-image-capability-schema-request.d.ts +1 -1
- package/lib/request/get-console-history-content-request.d.ts +1 -1
- package/lib/request/get-console-history-request.d.ts +1 -1
- package/lib/request/get-cpe-device-config-content-request.d.ts +1 -1
- package/lib/request/get-cpe-device-shape-request.d.ts +1 -1
- package/lib/request/get-cpe-request.d.ts +1 -1
- package/lib/request/get-cross-connect-group-request.d.ts +1 -1
- package/lib/request/get-cross-connect-letter-of-authority-request.d.ts +1 -1
- package/lib/request/get-cross-connect-request.d.ts +1 -1
- package/lib/request/get-cross-connect-status-request.d.ts +1 -1
- package/lib/request/get-dedicated-vm-host-request.d.ts +1 -1
- package/lib/request/get-dhcp-options-request.d.ts +1 -1
- package/lib/request/get-drg-attachment-request.d.ts +1 -1
- package/lib/request/get-drg-redundancy-status-request.d.ts +1 -1
- package/lib/request/get-drg-request.d.ts +1 -1
- package/lib/request/get-drg-route-distribution-request.d.ts +1 -1
- package/lib/request/get-drg-route-table-request.d.ts +1 -1
- package/lib/request/get-fast-connect-provider-service-key-request.d.ts +1 -1
- package/lib/request/get-fast-connect-provider-service-request.d.ts +1 -1
- package/lib/request/get-image-request.d.ts +1 -1
- package/lib/request/get-image-shape-compatibility-entry-request.d.ts +1 -1
- package/lib/request/get-instance-configuration-request.d.ts +1 -1
- package/lib/request/get-instance-console-connection-request.d.ts +1 -1
- package/lib/request/get-instance-pool-instance-request.d.ts +1 -1
- package/lib/request/get-instance-pool-load-balancer-attachment-request.d.ts +1 -1
- package/lib/request/get-instance-pool-request.d.ts +1 -1
- package/lib/request/get-instance-request.d.ts +1 -1
- package/lib/request/get-internet-gateway-request.d.ts +1 -1
- package/lib/request/get-ipsec-connection-device-config-request.d.ts +1 -1
- package/lib/request/get-ipsec-connection-device-status-request.d.ts +1 -1
- package/lib/request/get-ipsec-connection-request.d.ts +1 -1
- package/lib/request/get-ipsec-connection-tunnel-error-request.d.ts +26 -0
- package/lib/request/get-ipsec-connection-tunnel-error-request.js +15 -0
- package/lib/request/get-ipsec-connection-tunnel-error-request.js.map +1 -0
- package/lib/request/get-ipsec-connection-tunnel-request.d.ts +1 -1
- package/lib/request/get-ipsec-connection-tunnel-shared-secret-request.d.ts +1 -1
- package/lib/request/get-ipsec-cpe-device-config-content-request.d.ts +1 -1
- package/lib/request/get-ipv6-request.d.ts +1 -1
- package/lib/request/get-local-peering-gateway-request.d.ts +1 -1
- package/lib/request/get-measured-boot-report-request.d.ts +1 -1
- package/lib/request/get-nat-gateway-request.d.ts +1 -1
- package/lib/request/get-network-security-group-request.d.ts +1 -1
- package/lib/request/get-networking-topology-request.d.ts +1 -1
- package/lib/request/get-private-ip-request.d.ts +1 -1
- package/lib/request/get-public-ip-by-ip-address-request.d.ts +1 -1
- package/lib/request/get-public-ip-by-private-ip-id-request.d.ts +1 -1
- package/lib/request/get-public-ip-pool-request.d.ts +1 -1
- package/lib/request/get-public-ip-request.d.ts +1 -1
- package/lib/request/get-remote-peering-connection-request.d.ts +1 -1
- package/lib/request/get-route-table-request.d.ts +1 -1
- package/lib/request/get-security-list-request.d.ts +1 -1
- package/lib/request/get-service-gateway-request.d.ts +1 -1
- package/lib/request/get-service-request.d.ts +1 -1
- package/lib/request/get-subnet-request.d.ts +1 -1
- package/lib/request/get-subnet-topology-request.d.ts +1 -1
- package/lib/request/get-tunnel-cpe-device-config-content-request.d.ts +1 -1
- package/lib/request/get-tunnel-cpe-device-config-request.d.ts +1 -1
- package/lib/request/get-upgrade-status-request.d.ts +1 -1
- package/lib/request/get-vcn-dns-resolver-association-request.d.ts +1 -1
- package/lib/request/get-vcn-request.d.ts +1 -1
- package/lib/request/get-vcn-topology-request.d.ts +1 -1
- package/lib/request/get-virtual-circuit-request.d.ts +1 -1
- package/lib/request/get-vlan-request.d.ts +1 -1
- package/lib/request/get-vnic-attachment-request.d.ts +1 -1
- package/lib/request/get-vnic-request.d.ts +1 -1
- package/lib/request/get-volume-attachment-request.d.ts +1 -1
- package/lib/request/get-volume-backup-policy-asset-assignment-request.d.ts +1 -1
- package/lib/request/get-volume-backup-policy-assignment-request.d.ts +1 -1
- package/lib/request/get-volume-backup-policy-request.d.ts +1 -1
- package/lib/request/get-volume-backup-request.d.ts +1 -1
- package/lib/request/get-volume-group-backup-request.d.ts +1 -1
- package/lib/request/get-volume-group-request.d.ts +1 -1
- package/lib/request/get-volume-kms-key-request.d.ts +1 -1
- package/lib/request/get-volume-request.d.ts +1 -1
- package/lib/request/get-windows-instance-initial-credentials-request.d.ts +1 -1
- package/lib/request/index.d.ts +8 -0
- package/lib/request/index.js.map +1 -1
- package/lib/request/instance-action-request.d.ts +1 -1
- package/lib/request/launch-instance-configuration-request.d.ts +1 -1
- package/lib/request/launch-instance-request.d.ts +1 -1
- package/lib/request/list-allowed-peer-regions-for-remote-peering-request.d.ts +1 -1
- package/lib/request/list-app-catalog-listing-resource-versions-request.d.ts +1 -1
- package/lib/request/list-app-catalog-listings-request.d.ts +1 -1
- package/lib/request/list-app-catalog-subscriptions-request.d.ts +1 -1
- package/lib/request/list-block-volume-replicas-request.d.ts +1 -1
- package/lib/request/list-boot-volume-attachments-request.d.ts +1 -1
- package/lib/request/list-boot-volume-backups-request.d.ts +1 -1
- package/lib/request/list-boot-volume-replicas-request.d.ts +1 -1
- package/lib/request/list-boot-volumes-request.d.ts +1 -1
- package/lib/request/list-byoip-allocated-ranges-request.d.ts +1 -1
- package/lib/request/list-byoip-ranges-request.d.ts +1 -1
- package/lib/request/list-cluster-network-instances-request.d.ts +1 -1
- package/lib/request/list-cluster-networks-request.d.ts +1 -1
- package/lib/request/list-compute-capacity-reservation-instance-shapes-request.d.ts +1 -1
- package/lib/request/list-compute-capacity-reservation-instances-request.d.ts +1 -1
- package/lib/request/list-compute-capacity-reservations-request.d.ts +1 -1
- package/lib/request/list-compute-global-image-capability-schema-versions-request.d.ts +1 -1
- package/lib/request/list-compute-global-image-capability-schemas-request.d.ts +1 -1
- package/lib/request/list-compute-image-capability-schemas-request.d.ts +1 -1
- package/lib/request/list-console-histories-request.d.ts +1 -1
- package/lib/request/list-cpe-device-shapes-request.d.ts +1 -1
- package/lib/request/list-cpes-request.d.ts +1 -1
- package/lib/request/list-cross-connect-groups-request.d.ts +1 -1
- package/lib/request/list-cross-connect-locations-request.d.ts +1 -1
- package/lib/request/list-cross-connect-mappings-request.d.ts +1 -1
- package/lib/request/list-cross-connects-request.d.ts +1 -1
- package/lib/request/list-crossconnect-port-speed-shapes-request.d.ts +1 -1
- package/lib/request/list-dedicated-vm-host-instance-shapes-request.d.ts +1 -1
- package/lib/request/list-dedicated-vm-host-instances-request.d.ts +1 -1
- package/lib/request/list-dedicated-vm-host-shapes-request.d.ts +1 -1
- package/lib/request/list-dedicated-vm-hosts-request.d.ts +1 -1
- package/lib/request/list-dhcp-options-request.d.ts +1 -1
- package/lib/request/list-drg-attachments-request.d.ts +1 -1
- package/lib/request/list-drg-route-distribution-statements-request.d.ts +1 -1
- package/lib/request/list-drg-route-distributions-request.d.ts +1 -1
- package/lib/request/list-drg-route-rules-request.d.ts +1 -1
- package/lib/request/list-drg-route-tables-request.d.ts +1 -1
- package/lib/request/list-drgs-request.d.ts +1 -1
- package/lib/request/list-fast-connect-provider-services-request.d.ts +1 -1
- package/lib/request/list-fast-connect-provider-virtual-circuit-bandwidth-shapes-request.d.ts +1 -1
- package/lib/request/list-image-shape-compatibility-entries-request.d.ts +1 -1
- package/lib/request/list-images-request.d.ts +1 -1
- package/lib/request/list-instance-configurations-request.d.ts +1 -1
- package/lib/request/list-instance-console-connections-request.d.ts +1 -1
- package/lib/request/list-instance-devices-request.d.ts +1 -1
- package/lib/request/list-instance-pool-instances-request.d.ts +1 -1
- package/lib/request/list-instance-pools-request.d.ts +1 -1
- package/lib/request/list-instances-request.d.ts +1 -1
- package/lib/request/list-internet-gateways-request.d.ts +1 -1
- package/lib/request/list-ipsec-connection-tunnel-routes-request.d.ts +49 -0
- package/lib/request/list-ipsec-connection-tunnel-routes-request.js +15 -0
- package/lib/request/list-ipsec-connection-tunnel-routes-request.js.map +1 -0
- package/lib/request/list-ipsec-connection-tunnel-security-associations-request.d.ts +42 -0
- package/lib/request/list-ipsec-connection-tunnel-security-associations-request.js +15 -0
- package/lib/request/list-ipsec-connection-tunnel-security-associations-request.js.map +1 -0
- package/lib/request/list-ipsec-connection-tunnels-request.d.ts +1 -1
- package/lib/request/list-ipsec-connections-request.d.ts +1 -1
- package/lib/request/list-ipv6s-request.d.ts +1 -1
- package/lib/request/list-local-peering-gateways-request.d.ts +1 -1
- package/lib/request/list-nat-gateways-request.d.ts +1 -1
- package/lib/request/list-network-security-group-security-rules-request.d.ts +1 -1
- package/lib/request/list-network-security-group-vnics-request.d.ts +1 -1
- package/lib/request/list-network-security-groups-request.d.ts +1 -1
- package/lib/request/list-private-ips-request.d.ts +1 -1
- package/lib/request/list-public-ip-pools-request.d.ts +1 -1
- package/lib/request/list-public-ips-request.d.ts +1 -1
- package/lib/request/list-remote-peering-connections-request.d.ts +1 -1
- package/lib/request/list-route-tables-request.d.ts +1 -1
- package/lib/request/list-security-lists-request.d.ts +1 -1
- package/lib/request/list-service-gateways-request.d.ts +1 -1
- package/lib/request/list-services-request.d.ts +1 -1
- package/lib/request/list-shapes-request.d.ts +1 -1
- package/lib/request/list-subnets-request.d.ts +1 -1
- package/lib/request/list-vcns-request.d.ts +1 -1
- package/lib/request/list-virtual-circuit-bandwidth-shapes-request.d.ts +1 -1
- package/lib/request/list-virtual-circuit-public-prefixes-request.d.ts +1 -1
- package/lib/request/list-virtual-circuits-request.d.ts +1 -1
- package/lib/request/list-vlans-request.d.ts +1 -1
- package/lib/request/list-vnic-attachments-request.d.ts +1 -1
- package/lib/request/list-volume-attachments-request.d.ts +1 -1
- package/lib/request/list-volume-backup-policies-request.d.ts +1 -1
- package/lib/request/list-volume-backups-request.d.ts +1 -1
- package/lib/request/list-volume-group-backups-request.d.ts +1 -1
- package/lib/request/list-volume-groups-request.d.ts +1 -1
- package/lib/request/list-volumes-request.d.ts +1 -1
- package/lib/request/modify-vcn-cidr-request.d.ts +1 -1
- package/lib/request/remove-drg-route-distribution-statements-request.d.ts +1 -1
- package/lib/request/remove-drg-route-rules-request.d.ts +1 -1
- package/lib/request/remove-export-drg-route-distribution-request.d.ts +1 -1
- package/lib/request/remove-image-shape-compatibility-entry-request.d.ts +1 -1
- package/lib/request/remove-import-drg-route-distribution-request.d.ts +1 -1
- package/lib/request/remove-network-security-group-security-rules-request.d.ts +1 -1
- package/lib/request/remove-public-ip-pool-capacity-request.d.ts +1 -1
- package/lib/request/remove-vcn-cidr-request.d.ts +1 -1
- package/lib/request/reset-instance-pool-request.d.ts +1 -1
- package/lib/request/softreset-instance-pool-request.d.ts +1 -1
- package/lib/request/start-instance-pool-request.d.ts +1 -1
- package/lib/request/stop-instance-pool-request.d.ts +1 -1
- package/lib/request/terminate-cluster-network-request.d.ts +1 -1
- package/lib/request/terminate-instance-pool-request.d.ts +1 -1
- package/lib/request/terminate-instance-request.d.ts +1 -1
- package/lib/request/update-boot-volume-backup-request.d.ts +1 -1
- package/lib/request/update-boot-volume-kms-key-request.d.ts +1 -1
- package/lib/request/update-boot-volume-request.d.ts +1 -1
- package/lib/request/update-byoip-range-request.d.ts +1 -1
- package/lib/request/update-cluster-network-request.d.ts +1 -1
- package/lib/request/update-compute-capacity-reservation-request.d.ts +1 -1
- package/lib/request/update-compute-image-capability-schema-request.d.ts +1 -1
- package/lib/request/update-console-history-request.d.ts +1 -1
- package/lib/request/update-cpe-request.d.ts +1 -1
- package/lib/request/update-cross-connect-group-request.d.ts +1 -1
- package/lib/request/update-cross-connect-request.d.ts +1 -1
- package/lib/request/update-dedicated-vm-host-request.d.ts +1 -1
- package/lib/request/update-dhcp-options-request.d.ts +1 -1
- package/lib/request/update-drg-attachment-request.d.ts +1 -1
- package/lib/request/update-drg-request.d.ts +1 -1
- package/lib/request/update-drg-route-distribution-request.d.ts +1 -1
- package/lib/request/update-drg-route-distribution-statements-request.d.ts +1 -1
- package/lib/request/update-drg-route-rules-request.d.ts +1 -1
- package/lib/request/update-drg-route-table-request.d.ts +1 -1
- package/lib/request/update-image-request.d.ts +1 -1
- package/lib/request/update-instance-configuration-request.d.ts +1 -1
- package/lib/request/update-instance-console-connection-request.d.ts +1 -1
- package/lib/request/update-instance-pool-request.d.ts +1 -1
- package/lib/request/update-instance-request.d.ts +1 -1
- package/lib/request/update-internet-gateway-request.d.ts +1 -1
- package/lib/request/update-ipsec-connection-request.d.ts +1 -1
- package/lib/request/update-ipsec-connection-tunnel-request.d.ts +1 -1
- package/lib/request/update-ipsec-connection-tunnel-shared-secret-request.d.ts +1 -1
- package/lib/request/update-ipv6-request.d.ts +1 -1
- package/lib/request/update-local-peering-gateway-request.d.ts +1 -1
- package/lib/request/update-nat-gateway-request.d.ts +1 -1
- package/lib/request/update-network-security-group-request.d.ts +1 -1
- package/lib/request/update-network-security-group-security-rules-request.d.ts +1 -1
- package/lib/request/update-private-ip-request.d.ts +1 -1
- package/lib/request/update-public-ip-pool-request.d.ts +1 -1
- package/lib/request/update-public-ip-request.d.ts +1 -1
- package/lib/request/update-remote-peering-connection-request.d.ts +1 -1
- package/lib/request/update-route-table-request.d.ts +1 -1
- package/lib/request/update-security-list-request.d.ts +1 -1
- package/lib/request/update-service-gateway-request.d.ts +1 -1
- package/lib/request/update-subnet-request.d.ts +1 -1
- package/lib/request/update-tunnel-cpe-device-config-request.d.ts +1 -1
- package/lib/request/update-vcn-request.d.ts +1 -1
- package/lib/request/update-virtual-circuit-request.d.ts +1 -1
- package/lib/request/update-vlan-request.d.ts +1 -1
- package/lib/request/update-vnic-request.d.ts +1 -1
- package/lib/request/update-volume-attachment-request.d.ts +1 -1
- package/lib/request/update-volume-backup-policy-request.d.ts +1 -1
- package/lib/request/update-volume-backup-request.d.ts +1 -1
- package/lib/request/update-volume-group-backup-request.d.ts +1 -1
- package/lib/request/update-volume-group-request.d.ts +1 -1
- package/lib/request/update-volume-kms-key-request.d.ts +1 -1
- package/lib/request/update-volume-request.d.ts +1 -1
- package/lib/request/upgrade-drg-request.d.ts +1 -1
- package/lib/request/validate-byoip-range-request.d.ts +1 -1
- package/lib/request/withdraw-byoip-range-request.d.ts +1 -1
- package/lib/response/get-allowed-ike-ipsec-parameters-response.d.ts +25 -0
- package/lib/response/get-allowed-ike-ipsec-parameters-response.js +15 -0
- package/lib/response/get-allowed-ike-ipsec-parameters-response.js.map +1 -0
- package/lib/response/get-ipsec-connection-tunnel-error-response.d.ts +25 -0
- package/lib/response/get-ipsec-connection-tunnel-error-response.js +15 -0
- package/lib/response/get-ipsec-connection-tunnel-error-response.js.map +1 -0
- package/lib/response/index.d.ts +8 -0
- package/lib/response/list-ipsec-connection-tunnel-routes-response.d.ts +37 -0
- package/lib/response/list-ipsec-connection-tunnel-routes-response.js +15 -0
- package/lib/response/list-ipsec-connection-tunnel-routes-response.js.map +1 -0
- package/lib/response/list-ipsec-connection-tunnel-security-associations-response.d.ts +37 -0
- package/lib/response/list-ipsec-connection-tunnel-security-associations-response.js +15 -0
- package/lib/response/list-ipsec-connection-tunnel-security-associations-response.js.map +1 -0
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -163,7 +163,7 @@ class BlockstorageClient {
|
|
|
163
163
|
* @param ChangeBootVolumeBackupCompartmentRequest
|
|
164
164
|
* @return ChangeBootVolumeBackupCompartmentResponse
|
|
165
165
|
* @throws OciError when an error occurs
|
|
166
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
166
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ChangeBootVolumeBackupCompartment.ts.html |here} to see how to use ChangeBootVolumeBackupCompartment API.
|
|
167
167
|
*/
|
|
168
168
|
changeBootVolumeBackupCompartment(changeBootVolumeBackupCompartmentRequest) {
|
|
169
169
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -224,7 +224,7 @@ class BlockstorageClient {
|
|
|
224
224
|
* @param ChangeBootVolumeCompartmentRequest
|
|
225
225
|
* @return ChangeBootVolumeCompartmentResponse
|
|
226
226
|
* @throws OciError when an error occurs
|
|
227
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
227
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ChangeBootVolumeCompartment.ts.html |here} to see how to use ChangeBootVolumeCompartment API.
|
|
228
228
|
*/
|
|
229
229
|
changeBootVolumeCompartment(changeBootVolumeCompartmentRequest) {
|
|
230
230
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -285,7 +285,7 @@ class BlockstorageClient {
|
|
|
285
285
|
* @param ChangeVolumeBackupCompartmentRequest
|
|
286
286
|
* @return ChangeVolumeBackupCompartmentResponse
|
|
287
287
|
* @throws OciError when an error occurs
|
|
288
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
288
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ChangeVolumeBackupCompartment.ts.html |here} to see how to use ChangeVolumeBackupCompartment API.
|
|
289
289
|
*/
|
|
290
290
|
changeVolumeBackupCompartment(changeVolumeBackupCompartmentRequest) {
|
|
291
291
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -346,7 +346,7 @@ class BlockstorageClient {
|
|
|
346
346
|
* @param ChangeVolumeCompartmentRequest
|
|
347
347
|
* @return ChangeVolumeCompartmentResponse
|
|
348
348
|
* @throws OciError when an error occurs
|
|
349
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
349
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ChangeVolumeCompartment.ts.html |here} to see how to use ChangeVolumeCompartment API.
|
|
350
350
|
*/
|
|
351
351
|
changeVolumeCompartment(changeVolumeCompartmentRequest) {
|
|
352
352
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -407,7 +407,7 @@ class BlockstorageClient {
|
|
|
407
407
|
* @param ChangeVolumeGroupBackupCompartmentRequest
|
|
408
408
|
* @return ChangeVolumeGroupBackupCompartmentResponse
|
|
409
409
|
* @throws OciError when an error occurs
|
|
410
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
410
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ChangeVolumeGroupBackupCompartment.ts.html |here} to see how to use ChangeVolumeGroupBackupCompartment API.
|
|
411
411
|
*/
|
|
412
412
|
changeVolumeGroupBackupCompartment(changeVolumeGroupBackupCompartmentRequest) {
|
|
413
413
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -468,7 +468,7 @@ class BlockstorageClient {
|
|
|
468
468
|
* @param ChangeVolumeGroupCompartmentRequest
|
|
469
469
|
* @return ChangeVolumeGroupCompartmentResponse
|
|
470
470
|
* @throws OciError when an error occurs
|
|
471
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
471
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ChangeVolumeGroupCompartment.ts.html |here} to see how to use ChangeVolumeGroupCompartment API.
|
|
472
472
|
*/
|
|
473
473
|
changeVolumeGroupCompartment(changeVolumeGroupCompartmentRequest) {
|
|
474
474
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -528,7 +528,7 @@ class BlockstorageClient {
|
|
|
528
528
|
* @param CopyBootVolumeBackupRequest
|
|
529
529
|
* @return CopyBootVolumeBackupResponse
|
|
530
530
|
* @throws OciError when an error occurs
|
|
531
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
531
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CopyBootVolumeBackup.ts.html |here} to see how to use CopyBootVolumeBackup API.
|
|
532
532
|
*/
|
|
533
533
|
copyBootVolumeBackup(copyBootVolumeBackupRequest) {
|
|
534
534
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -608,7 +608,7 @@ class BlockstorageClient {
|
|
|
608
608
|
* @param CopyVolumeBackupRequest
|
|
609
609
|
* @return CopyVolumeBackupResponse
|
|
610
610
|
* @throws OciError when an error occurs
|
|
611
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
611
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CopyVolumeBackup.ts.html |here} to see how to use CopyVolumeBackup API.
|
|
612
612
|
*/
|
|
613
613
|
copyVolumeBackup(copyVolumeBackupRequest) {
|
|
614
614
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -688,7 +688,7 @@ class BlockstorageClient {
|
|
|
688
688
|
* @param CopyVolumeGroupBackupRequest
|
|
689
689
|
* @return CopyVolumeGroupBackupResponse
|
|
690
690
|
* @throws OciError when an error occurs
|
|
691
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
691
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CopyVolumeGroupBackup.ts.html |here} to see how to use CopyVolumeGroupBackup API.
|
|
692
692
|
*/
|
|
693
693
|
copyVolumeGroupBackup(copyVolumeGroupBackupRequest) {
|
|
694
694
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -755,7 +755,7 @@ class BlockstorageClient {
|
|
|
755
755
|
* @param CreateBootVolumeRequest
|
|
756
756
|
* @return CreateBootVolumeResponse
|
|
757
757
|
* @throws OciError when an error occurs
|
|
758
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
758
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreateBootVolume.ts.html |here} to see how to use CreateBootVolume API.
|
|
759
759
|
*/
|
|
760
760
|
createBootVolume(createBootVolumeRequest) {
|
|
761
761
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -821,7 +821,7 @@ class BlockstorageClient {
|
|
|
821
821
|
* @param CreateBootVolumeBackupRequest
|
|
822
822
|
* @return CreateBootVolumeBackupResponse
|
|
823
823
|
* @throws OciError when an error occurs
|
|
824
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
824
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreateBootVolumeBackup.ts.html |here} to see how to use CreateBootVolumeBackup API.
|
|
825
825
|
*/
|
|
826
826
|
createBootVolumeBackup(createBootVolumeBackupRequest) {
|
|
827
827
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -895,7 +895,7 @@ class BlockstorageClient {
|
|
|
895
895
|
* @param CreateVolumeRequest
|
|
896
896
|
* @return CreateVolumeResponse
|
|
897
897
|
* @throws OciError when an error occurs
|
|
898
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
898
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreateVolume.ts.html |here} to see how to use CreateVolume API.
|
|
899
899
|
*/
|
|
900
900
|
createVolume(createVolumeRequest) {
|
|
901
901
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -961,7 +961,7 @@ class BlockstorageClient {
|
|
|
961
961
|
* @param CreateVolumeBackupRequest
|
|
962
962
|
* @return CreateVolumeBackupResponse
|
|
963
963
|
* @throws OciError when an error occurs
|
|
964
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
964
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreateVolumeBackup.ts.html |here} to see how to use CreateVolumeBackup API.
|
|
965
965
|
*/
|
|
966
966
|
createVolumeBackup(createVolumeBackupRequest) {
|
|
967
967
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1025,7 +1025,7 @@ class BlockstorageClient {
|
|
|
1025
1025
|
* @param CreateVolumeBackupPolicyRequest
|
|
1026
1026
|
* @return CreateVolumeBackupPolicyResponse
|
|
1027
1027
|
* @throws OciError when an error occurs
|
|
1028
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1028
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreateVolumeBackupPolicy.ts.html |here} to see how to use CreateVolumeBackupPolicy API.
|
|
1029
1029
|
*/
|
|
1030
1030
|
createVolumeBackupPolicy(createVolumeBackupPolicyRequest) {
|
|
1031
1031
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1089,7 +1089,7 @@ class BlockstorageClient {
|
|
|
1089
1089
|
* @param CreateVolumeBackupPolicyAssignmentRequest
|
|
1090
1090
|
* @return CreateVolumeBackupPolicyAssignmentResponse
|
|
1091
1091
|
* @throws OciError when an error occurs
|
|
1092
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1092
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreateVolumeBackupPolicyAssignment.ts.html |here} to see how to use CreateVolumeBackupPolicyAssignment API.
|
|
1093
1093
|
*/
|
|
1094
1094
|
createVolumeBackupPolicyAssignment(createVolumeBackupPolicyAssignmentRequest) {
|
|
1095
1095
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1155,7 +1155,7 @@ class BlockstorageClient {
|
|
|
1155
1155
|
* @param CreateVolumeGroupRequest
|
|
1156
1156
|
* @return CreateVolumeGroupResponse
|
|
1157
1157
|
* @throws OciError when an error occurs
|
|
1158
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1158
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreateVolumeGroup.ts.html |here} to see how to use CreateVolumeGroup API.
|
|
1159
1159
|
*/
|
|
1160
1160
|
createVolumeGroup(createVolumeGroupRequest) {
|
|
1161
1161
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1217,7 +1217,7 @@ class BlockstorageClient {
|
|
|
1217
1217
|
* @param CreateVolumeGroupBackupRequest
|
|
1218
1218
|
* @return CreateVolumeGroupBackupResponse
|
|
1219
1219
|
* @throws OciError when an error occurs
|
|
1220
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1220
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreateVolumeGroupBackup.ts.html |here} to see how to use CreateVolumeGroupBackup API.
|
|
1221
1221
|
*/
|
|
1222
1222
|
createVolumeGroupBackup(createVolumeGroupBackupRequest) {
|
|
1223
1223
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1281,7 +1281,7 @@ class BlockstorageClient {
|
|
|
1281
1281
|
* @param DeleteBootVolumeRequest
|
|
1282
1282
|
* @return DeleteBootVolumeResponse
|
|
1283
1283
|
* @throws OciError when an error occurs
|
|
1284
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1284
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeleteBootVolume.ts.html |here} to see how to use DeleteBootVolume API.
|
|
1285
1285
|
*/
|
|
1286
1286
|
deleteBootVolume(deleteBootVolumeRequest) {
|
|
1287
1287
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1333,7 +1333,7 @@ class BlockstorageClient {
|
|
|
1333
1333
|
* @param DeleteBootVolumeBackupRequest
|
|
1334
1334
|
* @return DeleteBootVolumeBackupResponse
|
|
1335
1335
|
* @throws OciError when an error occurs
|
|
1336
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1336
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeleteBootVolumeBackup.ts.html |here} to see how to use DeleteBootVolumeBackup API.
|
|
1337
1337
|
*/
|
|
1338
1338
|
deleteBootVolumeBackup(deleteBootVolumeBackupRequest) {
|
|
1339
1339
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1386,7 +1386,7 @@ class BlockstorageClient {
|
|
|
1386
1386
|
* @param DeleteBootVolumeKmsKeyRequest
|
|
1387
1387
|
* @return DeleteBootVolumeKmsKeyResponse
|
|
1388
1388
|
* @throws OciError when an error occurs
|
|
1389
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1389
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeleteBootVolumeKmsKey.ts.html |here} to see how to use DeleteBootVolumeKmsKey API.
|
|
1390
1390
|
*/
|
|
1391
1391
|
deleteBootVolumeKmsKey(deleteBootVolumeKmsKeyRequest) {
|
|
1392
1392
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1442,7 +1442,7 @@ class BlockstorageClient {
|
|
|
1442
1442
|
* @param DeleteVolumeRequest
|
|
1443
1443
|
* @return DeleteVolumeResponse
|
|
1444
1444
|
* @throws OciError when an error occurs
|
|
1445
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1445
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeleteVolume.ts.html |here} to see how to use DeleteVolume API.
|
|
1446
1446
|
*/
|
|
1447
1447
|
deleteVolume(deleteVolumeRequest) {
|
|
1448
1448
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1494,7 +1494,7 @@ class BlockstorageClient {
|
|
|
1494
1494
|
* @param DeleteVolumeBackupRequest
|
|
1495
1495
|
* @return DeleteVolumeBackupResponse
|
|
1496
1496
|
* @throws OciError when an error occurs
|
|
1497
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1497
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeleteVolumeBackup.ts.html |here} to see how to use DeleteVolumeBackup API.
|
|
1498
1498
|
*/
|
|
1499
1499
|
deleteVolumeBackup(deleteVolumeBackupRequest) {
|
|
1500
1500
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1551,7 +1551,7 @@ class BlockstorageClient {
|
|
|
1551
1551
|
* @param DeleteVolumeBackupPolicyRequest
|
|
1552
1552
|
* @return DeleteVolumeBackupPolicyResponse
|
|
1553
1553
|
* @throws OciError when an error occurs
|
|
1554
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1554
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeleteVolumeBackupPolicy.ts.html |here} to see how to use DeleteVolumeBackupPolicy API.
|
|
1555
1555
|
*/
|
|
1556
1556
|
deleteVolumeBackupPolicy(deleteVolumeBackupPolicyRequest) {
|
|
1557
1557
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1604,7 +1604,7 @@ class BlockstorageClient {
|
|
|
1604
1604
|
* @param DeleteVolumeBackupPolicyAssignmentRequest
|
|
1605
1605
|
* @return DeleteVolumeBackupPolicyAssignmentResponse
|
|
1606
1606
|
* @throws OciError when an error occurs
|
|
1607
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1607
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeleteVolumeBackupPolicyAssignment.ts.html |here} to see how to use DeleteVolumeBackupPolicyAssignment API.
|
|
1608
1608
|
*/
|
|
1609
1609
|
deleteVolumeBackupPolicyAssignment(deleteVolumeBackupPolicyAssignmentRequest) {
|
|
1610
1610
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1658,7 +1658,7 @@ class BlockstorageClient {
|
|
|
1658
1658
|
* @param DeleteVolumeGroupRequest
|
|
1659
1659
|
* @return DeleteVolumeGroupResponse
|
|
1660
1660
|
* @throws OciError when an error occurs
|
|
1661
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1661
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeleteVolumeGroup.ts.html |here} to see how to use DeleteVolumeGroup API.
|
|
1662
1662
|
*/
|
|
1663
1663
|
deleteVolumeGroup(deleteVolumeGroupRequest) {
|
|
1664
1664
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1712,7 +1712,7 @@ class BlockstorageClient {
|
|
|
1712
1712
|
* @param DeleteVolumeGroupBackupRequest
|
|
1713
1713
|
* @return DeleteVolumeGroupBackupResponse
|
|
1714
1714
|
* @throws OciError when an error occurs
|
|
1715
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1715
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeleteVolumeGroupBackup.ts.html |here} to see how to use DeleteVolumeGroupBackup API.
|
|
1716
1716
|
*/
|
|
1717
1717
|
deleteVolumeGroupBackup(deleteVolumeGroupBackupRequest) {
|
|
1718
1718
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1765,7 +1765,7 @@ class BlockstorageClient {
|
|
|
1765
1765
|
* @param DeleteVolumeKmsKeyRequest
|
|
1766
1766
|
* @return DeleteVolumeKmsKeyResponse
|
|
1767
1767
|
* @throws OciError when an error occurs
|
|
1768
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1768
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeleteVolumeKmsKey.ts.html |here} to see how to use DeleteVolumeKmsKey API.
|
|
1769
1769
|
*/
|
|
1770
1770
|
deleteVolumeKmsKey(deleteVolumeKmsKeyRequest) {
|
|
1771
1771
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1817,7 +1817,7 @@ class BlockstorageClient {
|
|
|
1817
1817
|
* @param GetBlockVolumeReplicaRequest
|
|
1818
1818
|
* @return GetBlockVolumeReplicaResponse
|
|
1819
1819
|
* @throws OciError when an error occurs
|
|
1820
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1820
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetBlockVolumeReplica.ts.html |here} to see how to use GetBlockVolumeReplica API.
|
|
1821
1821
|
*/
|
|
1822
1822
|
getBlockVolumeReplica(getBlockVolumeReplicaRequest) {
|
|
1823
1823
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1877,7 +1877,7 @@ class BlockstorageClient {
|
|
|
1877
1877
|
* @param GetBootVolumeRequest
|
|
1878
1878
|
* @return GetBootVolumeResponse
|
|
1879
1879
|
* @throws OciError when an error occurs
|
|
1880
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1880
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetBootVolume.ts.html |here} to see how to use GetBootVolume API.
|
|
1881
1881
|
*/
|
|
1882
1882
|
getBootVolume(getBootVolumeRequest) {
|
|
1883
1883
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1937,7 +1937,7 @@ class BlockstorageClient {
|
|
|
1937
1937
|
* @param GetBootVolumeBackupRequest
|
|
1938
1938
|
* @return GetBootVolumeBackupResponse
|
|
1939
1939
|
* @throws OciError when an error occurs
|
|
1940
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1940
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetBootVolumeBackup.ts.html |here} to see how to use GetBootVolumeBackup API.
|
|
1941
1941
|
*/
|
|
1942
1942
|
getBootVolumeBackup(getBootVolumeBackupRequest) {
|
|
1943
1943
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1998,7 +1998,7 @@ class BlockstorageClient {
|
|
|
1998
1998
|
* @param GetBootVolumeKmsKeyRequest
|
|
1999
1999
|
* @return GetBootVolumeKmsKeyResponse
|
|
2000
2000
|
* @throws OciError when an error occurs
|
|
2001
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2001
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetBootVolumeKmsKey.ts.html |here} to see how to use GetBootVolumeKmsKey API.
|
|
2002
2002
|
*/
|
|
2003
2003
|
getBootVolumeKmsKey(getBootVolumeKmsKeyRequest) {
|
|
2004
2004
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2059,7 +2059,7 @@ class BlockstorageClient {
|
|
|
2059
2059
|
* @param GetBootVolumeReplicaRequest
|
|
2060
2060
|
* @return GetBootVolumeReplicaResponse
|
|
2061
2061
|
* @throws OciError when an error occurs
|
|
2062
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2062
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetBootVolumeReplica.ts.html |here} to see how to use GetBootVolumeReplica API.
|
|
2063
2063
|
*/
|
|
2064
2064
|
getBootVolumeReplica(getBootVolumeReplicaRequest) {
|
|
2065
2065
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2119,7 +2119,7 @@ class BlockstorageClient {
|
|
|
2119
2119
|
* @param GetVolumeRequest
|
|
2120
2120
|
* @return GetVolumeResponse
|
|
2121
2121
|
* @throws OciError when an error occurs
|
|
2122
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2122
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetVolume.ts.html |here} to see how to use GetVolume API.
|
|
2123
2123
|
*/
|
|
2124
2124
|
getVolume(getVolumeRequest) {
|
|
2125
2125
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2179,7 +2179,7 @@ class BlockstorageClient {
|
|
|
2179
2179
|
* @param GetVolumeBackupRequest
|
|
2180
2180
|
* @return GetVolumeBackupResponse
|
|
2181
2181
|
* @throws OciError when an error occurs
|
|
2182
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2182
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetVolumeBackup.ts.html |here} to see how to use GetVolumeBackup API.
|
|
2183
2183
|
*/
|
|
2184
2184
|
getVolumeBackup(getVolumeBackupRequest) {
|
|
2185
2185
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2239,7 +2239,7 @@ class BlockstorageClient {
|
|
|
2239
2239
|
* @param GetVolumeBackupPolicyRequest
|
|
2240
2240
|
* @return GetVolumeBackupPolicyResponse
|
|
2241
2241
|
* @throws OciError when an error occurs
|
|
2242
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2242
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetVolumeBackupPolicy.ts.html |here} to see how to use GetVolumeBackupPolicy API.
|
|
2243
2243
|
*/
|
|
2244
2244
|
getVolumeBackupPolicy(getVolumeBackupPolicyRequest) {
|
|
2245
2245
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2302,7 +2302,7 @@ class BlockstorageClient {
|
|
|
2302
2302
|
* @param GetVolumeBackupPolicyAssetAssignmentRequest
|
|
2303
2303
|
* @return GetVolumeBackupPolicyAssetAssignmentResponse
|
|
2304
2304
|
* @throws OciError when an error occurs
|
|
2305
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2305
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetVolumeBackupPolicyAssetAssignment.ts.html |here} to see how to use GetVolumeBackupPolicyAssetAssignment API.
|
|
2306
2306
|
*/
|
|
2307
2307
|
getVolumeBackupPolicyAssetAssignment(getVolumeBackupPolicyAssetAssignmentRequest) {
|
|
2308
2308
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2404,7 +2404,7 @@ class BlockstorageClient {
|
|
|
2404
2404
|
* @param GetVolumeBackupPolicyAssignmentRequest
|
|
2405
2405
|
* @return GetVolumeBackupPolicyAssignmentResponse
|
|
2406
2406
|
* @throws OciError when an error occurs
|
|
2407
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2407
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetVolumeBackupPolicyAssignment.ts.html |here} to see how to use GetVolumeBackupPolicyAssignment API.
|
|
2408
2408
|
*/
|
|
2409
2409
|
getVolumeBackupPolicyAssignment(getVolumeBackupPolicyAssignmentRequest) {
|
|
2410
2410
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2464,7 +2464,7 @@ class BlockstorageClient {
|
|
|
2464
2464
|
* @param GetVolumeGroupRequest
|
|
2465
2465
|
* @return GetVolumeGroupResponse
|
|
2466
2466
|
* @throws OciError when an error occurs
|
|
2467
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2467
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetVolumeGroup.ts.html |here} to see how to use GetVolumeGroup API.
|
|
2468
2468
|
*/
|
|
2469
2469
|
getVolumeGroup(getVolumeGroupRequest) {
|
|
2470
2470
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2524,7 +2524,7 @@ class BlockstorageClient {
|
|
|
2524
2524
|
* @param GetVolumeGroupBackupRequest
|
|
2525
2525
|
* @return GetVolumeGroupBackupResponse
|
|
2526
2526
|
* @throws OciError when an error occurs
|
|
2527
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2527
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetVolumeGroupBackup.ts.html |here} to see how to use GetVolumeGroupBackup API.
|
|
2528
2528
|
*/
|
|
2529
2529
|
getVolumeGroupBackup(getVolumeGroupBackupRequest) {
|
|
2530
2530
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2585,7 +2585,7 @@ class BlockstorageClient {
|
|
|
2585
2585
|
* @param GetVolumeKmsKeyRequest
|
|
2586
2586
|
* @return GetVolumeKmsKeyResponse
|
|
2587
2587
|
* @throws OciError when an error occurs
|
|
2588
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2588
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetVolumeKmsKey.ts.html |here} to see how to use GetVolumeKmsKey API.
|
|
2589
2589
|
*/
|
|
2590
2590
|
getVolumeKmsKey(getVolumeKmsKeyRequest) {
|
|
2591
2591
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2647,7 +2647,7 @@ class BlockstorageClient {
|
|
|
2647
2647
|
* @param ListBlockVolumeReplicasRequest
|
|
2648
2648
|
* @return ListBlockVolumeReplicasResponse
|
|
2649
2649
|
* @throws OciError when an error occurs
|
|
2650
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2650
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListBlockVolumeReplicas.ts.html |here} to see how to use ListBlockVolumeReplicas API.
|
|
2651
2651
|
*/
|
|
2652
2652
|
listBlockVolumeReplicas(listBlockVolumeReplicasRequest) {
|
|
2653
2653
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2755,7 +2755,7 @@ class BlockstorageClient {
|
|
|
2755
2755
|
* @param ListBootVolumeBackupsRequest
|
|
2756
2756
|
* @return ListBootVolumeBackupsResponse
|
|
2757
2757
|
* @throws OciError when an error occurs
|
|
2758
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2758
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListBootVolumeBackups.ts.html |here} to see how to use ListBootVolumeBackups API.
|
|
2759
2759
|
*/
|
|
2760
2760
|
listBootVolumeBackups(listBootVolumeBackupsRequest) {
|
|
2761
2761
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2864,7 +2864,7 @@ class BlockstorageClient {
|
|
|
2864
2864
|
* @param ListBootVolumeReplicasRequest
|
|
2865
2865
|
* @return ListBootVolumeReplicasResponse
|
|
2866
2866
|
* @throws OciError when an error occurs
|
|
2867
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2867
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListBootVolumeReplicas.ts.html |here} to see how to use ListBootVolumeReplicas API.
|
|
2868
2868
|
*/
|
|
2869
2869
|
listBootVolumeReplicas(listBootVolumeReplicasRequest) {
|
|
2870
2870
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2972,7 +2972,7 @@ class BlockstorageClient {
|
|
|
2972
2972
|
* @param ListBootVolumesRequest
|
|
2973
2973
|
* @return ListBootVolumesResponse
|
|
2974
2974
|
* @throws OciError when an error occurs
|
|
2975
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2975
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListBootVolumes.ts.html |here} to see how to use ListBootVolumes API.
|
|
2976
2976
|
*/
|
|
2977
2977
|
listBootVolumes(listBootVolumesRequest) {
|
|
2978
2978
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3080,7 +3080,7 @@ class BlockstorageClient {
|
|
|
3080
3080
|
* @param ListVolumeBackupPoliciesRequest
|
|
3081
3081
|
* @return ListVolumeBackupPoliciesResponse
|
|
3082
3082
|
* @throws OciError when an error occurs
|
|
3083
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3083
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListVolumeBackupPolicies.ts.html |here} to see how to use ListVolumeBackupPolicies API.
|
|
3084
3084
|
*/
|
|
3085
3085
|
listVolumeBackupPolicies(listVolumeBackupPoliciesRequest) {
|
|
3086
3086
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3183,7 +3183,7 @@ class BlockstorageClient {
|
|
|
3183
3183
|
* @param ListVolumeBackupsRequest
|
|
3184
3184
|
* @return ListVolumeBackupsResponse
|
|
3185
3185
|
* @throws OciError when an error occurs
|
|
3186
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3186
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListVolumeBackups.ts.html |here} to see how to use ListVolumeBackups API.
|
|
3187
3187
|
*/
|
|
3188
3188
|
listVolumeBackups(listVolumeBackupsRequest) {
|
|
3189
3189
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3293,7 +3293,7 @@ class BlockstorageClient {
|
|
|
3293
3293
|
* @param ListVolumeGroupBackupsRequest
|
|
3294
3294
|
* @return ListVolumeGroupBackupsResponse
|
|
3295
3295
|
* @throws OciError when an error occurs
|
|
3296
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3296
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListVolumeGroupBackups.ts.html |here} to see how to use ListVolumeGroupBackups API.
|
|
3297
3297
|
*/
|
|
3298
3298
|
listVolumeGroupBackups(listVolumeGroupBackupsRequest) {
|
|
3299
3299
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3401,7 +3401,7 @@ class BlockstorageClient {
|
|
|
3401
3401
|
* @param ListVolumeGroupsRequest
|
|
3402
3402
|
* @return ListVolumeGroupsResponse
|
|
3403
3403
|
* @throws OciError when an error occurs
|
|
3404
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3404
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListVolumeGroups.ts.html |here} to see how to use ListVolumeGroups API.
|
|
3405
3405
|
*/
|
|
3406
3406
|
listVolumeGroups(listVolumeGroupsRequest) {
|
|
3407
3407
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3509,7 +3509,7 @@ class BlockstorageClient {
|
|
|
3509
3509
|
* @param ListVolumesRequest
|
|
3510
3510
|
* @return ListVolumesResponse
|
|
3511
3511
|
* @throws OciError when an error occurs
|
|
3512
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3512
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListVolumes.ts.html |here} to see how to use ListVolumes API.
|
|
3513
3513
|
*/
|
|
3514
3514
|
listVolumes(listVolumesRequest) {
|
|
3515
3515
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3617,7 +3617,7 @@ class BlockstorageClient {
|
|
|
3617
3617
|
* @param UpdateBootVolumeRequest
|
|
3618
3618
|
* @return UpdateBootVolumeResponse
|
|
3619
3619
|
* @throws OciError when an error occurs
|
|
3620
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3620
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateBootVolume.ts.html |here} to see how to use UpdateBootVolume API.
|
|
3621
3621
|
*/
|
|
3622
3622
|
updateBootVolume(updateBootVolumeRequest) {
|
|
3623
3623
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3681,7 +3681,7 @@ class BlockstorageClient {
|
|
|
3681
3681
|
* @param UpdateBootVolumeBackupRequest
|
|
3682
3682
|
* @return UpdateBootVolumeBackupResponse
|
|
3683
3683
|
* @throws OciError when an error occurs
|
|
3684
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3684
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateBootVolumeBackup.ts.html |here} to see how to use UpdateBootVolumeBackup API.
|
|
3685
3685
|
*/
|
|
3686
3686
|
updateBootVolumeBackup(updateBootVolumeBackupRequest) {
|
|
3687
3687
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3739,7 +3739,7 @@ class BlockstorageClient {
|
|
|
3739
3739
|
* @param UpdateBootVolumeKmsKeyRequest
|
|
3740
3740
|
* @return UpdateBootVolumeKmsKeyResponse
|
|
3741
3741
|
* @throws OciError when an error occurs
|
|
3742
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3742
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateBootVolumeKmsKey.ts.html |here} to see how to use UpdateBootVolumeKmsKey API.
|
|
3743
3743
|
*/
|
|
3744
3744
|
updateBootVolumeKmsKey(updateBootVolumeKmsKeyRequest) {
|
|
3745
3745
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3803,7 +3803,7 @@ class BlockstorageClient {
|
|
|
3803
3803
|
* @param UpdateVolumeRequest
|
|
3804
3804
|
* @return UpdateVolumeResponse
|
|
3805
3805
|
* @throws OciError when an error occurs
|
|
3806
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3806
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateVolume.ts.html |here} to see how to use UpdateVolume API.
|
|
3807
3807
|
*/
|
|
3808
3808
|
updateVolume(updateVolumeRequest) {
|
|
3809
3809
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3867,7 +3867,7 @@ class BlockstorageClient {
|
|
|
3867
3867
|
* @param UpdateVolumeBackupRequest
|
|
3868
3868
|
* @return UpdateVolumeBackupResponse
|
|
3869
3869
|
* @throws OciError when an error occurs
|
|
3870
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3870
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateVolumeBackup.ts.html |here} to see how to use UpdateVolumeBackup API.
|
|
3871
3871
|
*/
|
|
3872
3872
|
updateVolumeBackup(updateVolumeBackupRequest) {
|
|
3873
3873
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3929,7 +3929,7 @@ class BlockstorageClient {
|
|
|
3929
3929
|
* @param UpdateVolumeBackupPolicyRequest
|
|
3930
3930
|
* @return UpdateVolumeBackupPolicyResponse
|
|
3931
3931
|
* @throws OciError when an error occurs
|
|
3932
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3932
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateVolumeBackupPolicy.ts.html |here} to see how to use UpdateVolumeBackupPolicy API.
|
|
3933
3933
|
*/
|
|
3934
3934
|
updateVolumeBackupPolicy(updateVolumeBackupPolicyRequest) {
|
|
3935
3935
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3999,7 +3999,7 @@ class BlockstorageClient {
|
|
|
3999
3999
|
* @param UpdateVolumeGroupRequest
|
|
4000
4000
|
* @return UpdateVolumeGroupResponse
|
|
4001
4001
|
* @throws OciError when an error occurs
|
|
4002
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4002
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateVolumeGroup.ts.html |here} to see how to use UpdateVolumeGroup API.
|
|
4003
4003
|
*/
|
|
4004
4004
|
updateVolumeGroup(updateVolumeGroupRequest) {
|
|
4005
4005
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4061,7 +4061,7 @@ class BlockstorageClient {
|
|
|
4061
4061
|
* @param UpdateVolumeGroupBackupRequest
|
|
4062
4062
|
* @return UpdateVolumeGroupBackupResponse
|
|
4063
4063
|
* @throws OciError when an error occurs
|
|
4064
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4064
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateVolumeGroupBackup.ts.html |here} to see how to use UpdateVolumeGroupBackup API.
|
|
4065
4065
|
*/
|
|
4066
4066
|
updateVolumeGroupBackup(updateVolumeGroupBackupRequest) {
|
|
4067
4067
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4119,7 +4119,7 @@ class BlockstorageClient {
|
|
|
4119
4119
|
* @param UpdateVolumeKmsKeyRequest
|
|
4120
4120
|
* @return UpdateVolumeKmsKeyResponse
|
|
4121
4121
|
* @throws OciError when an error occurs
|
|
4122
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4122
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateVolumeKmsKey.ts.html |here} to see how to use UpdateVolumeKmsKey API.
|
|
4123
4123
|
*/
|
|
4124
4124
|
updateVolumeKmsKey(updateVolumeKmsKeyRequest) {
|
|
4125
4125
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4281,7 +4281,7 @@ class ComputeClient {
|
|
|
4281
4281
|
* @param AcceptShieldedIntegrityPolicyRequest
|
|
4282
4282
|
* @return AcceptShieldedIntegrityPolicyResponse
|
|
4283
4283
|
* @throws OciError when an error occurs
|
|
4284
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4284
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/AcceptShieldedIntegrityPolicy.ts.html |here} to see how to use AcceptShieldedIntegrityPolicy API.
|
|
4285
4285
|
*/
|
|
4286
4286
|
acceptShieldedIntegrityPolicy(acceptShieldedIntegrityPolicyRequest) {
|
|
4287
4287
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4335,7 +4335,7 @@ class ComputeClient {
|
|
|
4335
4335
|
* @param AddImageShapeCompatibilityEntryRequest
|
|
4336
4336
|
* @return AddImageShapeCompatibilityEntryResponse
|
|
4337
4337
|
* @throws OciError when an error occurs
|
|
4338
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4338
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/AddImageShapeCompatibilityEntry.ts.html |here} to see how to use AddImageShapeCompatibilityEntry API.
|
|
4339
4339
|
*/
|
|
4340
4340
|
addImageShapeCompatibilityEntry(addImageShapeCompatibilityEntryRequest) {
|
|
4341
4341
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4393,7 +4393,7 @@ class ComputeClient {
|
|
|
4393
4393
|
* @param AttachBootVolumeRequest
|
|
4394
4394
|
* @return AttachBootVolumeResponse
|
|
4395
4395
|
* @throws OciError when an error occurs
|
|
4396
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4396
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/AttachBootVolume.ts.html |here} to see how to use AttachBootVolume API.
|
|
4397
4397
|
*/
|
|
4398
4398
|
attachBootVolume(attachBootVolumeRequest) {
|
|
4399
4399
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4456,7 +4456,7 @@ class ComputeClient {
|
|
|
4456
4456
|
* @param AttachVnicRequest
|
|
4457
4457
|
* @return AttachVnicResponse
|
|
4458
4458
|
* @throws OciError when an error occurs
|
|
4459
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4459
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/AttachVnic.ts.html |here} to see how to use AttachVnic API.
|
|
4460
4460
|
*/
|
|
4461
4461
|
attachVnic(attachVnicRequest) {
|
|
4462
4462
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4517,7 +4517,7 @@ class ComputeClient {
|
|
|
4517
4517
|
* @param AttachVolumeRequest
|
|
4518
4518
|
* @return AttachVolumeResponse
|
|
4519
4519
|
* @throws OciError when an error occurs
|
|
4520
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4520
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/AttachVolume.ts.html |here} to see how to use AttachVolume API.
|
|
4521
4521
|
*/
|
|
4522
4522
|
attachVolume(attachVolumeRequest) {
|
|
4523
4523
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4594,7 +4594,7 @@ class ComputeClient {
|
|
|
4594
4594
|
* @param CaptureConsoleHistoryRequest
|
|
4595
4595
|
* @return CaptureConsoleHistoryResponse
|
|
4596
4596
|
* @throws OciError when an error occurs
|
|
4597
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4597
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CaptureConsoleHistory.ts.html |here} to see how to use CaptureConsoleHistory API.
|
|
4598
4598
|
*/
|
|
4599
4599
|
captureConsoleHistory(captureConsoleHistoryRequest) {
|
|
4600
4600
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4657,7 +4657,7 @@ class ComputeClient {
|
|
|
4657
4657
|
* @param ChangeComputeCapacityReservationCompartmentRequest
|
|
4658
4658
|
* @return ChangeComputeCapacityReservationCompartmentResponse
|
|
4659
4659
|
* @throws OciError when an error occurs
|
|
4660
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4660
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ChangeComputeCapacityReservationCompartment.ts.html |here} to see how to use ChangeComputeCapacityReservationCompartment API.
|
|
4661
4661
|
*/
|
|
4662
4662
|
changeComputeCapacityReservationCompartment(changeComputeCapacityReservationCompartmentRequest) {
|
|
4663
4663
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4720,7 +4720,7 @@ class ComputeClient {
|
|
|
4720
4720
|
* @param ChangeComputeImageCapabilitySchemaCompartmentRequest
|
|
4721
4721
|
* @return ChangeComputeImageCapabilitySchemaCompartmentResponse
|
|
4722
4722
|
* @throws OciError when an error occurs
|
|
4723
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4723
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ChangeComputeImageCapabilitySchemaCompartment.ts.html |here} to see how to use ChangeComputeImageCapabilitySchemaCompartment API.
|
|
4724
4724
|
*/
|
|
4725
4725
|
changeComputeImageCapabilitySchemaCompartment(changeComputeImageCapabilitySchemaCompartmentRequest) {
|
|
4726
4726
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4775,7 +4775,7 @@ class ComputeClient {
|
|
|
4775
4775
|
* @param ChangeDedicatedVmHostCompartmentRequest
|
|
4776
4776
|
* @return ChangeDedicatedVmHostCompartmentResponse
|
|
4777
4777
|
* @throws OciError when an error occurs
|
|
4778
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4778
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ChangeDedicatedVmHostCompartment.ts.html |here} to see how to use ChangeDedicatedVmHostCompartment API.
|
|
4779
4779
|
*/
|
|
4780
4780
|
changeDedicatedVmHostCompartment(changeDedicatedVmHostCompartmentRequest) {
|
|
4781
4781
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4843,7 +4843,7 @@ class ComputeClient {
|
|
|
4843
4843
|
* @param ChangeImageCompartmentRequest
|
|
4844
4844
|
* @return ChangeImageCompartmentResponse
|
|
4845
4845
|
* @throws OciError when an error occurs
|
|
4846
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4846
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ChangeImageCompartment.ts.html |here} to see how to use ChangeImageCompartment API.
|
|
4847
4847
|
*/
|
|
4848
4848
|
changeImageCompartment(changeImageCompartmentRequest) {
|
|
4849
4849
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4909,7 +4909,7 @@ class ComputeClient {
|
|
|
4909
4909
|
* @param ChangeInstanceCompartmentRequest
|
|
4910
4910
|
* @return ChangeInstanceCompartmentResponse
|
|
4911
4911
|
* @throws OciError when an error occurs
|
|
4912
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4912
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ChangeInstanceCompartment.ts.html |here} to see how to use ChangeInstanceCompartment API.
|
|
4913
4913
|
*/
|
|
4914
4914
|
changeInstanceCompartment(changeInstanceCompartmentRequest) {
|
|
4915
4915
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4975,7 +4975,7 @@ class ComputeClient {
|
|
|
4975
4975
|
* @param CreateAppCatalogSubscriptionRequest
|
|
4976
4976
|
* @return CreateAppCatalogSubscriptionResponse
|
|
4977
4977
|
* @throws OciError when an error occurs
|
|
4978
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4978
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreateAppCatalogSubscription.ts.html |here} to see how to use CreateAppCatalogSubscription API.
|
|
4979
4979
|
*/
|
|
4980
4980
|
createAppCatalogSubscription(createAppCatalogSubscriptionRequest) {
|
|
4981
4981
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5040,7 +5040,7 @@ class ComputeClient {
|
|
|
5040
5040
|
* @param CreateComputeCapacityReservationRequest
|
|
5041
5041
|
* @return CreateComputeCapacityReservationResponse
|
|
5042
5042
|
* @throws OciError when an error occurs
|
|
5043
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5043
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreateComputeCapacityReservation.ts.html |here} to see how to use CreateComputeCapacityReservation API.
|
|
5044
5044
|
*/
|
|
5045
5045
|
createComputeCapacityReservation(createComputeCapacityReservationRequest) {
|
|
5046
5046
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5112,7 +5112,7 @@ class ComputeClient {
|
|
|
5112
5112
|
* @param CreateComputeImageCapabilitySchemaRequest
|
|
5113
5113
|
* @return CreateComputeImageCapabilitySchemaResponse
|
|
5114
5114
|
* @throws OciError when an error occurs
|
|
5115
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5115
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreateComputeImageCapabilitySchema.ts.html |here} to see how to use CreateComputeImageCapabilitySchema API.
|
|
5116
5116
|
*/
|
|
5117
5117
|
createComputeImageCapabilitySchema(createComputeImageCapabilitySchemaRequest) {
|
|
5118
5118
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5176,7 +5176,7 @@ class ComputeClient {
|
|
|
5176
5176
|
* @param CreateDedicatedVmHostRequest
|
|
5177
5177
|
* @return CreateDedicatedVmHostResponse
|
|
5178
5178
|
* @throws OciError when an error occurs
|
|
5179
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5179
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreateDedicatedVmHost.ts.html |here} to see how to use CreateDedicatedVmHost API.
|
|
5180
5180
|
*/
|
|
5181
5181
|
createDedicatedVmHost(createDedicatedVmHostRequest) {
|
|
5182
5182
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5265,7 +5265,7 @@ class ComputeClient {
|
|
|
5265
5265
|
* @param CreateImageRequest
|
|
5266
5266
|
* @return CreateImageResponse
|
|
5267
5267
|
* @throws OciError when an error occurs
|
|
5268
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5268
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreateImage.ts.html |here} to see how to use CreateImage API.
|
|
5269
5269
|
*/
|
|
5270
5270
|
createImage(createImageRequest) {
|
|
5271
5271
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5335,7 +5335,7 @@ class ComputeClient {
|
|
|
5335
5335
|
* @param CreateInstanceConsoleConnectionRequest
|
|
5336
5336
|
* @return CreateInstanceConsoleConnectionResponse
|
|
5337
5337
|
* @throws OciError when an error occurs
|
|
5338
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5338
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreateInstanceConsoleConnection.ts.html |here} to see how to use CreateInstanceConsoleConnection API.
|
|
5339
5339
|
*/
|
|
5340
5340
|
createInstanceConsoleConnection(createInstanceConsoleConnectionRequest) {
|
|
5341
5341
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5395,7 +5395,7 @@ class ComputeClient {
|
|
|
5395
5395
|
* @param DeleteAppCatalogSubscriptionRequest
|
|
5396
5396
|
* @return DeleteAppCatalogSubscriptionResponse
|
|
5397
5397
|
* @throws OciError when an error occurs
|
|
5398
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5398
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeleteAppCatalogSubscription.ts.html |here} to see how to use DeleteAppCatalogSubscription API.
|
|
5399
5399
|
*/
|
|
5400
5400
|
deleteAppCatalogSubscription(deleteAppCatalogSubscriptionRequest) {
|
|
5401
5401
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5448,7 +5448,7 @@ class ComputeClient {
|
|
|
5448
5448
|
* @param DeleteComputeCapacityReservationRequest
|
|
5449
5449
|
* @return DeleteComputeCapacityReservationResponse
|
|
5450
5450
|
* @throws OciError when an error occurs
|
|
5451
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5451
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeleteComputeCapacityReservation.ts.html |here} to see how to use DeleteComputeCapacityReservation API.
|
|
5452
5452
|
*/
|
|
5453
5453
|
deleteComputeCapacityReservation(deleteComputeCapacityReservationRequest) {
|
|
5454
5454
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5507,7 +5507,7 @@ class ComputeClient {
|
|
|
5507
5507
|
* @param DeleteComputeImageCapabilitySchemaRequest
|
|
5508
5508
|
* @return DeleteComputeImageCapabilitySchemaResponse
|
|
5509
5509
|
* @throws OciError when an error occurs
|
|
5510
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5510
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeleteComputeImageCapabilitySchema.ts.html |here} to see how to use DeleteComputeImageCapabilitySchema API.
|
|
5511
5511
|
*/
|
|
5512
5512
|
deleteComputeImageCapabilitySchema(deleteComputeImageCapabilitySchemaRequest) {
|
|
5513
5513
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5560,7 +5560,7 @@ class ComputeClient {
|
|
|
5560
5560
|
* @param DeleteConsoleHistoryRequest
|
|
5561
5561
|
* @return DeleteConsoleHistoryResponse
|
|
5562
5562
|
* @throws OciError when an error occurs
|
|
5563
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5563
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeleteConsoleHistory.ts.html |here} to see how to use DeleteConsoleHistory API.
|
|
5564
5564
|
*/
|
|
5565
5565
|
deleteConsoleHistory(deleteConsoleHistoryRequest) {
|
|
5566
5566
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5616,7 +5616,7 @@ class ComputeClient {
|
|
|
5616
5616
|
* @param DeleteDedicatedVmHostRequest
|
|
5617
5617
|
* @return DeleteDedicatedVmHostResponse
|
|
5618
5618
|
* @throws OciError when an error occurs
|
|
5619
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5619
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeleteDedicatedVmHost.ts.html |here} to see how to use DeleteDedicatedVmHost API.
|
|
5620
5620
|
*/
|
|
5621
5621
|
deleteDedicatedVmHost(deleteDedicatedVmHostRequest) {
|
|
5622
5622
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5673,7 +5673,7 @@ class ComputeClient {
|
|
|
5673
5673
|
* @param DeleteImageRequest
|
|
5674
5674
|
* @return DeleteImageResponse
|
|
5675
5675
|
* @throws OciError when an error occurs
|
|
5676
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5676
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeleteImage.ts.html |here} to see how to use DeleteImage API.
|
|
5677
5677
|
*/
|
|
5678
5678
|
deleteImage(deleteImageRequest) {
|
|
5679
5679
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5725,7 +5725,7 @@ class ComputeClient {
|
|
|
5725
5725
|
* @param DeleteInstanceConsoleConnectionRequest
|
|
5726
5726
|
* @return DeleteInstanceConsoleConnectionResponse
|
|
5727
5727
|
* @throws OciError when an error occurs
|
|
5728
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5728
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeleteInstanceConsoleConnection.ts.html |here} to see how to use DeleteInstanceConsoleConnection API.
|
|
5729
5729
|
*/
|
|
5730
5730
|
deleteInstanceConsoleConnection(deleteInstanceConsoleConnectionRequest) {
|
|
5731
5731
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5781,7 +5781,7 @@ class ComputeClient {
|
|
|
5781
5781
|
* @param DetachBootVolumeRequest
|
|
5782
5782
|
* @return DetachBootVolumeResponse
|
|
5783
5783
|
* @throws OciError when an error occurs
|
|
5784
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5784
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DetachBootVolume.ts.html |here} to see how to use DetachBootVolume API.
|
|
5785
5785
|
*/
|
|
5786
5786
|
detachBootVolume(detachBootVolumeRequest) {
|
|
5787
5787
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5843,7 +5843,7 @@ class ComputeClient {
|
|
|
5843
5843
|
* @param DetachVnicRequest
|
|
5844
5844
|
* @return DetachVnicResponse
|
|
5845
5845
|
* @throws OciError when an error occurs
|
|
5846
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5846
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DetachVnic.ts.html |here} to see how to use DetachVnic API.
|
|
5847
5847
|
*/
|
|
5848
5848
|
detachVnic(detachVnicRequest) {
|
|
5849
5849
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5899,7 +5899,7 @@ class ComputeClient {
|
|
|
5899
5899
|
* @param DetachVolumeRequest
|
|
5900
5900
|
* @return DetachVolumeResponse
|
|
5901
5901
|
* @throws OciError when an error occurs
|
|
5902
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5902
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DetachVolume.ts.html |here} to see how to use DetachVolume API.
|
|
5903
5903
|
*/
|
|
5904
5904
|
detachVolume(detachVolumeRequest) {
|
|
5905
5905
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5961,7 +5961,7 @@ class ComputeClient {
|
|
|
5961
5961
|
* @param ExportImageRequest
|
|
5962
5962
|
* @return ExportImageResponse
|
|
5963
5963
|
* @throws OciError when an error occurs
|
|
5964
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5964
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ExportImage.ts.html |here} to see how to use ExportImage API.
|
|
5965
5965
|
*/
|
|
5966
5966
|
exportImage(exportImageRequest) {
|
|
5967
5967
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6029,7 +6029,7 @@ class ComputeClient {
|
|
|
6029
6029
|
* @param GetAppCatalogListingRequest
|
|
6030
6030
|
* @return GetAppCatalogListingResponse
|
|
6031
6031
|
* @throws OciError when an error occurs
|
|
6032
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6032
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetAppCatalogListing.ts.html |here} to see how to use GetAppCatalogListing API.
|
|
6033
6033
|
*/
|
|
6034
6034
|
getAppCatalogListing(getAppCatalogListingRequest) {
|
|
6035
6035
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6089,7 +6089,7 @@ class ComputeClient {
|
|
|
6089
6089
|
* @param GetAppCatalogListingAgreementsRequest
|
|
6090
6090
|
* @return GetAppCatalogListingAgreementsResponse
|
|
6091
6091
|
* @throws OciError when an error occurs
|
|
6092
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6092
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetAppCatalogListingAgreements.ts.html |here} to see how to use GetAppCatalogListingAgreements API.
|
|
6093
6093
|
*/
|
|
6094
6094
|
getAppCatalogListingAgreements(getAppCatalogListingAgreementsRequest) {
|
|
6095
6095
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6150,7 +6150,7 @@ class ComputeClient {
|
|
|
6150
6150
|
* @param GetAppCatalogListingResourceVersionRequest
|
|
6151
6151
|
* @return GetAppCatalogListingResourceVersionResponse
|
|
6152
6152
|
* @throws OciError when an error occurs
|
|
6153
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6153
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetAppCatalogListingResourceVersion.ts.html |here} to see how to use GetAppCatalogListingResourceVersion API.
|
|
6154
6154
|
*/
|
|
6155
6155
|
getAppCatalogListingResourceVersion(getAppCatalogListingResourceVersionRequest) {
|
|
6156
6156
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6211,7 +6211,7 @@ class ComputeClient {
|
|
|
6211
6211
|
* @param GetBootVolumeAttachmentRequest
|
|
6212
6212
|
* @return GetBootVolumeAttachmentResponse
|
|
6213
6213
|
* @throws OciError when an error occurs
|
|
6214
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6214
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetBootVolumeAttachment.ts.html |here} to see how to use GetBootVolumeAttachment API.
|
|
6215
6215
|
*/
|
|
6216
6216
|
getBootVolumeAttachment(getBootVolumeAttachmentRequest) {
|
|
6217
6217
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6271,7 +6271,7 @@ class ComputeClient {
|
|
|
6271
6271
|
* @param GetComputeCapacityReservationRequest
|
|
6272
6272
|
* @return GetComputeCapacityReservationResponse
|
|
6273
6273
|
* @throws OciError when an error occurs
|
|
6274
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6274
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetComputeCapacityReservation.ts.html |here} to see how to use GetComputeCapacityReservation API.
|
|
6275
6275
|
*/
|
|
6276
6276
|
getComputeCapacityReservation(getComputeCapacityReservationRequest) {
|
|
6277
6277
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6332,7 +6332,7 @@ class ComputeClient {
|
|
|
6332
6332
|
* @param GetComputeGlobalImageCapabilitySchemaRequest
|
|
6333
6333
|
* @return GetComputeGlobalImageCapabilitySchemaResponse
|
|
6334
6334
|
* @throws OciError when an error occurs
|
|
6335
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6335
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetComputeGlobalImageCapabilitySchema.ts.html |here} to see how to use GetComputeGlobalImageCapabilitySchema API.
|
|
6336
6336
|
*/
|
|
6337
6337
|
getComputeGlobalImageCapabilitySchema(getComputeGlobalImageCapabilitySchemaRequest) {
|
|
6338
6338
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6392,7 +6392,7 @@ class ComputeClient {
|
|
|
6392
6392
|
* @param GetComputeGlobalImageCapabilitySchemaVersionRequest
|
|
6393
6393
|
* @return GetComputeGlobalImageCapabilitySchemaVersionResponse
|
|
6394
6394
|
* @throws OciError when an error occurs
|
|
6395
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6395
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetComputeGlobalImageCapabilitySchemaVersion.ts.html |here} to see how to use GetComputeGlobalImageCapabilitySchemaVersion API.
|
|
6396
6396
|
*/
|
|
6397
6397
|
getComputeGlobalImageCapabilitySchemaVersion(getComputeGlobalImageCapabilitySchemaVersionRequest) {
|
|
6398
6398
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6454,7 +6454,7 @@ class ComputeClient {
|
|
|
6454
6454
|
* @param GetComputeImageCapabilitySchemaRequest
|
|
6455
6455
|
* @return GetComputeImageCapabilitySchemaResponse
|
|
6456
6456
|
* @throws OciError when an error occurs
|
|
6457
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6457
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetComputeImageCapabilitySchema.ts.html |here} to see how to use GetComputeImageCapabilitySchema API.
|
|
6458
6458
|
*/
|
|
6459
6459
|
getComputeImageCapabilitySchema(getComputeImageCapabilitySchemaRequest) {
|
|
6460
6460
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6519,7 +6519,7 @@ class ComputeClient {
|
|
|
6519
6519
|
* @param GetConsoleHistoryRequest
|
|
6520
6520
|
* @return GetConsoleHistoryResponse
|
|
6521
6521
|
* @throws OciError when an error occurs
|
|
6522
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6522
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetConsoleHistory.ts.html |here} to see how to use GetConsoleHistory API.
|
|
6523
6523
|
*/
|
|
6524
6524
|
getConsoleHistory(getConsoleHistoryRequest) {
|
|
6525
6525
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6582,7 +6582,7 @@ class ComputeClient {
|
|
|
6582
6582
|
* @param GetConsoleHistoryContentRequest
|
|
6583
6583
|
* @return GetConsoleHistoryContentResponse
|
|
6584
6584
|
* @throws OciError when an error occurs
|
|
6585
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6585
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetConsoleHistoryContent.ts.html |here} to see how to use GetConsoleHistoryContent API.
|
|
6586
6586
|
*/
|
|
6587
6587
|
getConsoleHistoryContent(getConsoleHistoryContentRequest) {
|
|
6588
6588
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6645,7 +6645,7 @@ class ComputeClient {
|
|
|
6645
6645
|
* @param GetDedicatedVmHostRequest
|
|
6646
6646
|
* @return GetDedicatedVmHostResponse
|
|
6647
6647
|
* @throws OciError when an error occurs
|
|
6648
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6648
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetDedicatedVmHost.ts.html |here} to see how to use GetDedicatedVmHost API.
|
|
6649
6649
|
*/
|
|
6650
6650
|
getDedicatedVmHost(getDedicatedVmHostRequest) {
|
|
6651
6651
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6706,7 +6706,7 @@ class ComputeClient {
|
|
|
6706
6706
|
* @param GetImageRequest
|
|
6707
6707
|
* @return GetImageResponse
|
|
6708
6708
|
* @throws OciError when an error occurs
|
|
6709
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6709
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetImage.ts.html |here} to see how to use GetImage API.
|
|
6710
6710
|
*/
|
|
6711
6711
|
getImage(getImageRequest) {
|
|
6712
6712
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6766,7 +6766,7 @@ class ComputeClient {
|
|
|
6766
6766
|
* @param GetImageShapeCompatibilityEntryRequest
|
|
6767
6767
|
* @return GetImageShapeCompatibilityEntryResponse
|
|
6768
6768
|
* @throws OciError when an error occurs
|
|
6769
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6769
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetImageShapeCompatibilityEntry.ts.html |here} to see how to use GetImageShapeCompatibilityEntry API.
|
|
6770
6770
|
*/
|
|
6771
6771
|
getImageShapeCompatibilityEntry(getImageShapeCompatibilityEntryRequest) {
|
|
6772
6772
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6823,7 +6823,7 @@ class ComputeClient {
|
|
|
6823
6823
|
* @param GetInstanceRequest
|
|
6824
6824
|
* @return GetInstanceResponse
|
|
6825
6825
|
* @throws OciError when an error occurs
|
|
6826
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6826
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetInstance.ts.html |here} to see how to use GetInstance API.
|
|
6827
6827
|
*/
|
|
6828
6828
|
getInstance(getInstanceRequest) {
|
|
6829
6829
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6883,7 +6883,7 @@ class ComputeClient {
|
|
|
6883
6883
|
* @param GetInstanceConsoleConnectionRequest
|
|
6884
6884
|
* @return GetInstanceConsoleConnectionResponse
|
|
6885
6885
|
* @throws OciError when an error occurs
|
|
6886
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6886
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetInstanceConsoleConnection.ts.html |here} to see how to use GetInstanceConsoleConnection API.
|
|
6887
6887
|
*/
|
|
6888
6888
|
getInstanceConsoleConnection(getInstanceConsoleConnectionRequest) {
|
|
6889
6889
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6938,7 +6938,7 @@ class ComputeClient {
|
|
|
6938
6938
|
* @param GetMeasuredBootReportRequest
|
|
6939
6939
|
* @return GetMeasuredBootReportResponse
|
|
6940
6940
|
* @throws OciError when an error occurs
|
|
6941
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6941
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetMeasuredBootReport.ts.html |here} to see how to use GetMeasuredBootReport API.
|
|
6942
6942
|
*/
|
|
6943
6943
|
getMeasuredBootReport(getMeasuredBootReportRequest) {
|
|
6944
6944
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7000,7 +7000,7 @@ class ComputeClient {
|
|
|
7000
7000
|
* @param GetVnicAttachmentRequest
|
|
7001
7001
|
* @return GetVnicAttachmentResponse
|
|
7002
7002
|
* @throws OciError when an error occurs
|
|
7003
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7003
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetVnicAttachment.ts.html |here} to see how to use GetVnicAttachment API.
|
|
7004
7004
|
*/
|
|
7005
7005
|
getVnicAttachment(getVnicAttachmentRequest) {
|
|
7006
7006
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7060,7 +7060,7 @@ class ComputeClient {
|
|
|
7060
7060
|
* @param GetVolumeAttachmentRequest
|
|
7061
7061
|
* @return GetVolumeAttachmentResponse
|
|
7062
7062
|
* @throws OciError when an error occurs
|
|
7063
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7063
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetVolumeAttachment.ts.html |here} to see how to use GetVolumeAttachment API.
|
|
7064
7064
|
*/
|
|
7065
7065
|
getVolumeAttachment(getVolumeAttachmentRequest) {
|
|
7066
7066
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7122,7 +7122,7 @@ class ComputeClient {
|
|
|
7122
7122
|
* @param GetWindowsInstanceInitialCredentialsRequest
|
|
7123
7123
|
* @return GetWindowsInstanceInitialCredentialsResponse
|
|
7124
7124
|
* @throws OciError when an error occurs
|
|
7125
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7125
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetWindowsInstanceInitialCredentials.ts.html |here} to see how to use GetWindowsInstanceInitialCredentials API.
|
|
7126
7126
|
*/
|
|
7127
7127
|
getWindowsInstanceInitialCredentials(getWindowsInstanceInitialCredentialsRequest) {
|
|
7128
7128
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7207,7 +7207,7 @@ class ComputeClient {
|
|
|
7207
7207
|
* @param InstanceActionRequest
|
|
7208
7208
|
* @return InstanceActionResponse
|
|
7209
7209
|
* @throws OciError when an error occurs
|
|
7210
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7210
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/InstanceAction.ts.html |here} to see how to use InstanceAction API.
|
|
7211
7211
|
*/
|
|
7212
7212
|
instanceAction(instanceActionRequest) {
|
|
7213
7213
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7310,7 +7310,7 @@ class ComputeClient {
|
|
|
7310
7310
|
* @param LaunchInstanceRequest
|
|
7311
7311
|
* @return LaunchInstanceResponse
|
|
7312
7312
|
* @throws OciError when an error occurs
|
|
7313
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7313
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/LaunchInstance.ts.html |here} to see how to use LaunchInstance API.
|
|
7314
7314
|
*/
|
|
7315
7315
|
launchInstance(launchInstanceRequest) {
|
|
7316
7316
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7375,7 +7375,7 @@ class ComputeClient {
|
|
|
7375
7375
|
* @param ListAppCatalogListingResourceVersionsRequest
|
|
7376
7376
|
* @return ListAppCatalogListingResourceVersionsResponse
|
|
7377
7377
|
* @throws OciError when an error occurs
|
|
7378
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7378
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListAppCatalogListingResourceVersions.ts.html |here} to see how to use ListAppCatalogListingResourceVersions API.
|
|
7379
7379
|
*/
|
|
7380
7380
|
listAppCatalogListingResourceVersions(listAppCatalogListingResourceVersionsRequest) {
|
|
7381
7381
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7479,7 +7479,7 @@ class ComputeClient {
|
|
|
7479
7479
|
* @param ListAppCatalogListingsRequest
|
|
7480
7480
|
* @return ListAppCatalogListingsResponse
|
|
7481
7481
|
* @throws OciError when an error occurs
|
|
7482
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7482
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListAppCatalogListings.ts.html |here} to see how to use ListAppCatalogListings API.
|
|
7483
7483
|
*/
|
|
7484
7484
|
listAppCatalogListings(listAppCatalogListingsRequest) {
|
|
7485
7485
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7584,7 +7584,7 @@ class ComputeClient {
|
|
|
7584
7584
|
* @param ListAppCatalogSubscriptionsRequest
|
|
7585
7585
|
* @return ListAppCatalogSubscriptionsResponse
|
|
7586
7586
|
* @throws OciError when an error occurs
|
|
7587
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7587
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListAppCatalogSubscriptions.ts.html |here} to see how to use ListAppCatalogSubscriptions API.
|
|
7588
7588
|
*/
|
|
7589
7589
|
listAppCatalogSubscriptions(listAppCatalogSubscriptionsRequest) {
|
|
7590
7590
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7691,7 +7691,7 @@ class ComputeClient {
|
|
|
7691
7691
|
* @param ListBootVolumeAttachmentsRequest
|
|
7692
7692
|
* @return ListBootVolumeAttachmentsResponse
|
|
7693
7693
|
* @throws OciError when an error occurs
|
|
7694
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7694
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListBootVolumeAttachments.ts.html |here} to see how to use ListBootVolumeAttachments API.
|
|
7695
7695
|
*/
|
|
7696
7696
|
listBootVolumeAttachments(listBootVolumeAttachmentsRequest) {
|
|
7697
7697
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7797,7 +7797,7 @@ class ComputeClient {
|
|
|
7797
7797
|
* @param ListComputeCapacityReservationInstanceShapesRequest
|
|
7798
7798
|
* @return ListComputeCapacityReservationInstanceShapesResponse
|
|
7799
7799
|
* @throws OciError when an error occurs
|
|
7800
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7800
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListComputeCapacityReservationInstanceShapes.ts.html |here} to see how to use ListComputeCapacityReservationInstanceShapes API.
|
|
7801
7801
|
*/
|
|
7802
7802
|
listComputeCapacityReservationInstanceShapes(listComputeCapacityReservationInstanceShapesRequest) {
|
|
7803
7803
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7905,7 +7905,7 @@ class ComputeClient {
|
|
|
7905
7905
|
* @param ListComputeCapacityReservationInstancesRequest
|
|
7906
7906
|
* @return ListComputeCapacityReservationInstancesResponse
|
|
7907
7907
|
* @throws OciError when an error occurs
|
|
7908
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7908
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListComputeCapacityReservationInstances.ts.html |here} to see how to use ListComputeCapacityReservationInstances API.
|
|
7909
7909
|
*/
|
|
7910
7910
|
listComputeCapacityReservationInstances(listComputeCapacityReservationInstancesRequest) {
|
|
7911
7911
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8017,7 +8017,7 @@ class ComputeClient {
|
|
|
8017
8017
|
* @param ListComputeCapacityReservationsRequest
|
|
8018
8018
|
* @return ListComputeCapacityReservationsResponse
|
|
8019
8019
|
* @throws OciError when an error occurs
|
|
8020
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8020
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListComputeCapacityReservations.ts.html |here} to see how to use ListComputeCapacityReservations API.
|
|
8021
8021
|
*/
|
|
8022
8022
|
listComputeCapacityReservations(listComputeCapacityReservationsRequest) {
|
|
8023
8023
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8126,7 +8126,7 @@ class ComputeClient {
|
|
|
8126
8126
|
* @param ListComputeGlobalImageCapabilitySchemaVersionsRequest
|
|
8127
8127
|
* @return ListComputeGlobalImageCapabilitySchemaVersionsResponse
|
|
8128
8128
|
* @throws OciError when an error occurs
|
|
8129
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8129
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListComputeGlobalImageCapabilitySchemaVersions.ts.html |here} to see how to use ListComputeGlobalImageCapabilitySchemaVersions API.
|
|
8130
8130
|
*/
|
|
8131
8131
|
listComputeGlobalImageCapabilitySchemaVersions(listComputeGlobalImageCapabilitySchemaVersionsRequest) {
|
|
8132
8132
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8233,7 +8233,7 @@ class ComputeClient {
|
|
|
8233
8233
|
* @param ListComputeGlobalImageCapabilitySchemasRequest
|
|
8234
8234
|
* @return ListComputeGlobalImageCapabilitySchemasResponse
|
|
8235
8235
|
* @throws OciError when an error occurs
|
|
8236
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8236
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListComputeGlobalImageCapabilitySchemas.ts.html |here} to see how to use ListComputeGlobalImageCapabilitySchemas API.
|
|
8237
8237
|
*/
|
|
8238
8238
|
listComputeGlobalImageCapabilitySchemas(listComputeGlobalImageCapabilitySchemasRequest) {
|
|
8239
8239
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8339,7 +8339,7 @@ class ComputeClient {
|
|
|
8339
8339
|
* @param ListComputeImageCapabilitySchemasRequest
|
|
8340
8340
|
* @return ListComputeImageCapabilitySchemasResponse
|
|
8341
8341
|
* @throws OciError when an error occurs
|
|
8342
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8342
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListComputeImageCapabilitySchemas.ts.html |here} to see how to use ListComputeImageCapabilitySchemas API.
|
|
8343
8343
|
*/
|
|
8344
8344
|
listComputeImageCapabilitySchemas(listComputeImageCapabilitySchemasRequest) {
|
|
8345
8345
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8446,7 +8446,7 @@ class ComputeClient {
|
|
|
8446
8446
|
* @param ListConsoleHistoriesRequest
|
|
8447
8447
|
* @return ListConsoleHistoriesResponse
|
|
8448
8448
|
* @throws OciError when an error occurs
|
|
8449
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8449
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListConsoleHistories.ts.html |here} to see how to use ListConsoleHistories API.
|
|
8450
8450
|
*/
|
|
8451
8451
|
listConsoleHistories(listConsoleHistoriesRequest) {
|
|
8452
8452
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8555,7 +8555,7 @@ class ComputeClient {
|
|
|
8555
8555
|
* @param ListDedicatedVmHostInstanceShapesRequest
|
|
8556
8556
|
* @return ListDedicatedVmHostInstanceShapesResponse
|
|
8557
8557
|
* @throws OciError when an error occurs
|
|
8558
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8558
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListDedicatedVmHostInstanceShapes.ts.html |here} to see how to use ListDedicatedVmHostInstanceShapes API.
|
|
8559
8559
|
*/
|
|
8560
8560
|
listDedicatedVmHostInstanceShapes(listDedicatedVmHostInstanceShapesRequest) {
|
|
8561
8561
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8661,7 +8661,7 @@ class ComputeClient {
|
|
|
8661
8661
|
* @param ListDedicatedVmHostInstancesRequest
|
|
8662
8662
|
* @return ListDedicatedVmHostInstancesResponse
|
|
8663
8663
|
* @throws OciError when an error occurs
|
|
8664
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8664
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListDedicatedVmHostInstances.ts.html |here} to see how to use ListDedicatedVmHostInstances API.
|
|
8665
8665
|
*/
|
|
8666
8666
|
listDedicatedVmHostInstances(listDedicatedVmHostInstancesRequest) {
|
|
8667
8667
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8770,7 +8770,7 @@ class ComputeClient {
|
|
|
8770
8770
|
* @param ListDedicatedVmHostShapesRequest
|
|
8771
8771
|
* @return ListDedicatedVmHostShapesResponse
|
|
8772
8772
|
* @throws OciError when an error occurs
|
|
8773
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8773
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListDedicatedVmHostShapes.ts.html |here} to see how to use ListDedicatedVmHostShapes API.
|
|
8774
8774
|
*/
|
|
8775
8775
|
listDedicatedVmHostShapes(listDedicatedVmHostShapesRequest) {
|
|
8776
8776
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8879,7 +8879,7 @@ class ComputeClient {
|
|
|
8879
8879
|
* @param ListDedicatedVmHostsRequest
|
|
8880
8880
|
* @return ListDedicatedVmHostsResponse
|
|
8881
8881
|
* @throws OciError when an error occurs
|
|
8882
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8882
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListDedicatedVmHosts.ts.html |here} to see how to use ListDedicatedVmHosts API.
|
|
8883
8883
|
*/
|
|
8884
8884
|
listDedicatedVmHosts(listDedicatedVmHostsRequest) {
|
|
8885
8885
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8990,7 +8990,7 @@ class ComputeClient {
|
|
|
8990
8990
|
* @param ListImageShapeCompatibilityEntriesRequest
|
|
8991
8991
|
* @return ListImageShapeCompatibilityEntriesResponse
|
|
8992
8992
|
* @throws OciError when an error occurs
|
|
8993
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8993
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListImageShapeCompatibilityEntries.ts.html |here} to see how to use ListImageShapeCompatibilityEntries API.
|
|
8994
8994
|
*/
|
|
8995
8995
|
listImageShapeCompatibilityEntries(listImageShapeCompatibilityEntriesRequest) {
|
|
8996
8996
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9105,7 +9105,7 @@ class ComputeClient {
|
|
|
9105
9105
|
* @param ListImagesRequest
|
|
9106
9106
|
* @return ListImagesResponse
|
|
9107
9107
|
* @throws OciError when an error occurs
|
|
9108
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9108
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListImages.ts.html |here} to see how to use ListImages API.
|
|
9109
9109
|
*/
|
|
9110
9110
|
listImages(listImagesRequest) {
|
|
9111
9111
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9217,7 +9217,7 @@ class ComputeClient {
|
|
|
9217
9217
|
* @param ListInstanceConsoleConnectionsRequest
|
|
9218
9218
|
* @return ListInstanceConsoleConnectionsResponse
|
|
9219
9219
|
* @throws OciError when an error occurs
|
|
9220
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9220
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListInstanceConsoleConnections.ts.html |here} to see how to use ListInstanceConsoleConnections API.
|
|
9221
9221
|
*/
|
|
9222
9222
|
listInstanceConsoleConnections(listInstanceConsoleConnectionsRequest) {
|
|
9223
9223
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9320,7 +9320,7 @@ class ComputeClient {
|
|
|
9320
9320
|
* @param ListInstanceDevicesRequest
|
|
9321
9321
|
* @return ListInstanceDevicesResponse
|
|
9322
9322
|
* @throws OciError when an error occurs
|
|
9323
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9323
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListInstanceDevices.ts.html |here} to see how to use ListInstanceDevices API.
|
|
9324
9324
|
*/
|
|
9325
9325
|
listInstanceDevices(listInstanceDevicesRequest) {
|
|
9326
9326
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9431,7 +9431,7 @@ class ComputeClient {
|
|
|
9431
9431
|
* @param ListInstancesRequest
|
|
9432
9432
|
* @return ListInstancesResponse
|
|
9433
9433
|
* @throws OciError when an error occurs
|
|
9434
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9434
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListInstances.ts.html |here} to see how to use ListInstances API.
|
|
9435
9435
|
*/
|
|
9436
9436
|
listInstances(listInstancesRequest) {
|
|
9437
9437
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9541,7 +9541,7 @@ class ComputeClient {
|
|
|
9541
9541
|
* @param ListShapesRequest
|
|
9542
9542
|
* @return ListShapesResponse
|
|
9543
9543
|
* @throws OciError when an error occurs
|
|
9544
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9544
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListShapes.ts.html |here} to see how to use ListShapes API.
|
|
9545
9545
|
*/
|
|
9546
9546
|
listShapes(listShapesRequest) {
|
|
9547
9547
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9648,7 +9648,7 @@ class ComputeClient {
|
|
|
9648
9648
|
* @param ListVnicAttachmentsRequest
|
|
9649
9649
|
* @return ListVnicAttachmentsResponse
|
|
9650
9650
|
* @throws OciError when an error occurs
|
|
9651
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9651
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListVnicAttachments.ts.html |here} to see how to use ListVnicAttachments API.
|
|
9652
9652
|
*/
|
|
9653
9653
|
listVnicAttachments(listVnicAttachmentsRequest) {
|
|
9654
9654
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9758,7 +9758,7 @@ class ComputeClient {
|
|
|
9758
9758
|
* @param ListVolumeAttachmentsRequest
|
|
9759
9759
|
* @return ListVolumeAttachmentsResponse
|
|
9760
9760
|
* @throws OciError when an error occurs
|
|
9761
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9761
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListVolumeAttachments.ts.html |here} to see how to use ListVolumeAttachments API.
|
|
9762
9762
|
*/
|
|
9763
9763
|
listVolumeAttachments(listVolumeAttachmentsRequest) {
|
|
9764
9764
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9863,7 +9863,7 @@ class ComputeClient {
|
|
|
9863
9863
|
* @param RemoveImageShapeCompatibilityEntryRequest
|
|
9864
9864
|
* @return RemoveImageShapeCompatibilityEntryResponse
|
|
9865
9865
|
* @throws OciError when an error occurs
|
|
9866
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9866
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/RemoveImageShapeCompatibilityEntry.ts.html |here} to see how to use RemoveImageShapeCompatibilityEntry API.
|
|
9867
9867
|
*/
|
|
9868
9868
|
removeImageShapeCompatibilityEntry(removeImageShapeCompatibilityEntryRequest) {
|
|
9869
9869
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9923,7 +9923,7 @@ class ComputeClient {
|
|
|
9923
9923
|
* @param TerminateInstanceRequest
|
|
9924
9924
|
* @return TerminateInstanceResponse
|
|
9925
9925
|
* @throws OciError when an error occurs
|
|
9926
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9926
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/TerminateInstance.ts.html |here} to see how to use TerminateInstance API.
|
|
9927
9927
|
*/
|
|
9928
9928
|
terminateInstance(terminateInstanceRequest) {
|
|
9929
9929
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9980,7 +9980,7 @@ class ComputeClient {
|
|
|
9980
9980
|
* @param UpdateComputeCapacityReservationRequest
|
|
9981
9981
|
* @return UpdateComputeCapacityReservationResponse
|
|
9982
9982
|
* @throws OciError when an error occurs
|
|
9983
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9983
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateComputeCapacityReservation.ts.html |here} to see how to use UpdateComputeCapacityReservation API.
|
|
9984
9984
|
*/
|
|
9985
9985
|
updateComputeCapacityReservation(updateComputeCapacityReservationRequest) {
|
|
9986
9986
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10040,7 +10040,7 @@ class ComputeClient {
|
|
|
10040
10040
|
* @param UpdateComputeImageCapabilitySchemaRequest
|
|
10041
10041
|
* @return UpdateComputeImageCapabilitySchemaResponse
|
|
10042
10042
|
* @throws OciError when an error occurs
|
|
10043
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10043
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateComputeImageCapabilitySchema.ts.html |here} to see how to use UpdateComputeImageCapabilitySchema API.
|
|
10044
10044
|
*/
|
|
10045
10045
|
updateComputeImageCapabilitySchema(updateComputeImageCapabilitySchemaRequest) {
|
|
10046
10046
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10102,7 +10102,7 @@ class ComputeClient {
|
|
|
10102
10102
|
* @param UpdateConsoleHistoryRequest
|
|
10103
10103
|
* @return UpdateConsoleHistoryResponse
|
|
10104
10104
|
* @throws OciError when an error occurs
|
|
10105
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10105
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateConsoleHistory.ts.html |here} to see how to use UpdateConsoleHistory API.
|
|
10106
10106
|
*/
|
|
10107
10107
|
updateConsoleHistory(updateConsoleHistoryRequest) {
|
|
10108
10108
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10166,7 +10166,7 @@ class ComputeClient {
|
|
|
10166
10166
|
* @param UpdateDedicatedVmHostRequest
|
|
10167
10167
|
* @return UpdateDedicatedVmHostResponse
|
|
10168
10168
|
* @throws OciError when an error occurs
|
|
10169
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10169
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateDedicatedVmHost.ts.html |here} to see how to use UpdateDedicatedVmHost API.
|
|
10170
10170
|
*/
|
|
10171
10171
|
updateDedicatedVmHost(updateDedicatedVmHostRequest) {
|
|
10172
10172
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10231,7 +10231,7 @@ class ComputeClient {
|
|
|
10231
10231
|
* @param UpdateImageRequest
|
|
10232
10232
|
* @return UpdateImageResponse
|
|
10233
10233
|
* @throws OciError when an error occurs
|
|
10234
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10234
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateImage.ts.html |here} to see how to use UpdateImage API.
|
|
10235
10235
|
*/
|
|
10236
10236
|
updateImage(updateImageRequest) {
|
|
10237
10237
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10301,7 +10301,7 @@ class ComputeClient {
|
|
|
10301
10301
|
* @param UpdateInstanceRequest
|
|
10302
10302
|
* @return UpdateInstanceResponse
|
|
10303
10303
|
* @throws OciError when an error occurs
|
|
10304
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10304
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateInstance.ts.html |here} to see how to use UpdateInstance API.
|
|
10305
10305
|
*/
|
|
10306
10306
|
updateInstance(updateInstanceRequest) {
|
|
10307
10307
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10369,7 +10369,7 @@ class ComputeClient {
|
|
|
10369
10369
|
* @param UpdateInstanceConsoleConnectionRequest
|
|
10370
10370
|
* @return UpdateInstanceConsoleConnectionResponse
|
|
10371
10371
|
* @throws OciError when an error occurs
|
|
10372
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10372
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateInstanceConsoleConnection.ts.html |here} to see how to use UpdateInstanceConsoleConnection API.
|
|
10373
10373
|
*/
|
|
10374
10374
|
updateInstanceConsoleConnection(updateInstanceConsoleConnectionRequest) {
|
|
10375
10375
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10432,7 +10432,7 @@ class ComputeClient {
|
|
|
10432
10432
|
* @param UpdateVolumeAttachmentRequest
|
|
10433
10433
|
* @return UpdateVolumeAttachmentResponse
|
|
10434
10434
|
* @throws OciError when an error occurs
|
|
10435
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10435
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateVolumeAttachment.ts.html |here} to see how to use UpdateVolumeAttachment API.
|
|
10436
10436
|
*/
|
|
10437
10437
|
updateVolumeAttachment(updateVolumeAttachmentRequest) {
|
|
10438
10438
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10598,7 +10598,7 @@ class ComputeManagementClient {
|
|
|
10598
10598
|
* @param AttachInstancePoolInstanceRequest
|
|
10599
10599
|
* @return AttachInstancePoolInstanceResponse
|
|
10600
10600
|
* @throws OciError when an error occurs
|
|
10601
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10601
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/AttachInstancePoolInstance.ts.html |here} to see how to use AttachInstancePoolInstance API.
|
|
10602
10602
|
*/
|
|
10603
10603
|
attachInstancePoolInstance(attachInstancePoolInstanceRequest) {
|
|
10604
10604
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10671,7 +10671,7 @@ class ComputeManagementClient {
|
|
|
10671
10671
|
* @param AttachLoadBalancerRequest
|
|
10672
10672
|
* @return AttachLoadBalancerResponse
|
|
10673
10673
|
* @throws OciError when an error occurs
|
|
10674
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10674
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/AttachLoadBalancer.ts.html |here} to see how to use AttachLoadBalancer API.
|
|
10675
10675
|
*/
|
|
10676
10676
|
attachLoadBalancer(attachLoadBalancerRequest) {
|
|
10677
10677
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10740,7 +10740,7 @@ class ComputeManagementClient {
|
|
|
10740
10740
|
* @param ChangeClusterNetworkCompartmentRequest
|
|
10741
10741
|
* @return ChangeClusterNetworkCompartmentResponse
|
|
10742
10742
|
* @throws OciError when an error occurs
|
|
10743
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10743
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ChangeClusterNetworkCompartment.ts.html |here} to see how to use ChangeClusterNetworkCompartment API.
|
|
10744
10744
|
*/
|
|
10745
10745
|
changeClusterNetworkCompartment(changeClusterNetworkCompartmentRequest) {
|
|
10746
10746
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10813,7 +10813,7 @@ class ComputeManagementClient {
|
|
|
10813
10813
|
* @param ChangeInstanceConfigurationCompartmentRequest
|
|
10814
10814
|
* @return ChangeInstanceConfigurationCompartmentResponse
|
|
10815
10815
|
* @throws OciError when an error occurs
|
|
10816
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10816
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ChangeInstanceConfigurationCompartment.ts.html |here} to see how to use ChangeInstanceConfigurationCompartment API.
|
|
10817
10817
|
*/
|
|
10818
10818
|
changeInstanceConfigurationCompartment(changeInstanceConfigurationCompartmentRequest) {
|
|
10819
10819
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10879,7 +10879,7 @@ class ComputeManagementClient {
|
|
|
10879
10879
|
* @param ChangeInstancePoolCompartmentRequest
|
|
10880
10880
|
* @return ChangeInstancePoolCompartmentResponse
|
|
10881
10881
|
* @throws OciError when an error occurs
|
|
10882
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10882
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ChangeInstancePoolCompartment.ts.html |here} to see how to use ChangeInstancePoolCompartment API.
|
|
10883
10883
|
*/
|
|
10884
10884
|
changeInstancePoolCompartment(changeInstancePoolCompartmentRequest) {
|
|
10885
10885
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10941,7 +10941,7 @@ class ComputeManagementClient {
|
|
|
10941
10941
|
* @param CreateClusterNetworkRequest
|
|
10942
10942
|
* @return CreateClusterNetworkResponse
|
|
10943
10943
|
* @throws OciError when an error occurs
|
|
10944
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10944
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreateClusterNetwork.ts.html |here} to see how to use CreateClusterNetwork API.
|
|
10945
10945
|
*/
|
|
10946
10946
|
createClusterNetwork(createClusterNetworkRequest) {
|
|
10947
10947
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11008,7 +11008,7 @@ class ComputeManagementClient {
|
|
|
11008
11008
|
* @param CreateInstanceConfigurationRequest
|
|
11009
11009
|
* @return CreateInstanceConfigurationResponse
|
|
11010
11010
|
* @throws OciError when an error occurs
|
|
11011
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11011
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreateInstanceConfiguration.ts.html |here} to see how to use CreateInstanceConfiguration API.
|
|
11012
11012
|
*/
|
|
11013
11013
|
createInstanceConfiguration(createInstanceConfigurationRequest) {
|
|
11014
11014
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11068,7 +11068,7 @@ class ComputeManagementClient {
|
|
|
11068
11068
|
* @param CreateInstancePoolRequest
|
|
11069
11069
|
* @return CreateInstancePoolResponse
|
|
11070
11070
|
* @throws OciError when an error occurs
|
|
11071
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11071
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreateInstancePool.ts.html |here} to see how to use CreateInstancePool API.
|
|
11072
11072
|
*/
|
|
11073
11073
|
createInstancePool(createInstancePoolRequest) {
|
|
11074
11074
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11128,7 +11128,7 @@ class ComputeManagementClient {
|
|
|
11128
11128
|
* @param DeleteInstanceConfigurationRequest
|
|
11129
11129
|
* @return DeleteInstanceConfigurationResponse
|
|
11130
11130
|
* @throws OciError when an error occurs
|
|
11131
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11131
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeleteInstanceConfiguration.ts.html |here} to see how to use DeleteInstanceConfiguration API.
|
|
11132
11132
|
*/
|
|
11133
11133
|
deleteInstanceConfiguration(deleteInstanceConfigurationRequest) {
|
|
11134
11134
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11181,7 +11181,7 @@ class ComputeManagementClient {
|
|
|
11181
11181
|
* @param DetachInstancePoolInstanceRequest
|
|
11182
11182
|
* @return DetachInstancePoolInstanceResponse
|
|
11183
11183
|
* @throws OciError when an error occurs
|
|
11184
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11184
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DetachInstancePoolInstance.ts.html |here} to see how to use DetachInstancePoolInstance API.
|
|
11185
11185
|
*/
|
|
11186
11186
|
detachInstancePoolInstance(detachInstancePoolInstanceRequest) {
|
|
11187
11187
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11240,7 +11240,7 @@ class ComputeManagementClient {
|
|
|
11240
11240
|
* @param DetachLoadBalancerRequest
|
|
11241
11241
|
* @return DetachLoadBalancerResponse
|
|
11242
11242
|
* @throws OciError when an error occurs
|
|
11243
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11243
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DetachLoadBalancer.ts.html |here} to see how to use DetachLoadBalancer API.
|
|
11244
11244
|
*/
|
|
11245
11245
|
detachLoadBalancer(detachLoadBalancerRequest) {
|
|
11246
11246
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11303,7 +11303,7 @@ class ComputeManagementClient {
|
|
|
11303
11303
|
* @param GetClusterNetworkRequest
|
|
11304
11304
|
* @return GetClusterNetworkResponse
|
|
11305
11305
|
* @throws OciError when an error occurs
|
|
11306
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11306
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetClusterNetwork.ts.html |here} to see how to use GetClusterNetwork API.
|
|
11307
11307
|
*/
|
|
11308
11308
|
getClusterNetwork(getClusterNetworkRequest) {
|
|
11309
11309
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11363,7 +11363,7 @@ class ComputeManagementClient {
|
|
|
11363
11363
|
* @param GetInstanceConfigurationRequest
|
|
11364
11364
|
* @return GetInstanceConfigurationResponse
|
|
11365
11365
|
* @throws OciError when an error occurs
|
|
11366
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11366
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetInstanceConfiguration.ts.html |here} to see how to use GetInstanceConfiguration API.
|
|
11367
11367
|
*/
|
|
11368
11368
|
getInstanceConfiguration(getInstanceConfigurationRequest) {
|
|
11369
11369
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11423,7 +11423,7 @@ class ComputeManagementClient {
|
|
|
11423
11423
|
* @param GetInstancePoolRequest
|
|
11424
11424
|
* @return GetInstancePoolResponse
|
|
11425
11425
|
* @throws OciError when an error occurs
|
|
11426
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11426
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetInstancePool.ts.html |here} to see how to use GetInstancePool API.
|
|
11427
11427
|
*/
|
|
11428
11428
|
getInstancePool(getInstancePoolRequest) {
|
|
11429
11429
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11483,7 +11483,7 @@ class ComputeManagementClient {
|
|
|
11483
11483
|
* @param GetInstancePoolInstanceRequest
|
|
11484
11484
|
* @return GetInstancePoolInstanceResponse
|
|
11485
11485
|
* @throws OciError when an error occurs
|
|
11486
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11486
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetInstancePoolInstance.ts.html |here} to see how to use GetInstancePoolInstance API.
|
|
11487
11487
|
*/
|
|
11488
11488
|
getInstancePoolInstance(getInstancePoolInstanceRequest) {
|
|
11489
11489
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11545,7 +11545,7 @@ class ComputeManagementClient {
|
|
|
11545
11545
|
* @param GetInstancePoolLoadBalancerAttachmentRequest
|
|
11546
11546
|
* @return GetInstancePoolLoadBalancerAttachmentResponse
|
|
11547
11547
|
* @throws OciError when an error occurs
|
|
11548
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11548
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetInstancePoolLoadBalancerAttachment.ts.html |here} to see how to use GetInstancePoolLoadBalancerAttachment API.
|
|
11549
11549
|
*/
|
|
11550
11550
|
getInstancePoolLoadBalancerAttachment(getInstancePoolLoadBalancerAttachmentRequest) {
|
|
11551
11551
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11608,7 +11608,7 @@ class ComputeManagementClient {
|
|
|
11608
11608
|
* @param LaunchInstanceConfigurationRequest
|
|
11609
11609
|
* @return LaunchInstanceConfigurationResponse
|
|
11610
11610
|
* @throws OciError when an error occurs
|
|
11611
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11611
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/LaunchInstanceConfiguration.ts.html |here} to see how to use LaunchInstanceConfiguration API.
|
|
11612
11612
|
*/
|
|
11613
11613
|
launchInstanceConfiguration(launchInstanceConfigurationRequest) {
|
|
11614
11614
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11675,7 +11675,7 @@ class ComputeManagementClient {
|
|
|
11675
11675
|
* @param ListClusterNetworkInstancesRequest
|
|
11676
11676
|
* @return ListClusterNetworkInstancesResponse
|
|
11677
11677
|
* @throws OciError when an error occurs
|
|
11678
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11678
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListClusterNetworkInstances.ts.html |here} to see how to use ListClusterNetworkInstances API.
|
|
11679
11679
|
*/
|
|
11680
11680
|
listClusterNetworkInstances(listClusterNetworkInstancesRequest) {
|
|
11681
11681
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11782,7 +11782,7 @@ class ComputeManagementClient {
|
|
|
11782
11782
|
* @param ListClusterNetworksRequest
|
|
11783
11783
|
* @return ListClusterNetworksResponse
|
|
11784
11784
|
* @throws OciError when an error occurs
|
|
11785
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11785
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListClusterNetworks.ts.html |here} to see how to use ListClusterNetworks API.
|
|
11786
11786
|
*/
|
|
11787
11787
|
listClusterNetworks(listClusterNetworksRequest) {
|
|
11788
11788
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11889,7 +11889,7 @@ class ComputeManagementClient {
|
|
|
11889
11889
|
* @param ListInstanceConfigurationsRequest
|
|
11890
11890
|
* @return ListInstanceConfigurationsResponse
|
|
11891
11891
|
* @throws OciError when an error occurs
|
|
11892
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11892
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListInstanceConfigurations.ts.html |here} to see how to use ListInstanceConfigurations API.
|
|
11893
11893
|
*/
|
|
11894
11894
|
listInstanceConfigurations(listInstanceConfigurationsRequest) {
|
|
11895
11895
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11993,7 +11993,7 @@ class ComputeManagementClient {
|
|
|
11993
11993
|
* @param ListInstancePoolInstancesRequest
|
|
11994
11994
|
* @return ListInstancePoolInstancesResponse
|
|
11995
11995
|
* @throws OciError when an error occurs
|
|
11996
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11996
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListInstancePoolInstances.ts.html |here} to see how to use ListInstancePoolInstances API.
|
|
11997
11997
|
*/
|
|
11998
11998
|
listInstancePoolInstances(listInstancePoolInstancesRequest) {
|
|
11999
11999
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12100,7 +12100,7 @@ class ComputeManagementClient {
|
|
|
12100
12100
|
* @param ListInstancePoolsRequest
|
|
12101
12101
|
* @return ListInstancePoolsResponse
|
|
12102
12102
|
* @throws OciError when an error occurs
|
|
12103
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12103
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListInstancePools.ts.html |here} to see how to use ListInstancePools API.
|
|
12104
12104
|
*/
|
|
12105
12105
|
listInstancePools(listInstancePoolsRequest) {
|
|
12106
12106
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12208,7 +12208,7 @@ class ComputeManagementClient {
|
|
|
12208
12208
|
* @param ResetInstancePoolRequest
|
|
12209
12209
|
* @return ResetInstancePoolResponse
|
|
12210
12210
|
* @throws OciError when an error occurs
|
|
12211
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12211
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ResetInstancePool.ts.html |here} to see how to use ResetInstancePool API.
|
|
12212
12212
|
*/
|
|
12213
12213
|
resetInstancePool(resetInstancePoolRequest) {
|
|
12214
12214
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12275,7 +12275,7 @@ class ComputeManagementClient {
|
|
|
12275
12275
|
* @param SoftresetInstancePoolRequest
|
|
12276
12276
|
* @return SoftresetInstancePoolResponse
|
|
12277
12277
|
* @throws OciError when an error occurs
|
|
12278
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12278
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/SoftresetInstancePool.ts.html |here} to see how to use SoftresetInstancePool API.
|
|
12279
12279
|
*/
|
|
12280
12280
|
softresetInstancePool(softresetInstancePoolRequest) {
|
|
12281
12281
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12339,7 +12339,7 @@ class ComputeManagementClient {
|
|
|
12339
12339
|
* @param StartInstancePoolRequest
|
|
12340
12340
|
* @return StartInstancePoolResponse
|
|
12341
12341
|
* @throws OciError when an error occurs
|
|
12342
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12342
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/StartInstancePool.ts.html |here} to see how to use StartInstancePool API.
|
|
12343
12343
|
*/
|
|
12344
12344
|
startInstancePool(startInstancePoolRequest) {
|
|
12345
12345
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12403,7 +12403,7 @@ class ComputeManagementClient {
|
|
|
12403
12403
|
* @param StopInstancePoolRequest
|
|
12404
12404
|
* @return StopInstancePoolResponse
|
|
12405
12405
|
* @throws OciError when an error occurs
|
|
12406
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12406
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/StopInstancePool.ts.html |here} to see how to use StopInstancePool API.
|
|
12407
12407
|
*/
|
|
12408
12408
|
stopInstancePool(stopInstancePoolRequest) {
|
|
12409
12409
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12469,7 +12469,7 @@ class ComputeManagementClient {
|
|
|
12469
12469
|
* @param TerminateClusterNetworkRequest
|
|
12470
12470
|
* @return TerminateClusterNetworkResponse
|
|
12471
12471
|
* @throws OciError when an error occurs
|
|
12472
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12472
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/TerminateClusterNetwork.ts.html |here} to see how to use TerminateClusterNetwork API.
|
|
12473
12473
|
*/
|
|
12474
12474
|
terminateClusterNetwork(terminateClusterNetworkRequest) {
|
|
12475
12475
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12534,7 +12534,7 @@ class ComputeManagementClient {
|
|
|
12534
12534
|
* @param TerminateInstancePoolRequest
|
|
12535
12535
|
* @return TerminateInstancePoolResponse
|
|
12536
12536
|
* @throws OciError when an error occurs
|
|
12537
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12537
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/TerminateInstancePool.ts.html |here} to see how to use TerminateInstancePool API.
|
|
12538
12538
|
*/
|
|
12539
12539
|
terminateInstancePool(terminateInstancePoolRequest) {
|
|
12540
12540
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12587,7 +12587,7 @@ class ComputeManagementClient {
|
|
|
12587
12587
|
* @param UpdateClusterNetworkRequest
|
|
12588
12588
|
* @return UpdateClusterNetworkResponse
|
|
12589
12589
|
* @throws OciError when an error occurs
|
|
12590
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12590
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateClusterNetwork.ts.html |here} to see how to use UpdateClusterNetwork API.
|
|
12591
12591
|
*/
|
|
12592
12592
|
updateClusterNetwork(updateClusterNetworkRequest) {
|
|
12593
12593
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12650,7 +12650,7 @@ class ComputeManagementClient {
|
|
|
12650
12650
|
* @param UpdateInstanceConfigurationRequest
|
|
12651
12651
|
* @return UpdateInstanceConfigurationResponse
|
|
12652
12652
|
* @throws OciError when an error occurs
|
|
12653
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12653
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateInstanceConfiguration.ts.html |here} to see how to use UpdateInstanceConfiguration API.
|
|
12654
12654
|
*/
|
|
12655
12655
|
updateInstanceConfiguration(updateInstanceConfigurationRequest) {
|
|
12656
12656
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12716,7 +12716,7 @@ class ComputeManagementClient {
|
|
|
12716
12716
|
* @param UpdateInstancePoolRequest
|
|
12717
12717
|
* @return UpdateInstancePoolResponse
|
|
12718
12718
|
* @throws OciError when an error occurs
|
|
12719
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12719
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateInstancePool.ts.html |here} to see how to use UpdateInstancePool API.
|
|
12720
12720
|
*/
|
|
12721
12721
|
updateInstancePool(updateInstancePoolRequest) {
|
|
12722
12722
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12880,7 +12880,7 @@ class VirtualNetworkClient {
|
|
|
12880
12880
|
* @param AddDrgRouteDistributionStatementsRequest
|
|
12881
12881
|
* @return AddDrgRouteDistributionStatementsResponse
|
|
12882
12882
|
* @throws OciError when an error occurs
|
|
12883
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12883
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/AddDrgRouteDistributionStatements.ts.html |here} to see how to use AddDrgRouteDistributionStatements API.
|
|
12884
12884
|
*/
|
|
12885
12885
|
addDrgRouteDistributionStatements(addDrgRouteDistributionStatementsRequest) {
|
|
12886
12886
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12937,7 +12937,7 @@ class VirtualNetworkClient {
|
|
|
12937
12937
|
* @param AddDrgRouteRulesRequest
|
|
12938
12938
|
* @return AddDrgRouteRulesResponse
|
|
12939
12939
|
* @throws OciError when an error occurs
|
|
12940
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12940
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/AddDrgRouteRules.ts.html |here} to see how to use AddDrgRouteRules API.
|
|
12941
12941
|
*/
|
|
12942
12942
|
addDrgRouteRules(addDrgRouteRulesRequest) {
|
|
12943
12943
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12996,7 +12996,7 @@ class VirtualNetworkClient {
|
|
|
12996
12996
|
* @param AddIpv6VcnCidrRequest
|
|
12997
12997
|
* @return AddIpv6VcnCidrResponse
|
|
12998
12998
|
* @throws OciError when an error occurs
|
|
12999
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12999
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/AddIpv6VcnCidr.ts.html |here} to see how to use AddIpv6VcnCidr API.
|
|
13000
13000
|
*/
|
|
13001
13001
|
addIpv6VcnCidr(addIpv6VcnCidrRequest) {
|
|
13002
13002
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13056,7 +13056,7 @@ class VirtualNetworkClient {
|
|
|
13056
13056
|
* @param AddNetworkSecurityGroupSecurityRulesRequest
|
|
13057
13057
|
* @return AddNetworkSecurityGroupSecurityRulesResponse
|
|
13058
13058
|
* @throws OciError when an error occurs
|
|
13059
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13059
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/AddNetworkSecurityGroupSecurityRules.ts.html |here} to see how to use AddNetworkSecurityGroupSecurityRules API.
|
|
13060
13060
|
*/
|
|
13061
13061
|
addNetworkSecurityGroupSecurityRules(addNetworkSecurityGroupSecurityRulesRequest) {
|
|
13062
13062
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13115,7 +13115,7 @@ class VirtualNetworkClient {
|
|
|
13115
13115
|
* @param AddPublicIpPoolCapacityRequest
|
|
13116
13116
|
* @return AddPublicIpPoolCapacityResponse
|
|
13117
13117
|
* @throws OciError when an error occurs
|
|
13118
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13118
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/AddPublicIpPoolCapacity.ts.html |here} to see how to use AddPublicIpPoolCapacity API.
|
|
13119
13119
|
*/
|
|
13120
13120
|
addPublicIpPoolCapacity(addPublicIpPoolCapacityRequest) {
|
|
13121
13121
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13185,7 +13185,7 @@ class VirtualNetworkClient {
|
|
|
13185
13185
|
* @param AddVcnCidrRequest
|
|
13186
13186
|
* @return AddVcnCidrResponse
|
|
13187
13187
|
* @throws OciError when an error occurs
|
|
13188
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13188
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/AddVcnCidr.ts.html |here} to see how to use AddVcnCidr API.
|
|
13189
13189
|
*/
|
|
13190
13190
|
addVcnCidr(addVcnCidrRequest) {
|
|
13191
13191
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13247,7 +13247,7 @@ class VirtualNetworkClient {
|
|
|
13247
13247
|
* @param AdvertiseByoipRangeRequest
|
|
13248
13248
|
* @return AdvertiseByoipRangeResponse
|
|
13249
13249
|
* @throws OciError when an error occurs
|
|
13250
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13250
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/AdvertiseByoipRange.ts.html |here} to see how to use AdvertiseByoipRange API.
|
|
13251
13251
|
*/
|
|
13252
13252
|
advertiseByoipRange(advertiseByoipRangeRequest) {
|
|
13253
13253
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13309,7 +13309,7 @@ class VirtualNetworkClient {
|
|
|
13309
13309
|
* @param AttachServiceIdRequest
|
|
13310
13310
|
* @return AttachServiceIdResponse
|
|
13311
13311
|
* @throws OciError when an error occurs
|
|
13312
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13312
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/AttachServiceId.ts.html |here} to see how to use AttachServiceId API.
|
|
13313
13313
|
*/
|
|
13314
13314
|
attachServiceId(attachServiceIdRequest) {
|
|
13315
13315
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13370,7 +13370,7 @@ class VirtualNetworkClient {
|
|
|
13370
13370
|
* @param BulkAddVirtualCircuitPublicPrefixesRequest
|
|
13371
13371
|
* @return BulkAddVirtualCircuitPublicPrefixesResponse
|
|
13372
13372
|
* @throws OciError when an error occurs
|
|
13373
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13373
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/BulkAddVirtualCircuitPublicPrefixes.ts.html |here} to see how to use BulkAddVirtualCircuitPublicPrefixes API.
|
|
13374
13374
|
*/
|
|
13375
13375
|
bulkAddVirtualCircuitPublicPrefixes(bulkAddVirtualCircuitPublicPrefixesRequest) {
|
|
13376
13376
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13420,7 +13420,7 @@ class VirtualNetworkClient {
|
|
|
13420
13420
|
* @param BulkDeleteVirtualCircuitPublicPrefixesRequest
|
|
13421
13421
|
* @return BulkDeleteVirtualCircuitPublicPrefixesResponse
|
|
13422
13422
|
* @throws OciError when an error occurs
|
|
13423
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13423
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/BulkDeleteVirtualCircuitPublicPrefixes.ts.html |here} to see how to use BulkDeleteVirtualCircuitPublicPrefixes API.
|
|
13424
13424
|
*/
|
|
13425
13425
|
bulkDeleteVirtualCircuitPublicPrefixes(bulkDeleteVirtualCircuitPublicPrefixesRequest) {
|
|
13426
13426
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13469,7 +13469,7 @@ class VirtualNetworkClient {
|
|
|
13469
13469
|
* @param ChangeByoipRangeCompartmentRequest
|
|
13470
13470
|
* @return ChangeByoipRangeCompartmentResponse
|
|
13471
13471
|
* @throws OciError when an error occurs
|
|
13472
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13472
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ChangeByoipRangeCompartment.ts.html |here} to see how to use ChangeByoipRangeCompartment API.
|
|
13473
13473
|
*/
|
|
13474
13474
|
changeByoipRangeCompartment(changeByoipRangeCompartmentRequest) {
|
|
13475
13475
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13526,7 +13526,7 @@ class VirtualNetworkClient {
|
|
|
13526
13526
|
* @param ChangeCpeCompartmentRequest
|
|
13527
13527
|
* @return ChangeCpeCompartmentResponse
|
|
13528
13528
|
* @throws OciError when an error occurs
|
|
13529
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13529
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ChangeCpeCompartment.ts.html |here} to see how to use ChangeCpeCompartment API.
|
|
13530
13530
|
*/
|
|
13531
13531
|
changeCpeCompartment(changeCpeCompartmentRequest) {
|
|
13532
13532
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13588,7 +13588,7 @@ class VirtualNetworkClient {
|
|
|
13588
13588
|
* @param ChangeCrossConnectCompartmentRequest
|
|
13589
13589
|
* @return ChangeCrossConnectCompartmentResponse
|
|
13590
13590
|
* @throws OciError when an error occurs
|
|
13591
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13591
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ChangeCrossConnectCompartment.ts.html |here} to see how to use ChangeCrossConnectCompartment API.
|
|
13592
13592
|
*/
|
|
13593
13593
|
changeCrossConnectCompartment(changeCrossConnectCompartmentRequest) {
|
|
13594
13594
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13650,7 +13650,7 @@ class VirtualNetworkClient {
|
|
|
13650
13650
|
* @param ChangeCrossConnectGroupCompartmentRequest
|
|
13651
13651
|
* @return ChangeCrossConnectGroupCompartmentResponse
|
|
13652
13652
|
* @throws OciError when an error occurs
|
|
13653
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13653
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ChangeCrossConnectGroupCompartment.ts.html |here} to see how to use ChangeCrossConnectGroupCompartment API.
|
|
13654
13654
|
*/
|
|
13655
13655
|
changeCrossConnectGroupCompartment(changeCrossConnectGroupCompartmentRequest) {
|
|
13656
13656
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13712,7 +13712,7 @@ class VirtualNetworkClient {
|
|
|
13712
13712
|
* @param ChangeDhcpOptionsCompartmentRequest
|
|
13713
13713
|
* @return ChangeDhcpOptionsCompartmentResponse
|
|
13714
13714
|
* @throws OciError when an error occurs
|
|
13715
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13715
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ChangeDhcpOptionsCompartment.ts.html |here} to see how to use ChangeDhcpOptionsCompartment API.
|
|
13716
13716
|
*/
|
|
13717
13717
|
changeDhcpOptionsCompartment(changeDhcpOptionsCompartmentRequest) {
|
|
13718
13718
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13774,7 +13774,7 @@ class VirtualNetworkClient {
|
|
|
13774
13774
|
* @param ChangeDrgCompartmentRequest
|
|
13775
13775
|
* @return ChangeDrgCompartmentResponse
|
|
13776
13776
|
* @throws OciError when an error occurs
|
|
13777
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13777
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ChangeDrgCompartment.ts.html |here} to see how to use ChangeDrgCompartment API.
|
|
13778
13778
|
*/
|
|
13779
13779
|
changeDrgCompartment(changeDrgCompartmentRequest) {
|
|
13780
13780
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13841,7 +13841,7 @@ class VirtualNetworkClient {
|
|
|
13841
13841
|
* @param ChangeIPSecConnectionCompartmentRequest
|
|
13842
13842
|
* @return ChangeIPSecConnectionCompartmentResponse
|
|
13843
13843
|
* @throws OciError when an error occurs
|
|
13844
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13844
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ChangeIPSecConnectionCompartment.ts.html |here} to see how to use ChangeIPSecConnectionCompartment API.
|
|
13845
13845
|
*/
|
|
13846
13846
|
changeIPSecConnectionCompartment(changeIPSecConnectionCompartmentRequest) {
|
|
13847
13847
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13903,7 +13903,7 @@ class VirtualNetworkClient {
|
|
|
13903
13903
|
* @param ChangeInternetGatewayCompartmentRequest
|
|
13904
13904
|
* @return ChangeInternetGatewayCompartmentResponse
|
|
13905
13905
|
* @throws OciError when an error occurs
|
|
13906
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13906
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ChangeInternetGatewayCompartment.ts.html |here} to see how to use ChangeInternetGatewayCompartment API.
|
|
13907
13907
|
*/
|
|
13908
13908
|
changeInternetGatewayCompartment(changeInternetGatewayCompartmentRequest) {
|
|
13909
13909
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13965,7 +13965,7 @@ class VirtualNetworkClient {
|
|
|
13965
13965
|
* @param ChangeLocalPeeringGatewayCompartmentRequest
|
|
13966
13966
|
* @return ChangeLocalPeeringGatewayCompartmentResponse
|
|
13967
13967
|
* @throws OciError when an error occurs
|
|
13968
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13968
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ChangeLocalPeeringGatewayCompartment.ts.html |here} to see how to use ChangeLocalPeeringGatewayCompartment API.
|
|
13969
13969
|
*/
|
|
13970
13970
|
changeLocalPeeringGatewayCompartment(changeLocalPeeringGatewayCompartmentRequest) {
|
|
13971
13971
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14027,7 +14027,7 @@ class VirtualNetworkClient {
|
|
|
14027
14027
|
* @param ChangeNatGatewayCompartmentRequest
|
|
14028
14028
|
* @return ChangeNatGatewayCompartmentResponse
|
|
14029
14029
|
* @throws OciError when an error occurs
|
|
14030
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14030
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ChangeNatGatewayCompartment.ts.html |here} to see how to use ChangeNatGatewayCompartment API.
|
|
14031
14031
|
*/
|
|
14032
14032
|
changeNatGatewayCompartment(changeNatGatewayCompartmentRequest) {
|
|
14033
14033
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14088,7 +14088,7 @@ class VirtualNetworkClient {
|
|
|
14088
14088
|
* @param ChangeNetworkSecurityGroupCompartmentRequest
|
|
14089
14089
|
* @return ChangeNetworkSecurityGroupCompartmentResponse
|
|
14090
14090
|
* @throws OciError when an error occurs
|
|
14091
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14091
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ChangeNetworkSecurityGroupCompartment.ts.html |here} to see how to use ChangeNetworkSecurityGroupCompartment API.
|
|
14092
14092
|
*/
|
|
14093
14093
|
changeNetworkSecurityGroupCompartment(changeNetworkSecurityGroupCompartmentRequest) {
|
|
14094
14094
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14153,7 +14153,7 @@ class VirtualNetworkClient {
|
|
|
14153
14153
|
* @param ChangePublicIpCompartmentRequest
|
|
14154
14154
|
* @return ChangePublicIpCompartmentResponse
|
|
14155
14155
|
* @throws OciError when an error occurs
|
|
14156
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ChangePublicIpCompartment.ts.html |here} to see how to use ChangePublicIpCompartment API.
|
|
14157
14157
|
*/
|
|
14158
14158
|
changePublicIpCompartment(changePublicIpCompartmentRequest) {
|
|
14159
14159
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14215,7 +14215,7 @@ class VirtualNetworkClient {
|
|
|
14215
14215
|
* @param ChangePublicIpPoolCompartmentRequest
|
|
14216
14216
|
* @return ChangePublicIpPoolCompartmentResponse
|
|
14217
14217
|
* @throws OciError when an error occurs
|
|
14218
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14218
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ChangePublicIpPoolCompartment.ts.html |here} to see how to use ChangePublicIpPoolCompartment API.
|
|
14219
14219
|
*/
|
|
14220
14220
|
changePublicIpPoolCompartment(changePublicIpPoolCompartmentRequest) {
|
|
14221
14221
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14272,7 +14272,7 @@ class VirtualNetworkClient {
|
|
|
14272
14272
|
* @param ChangeRemotePeeringConnectionCompartmentRequest
|
|
14273
14273
|
* @return ChangeRemotePeeringConnectionCompartmentResponse
|
|
14274
14274
|
* @throws OciError when an error occurs
|
|
14275
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14275
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ChangeRemotePeeringConnectionCompartment.ts.html |here} to see how to use ChangeRemotePeeringConnectionCompartment API.
|
|
14276
14276
|
*/
|
|
14277
14277
|
changeRemotePeeringConnectionCompartment(changeRemotePeeringConnectionCompartmentRequest) {
|
|
14278
14278
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14334,7 +14334,7 @@ class VirtualNetworkClient {
|
|
|
14334
14334
|
* @param ChangeRouteTableCompartmentRequest
|
|
14335
14335
|
* @return ChangeRouteTableCompartmentResponse
|
|
14336
14336
|
* @throws OciError when an error occurs
|
|
14337
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14337
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ChangeRouteTableCompartment.ts.html |here} to see how to use ChangeRouteTableCompartment API.
|
|
14338
14338
|
*/
|
|
14339
14339
|
changeRouteTableCompartment(changeRouteTableCompartmentRequest) {
|
|
14340
14340
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14396,7 +14396,7 @@ class VirtualNetworkClient {
|
|
|
14396
14396
|
* @param ChangeSecurityListCompartmentRequest
|
|
14397
14397
|
* @return ChangeSecurityListCompartmentResponse
|
|
14398
14398
|
* @throws OciError when an error occurs
|
|
14399
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14399
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ChangeSecurityListCompartment.ts.html |here} to see how to use ChangeSecurityListCompartment API.
|
|
14400
14400
|
*/
|
|
14401
14401
|
changeSecurityListCompartment(changeSecurityListCompartmentRequest) {
|
|
14402
14402
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14458,7 +14458,7 @@ class VirtualNetworkClient {
|
|
|
14458
14458
|
* @param ChangeServiceGatewayCompartmentRequest
|
|
14459
14459
|
* @return ChangeServiceGatewayCompartmentResponse
|
|
14460
14460
|
* @throws OciError when an error occurs
|
|
14461
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14461
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ChangeServiceGatewayCompartment.ts.html |here} to see how to use ChangeServiceGatewayCompartment API.
|
|
14462
14462
|
*/
|
|
14463
14463
|
changeServiceGatewayCompartment(changeServiceGatewayCompartmentRequest) {
|
|
14464
14464
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14520,7 +14520,7 @@ class VirtualNetworkClient {
|
|
|
14520
14520
|
* @param ChangeSubnetCompartmentRequest
|
|
14521
14521
|
* @return ChangeSubnetCompartmentResponse
|
|
14522
14522
|
* @throws OciError when an error occurs
|
|
14523
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14523
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ChangeSubnetCompartment.ts.html |here} to see how to use ChangeSubnetCompartment API.
|
|
14524
14524
|
*/
|
|
14525
14525
|
changeSubnetCompartment(changeSubnetCompartmentRequest) {
|
|
14526
14526
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14587,7 +14587,7 @@ class VirtualNetworkClient {
|
|
|
14587
14587
|
* @param ChangeVcnCompartmentRequest
|
|
14588
14588
|
* @return ChangeVcnCompartmentResponse
|
|
14589
14589
|
* @throws OciError when an error occurs
|
|
14590
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14590
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ChangeVcnCompartment.ts.html |here} to see how to use ChangeVcnCompartment API.
|
|
14591
14591
|
*/
|
|
14592
14592
|
changeVcnCompartment(changeVcnCompartmentRequest) {
|
|
14593
14593
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14654,7 +14654,7 @@ class VirtualNetworkClient {
|
|
|
14654
14654
|
* @param ChangeVirtualCircuitCompartmentRequest
|
|
14655
14655
|
* @return ChangeVirtualCircuitCompartmentResponse
|
|
14656
14656
|
* @throws OciError when an error occurs
|
|
14657
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14657
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ChangeVirtualCircuitCompartment.ts.html |here} to see how to use ChangeVirtualCircuitCompartment API.
|
|
14658
14658
|
*/
|
|
14659
14659
|
changeVirtualCircuitCompartment(changeVirtualCircuitCompartmentRequest) {
|
|
14660
14660
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14716,7 +14716,7 @@ class VirtualNetworkClient {
|
|
|
14716
14716
|
* @param ChangeVlanCompartmentRequest
|
|
14717
14717
|
* @return ChangeVlanCompartmentResponse
|
|
14718
14718
|
* @throws OciError when an error occurs
|
|
14719
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14719
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ChangeVlanCompartment.ts.html |here} to see how to use ChangeVlanCompartment API.
|
|
14720
14720
|
*/
|
|
14721
14721
|
changeVlanCompartment(changeVlanCompartmentRequest) {
|
|
14722
14722
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14784,7 +14784,7 @@ class VirtualNetworkClient {
|
|
|
14784
14784
|
* @param ConnectLocalPeeringGatewaysRequest
|
|
14785
14785
|
* @return ConnectLocalPeeringGatewaysResponse
|
|
14786
14786
|
* @throws OciError when an error occurs
|
|
14787
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14787
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ConnectLocalPeeringGateways.ts.html |here} to see how to use ConnectLocalPeeringGateways API.
|
|
14788
14788
|
*/
|
|
14789
14789
|
connectLocalPeeringGateways(connectLocalPeeringGatewaysRequest) {
|
|
14790
14790
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14844,7 +14844,7 @@ class VirtualNetworkClient {
|
|
|
14844
14844
|
* @param ConnectRemotePeeringConnectionsRequest
|
|
14845
14845
|
* @return ConnectRemotePeeringConnectionsResponse
|
|
14846
14846
|
* @throws OciError when an error occurs
|
|
14847
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14847
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ConnectRemotePeeringConnections.ts.html |here} to see how to use ConnectRemotePeeringConnections API.
|
|
14848
14848
|
*/
|
|
14849
14849
|
connectRemotePeeringConnections(connectRemotePeeringConnectionsRequest) {
|
|
14850
14850
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14897,7 +14897,7 @@ class VirtualNetworkClient {
|
|
|
14897
14897
|
* @param CreateByoipRangeRequest
|
|
14898
14898
|
* @return CreateByoipRangeResponse
|
|
14899
14899
|
* @throws OciError when an error occurs
|
|
14900
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14900
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreateByoipRange.ts.html |here} to see how to use CreateByoipRange API.
|
|
14901
14901
|
*/
|
|
14902
14902
|
createByoipRange(createByoipRangeRequest) {
|
|
14903
14903
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14973,7 +14973,7 @@ class VirtualNetworkClient {
|
|
|
14973
14973
|
* @param CreateCpeRequest
|
|
14974
14974
|
* @return CreateCpeResponse
|
|
14975
14975
|
* @throws OciError when an error occurs
|
|
14976
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14976
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreateCpe.ts.html |here} to see how to use CreateCpe API.
|
|
14977
14977
|
*/
|
|
14978
14978
|
createCpe(createCpeRequest) {
|
|
14979
14979
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15052,7 +15052,7 @@ class VirtualNetworkClient {
|
|
|
15052
15052
|
* @param CreateCrossConnectRequest
|
|
15053
15053
|
* @return CreateCrossConnectResponse
|
|
15054
15054
|
* @throws OciError when an error occurs
|
|
15055
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15055
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreateCrossConnect.ts.html |here} to see how to use CreateCrossConnect API.
|
|
15056
15056
|
*/
|
|
15057
15057
|
createCrossConnect(createCrossConnectRequest) {
|
|
15058
15058
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15127,7 +15127,7 @@ class VirtualNetworkClient {
|
|
|
15127
15127
|
* @param CreateCrossConnectGroupRequest
|
|
15128
15128
|
* @return CreateCrossConnectGroupResponse
|
|
15129
15129
|
* @throws OciError when an error occurs
|
|
15130
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15130
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreateCrossConnectGroup.ts.html |here} to see how to use CreateCrossConnectGroup API.
|
|
15131
15131
|
*/
|
|
15132
15132
|
createCrossConnectGroup(createCrossConnectGroupRequest) {
|
|
15133
15133
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15199,7 +15199,7 @@ class VirtualNetworkClient {
|
|
|
15199
15199
|
* @param CreateDhcpOptionsRequest
|
|
15200
15200
|
* @return CreateDhcpOptionsResponse
|
|
15201
15201
|
* @throws OciError when an error occurs
|
|
15202
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15202
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreateDhcpOptions.ts.html |here} to see how to use CreateDhcpOptions API.
|
|
15203
15203
|
*/
|
|
15204
15204
|
createDhcpOptions(createDhcpOptionsRequest) {
|
|
15205
15205
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15271,7 +15271,7 @@ class VirtualNetworkClient {
|
|
|
15271
15271
|
* @param CreateDrgRequest
|
|
15272
15272
|
* @return CreateDrgResponse
|
|
15273
15273
|
* @throws OciError when an error occurs
|
|
15274
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15274
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreateDrg.ts.html |here} to see how to use CreateDrg API.
|
|
15275
15275
|
*/
|
|
15276
15276
|
createDrg(createDrgRequest) {
|
|
15277
15277
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15342,7 +15342,7 @@ class VirtualNetworkClient {
|
|
|
15342
15342
|
* @param CreateDrgAttachmentRequest
|
|
15343
15343
|
* @return CreateDrgAttachmentResponse
|
|
15344
15344
|
* @throws OciError when an error occurs
|
|
15345
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15345
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreateDrgAttachment.ts.html |here} to see how to use CreateDrgAttachment API.
|
|
15346
15346
|
*/
|
|
15347
15347
|
createDrgAttachment(createDrgAttachmentRequest) {
|
|
15348
15348
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15406,7 +15406,7 @@ class VirtualNetworkClient {
|
|
|
15406
15406
|
* @param CreateDrgRouteDistributionRequest
|
|
15407
15407
|
* @return CreateDrgRouteDistributionResponse
|
|
15408
15408
|
* @throws OciError when an error occurs
|
|
15409
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15409
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreateDrgRouteDistribution.ts.html |here} to see how to use CreateDrgRouteDistribution API.
|
|
15410
15410
|
*/
|
|
15411
15411
|
createDrgRouteDistribution(createDrgRouteDistributionRequest) {
|
|
15412
15412
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15468,7 +15468,7 @@ class VirtualNetworkClient {
|
|
|
15468
15468
|
* @param CreateDrgRouteTableRequest
|
|
15469
15469
|
* @return CreateDrgRouteTableResponse
|
|
15470
15470
|
* @throws OciError when an error occurs
|
|
15471
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15471
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreateDrgRouteTable.ts.html |here} to see how to use CreateDrgRouteTable API.
|
|
15472
15472
|
*/
|
|
15473
15473
|
createDrgRouteTable(createDrgRouteTableRequest) {
|
|
15474
15474
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15556,7 +15556,7 @@ class VirtualNetworkClient {
|
|
|
15556
15556
|
* @param CreateIPSecConnectionRequest
|
|
15557
15557
|
* @return CreateIPSecConnectionResponse
|
|
15558
15558
|
* @throws OciError when an error occurs
|
|
15559
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15559
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreateIPSecConnection.ts.html |here} to see how to use CreateIPSecConnection API.
|
|
15560
15560
|
*/
|
|
15561
15561
|
createIPSecConnection(createIPSecConnectionRequest) {
|
|
15562
15562
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15636,7 +15636,7 @@ class VirtualNetworkClient {
|
|
|
15636
15636
|
* @param CreateInternetGatewayRequest
|
|
15637
15637
|
* @return CreateInternetGatewayResponse
|
|
15638
15638
|
* @throws OciError when an error occurs
|
|
15639
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15639
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreateInternetGateway.ts.html |here} to see how to use CreateInternetGateway API.
|
|
15640
15640
|
*/
|
|
15641
15641
|
createInternetGateway(createInternetGatewayRequest) {
|
|
15642
15642
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15697,7 +15697,7 @@ class VirtualNetworkClient {
|
|
|
15697
15697
|
* @param CreateIpv6Request
|
|
15698
15698
|
* @return CreateIpv6Response
|
|
15699
15699
|
* @throws OciError when an error occurs
|
|
15700
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15700
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreateIpv6.ts.html |here} to see how to use CreateIpv6 API.
|
|
15701
15701
|
*/
|
|
15702
15702
|
createIpv6(createIpv6Request) {
|
|
15703
15703
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15759,7 +15759,7 @@ class VirtualNetworkClient {
|
|
|
15759
15759
|
* @param CreateLocalPeeringGatewayRequest
|
|
15760
15760
|
* @return CreateLocalPeeringGatewayResponse
|
|
15761
15761
|
* @throws OciError when an error occurs
|
|
15762
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15762
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreateLocalPeeringGateway.ts.html |here} to see how to use CreateLocalPeeringGateway API.
|
|
15763
15763
|
*/
|
|
15764
15764
|
createLocalPeeringGateway(createLocalPeeringGatewayRequest) {
|
|
15765
15765
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15821,7 +15821,7 @@ class VirtualNetworkClient {
|
|
|
15821
15821
|
* @param CreateNatGatewayRequest
|
|
15822
15822
|
* @return CreateNatGatewayResponse
|
|
15823
15823
|
* @throws OciError when an error occurs
|
|
15824
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15824
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreateNatGateway.ts.html |here} to see how to use CreateNatGateway API.
|
|
15825
15825
|
*/
|
|
15826
15826
|
createNatGateway(createNatGatewayRequest) {
|
|
15827
15827
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15882,7 +15882,7 @@ class VirtualNetworkClient {
|
|
|
15882
15882
|
* @param CreateNetworkSecurityGroupRequest
|
|
15883
15883
|
* @return CreateNetworkSecurityGroupResponse
|
|
15884
15884
|
* @throws OciError when an error occurs
|
|
15885
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15885
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreateNetworkSecurityGroup.ts.html |here} to see how to use CreateNetworkSecurityGroup API.
|
|
15886
15886
|
*/
|
|
15887
15887
|
createNetworkSecurityGroup(createNetworkSecurityGroupRequest) {
|
|
15888
15888
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15945,7 +15945,7 @@ class VirtualNetworkClient {
|
|
|
15945
15945
|
* @param CreatePrivateIpRequest
|
|
15946
15946
|
* @return CreatePrivateIpResponse
|
|
15947
15947
|
* @throws OciError when an error occurs
|
|
15948
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15948
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreatePrivateIp.ts.html |here} to see how to use CreatePrivateIp API.
|
|
15949
15949
|
*/
|
|
15950
15950
|
createPrivateIp(createPrivateIpRequest) {
|
|
15951
15951
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16026,7 +16026,7 @@ class VirtualNetworkClient {
|
|
|
16026
16026
|
* @param CreatePublicIpRequest
|
|
16027
16027
|
* @return CreatePublicIpResponse
|
|
16028
16028
|
* @throws OciError when an error occurs
|
|
16029
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16029
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreatePublicIp.ts.html |here} to see how to use CreatePublicIp API.
|
|
16030
16030
|
*/
|
|
16031
16031
|
createPublicIp(createPublicIpRequest) {
|
|
16032
16032
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16087,7 +16087,7 @@ class VirtualNetworkClient {
|
|
|
16087
16087
|
* @param CreatePublicIpPoolRequest
|
|
16088
16088
|
* @return CreatePublicIpPoolResponse
|
|
16089
16089
|
* @throws OciError when an error occurs
|
|
16090
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16090
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreatePublicIpPool.ts.html |here} to see how to use CreatePublicIpPool API.
|
|
16091
16091
|
*/
|
|
16092
16092
|
createPublicIpPool(createPublicIpPoolRequest) {
|
|
16093
16093
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16149,7 +16149,7 @@ class VirtualNetworkClient {
|
|
|
16149
16149
|
* @param CreateRemotePeeringConnectionRequest
|
|
16150
16150
|
* @return CreateRemotePeeringConnectionResponse
|
|
16151
16151
|
* @throws OciError when an error occurs
|
|
16152
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16152
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreateRemotePeeringConnection.ts.html |here} to see how to use CreateRemotePeeringConnection API.
|
|
16153
16153
|
*/
|
|
16154
16154
|
createRemotePeeringConnection(createRemotePeeringConnectionRequest) {
|
|
16155
16155
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16224,7 +16224,7 @@ class VirtualNetworkClient {
|
|
|
16224
16224
|
* @param CreateRouteTableRequest
|
|
16225
16225
|
* @return CreateRouteTableResponse
|
|
16226
16226
|
* @throws OciError when an error occurs
|
|
16227
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16227
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreateRouteTable.ts.html |here} to see how to use CreateRouteTable API.
|
|
16228
16228
|
*/
|
|
16229
16229
|
createRouteTable(createRouteTableRequest) {
|
|
16230
16230
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16298,7 +16298,7 @@ class VirtualNetworkClient {
|
|
|
16298
16298
|
* @param CreateSecurityListRequest
|
|
16299
16299
|
* @return CreateSecurityListResponse
|
|
16300
16300
|
* @throws OciError when an error occurs
|
|
16301
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16301
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreateSecurityList.ts.html |here} to see how to use CreateSecurityList API.
|
|
16302
16302
|
*/
|
|
16303
16303
|
createSecurityList(createSecurityListRequest) {
|
|
16304
16304
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16367,7 +16367,7 @@ class VirtualNetworkClient {
|
|
|
16367
16367
|
* @param CreateServiceGatewayRequest
|
|
16368
16368
|
* @return CreateServiceGatewayResponse
|
|
16369
16369
|
* @throws OciError when an error occurs
|
|
16370
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16370
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreateServiceGateway.ts.html |here} to see how to use CreateServiceGateway API.
|
|
16371
16371
|
*/
|
|
16372
16372
|
createServiceGateway(createServiceGatewayRequest) {
|
|
16373
16373
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16453,7 +16453,7 @@ class VirtualNetworkClient {
|
|
|
16453
16453
|
* @param CreateSubnetRequest
|
|
16454
16454
|
* @return CreateSubnetResponse
|
|
16455
16455
|
* @throws OciError when an error occurs
|
|
16456
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16456
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreateSubnet.ts.html |here} to see how to use CreateSubnet API.
|
|
16457
16457
|
*/
|
|
16458
16458
|
createSubnet(createSubnetRequest) {
|
|
16459
16459
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16546,7 +16546,7 @@ class VirtualNetworkClient {
|
|
|
16546
16546
|
* @param CreateVcnRequest
|
|
16547
16547
|
* @return CreateVcnResponse
|
|
16548
16548
|
* @throws OciError when an error occurs
|
|
16549
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16549
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreateVcn.ts.html |here} to see how to use CreateVcn API.
|
|
16550
16550
|
*/
|
|
16551
16551
|
createVcn(createVcnRequest) {
|
|
16552
16552
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16627,7 +16627,7 @@ class VirtualNetworkClient {
|
|
|
16627
16627
|
* @param CreateVirtualCircuitRequest
|
|
16628
16628
|
* @return CreateVirtualCircuitResponse
|
|
16629
16629
|
* @throws OciError when an error occurs
|
|
16630
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16630
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreateVirtualCircuit.ts.html |here} to see how to use CreateVirtualCircuit API.
|
|
16631
16631
|
*/
|
|
16632
16632
|
createVirtualCircuit(createVirtualCircuitRequest) {
|
|
16633
16633
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16688,7 +16688,7 @@ class VirtualNetworkClient {
|
|
|
16688
16688
|
* @param CreateVlanRequest
|
|
16689
16689
|
* @return CreateVlanResponse
|
|
16690
16690
|
* @throws OciError when an error occurs
|
|
16691
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16691
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/CreateVlan.ts.html |here} to see how to use CreateVlan API.
|
|
16692
16692
|
*/
|
|
16693
16693
|
createVlan(createVlanRequest) {
|
|
16694
16694
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16754,7 +16754,7 @@ class VirtualNetworkClient {
|
|
|
16754
16754
|
* @param DeleteByoipRangeRequest
|
|
16755
16755
|
* @return DeleteByoipRangeResponse
|
|
16756
16756
|
* @throws OciError when an error occurs
|
|
16757
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16757
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeleteByoipRange.ts.html |here} to see how to use DeleteByoipRange API.
|
|
16758
16758
|
*/
|
|
16759
16759
|
deleteByoipRange(deleteByoipRangeRequest) {
|
|
16760
16760
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16815,7 +16815,7 @@ class VirtualNetworkClient {
|
|
|
16815
16815
|
* @param DeleteCpeRequest
|
|
16816
16816
|
* @return DeleteCpeResponse
|
|
16817
16817
|
* @throws OciError when an error occurs
|
|
16818
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16818
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeleteCpe.ts.html |here} to see how to use DeleteCpe API.
|
|
16819
16819
|
*/
|
|
16820
16820
|
deleteCpe(deleteCpeRequest) {
|
|
16821
16821
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16869,7 +16869,7 @@ class VirtualNetworkClient {
|
|
|
16869
16869
|
* @param DeleteCrossConnectRequest
|
|
16870
16870
|
* @return DeleteCrossConnectResponse
|
|
16871
16871
|
* @throws OciError when an error occurs
|
|
16872
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16872
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeleteCrossConnect.ts.html |here} to see how to use DeleteCrossConnect API.
|
|
16873
16873
|
*/
|
|
16874
16874
|
deleteCrossConnect(deleteCrossConnectRequest) {
|
|
16875
16875
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16924,7 +16924,7 @@ class VirtualNetworkClient {
|
|
|
16924
16924
|
* @param DeleteCrossConnectGroupRequest
|
|
16925
16925
|
* @return DeleteCrossConnectGroupResponse
|
|
16926
16926
|
* @throws OciError when an error occurs
|
|
16927
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16927
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeleteCrossConnectGroup.ts.html |here} to see how to use DeleteCrossConnectGroup API.
|
|
16928
16928
|
*/
|
|
16929
16929
|
deleteCrossConnectGroup(deleteCrossConnectGroupRequest) {
|
|
16930
16930
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16981,7 +16981,7 @@ class VirtualNetworkClient {
|
|
|
16981
16981
|
* @param DeleteDhcpOptionsRequest
|
|
16982
16982
|
* @return DeleteDhcpOptionsResponse
|
|
16983
16983
|
* @throws OciError when an error occurs
|
|
16984
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16984
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeleteDhcpOptions.ts.html |here} to see how to use DeleteDhcpOptions API.
|
|
16985
16985
|
*/
|
|
16986
16986
|
deleteDhcpOptions(deleteDhcpOptionsRequest) {
|
|
16987
16987
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17037,7 +17037,7 @@ class VirtualNetworkClient {
|
|
|
17037
17037
|
* @param DeleteDrgRequest
|
|
17038
17038
|
* @return DeleteDrgResponse
|
|
17039
17039
|
* @throws OciError when an error occurs
|
|
17040
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17040
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeleteDrg.ts.html |here} to see how to use DeleteDrg API.
|
|
17041
17041
|
*/
|
|
17042
17042
|
deleteDrg(deleteDrgRequest) {
|
|
17043
17043
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17092,7 +17092,7 @@ class VirtualNetworkClient {
|
|
|
17092
17092
|
* @param DeleteDrgAttachmentRequest
|
|
17093
17093
|
* @return DeleteDrgAttachmentResponse
|
|
17094
17094
|
* @throws OciError when an error occurs
|
|
17095
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17095
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeleteDrgAttachment.ts.html |here} to see how to use DeleteDrgAttachment API.
|
|
17096
17096
|
*/
|
|
17097
17097
|
deleteDrgAttachment(deleteDrgAttachmentRequest) {
|
|
17098
17098
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17147,7 +17147,7 @@ class VirtualNetworkClient {
|
|
|
17147
17147
|
* @param DeleteDrgRouteDistributionRequest
|
|
17148
17148
|
* @return DeleteDrgRouteDistributionResponse
|
|
17149
17149
|
* @throws OciError when an error occurs
|
|
17150
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17150
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeleteDrgRouteDistribution.ts.html |here} to see how to use DeleteDrgRouteDistribution API.
|
|
17151
17151
|
*/
|
|
17152
17152
|
deleteDrgRouteDistribution(deleteDrgRouteDistributionRequest) {
|
|
17153
17153
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17200,7 +17200,7 @@ class VirtualNetworkClient {
|
|
|
17200
17200
|
* @param DeleteDrgRouteTableRequest
|
|
17201
17201
|
* @return DeleteDrgRouteTableResponse
|
|
17202
17202
|
* @throws OciError when an error occurs
|
|
17203
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17203
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeleteDrgRouteTable.ts.html |here} to see how to use DeleteDrgRouteTable API.
|
|
17204
17204
|
*/
|
|
17205
17205
|
deleteDrgRouteTable(deleteDrgRouteTableRequest) {
|
|
17206
17206
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17260,7 +17260,7 @@ class VirtualNetworkClient {
|
|
|
17260
17260
|
* @param DeleteIPSecConnectionRequest
|
|
17261
17261
|
* @return DeleteIPSecConnectionResponse
|
|
17262
17262
|
* @throws OciError when an error occurs
|
|
17263
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17263
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeleteIPSecConnection.ts.html |here} to see how to use DeleteIPSecConnection API.
|
|
17264
17264
|
*/
|
|
17265
17265
|
deleteIPSecConnection(deleteIPSecConnectionRequest) {
|
|
17266
17266
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17317,7 +17317,7 @@ class VirtualNetworkClient {
|
|
|
17317
17317
|
* @param DeleteInternetGatewayRequest
|
|
17318
17318
|
* @return DeleteInternetGatewayResponse
|
|
17319
17319
|
* @throws OciError when an error occurs
|
|
17320
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17320
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeleteInternetGateway.ts.html |here} to see how to use DeleteInternetGateway API.
|
|
17321
17321
|
*/
|
|
17322
17322
|
deleteInternetGateway(deleteInternetGatewayRequest) {
|
|
17323
17323
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17371,7 +17371,7 @@ class VirtualNetworkClient {
|
|
|
17371
17371
|
* @param DeleteIpv6Request
|
|
17372
17372
|
* @return DeleteIpv6Response
|
|
17373
17373
|
* @throws OciError when an error occurs
|
|
17374
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17374
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeleteIpv6.ts.html |here} to see how to use DeleteIpv6 API.
|
|
17375
17375
|
*/
|
|
17376
17376
|
deleteIpv6(deleteIpv6Request) {
|
|
17377
17377
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17428,7 +17428,7 @@ class VirtualNetworkClient {
|
|
|
17428
17428
|
* @param DeleteLocalPeeringGatewayRequest
|
|
17429
17429
|
* @return DeleteLocalPeeringGatewayResponse
|
|
17430
17430
|
* @throws OciError when an error occurs
|
|
17431
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17431
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeleteLocalPeeringGateway.ts.html |here} to see how to use DeleteLocalPeeringGateway API.
|
|
17432
17432
|
*/
|
|
17433
17433
|
deleteLocalPeeringGateway(deleteLocalPeeringGatewayRequest) {
|
|
17434
17434
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17485,7 +17485,7 @@ class VirtualNetworkClient {
|
|
|
17485
17485
|
* @param DeleteNatGatewayRequest
|
|
17486
17486
|
* @return DeleteNatGatewayResponse
|
|
17487
17487
|
* @throws OciError when an error occurs
|
|
17488
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17488
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeleteNatGateway.ts.html |here} to see how to use DeleteNatGateway API.
|
|
17489
17489
|
*/
|
|
17490
17490
|
deleteNatGateway(deleteNatGatewayRequest) {
|
|
17491
17491
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17544,7 +17544,7 @@ class VirtualNetworkClient {
|
|
|
17544
17544
|
* @param DeleteNetworkSecurityGroupRequest
|
|
17545
17545
|
* @return DeleteNetworkSecurityGroupResponse
|
|
17546
17546
|
* @throws OciError when an error occurs
|
|
17547
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17547
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeleteNetworkSecurityGroup.ts.html |here} to see how to use DeleteNetworkSecurityGroup API.
|
|
17548
17548
|
*/
|
|
17549
17549
|
deleteNetworkSecurityGroup(deleteNetworkSecurityGroupRequest) {
|
|
17550
17550
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17607,7 +17607,7 @@ class VirtualNetworkClient {
|
|
|
17607
17607
|
* @param DeletePrivateIpRequest
|
|
17608
17608
|
* @return DeletePrivateIpResponse
|
|
17609
17609
|
* @throws OciError when an error occurs
|
|
17610
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17610
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeletePrivateIp.ts.html |here} to see how to use DeletePrivateIp API.
|
|
17611
17611
|
*/
|
|
17612
17612
|
deletePrivateIp(deletePrivateIpRequest) {
|
|
17613
17613
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17674,7 +17674,7 @@ class VirtualNetworkClient {
|
|
|
17674
17674
|
* @param DeletePublicIpRequest
|
|
17675
17675
|
* @return DeletePublicIpResponse
|
|
17676
17676
|
* @throws OciError when an error occurs
|
|
17677
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17677
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeletePublicIp.ts.html |here} to see how to use DeletePublicIp API.
|
|
17678
17678
|
*/
|
|
17679
17679
|
deletePublicIp(deletePublicIpRequest) {
|
|
17680
17680
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17729,7 +17729,7 @@ class VirtualNetworkClient {
|
|
|
17729
17729
|
* @param DeletePublicIpPoolRequest
|
|
17730
17730
|
* @return DeletePublicIpPoolResponse
|
|
17731
17731
|
* @throws OciError when an error occurs
|
|
17732
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17732
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeletePublicIpPool.ts.html |here} to see how to use DeletePublicIpPool API.
|
|
17733
17733
|
*/
|
|
17734
17734
|
deletePublicIpPool(deletePublicIpPoolRequest) {
|
|
17735
17735
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17786,7 +17786,7 @@ class VirtualNetworkClient {
|
|
|
17786
17786
|
* @param DeleteRemotePeeringConnectionRequest
|
|
17787
17787
|
* @return DeleteRemotePeeringConnectionResponse
|
|
17788
17788
|
* @throws OciError when an error occurs
|
|
17789
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17789
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeleteRemotePeeringConnection.ts.html |here} to see how to use DeleteRemotePeeringConnection API.
|
|
17790
17790
|
*/
|
|
17791
17791
|
deleteRemotePeeringConnection(deleteRemotePeeringConnectionRequest) {
|
|
17792
17792
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17843,7 +17843,7 @@ class VirtualNetworkClient {
|
|
|
17843
17843
|
* @param DeleteRouteTableRequest
|
|
17844
17844
|
* @return DeleteRouteTableResponse
|
|
17845
17845
|
* @throws OciError when an error occurs
|
|
17846
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17846
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeleteRouteTable.ts.html |here} to see how to use DeleteRouteTable API.
|
|
17847
17847
|
*/
|
|
17848
17848
|
deleteRouteTable(deleteRouteTableRequest) {
|
|
17849
17849
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17900,7 +17900,7 @@ class VirtualNetworkClient {
|
|
|
17900
17900
|
* @param DeleteSecurityListRequest
|
|
17901
17901
|
* @return DeleteSecurityListResponse
|
|
17902
17902
|
* @throws OciError when an error occurs
|
|
17903
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17903
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeleteSecurityList.ts.html |here} to see how to use DeleteSecurityList API.
|
|
17904
17904
|
*/
|
|
17905
17905
|
deleteSecurityList(deleteSecurityListRequest) {
|
|
17906
17906
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17954,7 +17954,7 @@ class VirtualNetworkClient {
|
|
|
17954
17954
|
* @param DeleteServiceGatewayRequest
|
|
17955
17955
|
* @return DeleteServiceGatewayResponse
|
|
17956
17956
|
* @throws OciError when an error occurs
|
|
17957
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17957
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeleteServiceGateway.ts.html |here} to see how to use DeleteServiceGateway API.
|
|
17958
17958
|
*/
|
|
17959
17959
|
deleteServiceGateway(deleteServiceGatewayRequest) {
|
|
17960
17960
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18009,7 +18009,7 @@ class VirtualNetworkClient {
|
|
|
18009
18009
|
* @param DeleteSubnetRequest
|
|
18010
18010
|
* @return DeleteSubnetResponse
|
|
18011
18011
|
* @throws OciError when an error occurs
|
|
18012
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18012
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeleteSubnet.ts.html |here} to see how to use DeleteSubnet API.
|
|
18013
18013
|
*/
|
|
18014
18014
|
deleteSubnet(deleteSubnetRequest) {
|
|
18015
18015
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18064,7 +18064,7 @@ class VirtualNetworkClient {
|
|
|
18064
18064
|
* @param DeleteVcnRequest
|
|
18065
18065
|
* @return DeleteVcnResponse
|
|
18066
18066
|
* @throws OciError when an error occurs
|
|
18067
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18067
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeleteVcn.ts.html |here} to see how to use DeleteVcn API.
|
|
18068
18068
|
*/
|
|
18069
18069
|
deleteVcn(deleteVcnRequest) {
|
|
18070
18070
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18121,7 +18121,7 @@ class VirtualNetworkClient {
|
|
|
18121
18121
|
* @param DeleteVirtualCircuitRequest
|
|
18122
18122
|
* @return DeleteVirtualCircuitResponse
|
|
18123
18123
|
* @throws OciError when an error occurs
|
|
18124
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18124
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeleteVirtualCircuit.ts.html |here} to see how to use DeleteVirtualCircuit API.
|
|
18125
18125
|
*/
|
|
18126
18126
|
deleteVirtualCircuit(deleteVirtualCircuitRequest) {
|
|
18127
18127
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18174,7 +18174,7 @@ class VirtualNetworkClient {
|
|
|
18174
18174
|
* @param DeleteVlanRequest
|
|
18175
18175
|
* @return DeleteVlanResponse
|
|
18176
18176
|
* @throws OciError when an error occurs
|
|
18177
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18177
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DeleteVlan.ts.html |here} to see how to use DeleteVlan API.
|
|
18178
18178
|
*/
|
|
18179
18179
|
deleteVlan(deleteVlanRequest) {
|
|
18180
18180
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18239,7 +18239,7 @@ class VirtualNetworkClient {
|
|
|
18239
18239
|
* @param DetachServiceIdRequest
|
|
18240
18240
|
* @return DetachServiceIdResponse
|
|
18241
18241
|
* @throws OciError when an error occurs
|
|
18242
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18242
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/DetachServiceId.ts.html |here} to see how to use DetachServiceId API.
|
|
18243
18243
|
*/
|
|
18244
18244
|
detachServiceId(detachServiceIdRequest) {
|
|
18245
18245
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18297,7 +18297,7 @@ class VirtualNetworkClient {
|
|
|
18297
18297
|
* @param GetAllDrgAttachmentsRequest
|
|
18298
18298
|
* @return GetAllDrgAttachmentsResponse
|
|
18299
18299
|
* @throws OciError when an error occurs
|
|
18300
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18300
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetAllDrgAttachments.ts.html |here} to see how to use GetAllDrgAttachments API.
|
|
18301
18301
|
*/
|
|
18302
18302
|
getAllDrgAttachments(getAllDrgAttachmentsRequest) {
|
|
18303
18303
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18397,6 +18397,61 @@ class VirtualNetworkClient {
|
|
|
18397
18397
|
getAllDrgAttachmentsResponseIterator(request) {
|
|
18398
18398
|
return oci_common_1.paginateResponses(request, req => this.getAllDrgAttachments(req));
|
|
18399
18399
|
}
|
|
18400
|
+
/**
|
|
18401
|
+
* The allowed parameters for IKE IPSec
|
|
18402
|
+
*
|
|
18403
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
18404
|
+
* @param GetAllowedIkeIPSecParametersRequest
|
|
18405
|
+
* @return GetAllowedIkeIPSecParametersResponse
|
|
18406
|
+
* @throws OciError when an error occurs
|
|
18407
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetAllowedIkeIPSecParameters.ts.html |here} to see how to use GetAllowedIkeIPSecParameters API.
|
|
18408
|
+
*/
|
|
18409
|
+
getAllowedIkeIPSecParameters(getAllowedIkeIPSecParametersRequest) {
|
|
18410
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
18411
|
+
if (this.logger)
|
|
18412
|
+
this.logger.debug("Calling operation VirtualNetworkClient#getAllowedIkeIPSecParameters.");
|
|
18413
|
+
const pathParams = {};
|
|
18414
|
+
const queryParams = {};
|
|
18415
|
+
let headerParams = {
|
|
18416
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
18417
|
+
"opc-request-id": getAllowedIkeIPSecParametersRequest.opcRequestId
|
|
18418
|
+
};
|
|
18419
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
18420
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getAllowedIkeIPSecParametersRequest.retryConfiguration, specRetryConfiguration);
|
|
18421
|
+
if (this.logger)
|
|
18422
|
+
retrier.logger = this.logger;
|
|
18423
|
+
const request = yield oci_common_2.composeRequest({
|
|
18424
|
+
baseEndpoint: this._endpoint,
|
|
18425
|
+
defaultHeaders: this._defaultHeaders,
|
|
18426
|
+
path: "/ipsecAlgorithms",
|
|
18427
|
+
method: "GET",
|
|
18428
|
+
pathParams: pathParams,
|
|
18429
|
+
headerParams: headerParams,
|
|
18430
|
+
queryParams: queryParams
|
|
18431
|
+
});
|
|
18432
|
+
try {
|
|
18433
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
18434
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
18435
|
+
responseObject: {},
|
|
18436
|
+
body: yield response.json(),
|
|
18437
|
+
bodyKey: "allowedIkeIPSecParameters",
|
|
18438
|
+
bodyModel: model.AllowedIkeIPSecParameters,
|
|
18439
|
+
type: "model.AllowedIkeIPSecParameters",
|
|
18440
|
+
responseHeaders: [
|
|
18441
|
+
{
|
|
18442
|
+
value: response.headers.get("opc-request-id"),
|
|
18443
|
+
key: "opcRequestId",
|
|
18444
|
+
dataType: "string"
|
|
18445
|
+
}
|
|
18446
|
+
]
|
|
18447
|
+
});
|
|
18448
|
+
return sdkResponse;
|
|
18449
|
+
}
|
|
18450
|
+
catch (err) {
|
|
18451
|
+
throw err;
|
|
18452
|
+
}
|
|
18453
|
+
});
|
|
18454
|
+
}
|
|
18400
18455
|
/**
|
|
18401
18456
|
* Gets the `ByoipRange` resource. You must specify the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
18402
18457
|
*
|
|
@@ -18404,7 +18459,7 @@ class VirtualNetworkClient {
|
|
|
18404
18459
|
* @param GetByoipRangeRequest
|
|
18405
18460
|
* @return GetByoipRangeResponse
|
|
18406
18461
|
* @throws OciError when an error occurs
|
|
18407
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18462
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetByoipRange.ts.html |here} to see how to use GetByoipRange API.
|
|
18408
18463
|
*/
|
|
18409
18464
|
getByoipRange(getByoipRangeRequest) {
|
|
18410
18465
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18465,7 +18520,7 @@ class VirtualNetworkClient {
|
|
|
18465
18520
|
* @param GetCpeRequest
|
|
18466
18521
|
* @return GetCpeResponse
|
|
18467
18522
|
* @throws OciError when an error occurs
|
|
18468
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18523
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetCpe.ts.html |here} to see how to use GetCpe API.
|
|
18469
18524
|
*/
|
|
18470
18525
|
getCpe(getCpeRequest) {
|
|
18471
18526
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18543,7 +18598,7 @@ class VirtualNetworkClient {
|
|
|
18543
18598
|
* @param GetCpeDeviceConfigContentRequest
|
|
18544
18599
|
* @return GetCpeDeviceConfigContentResponse
|
|
18545
18600
|
* @throws OciError when an error occurs
|
|
18546
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18601
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetCpeDeviceConfigContent.ts.html |here} to see how to use GetCpeDeviceConfigContent API.
|
|
18547
18602
|
*/
|
|
18548
18603
|
getCpeDeviceConfigContent(getCpeDeviceConfigContentRequest) {
|
|
18549
18604
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18607,7 +18662,7 @@ class VirtualNetworkClient {
|
|
|
18607
18662
|
* @param GetCpeDeviceShapeRequest
|
|
18608
18663
|
* @return GetCpeDeviceShapeResponse
|
|
18609
18664
|
* @throws OciError when an error occurs
|
|
18610
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18665
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetCpeDeviceShape.ts.html |here} to see how to use GetCpeDeviceShape API.
|
|
18611
18666
|
*/
|
|
18612
18667
|
getCpeDeviceShape(getCpeDeviceShapeRequest) {
|
|
18613
18668
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18663,7 +18718,7 @@ class VirtualNetworkClient {
|
|
|
18663
18718
|
* @param GetCrossConnectRequest
|
|
18664
18719
|
* @return GetCrossConnectResponse
|
|
18665
18720
|
* @throws OciError when an error occurs
|
|
18666
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18721
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetCrossConnect.ts.html |here} to see how to use GetCrossConnect API.
|
|
18667
18722
|
*/
|
|
18668
18723
|
getCrossConnect(getCrossConnectRequest) {
|
|
18669
18724
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18723,7 +18778,7 @@ class VirtualNetworkClient {
|
|
|
18723
18778
|
* @param GetCrossConnectGroupRequest
|
|
18724
18779
|
* @return GetCrossConnectGroupResponse
|
|
18725
18780
|
* @throws OciError when an error occurs
|
|
18726
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18781
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetCrossConnectGroup.ts.html |here} to see how to use GetCrossConnectGroup API.
|
|
18727
18782
|
*/
|
|
18728
18783
|
getCrossConnectGroup(getCrossConnectGroupRequest) {
|
|
18729
18784
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18783,7 +18838,7 @@ class VirtualNetworkClient {
|
|
|
18783
18838
|
* @param GetCrossConnectLetterOfAuthorityRequest
|
|
18784
18839
|
* @return GetCrossConnectLetterOfAuthorityResponse
|
|
18785
18840
|
* @throws OciError when an error occurs
|
|
18786
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18841
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetCrossConnectLetterOfAuthority.ts.html |here} to see how to use GetCrossConnectLetterOfAuthority API.
|
|
18787
18842
|
*/
|
|
18788
18843
|
getCrossConnectLetterOfAuthority(getCrossConnectLetterOfAuthorityRequest) {
|
|
18789
18844
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18839,7 +18894,7 @@ class VirtualNetworkClient {
|
|
|
18839
18894
|
* @param GetCrossConnectStatusRequest
|
|
18840
18895
|
* @return GetCrossConnectStatusResponse
|
|
18841
18896
|
* @throws OciError when an error occurs
|
|
18842
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18897
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetCrossConnectStatus.ts.html |here} to see how to use GetCrossConnectStatus API.
|
|
18843
18898
|
*/
|
|
18844
18899
|
getCrossConnectStatus(getCrossConnectStatusRequest) {
|
|
18845
18900
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18894,7 +18949,7 @@ class VirtualNetworkClient {
|
|
|
18894
18949
|
* @param GetDhcpOptionsRequest
|
|
18895
18950
|
* @return GetDhcpOptionsResponse
|
|
18896
18951
|
* @throws OciError when an error occurs
|
|
18897
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18952
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetDhcpOptions.ts.html |here} to see how to use GetDhcpOptions API.
|
|
18898
18953
|
*/
|
|
18899
18954
|
getDhcpOptions(getDhcpOptionsRequest) {
|
|
18900
18955
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18954,7 +19009,7 @@ class VirtualNetworkClient {
|
|
|
18954
19009
|
* @param GetDrgRequest
|
|
18955
19010
|
* @return GetDrgResponse
|
|
18956
19011
|
* @throws OciError when an error occurs
|
|
18957
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19012
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetDrg.ts.html |here} to see how to use GetDrg API.
|
|
18958
19013
|
*/
|
|
18959
19014
|
getDrg(getDrgRequest) {
|
|
18960
19015
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19014,7 +19069,7 @@ class VirtualNetworkClient {
|
|
|
19014
19069
|
* @param GetDrgAttachmentRequest
|
|
19015
19070
|
* @return GetDrgAttachmentResponse
|
|
19016
19071
|
* @throws OciError when an error occurs
|
|
19017
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19072
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetDrgAttachment.ts.html |here} to see how to use GetDrgAttachment API.
|
|
19018
19073
|
*/
|
|
19019
19074
|
getDrgAttachment(getDrgAttachmentRequest) {
|
|
19020
19075
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19076,7 +19131,7 @@ class VirtualNetworkClient {
|
|
|
19076
19131
|
* @param GetDrgRedundancyStatusRequest
|
|
19077
19132
|
* @return GetDrgRedundancyStatusResponse
|
|
19078
19133
|
* @throws OciError when an error occurs
|
|
19079
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19134
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetDrgRedundancyStatus.ts.html |here} to see how to use GetDrgRedundancyStatus API.
|
|
19080
19135
|
*/
|
|
19081
19136
|
getDrgRedundancyStatus(getDrgRedundancyStatusRequest) {
|
|
19082
19137
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19132,7 +19187,7 @@ class VirtualNetworkClient {
|
|
|
19132
19187
|
* @param GetDrgRouteDistributionRequest
|
|
19133
19188
|
* @return GetDrgRouteDistributionResponse
|
|
19134
19189
|
* @throws OciError when an error occurs
|
|
19135
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19190
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetDrgRouteDistribution.ts.html |here} to see how to use GetDrgRouteDistribution API.
|
|
19136
19191
|
*/
|
|
19137
19192
|
getDrgRouteDistribution(getDrgRouteDistributionRequest) {
|
|
19138
19193
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19192,7 +19247,7 @@ class VirtualNetworkClient {
|
|
|
19192
19247
|
* @param GetDrgRouteTableRequest
|
|
19193
19248
|
* @return GetDrgRouteTableResponse
|
|
19194
19249
|
* @throws OciError when an error occurs
|
|
19195
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19250
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetDrgRouteTable.ts.html |here} to see how to use GetDrgRouteTable API.
|
|
19196
19251
|
*/
|
|
19197
19252
|
getDrgRouteTable(getDrgRouteTableRequest) {
|
|
19198
19253
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19254,7 +19309,7 @@ class VirtualNetworkClient {
|
|
|
19254
19309
|
* @param GetFastConnectProviderServiceRequest
|
|
19255
19310
|
* @return GetFastConnectProviderServiceResponse
|
|
19256
19311
|
* @throws OciError when an error occurs
|
|
19257
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19312
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetFastConnectProviderService.ts.html |here} to see how to use GetFastConnectProviderService API.
|
|
19258
19313
|
*/
|
|
19259
19314
|
getFastConnectProviderService(getFastConnectProviderServiceRequest) {
|
|
19260
19315
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19311,7 +19366,7 @@ class VirtualNetworkClient {
|
|
|
19311
19366
|
* @param GetFastConnectProviderServiceKeyRequest
|
|
19312
19367
|
* @return GetFastConnectProviderServiceKeyResponse
|
|
19313
19368
|
* @throws OciError when an error occurs
|
|
19314
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19369
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetFastConnectProviderServiceKey.ts.html |here} to see how to use GetFastConnectProviderServiceKey API.
|
|
19315
19370
|
*/
|
|
19316
19371
|
getFastConnectProviderServiceKey(getFastConnectProviderServiceKeyRequest) {
|
|
19317
19372
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19370,7 +19425,7 @@ class VirtualNetworkClient {
|
|
|
19370
19425
|
* @param GetIPSecConnectionRequest
|
|
19371
19426
|
* @return GetIPSecConnectionResponse
|
|
19372
19427
|
* @throws OciError when an error occurs
|
|
19373
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19428
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetIPSecConnection.ts.html |here} to see how to use GetIPSecConnection API.
|
|
19374
19429
|
*/
|
|
19375
19430
|
getIPSecConnection(getIPSecConnectionRequest) {
|
|
19376
19431
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19434,7 +19489,7 @@ class VirtualNetworkClient {
|
|
|
19434
19489
|
* @param GetIPSecConnectionDeviceConfigRequest
|
|
19435
19490
|
* @return GetIPSecConnectionDeviceConfigResponse
|
|
19436
19491
|
* @throws OciError when an error occurs
|
|
19437
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19492
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetIPSecConnectionDeviceConfig.ts.html |here} to see how to use GetIPSecConnectionDeviceConfig API.
|
|
19438
19493
|
*/
|
|
19439
19494
|
getIPSecConnectionDeviceConfig(getIPSecConnectionDeviceConfigRequest) {
|
|
19440
19495
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19496,7 +19551,7 @@ class VirtualNetworkClient {
|
|
|
19496
19551
|
* @param GetIPSecConnectionDeviceStatusRequest
|
|
19497
19552
|
* @return GetIPSecConnectionDeviceStatusResponse
|
|
19498
19553
|
* @throws OciError when an error occurs
|
|
19499
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19554
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetIPSecConnectionDeviceStatus.ts.html |here} to see how to use GetIPSecConnectionDeviceStatus API.
|
|
19500
19555
|
*/
|
|
19501
19556
|
getIPSecConnectionDeviceStatus(getIPSecConnectionDeviceStatusRequest) {
|
|
19502
19557
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19559,7 +19614,7 @@ class VirtualNetworkClient {
|
|
|
19559
19614
|
* @param GetIPSecConnectionTunnelRequest
|
|
19560
19615
|
* @return GetIPSecConnectionTunnelResponse
|
|
19561
19616
|
* @throws OciError when an error occurs
|
|
19562
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19617
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetIPSecConnectionTunnel.ts.html |here} to see how to use GetIPSecConnectionTunnel API.
|
|
19563
19618
|
*/
|
|
19564
19619
|
getIPSecConnectionTunnel(getIPSecConnectionTunnelRequest) {
|
|
19565
19620
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19614,6 +19669,63 @@ class VirtualNetworkClient {
|
|
|
19614
19669
|
}
|
|
19615
19670
|
});
|
|
19616
19671
|
}
|
|
19672
|
+
/**
|
|
19673
|
+
* Get the identified error for the specified IPSec Tunnel ID.
|
|
19674
|
+
*
|
|
19675
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
19676
|
+
* @param GetIPSecConnectionTunnelErrorRequest
|
|
19677
|
+
* @return GetIPSecConnectionTunnelErrorResponse
|
|
19678
|
+
* @throws OciError when an error occurs
|
|
19679
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetIPSecConnectionTunnelError.ts.html |here} to see how to use GetIPSecConnectionTunnelError API.
|
|
19680
|
+
*/
|
|
19681
|
+
getIPSecConnectionTunnelError(getIPSecConnectionTunnelErrorRequest) {
|
|
19682
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
19683
|
+
if (this.logger)
|
|
19684
|
+
this.logger.debug("Calling operation VirtualNetworkClient#getIPSecConnectionTunnelError.");
|
|
19685
|
+
const pathParams = {
|
|
19686
|
+
"{ipscId}": getIPSecConnectionTunnelErrorRequest.ipscId,
|
|
19687
|
+
"{tunnelId}": getIPSecConnectionTunnelErrorRequest.tunnelId
|
|
19688
|
+
};
|
|
19689
|
+
const queryParams = {};
|
|
19690
|
+
let headerParams = {
|
|
19691
|
+
"Content-Type": common.Constants.APPLICATION_JSON
|
|
19692
|
+
};
|
|
19693
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
19694
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getIPSecConnectionTunnelErrorRequest.retryConfiguration, specRetryConfiguration);
|
|
19695
|
+
if (this.logger)
|
|
19696
|
+
retrier.logger = this.logger;
|
|
19697
|
+
const request = yield oci_common_2.composeRequest({
|
|
19698
|
+
baseEndpoint: this._endpoint,
|
|
19699
|
+
defaultHeaders: this._defaultHeaders,
|
|
19700
|
+
path: "/ipsecConnections/{ipscId}/tunnels/{tunnelId}/error",
|
|
19701
|
+
method: "GET",
|
|
19702
|
+
pathParams: pathParams,
|
|
19703
|
+
headerParams: headerParams,
|
|
19704
|
+
queryParams: queryParams
|
|
19705
|
+
});
|
|
19706
|
+
try {
|
|
19707
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
19708
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
19709
|
+
responseObject: {},
|
|
19710
|
+
body: yield response.json(),
|
|
19711
|
+
bodyKey: "iPSecConnectionTunnelErrorDetails",
|
|
19712
|
+
bodyModel: model.IPSecConnectionTunnelErrorDetails,
|
|
19713
|
+
type: "model.IPSecConnectionTunnelErrorDetails",
|
|
19714
|
+
responseHeaders: [
|
|
19715
|
+
{
|
|
19716
|
+
value: response.headers.get("opc-request-id"),
|
|
19717
|
+
key: "opcRequestId",
|
|
19718
|
+
dataType: "string"
|
|
19719
|
+
}
|
|
19720
|
+
]
|
|
19721
|
+
});
|
|
19722
|
+
return sdkResponse;
|
|
19723
|
+
}
|
|
19724
|
+
catch (err) {
|
|
19725
|
+
throw err;
|
|
19726
|
+
}
|
|
19727
|
+
});
|
|
19728
|
+
}
|
|
19617
19729
|
/**
|
|
19618
19730
|
* Gets the specified tunnel's shared secret (pre-shared key). To get other information
|
|
19619
19731
|
* about the tunnel, use {@link #getIPSecConnectionTunnel(GetIPSecConnectionTunnelRequest) getIPSecConnectionTunnel}.
|
|
@@ -19622,7 +19734,7 @@ class VirtualNetworkClient {
|
|
|
19622
19734
|
* @param GetIPSecConnectionTunnelSharedSecretRequest
|
|
19623
19735
|
* @return GetIPSecConnectionTunnelSharedSecretResponse
|
|
19624
19736
|
* @throws OciError when an error occurs
|
|
19625
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19737
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetIPSecConnectionTunnelSharedSecret.ts.html |here} to see how to use GetIPSecConnectionTunnelSharedSecret API.
|
|
19626
19738
|
*/
|
|
19627
19739
|
getIPSecConnectionTunnelSharedSecret(getIPSecConnectionTunnelSharedSecretRequest) {
|
|
19628
19740
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19683,7 +19795,7 @@ class VirtualNetworkClient {
|
|
|
19683
19795
|
* @param GetInternetGatewayRequest
|
|
19684
19796
|
* @return GetInternetGatewayResponse
|
|
19685
19797
|
* @throws OciError when an error occurs
|
|
19686
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19798
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetInternetGateway.ts.html |here} to see how to use GetInternetGateway API.
|
|
19687
19799
|
*/
|
|
19688
19800
|
getInternetGateway(getInternetGatewayRequest) {
|
|
19689
19801
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19762,7 +19874,7 @@ class VirtualNetworkClient {
|
|
|
19762
19874
|
* @param GetIpsecCpeDeviceConfigContentRequest
|
|
19763
19875
|
* @return GetIpsecCpeDeviceConfigContentResponse
|
|
19764
19876
|
* @throws OciError when an error occurs
|
|
19765
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19877
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetIpsecCpeDeviceConfigContent.ts.html |here} to see how to use GetIpsecCpeDeviceConfigContent API.
|
|
19766
19878
|
*/
|
|
19767
19879
|
getIpsecCpeDeviceConfigContent(getIpsecCpeDeviceConfigContentRequest) {
|
|
19768
19880
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19821,7 +19933,7 @@ class VirtualNetworkClient {
|
|
|
19821
19933
|
* @param GetIpv6Request
|
|
19822
19934
|
* @return GetIpv6Response
|
|
19823
19935
|
* @throws OciError when an error occurs
|
|
19824
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19936
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetIpv6.ts.html |here} to see how to use GetIpv6 API.
|
|
19825
19937
|
*/
|
|
19826
19938
|
getIpv6(getIpv6Request) {
|
|
19827
19939
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19882,7 +19994,7 @@ class VirtualNetworkClient {
|
|
|
19882
19994
|
* @param GetLocalPeeringGatewayRequest
|
|
19883
19995
|
* @return GetLocalPeeringGatewayResponse
|
|
19884
19996
|
* @throws OciError when an error occurs
|
|
19885
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19997
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetLocalPeeringGateway.ts.html |here} to see how to use GetLocalPeeringGateway API.
|
|
19886
19998
|
*/
|
|
19887
19999
|
getLocalPeeringGateway(getLocalPeeringGatewayRequest) {
|
|
19888
20000
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19942,7 +20054,7 @@ class VirtualNetworkClient {
|
|
|
19942
20054
|
* @param GetNatGatewayRequest
|
|
19943
20055
|
* @return GetNatGatewayResponse
|
|
19944
20056
|
* @throws OciError when an error occurs
|
|
19945
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20057
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetNatGateway.ts.html |here} to see how to use GetNatGateway API.
|
|
19946
20058
|
*/
|
|
19947
20059
|
getNatGateway(getNatGatewayRequest) {
|
|
19948
20060
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20009,7 +20121,7 @@ class VirtualNetworkClient {
|
|
|
20009
20121
|
* @param GetNetworkSecurityGroupRequest
|
|
20010
20122
|
* @return GetNetworkSecurityGroupResponse
|
|
20011
20123
|
* @throws OciError when an error occurs
|
|
20012
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20124
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetNetworkSecurityGroup.ts.html |here} to see how to use GetNetworkSecurityGroup API.
|
|
20013
20125
|
*/
|
|
20014
20126
|
getNetworkSecurityGroup(getNetworkSecurityGroupRequest) {
|
|
20015
20127
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20069,7 +20181,7 @@ class VirtualNetworkClient {
|
|
|
20069
20181
|
* @param GetNetworkingTopologyRequest
|
|
20070
20182
|
* @return GetNetworkingTopologyResponse
|
|
20071
20183
|
* @throws OciError when an error occurs
|
|
20072
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20184
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetNetworkingTopology.ts.html |here} to see how to use GetNetworkingTopology API.
|
|
20073
20185
|
*/
|
|
20074
20186
|
getNetworkingTopology(getNetworkingTopologyRequest) {
|
|
20075
20187
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20138,7 +20250,7 @@ class VirtualNetworkClient {
|
|
|
20138
20250
|
* @param GetPrivateIpRequest
|
|
20139
20251
|
* @return GetPrivateIpResponse
|
|
20140
20252
|
* @throws OciError when an error occurs
|
|
20141
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20253
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetPrivateIp.ts.html |here} to see how to use GetPrivateIp API.
|
|
20142
20254
|
*/
|
|
20143
20255
|
getPrivateIp(getPrivateIpRequest) {
|
|
20144
20256
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20209,7 +20321,7 @@ class VirtualNetworkClient {
|
|
|
20209
20321
|
* @param GetPublicIpRequest
|
|
20210
20322
|
* @return GetPublicIpResponse
|
|
20211
20323
|
* @throws OciError when an error occurs
|
|
20212
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20324
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetPublicIp.ts.html |here} to see how to use GetPublicIp API.
|
|
20213
20325
|
*/
|
|
20214
20326
|
getPublicIp(getPublicIpRequest) {
|
|
20215
20327
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20274,7 +20386,7 @@ class VirtualNetworkClient {
|
|
|
20274
20386
|
* @param GetPublicIpByIpAddressRequest
|
|
20275
20387
|
* @return GetPublicIpByIpAddressResponse
|
|
20276
20388
|
* @throws OciError when an error occurs
|
|
20277
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20389
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetPublicIpByIpAddress.ts.html |here} to see how to use GetPublicIpByIpAddress API.
|
|
20278
20390
|
*/
|
|
20279
20391
|
getPublicIpByIpAddress(getPublicIpByIpAddressRequest) {
|
|
20280
20392
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20344,7 +20456,7 @@ class VirtualNetworkClient {
|
|
|
20344
20456
|
* @param GetPublicIpByPrivateIpIdRequest
|
|
20345
20457
|
* @return GetPublicIpByPrivateIpIdResponse
|
|
20346
20458
|
* @throws OciError when an error occurs
|
|
20347
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20459
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetPublicIpByPrivateIpId.ts.html |here} to see how to use GetPublicIpByPrivateIpId API.
|
|
20348
20460
|
*/
|
|
20349
20461
|
getPublicIpByPrivateIpId(getPublicIpByPrivateIpIdRequest) {
|
|
20350
20462
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20404,7 +20516,7 @@ class VirtualNetworkClient {
|
|
|
20404
20516
|
* @param GetPublicIpPoolRequest
|
|
20405
20517
|
* @return GetPublicIpPoolResponse
|
|
20406
20518
|
* @throws OciError when an error occurs
|
|
20407
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20519
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetPublicIpPool.ts.html |here} to see how to use GetPublicIpPool API.
|
|
20408
20520
|
*/
|
|
20409
20521
|
getPublicIpPool(getPublicIpPoolRequest) {
|
|
20410
20522
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20466,7 +20578,7 @@ class VirtualNetworkClient {
|
|
|
20466
20578
|
* @param GetRemotePeeringConnectionRequest
|
|
20467
20579
|
* @return GetRemotePeeringConnectionResponse
|
|
20468
20580
|
* @throws OciError when an error occurs
|
|
20469
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20581
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetRemotePeeringConnection.ts.html |here} to see how to use GetRemotePeeringConnection API.
|
|
20470
20582
|
*/
|
|
20471
20583
|
getRemotePeeringConnection(getRemotePeeringConnectionRequest) {
|
|
20472
20584
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20526,7 +20638,7 @@ class VirtualNetworkClient {
|
|
|
20526
20638
|
* @param GetRouteTableRequest
|
|
20527
20639
|
* @return GetRouteTableResponse
|
|
20528
20640
|
* @throws OciError when an error occurs
|
|
20529
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20641
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetRouteTable.ts.html |here} to see how to use GetRouteTable API.
|
|
20530
20642
|
*/
|
|
20531
20643
|
getRouteTable(getRouteTableRequest) {
|
|
20532
20644
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20586,7 +20698,7 @@ class VirtualNetworkClient {
|
|
|
20586
20698
|
* @param GetSecurityListRequest
|
|
20587
20699
|
* @return GetSecurityListResponse
|
|
20588
20700
|
* @throws OciError when an error occurs
|
|
20589
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20701
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetSecurityList.ts.html |here} to see how to use GetSecurityList API.
|
|
20590
20702
|
*/
|
|
20591
20703
|
getSecurityList(getSecurityListRequest) {
|
|
20592
20704
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20647,7 +20759,7 @@ class VirtualNetworkClient {
|
|
|
20647
20759
|
* @param GetServiceRequest
|
|
20648
20760
|
* @return GetServiceResponse
|
|
20649
20761
|
* @throws OciError when an error occurs
|
|
20650
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20762
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetService.ts.html |here} to see how to use GetService API.
|
|
20651
20763
|
*/
|
|
20652
20764
|
getService(getServiceRequest) {
|
|
20653
20765
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20707,7 +20819,7 @@ class VirtualNetworkClient {
|
|
|
20707
20819
|
* @param GetServiceGatewayRequest
|
|
20708
20820
|
* @return GetServiceGatewayResponse
|
|
20709
20821
|
* @throws OciError when an error occurs
|
|
20710
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20822
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetServiceGateway.ts.html |here} to see how to use GetServiceGateway API.
|
|
20711
20823
|
*/
|
|
20712
20824
|
getServiceGateway(getServiceGatewayRequest) {
|
|
20713
20825
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20767,7 +20879,7 @@ class VirtualNetworkClient {
|
|
|
20767
20879
|
* @param GetSubnetRequest
|
|
20768
20880
|
* @return GetSubnetResponse
|
|
20769
20881
|
* @throws OciError when an error occurs
|
|
20770
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20882
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetSubnet.ts.html |here} to see how to use GetSubnet API.
|
|
20771
20883
|
*/
|
|
20772
20884
|
getSubnet(getSubnetRequest) {
|
|
20773
20885
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20827,7 +20939,7 @@ class VirtualNetworkClient {
|
|
|
20827
20939
|
* @param GetSubnetTopologyRequest
|
|
20828
20940
|
* @return GetSubnetTopologyResponse
|
|
20829
20941
|
* @throws OciError when an error occurs
|
|
20830
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20942
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetSubnetTopology.ts.html |here} to see how to use GetSubnetTopology API.
|
|
20831
20943
|
*/
|
|
20832
20944
|
getSubnetTopology(getSubnetTopologyRequest) {
|
|
20833
20945
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20898,7 +21010,7 @@ class VirtualNetworkClient {
|
|
|
20898
21010
|
* @param GetTunnelCpeDeviceConfigRequest
|
|
20899
21011
|
* @return GetTunnelCpeDeviceConfigResponse
|
|
20900
21012
|
* @throws OciError when an error occurs
|
|
20901
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21013
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetTunnelCpeDeviceConfig.ts.html |here} to see how to use GetTunnelCpeDeviceConfig API.
|
|
20902
21014
|
*/
|
|
20903
21015
|
getTunnelCpeDeviceConfig(getTunnelCpeDeviceConfigRequest) {
|
|
20904
21016
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20978,7 +21090,7 @@ class VirtualNetworkClient {
|
|
|
20978
21090
|
* @param GetTunnelCpeDeviceConfigContentRequest
|
|
20979
21091
|
* @return GetTunnelCpeDeviceConfigContentResponse
|
|
20980
21092
|
* @throws OciError when an error occurs
|
|
20981
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21093
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetTunnelCpeDeviceConfigContent.ts.html |here} to see how to use GetTunnelCpeDeviceConfigContent API.
|
|
20982
21094
|
*/
|
|
20983
21095
|
getTunnelCpeDeviceConfigContent(getTunnelCpeDeviceConfigContentRequest) {
|
|
20984
21096
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21035,7 +21147,7 @@ class VirtualNetworkClient {
|
|
|
21035
21147
|
* @param GetUpgradeStatusRequest
|
|
21036
21148
|
* @return GetUpgradeStatusResponse
|
|
21037
21149
|
* @throws OciError when an error occurs
|
|
21038
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21150
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetUpgradeStatus.ts.html |here} to see how to use GetUpgradeStatus API.
|
|
21039
21151
|
*/
|
|
21040
21152
|
getUpgradeStatus(getUpgradeStatusRequest) {
|
|
21041
21153
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21091,7 +21203,7 @@ class VirtualNetworkClient {
|
|
|
21091
21203
|
* @param GetVcnRequest
|
|
21092
21204
|
* @return GetVcnResponse
|
|
21093
21205
|
* @throws OciError when an error occurs
|
|
21094
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21206
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetVcn.ts.html |here} to see how to use GetVcn API.
|
|
21095
21207
|
*/
|
|
21096
21208
|
getVcn(getVcnRequest) {
|
|
21097
21209
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21151,7 +21263,7 @@ class VirtualNetworkClient {
|
|
|
21151
21263
|
* @param GetVcnDnsResolverAssociationRequest
|
|
21152
21264
|
* @return GetVcnDnsResolverAssociationResponse
|
|
21153
21265
|
* @throws OciError when an error occurs
|
|
21154
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21266
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetVcnDnsResolverAssociation.ts.html |here} to see how to use GetVcnDnsResolverAssociation API.
|
|
21155
21267
|
*/
|
|
21156
21268
|
getVcnDnsResolverAssociation(getVcnDnsResolverAssociationRequest) {
|
|
21157
21269
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21212,7 +21324,7 @@ class VirtualNetworkClient {
|
|
|
21212
21324
|
* @param GetVcnTopologyRequest
|
|
21213
21325
|
* @return GetVcnTopologyResponse
|
|
21214
21326
|
* @throws OciError when an error occurs
|
|
21215
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21327
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetVcnTopology.ts.html |here} to see how to use GetVcnTopology API.
|
|
21216
21328
|
*/
|
|
21217
21329
|
getVcnTopology(getVcnTopologyRequest) {
|
|
21218
21330
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21278,7 +21390,7 @@ class VirtualNetworkClient {
|
|
|
21278
21390
|
* @param GetVirtualCircuitRequest
|
|
21279
21391
|
* @return GetVirtualCircuitResponse
|
|
21280
21392
|
* @throws OciError when an error occurs
|
|
21281
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21393
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetVirtualCircuit.ts.html |here} to see how to use GetVirtualCircuit API.
|
|
21282
21394
|
*/
|
|
21283
21395
|
getVirtualCircuit(getVirtualCircuitRequest) {
|
|
21284
21396
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21338,7 +21450,7 @@ class VirtualNetworkClient {
|
|
|
21338
21450
|
* @param GetVlanRequest
|
|
21339
21451
|
* @return GetVlanResponse
|
|
21340
21452
|
* @throws OciError when an error occurs
|
|
21341
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21453
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetVlan.ts.html |here} to see how to use GetVlan API.
|
|
21342
21454
|
*/
|
|
21343
21455
|
getVlan(getVlanRequest) {
|
|
21344
21456
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21403,7 +21515,7 @@ class VirtualNetworkClient {
|
|
|
21403
21515
|
* @param GetVnicRequest
|
|
21404
21516
|
* @return GetVnicResponse
|
|
21405
21517
|
* @throws OciError when an error occurs
|
|
21406
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21518
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/GetVnic.ts.html |here} to see how to use GetVnic API.
|
|
21407
21519
|
*/
|
|
21408
21520
|
getVnic(getVnicRequest) {
|
|
21409
21521
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21465,7 +21577,7 @@ class VirtualNetworkClient {
|
|
|
21465
21577
|
* @param ListAllowedPeerRegionsForRemotePeeringRequest
|
|
21466
21578
|
* @return ListAllowedPeerRegionsForRemotePeeringResponse
|
|
21467
21579
|
* @throws OciError when an error occurs
|
|
21468
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21580
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListAllowedPeerRegionsForRemotePeering.ts.html |here} to see how to use ListAllowedPeerRegionsForRemotePeering API.
|
|
21469
21581
|
*/
|
|
21470
21582
|
listAllowedPeerRegionsForRemotePeering(listAllowedPeerRegionsForRemotePeeringRequest) {
|
|
21471
21583
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21520,7 +21632,7 @@ class VirtualNetworkClient {
|
|
|
21520
21632
|
* @param ListByoipAllocatedRangesRequest
|
|
21521
21633
|
* @return ListByoipAllocatedRangesResponse
|
|
21522
21634
|
* @throws OciError when an error occurs
|
|
21523
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21635
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListByoipAllocatedRanges.ts.html |here} to see how to use ListByoipAllocatedRanges API.
|
|
21524
21636
|
*/
|
|
21525
21637
|
listByoipAllocatedRanges(listByoipAllocatedRangesRequest) {
|
|
21526
21638
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21586,7 +21698,7 @@ class VirtualNetworkClient {
|
|
|
21586
21698
|
* @param ListByoipRangesRequest
|
|
21587
21699
|
* @return ListByoipRangesResponse
|
|
21588
21700
|
* @throws OciError when an error occurs
|
|
21589
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21701
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListByoipRanges.ts.html |here} to see how to use ListByoipRanges API.
|
|
21590
21702
|
*/
|
|
21591
21703
|
listByoipRanges(listByoipRangesRequest) {
|
|
21592
21704
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21666,7 +21778,7 @@ class VirtualNetworkClient {
|
|
|
21666
21778
|
* @param ListCpeDeviceShapesRequest
|
|
21667
21779
|
* @return ListCpeDeviceShapesResponse
|
|
21668
21780
|
* @throws OciError when an error occurs
|
|
21669
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21781
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListCpeDeviceShapes.ts.html |here} to see how to use ListCpeDeviceShapes API.
|
|
21670
21782
|
*/
|
|
21671
21783
|
listCpeDeviceShapes(listCpeDeviceShapesRequest) {
|
|
21672
21784
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21769,7 +21881,7 @@ class VirtualNetworkClient {
|
|
|
21769
21881
|
* @param ListCpesRequest
|
|
21770
21882
|
* @return ListCpesResponse
|
|
21771
21883
|
* @throws OciError when an error occurs
|
|
21772
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21884
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListCpes.ts.html |here} to see how to use ListCpes API.
|
|
21773
21885
|
*/
|
|
21774
21886
|
listCpes(listCpesRequest) {
|
|
21775
21887
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21872,7 +21984,7 @@ class VirtualNetworkClient {
|
|
|
21872
21984
|
* @param ListCrossConnectGroupsRequest
|
|
21873
21985
|
* @return ListCrossConnectGroupsResponse
|
|
21874
21986
|
* @throws OciError when an error occurs
|
|
21875
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21987
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListCrossConnectGroups.ts.html |here} to see how to use ListCrossConnectGroups API.
|
|
21876
21988
|
*/
|
|
21877
21989
|
listCrossConnectGroups(listCrossConnectGroupsRequest) {
|
|
21878
21990
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21980,7 +22092,7 @@ class VirtualNetworkClient {
|
|
|
21980
22092
|
* @param ListCrossConnectLocationsRequest
|
|
21981
22093
|
* @return ListCrossConnectLocationsResponse
|
|
21982
22094
|
* @throws OciError when an error occurs
|
|
21983
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22095
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListCrossConnectLocations.ts.html |here} to see how to use ListCrossConnectLocations API.
|
|
21984
22096
|
*/
|
|
21985
22097
|
listCrossConnectLocations(listCrossConnectLocationsRequest) {
|
|
21986
22098
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22084,7 +22196,7 @@ class VirtualNetworkClient {
|
|
|
22084
22196
|
* @param ListCrossConnectMappingsRequest
|
|
22085
22197
|
* @return ListCrossConnectMappingsResponse
|
|
22086
22198
|
* @throws OciError when an error occurs
|
|
22087
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22199
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListCrossConnectMappings.ts.html |here} to see how to use ListCrossConnectMappings API.
|
|
22088
22200
|
*/
|
|
22089
22201
|
listCrossConnectMappings(listCrossConnectMappingsRequest) {
|
|
22090
22202
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22142,7 +22254,7 @@ class VirtualNetworkClient {
|
|
|
22142
22254
|
* @param ListCrossConnectsRequest
|
|
22143
22255
|
* @return ListCrossConnectsResponse
|
|
22144
22256
|
* @throws OciError when an error occurs
|
|
22145
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22257
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListCrossConnects.ts.html |here} to see how to use ListCrossConnects API.
|
|
22146
22258
|
*/
|
|
22147
22259
|
listCrossConnects(listCrossConnectsRequest) {
|
|
22148
22260
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22252,7 +22364,7 @@ class VirtualNetworkClient {
|
|
|
22252
22364
|
* @param ListCrossconnectPortSpeedShapesRequest
|
|
22253
22365
|
* @return ListCrossconnectPortSpeedShapesResponse
|
|
22254
22366
|
* @throws OciError when an error occurs
|
|
22255
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22367
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListCrossconnectPortSpeedShapes.ts.html |here} to see how to use ListCrossconnectPortSpeedShapes API.
|
|
22256
22368
|
*/
|
|
22257
22369
|
listCrossconnectPortSpeedShapes(listCrossconnectPortSpeedShapesRequest) {
|
|
22258
22370
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22358,7 +22470,7 @@ class VirtualNetworkClient {
|
|
|
22358
22470
|
* @param ListDhcpOptionsRequest
|
|
22359
22471
|
* @return ListDhcpOptionsResponse
|
|
22360
22472
|
* @throws OciError when an error occurs
|
|
22361
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22473
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListDhcpOptions.ts.html |here} to see how to use ListDhcpOptions API.
|
|
22362
22474
|
*/
|
|
22363
22475
|
listDhcpOptions(listDhcpOptionsRequest) {
|
|
22364
22476
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22471,7 +22583,7 @@ class VirtualNetworkClient {
|
|
|
22471
22583
|
* @param ListDrgAttachmentsRequest
|
|
22472
22584
|
* @return ListDrgAttachmentsResponse
|
|
22473
22585
|
* @throws OciError when an error occurs
|
|
22474
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22586
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListDrgAttachments.ts.html |here} to see how to use ListDrgAttachments API.
|
|
22475
22587
|
*/
|
|
22476
22588
|
listDrgAttachments(listDrgAttachmentsRequest) {
|
|
22477
22589
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22582,7 +22694,7 @@ class VirtualNetworkClient {
|
|
|
22582
22694
|
* @param ListDrgRouteDistributionStatementsRequest
|
|
22583
22695
|
* @return ListDrgRouteDistributionStatementsResponse
|
|
22584
22696
|
* @throws OciError when an error occurs
|
|
22585
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22697
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListDrgRouteDistributionStatements.ts.html |here} to see how to use ListDrgRouteDistributionStatements API.
|
|
22586
22698
|
*/
|
|
22587
22699
|
listDrgRouteDistributionStatements(listDrgRouteDistributionStatementsRequest) {
|
|
22588
22700
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22691,7 +22803,7 @@ class VirtualNetworkClient {
|
|
|
22691
22803
|
* @param ListDrgRouteDistributionsRequest
|
|
22692
22804
|
* @return ListDrgRouteDistributionsResponse
|
|
22693
22805
|
* @throws OciError when an error occurs
|
|
22694
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22806
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListDrgRouteDistributions.ts.html |here} to see how to use ListDrgRouteDistributions API.
|
|
22695
22807
|
*/
|
|
22696
22808
|
listDrgRouteDistributions(listDrgRouteDistributionsRequest) {
|
|
22697
22809
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22797,7 +22909,7 @@ class VirtualNetworkClient {
|
|
|
22797
22909
|
* @param ListDrgRouteRulesRequest
|
|
22798
22910
|
* @return ListDrgRouteRulesResponse
|
|
22799
22911
|
* @throws OciError when an error occurs
|
|
22800
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22912
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListDrgRouteRules.ts.html |here} to see how to use ListDrgRouteRules API.
|
|
22801
22913
|
*/
|
|
22802
22914
|
listDrgRouteRules(listDrgRouteRulesRequest) {
|
|
22803
22915
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22904,7 +23016,7 @@ class VirtualNetworkClient {
|
|
|
22904
23016
|
* @param ListDrgRouteTablesRequest
|
|
22905
23017
|
* @return ListDrgRouteTablesResponse
|
|
22906
23018
|
* @throws OciError when an error occurs
|
|
22907
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23019
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListDrgRouteTables.ts.html |here} to see how to use ListDrgRouteTables API.
|
|
22908
23020
|
*/
|
|
22909
23021
|
listDrgRouteTables(listDrgRouteTablesRequest) {
|
|
22910
23022
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23012,7 +23124,7 @@ class VirtualNetworkClient {
|
|
|
23012
23124
|
* @param ListDrgsRequest
|
|
23013
23125
|
* @return ListDrgsResponse
|
|
23014
23126
|
* @throws OciError when an error occurs
|
|
23015
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListDrgs.ts.html |here} to see how to use ListDrgs API.
|
|
23016
23128
|
*/
|
|
23017
23129
|
listDrgs(listDrgsRequest) {
|
|
23018
23130
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23121,7 +23233,7 @@ class VirtualNetworkClient {
|
|
|
23121
23233
|
* @param ListFastConnectProviderServicesRequest
|
|
23122
23234
|
* @return ListFastConnectProviderServicesResponse
|
|
23123
23235
|
* @throws OciError when an error occurs
|
|
23124
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23236
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListFastConnectProviderServices.ts.html |here} to see how to use ListFastConnectProviderServices API.
|
|
23125
23237
|
*/
|
|
23126
23238
|
listFastConnectProviderServices(listFastConnectProviderServicesRequest) {
|
|
23127
23239
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23227,7 +23339,7 @@ class VirtualNetworkClient {
|
|
|
23227
23339
|
* @param ListFastConnectProviderVirtualCircuitBandwidthShapesRequest
|
|
23228
23340
|
* @return ListFastConnectProviderVirtualCircuitBandwidthShapesResponse
|
|
23229
23341
|
* @throws OciError when an error occurs
|
|
23230
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23342
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListFastConnectProviderVirtualCircuitBandwidthShapes.ts.html |here} to see how to use ListFastConnectProviderVirtualCircuitBandwidthShapes API.
|
|
23231
23343
|
*/
|
|
23232
23344
|
listFastConnectProviderVirtualCircuitBandwidthShapes(listFastConnectProviderVirtualCircuitBandwidthShapesRequest) {
|
|
23233
23345
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23324,6 +23436,227 @@ class VirtualNetworkClient {
|
|
|
23324
23436
|
listFastConnectProviderVirtualCircuitBandwidthShapesResponseIterator(request) {
|
|
23325
23437
|
return oci_common_1.paginateResponses(request, req => this.listFastConnectProviderVirtualCircuitBandwidthShapes(req));
|
|
23326
23438
|
}
|
|
23439
|
+
/**
|
|
23440
|
+
* The routes advertised to the Customer and the routes received from the Customer.
|
|
23441
|
+
*
|
|
23442
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
23443
|
+
* @param ListIPSecConnectionTunnelRoutesRequest
|
|
23444
|
+
* @return ListIPSecConnectionTunnelRoutesResponse
|
|
23445
|
+
* @throws OciError when an error occurs
|
|
23446
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListIPSecConnectionTunnelRoutes.ts.html |here} to see how to use ListIPSecConnectionTunnelRoutes API.
|
|
23447
|
+
*/
|
|
23448
|
+
listIPSecConnectionTunnelRoutes(listIPSecConnectionTunnelRoutesRequest) {
|
|
23449
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
23450
|
+
if (this.logger)
|
|
23451
|
+
this.logger.debug("Calling operation VirtualNetworkClient#listIPSecConnectionTunnelRoutes.");
|
|
23452
|
+
const pathParams = {
|
|
23453
|
+
"{ipscId}": listIPSecConnectionTunnelRoutesRequest.ipscId,
|
|
23454
|
+
"{tunnelId}": listIPSecConnectionTunnelRoutesRequest.tunnelId
|
|
23455
|
+
};
|
|
23456
|
+
const queryParams = {
|
|
23457
|
+
"limit": listIPSecConnectionTunnelRoutesRequest.limit,
|
|
23458
|
+
"page": listIPSecConnectionTunnelRoutesRequest.page,
|
|
23459
|
+
"advertiser": listIPSecConnectionTunnelRoutesRequest.advertiser
|
|
23460
|
+
};
|
|
23461
|
+
let headerParams = {
|
|
23462
|
+
"Content-Type": common.Constants.APPLICATION_JSON
|
|
23463
|
+
};
|
|
23464
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
23465
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listIPSecConnectionTunnelRoutesRequest.retryConfiguration, specRetryConfiguration);
|
|
23466
|
+
if (this.logger)
|
|
23467
|
+
retrier.logger = this.logger;
|
|
23468
|
+
const request = yield oci_common_2.composeRequest({
|
|
23469
|
+
baseEndpoint: this._endpoint,
|
|
23470
|
+
defaultHeaders: this._defaultHeaders,
|
|
23471
|
+
path: "/ipsecConnections/{ipscId}/tunnels/{tunnelId}/routes",
|
|
23472
|
+
method: "GET",
|
|
23473
|
+
pathParams: pathParams,
|
|
23474
|
+
headerParams: headerParams,
|
|
23475
|
+
queryParams: queryParams
|
|
23476
|
+
});
|
|
23477
|
+
try {
|
|
23478
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
23479
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
23480
|
+
responseObject: {},
|
|
23481
|
+
body: yield response.json(),
|
|
23482
|
+
bodyKey: "items",
|
|
23483
|
+
bodyModel: model.TunnelRouteSummary,
|
|
23484
|
+
type: "Array<model.TunnelRouteSummary>",
|
|
23485
|
+
responseHeaders: [
|
|
23486
|
+
{
|
|
23487
|
+
value: response.headers.get("opc-next-page"),
|
|
23488
|
+
key: "opcNextPage",
|
|
23489
|
+
dataType: "string"
|
|
23490
|
+
},
|
|
23491
|
+
{
|
|
23492
|
+
value: response.headers.get("opc-request-id"),
|
|
23493
|
+
key: "opcRequestId",
|
|
23494
|
+
dataType: "string"
|
|
23495
|
+
},
|
|
23496
|
+
{
|
|
23497
|
+
value: response.headers.get("opc-total-items"),
|
|
23498
|
+
key: "opcTotalItems",
|
|
23499
|
+
dataType: "number"
|
|
23500
|
+
}
|
|
23501
|
+
]
|
|
23502
|
+
});
|
|
23503
|
+
return sdkResponse;
|
|
23504
|
+
}
|
|
23505
|
+
catch (err) {
|
|
23506
|
+
throw err;
|
|
23507
|
+
}
|
|
23508
|
+
});
|
|
23509
|
+
}
|
|
23510
|
+
/**
|
|
23511
|
+
* NOTE: This function is deprecated in favor of listIPSecConnectionTunnelRoutesRecordIterator function.
|
|
23512
|
+
* Creates a new async iterator which will iterate over the models.TunnelRouteSummary objects
|
|
23513
|
+
* contained in responses from the listIPSecConnectionTunnelRoutes operation. This iterator will fetch more data from the
|
|
23514
|
+
* server as needed.
|
|
23515
|
+
*
|
|
23516
|
+
* @param request a request which can be sent to the service operation
|
|
23517
|
+
*/
|
|
23518
|
+
listAllIPSecConnectionTunnelRoutes(request) {
|
|
23519
|
+
return oci_common_1.paginateRecords(request, req => this.listIPSecConnectionTunnelRoutes(req));
|
|
23520
|
+
}
|
|
23521
|
+
/**
|
|
23522
|
+
* NOTE: This function is deprecated in favor of listIPSecConnectionTunnelRoutesResponseIterator function.
|
|
23523
|
+
* Creates a new async iterator which will iterate over the responses received from the listIPSecConnectionTunnelRoutes operation. This iterator
|
|
23524
|
+
* will fetch more data from the server as needed.
|
|
23525
|
+
*
|
|
23526
|
+
* @param request a request which can be sent to the service operation
|
|
23527
|
+
*/
|
|
23528
|
+
listAllIPSecConnectionTunnelRoutesResponses(request) {
|
|
23529
|
+
return oci_common_1.paginateResponses(request, req => this.listIPSecConnectionTunnelRoutes(req));
|
|
23530
|
+
}
|
|
23531
|
+
/**
|
|
23532
|
+
* Creates a new async iterator which will iterate over the models.TunnelRouteSummary objects
|
|
23533
|
+
* contained in responses from the listIPSecConnectionTunnelRoutes operation. This iterator will fetch more data from the
|
|
23534
|
+
* server as needed.
|
|
23535
|
+
*
|
|
23536
|
+
* @param request a request which can be sent to the service operation
|
|
23537
|
+
*/
|
|
23538
|
+
listIPSecConnectionTunnelRoutesRecordIterator(request) {
|
|
23539
|
+
return oci_common_1.paginateRecords(request, req => this.listIPSecConnectionTunnelRoutes(req));
|
|
23540
|
+
}
|
|
23541
|
+
/**
|
|
23542
|
+
* Creates a new async iterator which will iterate over the responses received from the listIPSecConnectionTunnelRoutes operation. This iterator
|
|
23543
|
+
* will fetch more data from the server as needed.
|
|
23544
|
+
*
|
|
23545
|
+
* @param request a request which can be sent to the service operation
|
|
23546
|
+
*/
|
|
23547
|
+
listIPSecConnectionTunnelRoutesResponseIterator(request) {
|
|
23548
|
+
return oci_common_1.paginateResponses(request, req => this.listIPSecConnectionTunnelRoutes(req));
|
|
23549
|
+
}
|
|
23550
|
+
/**
|
|
23551
|
+
* Lists the tunnel Security Associations information for the specified IPSec Tunnel ID.
|
|
23552
|
+
*
|
|
23553
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
23554
|
+
* @param ListIPSecConnectionTunnelSecurityAssociationsRequest
|
|
23555
|
+
* @return ListIPSecConnectionTunnelSecurityAssociationsResponse
|
|
23556
|
+
* @throws OciError when an error occurs
|
|
23557
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListIPSecConnectionTunnelSecurityAssociations.ts.html |here} to see how to use ListIPSecConnectionTunnelSecurityAssociations API.
|
|
23558
|
+
*/
|
|
23559
|
+
listIPSecConnectionTunnelSecurityAssociations(listIPSecConnectionTunnelSecurityAssociationsRequest) {
|
|
23560
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
23561
|
+
if (this.logger)
|
|
23562
|
+
this.logger.debug("Calling operation VirtualNetworkClient#listIPSecConnectionTunnelSecurityAssociations.");
|
|
23563
|
+
const pathParams = {
|
|
23564
|
+
"{ipscId}": listIPSecConnectionTunnelSecurityAssociationsRequest.ipscId,
|
|
23565
|
+
"{tunnelId}": listIPSecConnectionTunnelSecurityAssociationsRequest.tunnelId
|
|
23566
|
+
};
|
|
23567
|
+
const queryParams = {
|
|
23568
|
+
"limit": listIPSecConnectionTunnelSecurityAssociationsRequest.limit,
|
|
23569
|
+
"page": listIPSecConnectionTunnelSecurityAssociationsRequest.page
|
|
23570
|
+
};
|
|
23571
|
+
let headerParams = {
|
|
23572
|
+
"Content-Type": common.Constants.APPLICATION_JSON
|
|
23573
|
+
};
|
|
23574
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
23575
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listIPSecConnectionTunnelSecurityAssociationsRequest.retryConfiguration, specRetryConfiguration);
|
|
23576
|
+
if (this.logger)
|
|
23577
|
+
retrier.logger = this.logger;
|
|
23578
|
+
const request = yield oci_common_2.composeRequest({
|
|
23579
|
+
baseEndpoint: this._endpoint,
|
|
23580
|
+
defaultHeaders: this._defaultHeaders,
|
|
23581
|
+
path: "/ipsecConnections/{ipscId}/tunnels/{tunnelId}/tunnelSecurityAssociations",
|
|
23582
|
+
method: "GET",
|
|
23583
|
+
pathParams: pathParams,
|
|
23584
|
+
headerParams: headerParams,
|
|
23585
|
+
queryParams: queryParams
|
|
23586
|
+
});
|
|
23587
|
+
try {
|
|
23588
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
23589
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
23590
|
+
responseObject: {},
|
|
23591
|
+
body: yield response.json(),
|
|
23592
|
+
bodyKey: "items",
|
|
23593
|
+
bodyModel: model.TunnelSecurityAssociationSummary,
|
|
23594
|
+
type: "Array<model.TunnelSecurityAssociationSummary>",
|
|
23595
|
+
responseHeaders: [
|
|
23596
|
+
{
|
|
23597
|
+
value: response.headers.get("opc-next-page"),
|
|
23598
|
+
key: "opcNextPage",
|
|
23599
|
+
dataType: "string"
|
|
23600
|
+
},
|
|
23601
|
+
{
|
|
23602
|
+
value: response.headers.get("opc-request-id"),
|
|
23603
|
+
key: "opcRequestId",
|
|
23604
|
+
dataType: "string"
|
|
23605
|
+
},
|
|
23606
|
+
{
|
|
23607
|
+
value: response.headers.get("opc-total-items"),
|
|
23608
|
+
key: "opcTotalItems",
|
|
23609
|
+
dataType: "number"
|
|
23610
|
+
}
|
|
23611
|
+
]
|
|
23612
|
+
});
|
|
23613
|
+
return sdkResponse;
|
|
23614
|
+
}
|
|
23615
|
+
catch (err) {
|
|
23616
|
+
throw err;
|
|
23617
|
+
}
|
|
23618
|
+
});
|
|
23619
|
+
}
|
|
23620
|
+
/**
|
|
23621
|
+
* NOTE: This function is deprecated in favor of listIPSecConnectionTunnelSecurityAssociationsRecordIterator function.
|
|
23622
|
+
* Creates a new async iterator which will iterate over the models.TunnelSecurityAssociationSummary objects
|
|
23623
|
+
* contained in responses from the listIPSecConnectionTunnelSecurityAssociations operation. This iterator will fetch more data from the
|
|
23624
|
+
* server as needed.
|
|
23625
|
+
*
|
|
23626
|
+
* @param request a request which can be sent to the service operation
|
|
23627
|
+
*/
|
|
23628
|
+
listAllIPSecConnectionTunnelSecurityAssociations(request) {
|
|
23629
|
+
return oci_common_1.paginateRecords(request, req => this.listIPSecConnectionTunnelSecurityAssociations(req));
|
|
23630
|
+
}
|
|
23631
|
+
/**
|
|
23632
|
+
* NOTE: This function is deprecated in favor of listIPSecConnectionTunnelSecurityAssociationsResponseIterator function.
|
|
23633
|
+
* Creates a new async iterator which will iterate over the responses received from the listIPSecConnectionTunnelSecurityAssociations operation. This iterator
|
|
23634
|
+
* will fetch more data from the server as needed.
|
|
23635
|
+
*
|
|
23636
|
+
* @param request a request which can be sent to the service operation
|
|
23637
|
+
*/
|
|
23638
|
+
listAllIPSecConnectionTunnelSecurityAssociationsResponses(request) {
|
|
23639
|
+
return oci_common_1.paginateResponses(request, req => this.listIPSecConnectionTunnelSecurityAssociations(req));
|
|
23640
|
+
}
|
|
23641
|
+
/**
|
|
23642
|
+
* Creates a new async iterator which will iterate over the models.TunnelSecurityAssociationSummary objects
|
|
23643
|
+
* contained in responses from the listIPSecConnectionTunnelSecurityAssociations operation. This iterator will fetch more data from the
|
|
23644
|
+
* server as needed.
|
|
23645
|
+
*
|
|
23646
|
+
* @param request a request which can be sent to the service operation
|
|
23647
|
+
*/
|
|
23648
|
+
listIPSecConnectionTunnelSecurityAssociationsRecordIterator(request) {
|
|
23649
|
+
return oci_common_1.paginateRecords(request, req => this.listIPSecConnectionTunnelSecurityAssociations(req));
|
|
23650
|
+
}
|
|
23651
|
+
/**
|
|
23652
|
+
* Creates a new async iterator which will iterate over the responses received from the listIPSecConnectionTunnelSecurityAssociations operation. This iterator
|
|
23653
|
+
* will fetch more data from the server as needed.
|
|
23654
|
+
*
|
|
23655
|
+
* @param request a request which can be sent to the service operation
|
|
23656
|
+
*/
|
|
23657
|
+
listIPSecConnectionTunnelSecurityAssociationsResponseIterator(request) {
|
|
23658
|
+
return oci_common_1.paginateResponses(request, req => this.listIPSecConnectionTunnelSecurityAssociations(req));
|
|
23659
|
+
}
|
|
23327
23660
|
/**
|
|
23328
23661
|
* Lists the tunnel information for the specified IPSec connection.
|
|
23329
23662
|
*
|
|
@@ -23331,7 +23664,7 @@ class VirtualNetworkClient {
|
|
|
23331
23664
|
* @param ListIPSecConnectionTunnelsRequest
|
|
23332
23665
|
* @return ListIPSecConnectionTunnelsResponse
|
|
23333
23666
|
* @throws OciError when an error occurs
|
|
23334
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23667
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListIPSecConnectionTunnels.ts.html |here} to see how to use ListIPSecConnectionTunnels API.
|
|
23335
23668
|
*/
|
|
23336
23669
|
listIPSecConnectionTunnels(listIPSecConnectionTunnelsRequest) {
|
|
23337
23670
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23436,7 +23769,7 @@ class VirtualNetworkClient {
|
|
|
23436
23769
|
* @param ListIPSecConnectionsRequest
|
|
23437
23770
|
* @return ListIPSecConnectionsResponse
|
|
23438
23771
|
* @throws OciError when an error occurs
|
|
23439
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23772
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListIPSecConnections.ts.html |here} to see how to use ListIPSecConnections API.
|
|
23440
23773
|
*/
|
|
23441
23774
|
listIPSecConnections(listIPSecConnectionsRequest) {
|
|
23442
23775
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23542,7 +23875,7 @@ class VirtualNetworkClient {
|
|
|
23542
23875
|
* @param ListInternetGatewaysRequest
|
|
23543
23876
|
* @return ListInternetGatewaysResponse
|
|
23544
23877
|
* @throws OciError when an error occurs
|
|
23545
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23878
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListInternetGateways.ts.html |here} to see how to use ListInternetGateways API.
|
|
23546
23879
|
*/
|
|
23547
23880
|
listInternetGateways(listInternetGatewaysRequest) {
|
|
23548
23881
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23657,7 +23990,7 @@ class VirtualNetworkClient {
|
|
|
23657
23990
|
* @param ListIpv6sRequest
|
|
23658
23991
|
* @return ListIpv6sResponse
|
|
23659
23992
|
* @throws OciError when an error occurs
|
|
23660
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23993
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListIpv6s.ts.html |here} to see how to use ListIpv6s API.
|
|
23661
23994
|
*/
|
|
23662
23995
|
listIpv6s(listIpv6sRequest) {
|
|
23663
23996
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23764,7 +24097,7 @@ class VirtualNetworkClient {
|
|
|
23764
24097
|
* @param ListLocalPeeringGatewaysRequest
|
|
23765
24098
|
* @return ListLocalPeeringGatewaysResponse
|
|
23766
24099
|
* @throws OciError when an error occurs
|
|
23767
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24100
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListLocalPeeringGateways.ts.html |here} to see how to use ListLocalPeeringGateways API.
|
|
23768
24101
|
*/
|
|
23769
24102
|
listLocalPeeringGateways(listLocalPeeringGatewaysRequest) {
|
|
23770
24103
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23869,7 +24202,7 @@ class VirtualNetworkClient {
|
|
|
23869
24202
|
* @param ListNatGatewaysRequest
|
|
23870
24203
|
* @return ListNatGatewaysResponse
|
|
23871
24204
|
* @throws OciError when an error occurs
|
|
23872
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24205
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListNatGateways.ts.html |here} to see how to use ListNatGateways API.
|
|
23873
24206
|
*/
|
|
23874
24207
|
listNatGateways(listNatGatewaysRequest) {
|
|
23875
24208
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23977,7 +24310,7 @@ class VirtualNetworkClient {
|
|
|
23977
24310
|
* @param ListNetworkSecurityGroupSecurityRulesRequest
|
|
23978
24311
|
* @return ListNetworkSecurityGroupSecurityRulesResponse
|
|
23979
24312
|
* @throws OciError when an error occurs
|
|
23980
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24313
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListNetworkSecurityGroupSecurityRules.ts.html |here} to see how to use ListNetworkSecurityGroupSecurityRules API.
|
|
23981
24314
|
*/
|
|
23982
24315
|
listNetworkSecurityGroupSecurityRules(listNetworkSecurityGroupSecurityRulesRequest) {
|
|
23983
24316
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24084,7 +24417,7 @@ class VirtualNetworkClient {
|
|
|
24084
24417
|
* @param ListNetworkSecurityGroupVnicsRequest
|
|
24085
24418
|
* @return ListNetworkSecurityGroupVnicsResponse
|
|
24086
24419
|
* @throws OciError when an error occurs
|
|
24087
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24420
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListNetworkSecurityGroupVnics.ts.html |here} to see how to use ListNetworkSecurityGroupVnics API.
|
|
24088
24421
|
*/
|
|
24089
24422
|
listNetworkSecurityGroupVnics(listNetworkSecurityGroupVnicsRequest) {
|
|
24090
24423
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24191,7 +24524,7 @@ class VirtualNetworkClient {
|
|
|
24191
24524
|
* @param ListNetworkSecurityGroupsRequest
|
|
24192
24525
|
* @return ListNetworkSecurityGroupsResponse
|
|
24193
24526
|
* @throws OciError when an error occurs
|
|
24194
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24527
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListNetworkSecurityGroups.ts.html |here} to see how to use ListNetworkSecurityGroups API.
|
|
24195
24528
|
*/
|
|
24196
24529
|
listNetworkSecurityGroups(listNetworkSecurityGroupsRequest) {
|
|
24197
24530
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24315,7 +24648,7 @@ class VirtualNetworkClient {
|
|
|
24315
24648
|
* @param ListPrivateIpsRequest
|
|
24316
24649
|
* @return ListPrivateIpsResponse
|
|
24317
24650
|
* @throws OciError when an error occurs
|
|
24318
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24651
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListPrivateIps.ts.html |here} to see how to use ListPrivateIps API.
|
|
24319
24652
|
*/
|
|
24320
24653
|
listPrivateIps(listPrivateIpsRequest) {
|
|
24321
24654
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24422,7 +24755,7 @@ class VirtualNetworkClient {
|
|
|
24422
24755
|
* @param ListPublicIpPoolsRequest
|
|
24423
24756
|
* @return ListPublicIpPoolsResponse
|
|
24424
24757
|
* @throws OciError when an error occurs
|
|
24425
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24758
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListPublicIpPools.ts.html |here} to see how to use ListPublicIpPools API.
|
|
24426
24759
|
*/
|
|
24427
24760
|
listPublicIpPools(listPublicIpPoolsRequest) {
|
|
24428
24761
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24509,7 +24842,7 @@ class VirtualNetworkClient {
|
|
|
24509
24842
|
* @param ListPublicIpsRequest
|
|
24510
24843
|
* @return ListPublicIpsResponse
|
|
24511
24844
|
* @throws OciError when an error occurs
|
|
24512
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24845
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListPublicIps.ts.html |here} to see how to use ListPublicIps API.
|
|
24513
24846
|
*/
|
|
24514
24847
|
listPublicIps(listPublicIpsRequest) {
|
|
24515
24848
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24617,7 +24950,7 @@ class VirtualNetworkClient {
|
|
|
24617
24950
|
* @param ListRemotePeeringConnectionsRequest
|
|
24618
24951
|
* @return ListRemotePeeringConnectionsResponse
|
|
24619
24952
|
* @throws OciError when an error occurs
|
|
24620
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24953
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListRemotePeeringConnections.ts.html |here} to see how to use ListRemotePeeringConnections API.
|
|
24621
24954
|
*/
|
|
24622
24955
|
listRemotePeeringConnections(listRemotePeeringConnectionsRequest) {
|
|
24623
24956
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24724,7 +25057,7 @@ class VirtualNetworkClient {
|
|
|
24724
25057
|
* @param ListRouteTablesRequest
|
|
24725
25058
|
* @return ListRouteTablesResponse
|
|
24726
25059
|
* @throws OciError when an error occurs
|
|
24727
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25060
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListRouteTables.ts.html |here} to see how to use ListRouteTables API.
|
|
24728
25061
|
*/
|
|
24729
25062
|
listRouteTables(listRouteTablesRequest) {
|
|
24730
25063
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24833,7 +25166,7 @@ class VirtualNetworkClient {
|
|
|
24833
25166
|
* @param ListSecurityListsRequest
|
|
24834
25167
|
* @return ListSecurityListsResponse
|
|
24835
25168
|
* @throws OciError when an error occurs
|
|
24836
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25169
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListSecurityLists.ts.html |here} to see how to use ListSecurityLists API.
|
|
24837
25170
|
*/
|
|
24838
25171
|
listSecurityLists(listSecurityListsRequest) {
|
|
24839
25172
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24942,7 +25275,7 @@ class VirtualNetworkClient {
|
|
|
24942
25275
|
* @param ListServiceGatewaysRequest
|
|
24943
25276
|
* @return ListServiceGatewaysResponse
|
|
24944
25277
|
* @throws OciError when an error occurs
|
|
24945
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25278
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListServiceGateways.ts.html |here} to see how to use ListServiceGateways API.
|
|
24946
25279
|
*/
|
|
24947
25280
|
listServiceGateways(listServiceGatewaysRequest) {
|
|
24948
25281
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25050,7 +25383,7 @@ class VirtualNetworkClient {
|
|
|
25050
25383
|
* @param ListServicesRequest
|
|
25051
25384
|
* @return ListServicesResponse
|
|
25052
25385
|
* @throws OciError when an error occurs
|
|
25053
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25386
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListServices.ts.html |here} to see how to use ListServices API.
|
|
25054
25387
|
*/
|
|
25055
25388
|
listServices(listServicesRequest) {
|
|
25056
25389
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25153,7 +25486,7 @@ class VirtualNetworkClient {
|
|
|
25153
25486
|
* @param ListSubnetsRequest
|
|
25154
25487
|
* @return ListSubnetsResponse
|
|
25155
25488
|
* @throws OciError when an error occurs
|
|
25156
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25489
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListSubnets.ts.html |here} to see how to use ListSubnets API.
|
|
25157
25490
|
*/
|
|
25158
25491
|
listSubnets(listSubnetsRequest) {
|
|
25159
25492
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25261,7 +25594,7 @@ class VirtualNetworkClient {
|
|
|
25261
25594
|
* @param ListVcnsRequest
|
|
25262
25595
|
* @return ListVcnsResponse
|
|
25263
25596
|
* @throws OciError when an error occurs
|
|
25264
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25597
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListVcns.ts.html |here} to see how to use ListVcns API.
|
|
25265
25598
|
*/
|
|
25266
25599
|
listVcns(listVcnsRequest) {
|
|
25267
25600
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25368,7 +25701,7 @@ class VirtualNetworkClient {
|
|
|
25368
25701
|
* @param ListVirtualCircuitBandwidthShapesRequest
|
|
25369
25702
|
* @return ListVirtualCircuitBandwidthShapesResponse
|
|
25370
25703
|
* @throws OciError when an error occurs
|
|
25371
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25704
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListVirtualCircuitBandwidthShapes.ts.html |here} to see how to use ListVirtualCircuitBandwidthShapes API.
|
|
25372
25705
|
*/
|
|
25373
25706
|
listVirtualCircuitBandwidthShapes(listVirtualCircuitBandwidthShapesRequest) {
|
|
25374
25707
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25472,7 +25805,7 @@ class VirtualNetworkClient {
|
|
|
25472
25805
|
* @param ListVirtualCircuitPublicPrefixesRequest
|
|
25473
25806
|
* @return ListVirtualCircuitPublicPrefixesResponse
|
|
25474
25807
|
* @throws OciError when an error occurs
|
|
25475
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25808
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListVirtualCircuitPublicPrefixes.ts.html |here} to see how to use ListVirtualCircuitPublicPrefixes API.
|
|
25476
25809
|
*/
|
|
25477
25810
|
listVirtualCircuitPublicPrefixes(listVirtualCircuitPublicPrefixesRequest) {
|
|
25478
25811
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25530,7 +25863,7 @@ class VirtualNetworkClient {
|
|
|
25530
25863
|
* @param ListVirtualCircuitsRequest
|
|
25531
25864
|
* @return ListVirtualCircuitsResponse
|
|
25532
25865
|
* @throws OciError when an error occurs
|
|
25533
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25866
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListVirtualCircuits.ts.html |here} to see how to use ListVirtualCircuits API.
|
|
25534
25867
|
*/
|
|
25535
25868
|
listVirtualCircuits(listVirtualCircuitsRequest) {
|
|
25536
25869
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25637,7 +25970,7 @@ class VirtualNetworkClient {
|
|
|
25637
25970
|
* @param ListVlansRequest
|
|
25638
25971
|
* @return ListVlansResponse
|
|
25639
25972
|
* @throws OciError when an error occurs
|
|
25640
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25973
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ListVlans.ts.html |here} to see how to use ListVlans API.
|
|
25641
25974
|
*/
|
|
25642
25975
|
listVlans(listVlansRequest) {
|
|
25643
25976
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25754,7 +26087,7 @@ class VirtualNetworkClient {
|
|
|
25754
26087
|
* @param ModifyVcnCidrRequest
|
|
25755
26088
|
* @return ModifyVcnCidrResponse
|
|
25756
26089
|
* @throws OciError when an error occurs
|
|
25757
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26090
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ModifyVcnCidr.ts.html |here} to see how to use ModifyVcnCidr API.
|
|
25758
26091
|
*/
|
|
25759
26092
|
modifyVcnCidr(modifyVcnCidrRequest) {
|
|
25760
26093
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25815,7 +26148,7 @@ class VirtualNetworkClient {
|
|
|
25815
26148
|
* @param RemoveDrgRouteDistributionStatementsRequest
|
|
25816
26149
|
* @return RemoveDrgRouteDistributionStatementsResponse
|
|
25817
26150
|
* @throws OciError when an error occurs
|
|
25818
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26151
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/RemoveDrgRouteDistributionStatements.ts.html |here} to see how to use RemoveDrgRouteDistributionStatements API.
|
|
25819
26152
|
*/
|
|
25820
26153
|
removeDrgRouteDistributionStatements(removeDrgRouteDistributionStatementsRequest) {
|
|
25821
26154
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25868,7 +26201,7 @@ class VirtualNetworkClient {
|
|
|
25868
26201
|
* @param RemoveDrgRouteRulesRequest
|
|
25869
26202
|
* @return RemoveDrgRouteRulesResponse
|
|
25870
26203
|
* @throws OciError when an error occurs
|
|
25871
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26204
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/RemoveDrgRouteRules.ts.html |here} to see how to use RemoveDrgRouteRules API.
|
|
25872
26205
|
*/
|
|
25873
26206
|
removeDrgRouteRules(removeDrgRouteRulesRequest) {
|
|
25874
26207
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25921,7 +26254,7 @@ class VirtualNetworkClient {
|
|
|
25921
26254
|
* @param RemoveExportDrgRouteDistributionRequest
|
|
25922
26255
|
* @return RemoveExportDrgRouteDistributionResponse
|
|
25923
26256
|
* @throws OciError when an error occurs
|
|
25924
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26257
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/RemoveExportDrgRouteDistribution.ts.html |here} to see how to use RemoveExportDrgRouteDistribution API.
|
|
25925
26258
|
*/
|
|
25926
26259
|
removeExportDrgRouteDistribution(removeExportDrgRouteDistributionRequest) {
|
|
25927
26260
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25985,7 +26318,7 @@ class VirtualNetworkClient {
|
|
|
25985
26318
|
* @param RemoveImportDrgRouteDistributionRequest
|
|
25986
26319
|
* @return RemoveImportDrgRouteDistributionResponse
|
|
25987
26320
|
* @throws OciError when an error occurs
|
|
25988
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26321
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/RemoveImportDrgRouteDistribution.ts.html |here} to see how to use RemoveImportDrgRouteDistribution API.
|
|
25989
26322
|
*/
|
|
25990
26323
|
removeImportDrgRouteDistribution(removeImportDrgRouteDistributionRequest) {
|
|
25991
26324
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26048,7 +26381,7 @@ class VirtualNetworkClient {
|
|
|
26048
26381
|
* @param RemoveNetworkSecurityGroupSecurityRulesRequest
|
|
26049
26382
|
* @return RemoveNetworkSecurityGroupSecurityRulesResponse
|
|
26050
26383
|
* @throws OciError when an error occurs
|
|
26051
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26384
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/RemoveNetworkSecurityGroupSecurityRules.ts.html |here} to see how to use RemoveNetworkSecurityGroupSecurityRules API.
|
|
26052
26385
|
*/
|
|
26053
26386
|
removeNetworkSecurityGroupSecurityRules(removeNetworkSecurityGroupSecurityRulesRequest) {
|
|
26054
26387
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26101,7 +26434,7 @@ class VirtualNetworkClient {
|
|
|
26101
26434
|
* @param RemovePublicIpPoolCapacityRequest
|
|
26102
26435
|
* @return RemovePublicIpPoolCapacityResponse
|
|
26103
26436
|
* @throws OciError when an error occurs
|
|
26104
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26437
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/RemovePublicIpPoolCapacity.ts.html |here} to see how to use RemovePublicIpPoolCapacity API.
|
|
26105
26438
|
*/
|
|
26106
26439
|
removePublicIpPoolCapacity(removePublicIpPoolCapacityRequest) {
|
|
26107
26440
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26169,7 +26502,7 @@ class VirtualNetworkClient {
|
|
|
26169
26502
|
* @param RemoveVcnCidrRequest
|
|
26170
26503
|
* @return RemoveVcnCidrResponse
|
|
26171
26504
|
* @throws OciError when an error occurs
|
|
26172
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26505
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/RemoveVcnCidr.ts.html |here} to see how to use RemoveVcnCidr API.
|
|
26173
26506
|
*/
|
|
26174
26507
|
removeVcnCidr(removeVcnCidrRequest) {
|
|
26175
26508
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26230,7 +26563,7 @@ class VirtualNetworkClient {
|
|
|
26230
26563
|
* @param UpdateByoipRangeRequest
|
|
26231
26564
|
* @return UpdateByoipRangeResponse
|
|
26232
26565
|
* @throws OciError when an error occurs
|
|
26233
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26566
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateByoipRange.ts.html |here} to see how to use UpdateByoipRange API.
|
|
26234
26567
|
*/
|
|
26235
26568
|
updateByoipRange(updateByoipRangeRequest) {
|
|
26236
26569
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26295,7 +26628,7 @@ class VirtualNetworkClient {
|
|
|
26295
26628
|
* @param UpdateCpeRequest
|
|
26296
26629
|
* @return UpdateCpeResponse
|
|
26297
26630
|
* @throws OciError when an error occurs
|
|
26298
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26631
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateCpe.ts.html |here} to see how to use UpdateCpe API.
|
|
26299
26632
|
*/
|
|
26300
26633
|
updateCpe(updateCpeRequest) {
|
|
26301
26634
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26357,7 +26690,7 @@ class VirtualNetworkClient {
|
|
|
26357
26690
|
* @param UpdateCrossConnectRequest
|
|
26358
26691
|
* @return UpdateCrossConnectResponse
|
|
26359
26692
|
* @throws OciError when an error occurs
|
|
26360
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26693
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateCrossConnect.ts.html |here} to see how to use UpdateCrossConnect API.
|
|
26361
26694
|
*/
|
|
26362
26695
|
updateCrossConnect(updateCrossConnectRequest) {
|
|
26363
26696
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26421,7 +26754,7 @@ class VirtualNetworkClient {
|
|
|
26421
26754
|
* @param UpdateCrossConnectGroupRequest
|
|
26422
26755
|
* @return UpdateCrossConnectGroupResponse
|
|
26423
26756
|
* @throws OciError when an error occurs
|
|
26424
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26757
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateCrossConnectGroup.ts.html |here} to see how to use UpdateCrossConnectGroup API.
|
|
26425
26758
|
*/
|
|
26426
26759
|
updateCrossConnectGroup(updateCrossConnectGroupRequest) {
|
|
26427
26760
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26487,7 +26820,7 @@ class VirtualNetworkClient {
|
|
|
26487
26820
|
* @param UpdateDhcpOptionsRequest
|
|
26488
26821
|
* @return UpdateDhcpOptionsResponse
|
|
26489
26822
|
* @throws OciError when an error occurs
|
|
26490
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26823
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateDhcpOptions.ts.html |here} to see how to use UpdateDhcpOptions API.
|
|
26491
26824
|
*/
|
|
26492
26825
|
updateDhcpOptions(updateDhcpOptionsRequest) {
|
|
26493
26826
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26550,7 +26883,7 @@ class VirtualNetworkClient {
|
|
|
26550
26883
|
* @param UpdateDrgRequest
|
|
26551
26884
|
* @return UpdateDrgResponse
|
|
26552
26885
|
* @throws OciError when an error occurs
|
|
26553
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26886
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateDrg.ts.html |here} to see how to use UpdateDrg API.
|
|
26554
26887
|
*/
|
|
26555
26888
|
updateDrg(updateDrgRequest) {
|
|
26556
26889
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26614,7 +26947,7 @@ class VirtualNetworkClient {
|
|
|
26614
26947
|
* @param UpdateDrgAttachmentRequest
|
|
26615
26948
|
* @return UpdateDrgAttachmentResponse
|
|
26616
26949
|
* @throws OciError when an error occurs
|
|
26617
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26950
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateDrgAttachment.ts.html |here} to see how to use UpdateDrgAttachment API.
|
|
26618
26951
|
*/
|
|
26619
26952
|
updateDrgAttachment(updateDrgAttachmentRequest) {
|
|
26620
26953
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26677,7 +27010,7 @@ class VirtualNetworkClient {
|
|
|
26677
27010
|
* @param UpdateDrgRouteDistributionRequest
|
|
26678
27011
|
* @return UpdateDrgRouteDistributionResponse
|
|
26679
27012
|
* @throws OciError when an error occurs
|
|
26680
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27013
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateDrgRouteDistribution.ts.html |here} to see how to use UpdateDrgRouteDistribution API.
|
|
26681
27014
|
*/
|
|
26682
27015
|
updateDrgRouteDistribution(updateDrgRouteDistributionRequest) {
|
|
26683
27016
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26740,7 +27073,7 @@ class VirtualNetworkClient {
|
|
|
26740
27073
|
* @param UpdateDrgRouteDistributionStatementsRequest
|
|
26741
27074
|
* @return UpdateDrgRouteDistributionStatementsResponse
|
|
26742
27075
|
* @throws OciError when an error occurs
|
|
26743
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27076
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateDrgRouteDistributionStatements.ts.html |here} to see how to use UpdateDrgRouteDistributionStatements API.
|
|
26744
27077
|
*/
|
|
26745
27078
|
updateDrgRouteDistributionStatements(updateDrgRouteDistributionStatementsRequest) {
|
|
26746
27079
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26797,7 +27130,7 @@ class VirtualNetworkClient {
|
|
|
26797
27130
|
* @param UpdateDrgRouteRulesRequest
|
|
26798
27131
|
* @return UpdateDrgRouteRulesResponse
|
|
26799
27132
|
* @throws OciError when an error occurs
|
|
26800
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27133
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateDrgRouteRules.ts.html |here} to see how to use UpdateDrgRouteRules API.
|
|
26801
27134
|
*/
|
|
26802
27135
|
updateDrgRouteRules(updateDrgRouteRulesRequest) {
|
|
26803
27136
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26854,7 +27187,7 @@ class VirtualNetworkClient {
|
|
|
26854
27187
|
* @param UpdateDrgRouteTableRequest
|
|
26855
27188
|
* @return UpdateDrgRouteTableResponse
|
|
26856
27189
|
* @throws OciError when an error occurs
|
|
26857
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27190
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateDrgRouteTable.ts.html |here} to see how to use UpdateDrgRouteTable API.
|
|
26858
27191
|
*/
|
|
26859
27192
|
updateDrgRouteTable(updateDrgRouteTableRequest) {
|
|
26860
27193
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26920,7 +27253,7 @@ class VirtualNetworkClient {
|
|
|
26920
27253
|
* @param UpdateIPSecConnectionRequest
|
|
26921
27254
|
* @return UpdateIPSecConnectionResponse
|
|
26922
27255
|
* @throws OciError when an error occurs
|
|
26923
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27256
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateIPSecConnection.ts.html |here} to see how to use UpdateIPSecConnection API.
|
|
26924
27257
|
*/
|
|
26925
27258
|
updateIPSecConnection(updateIPSecConnectionRequest) {
|
|
26926
27259
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26994,7 +27327,7 @@ class VirtualNetworkClient {
|
|
|
26994
27327
|
* @param UpdateIPSecConnectionTunnelRequest
|
|
26995
27328
|
* @return UpdateIPSecConnectionTunnelResponse
|
|
26996
27329
|
* @throws OciError when an error occurs
|
|
26997
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27330
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateIPSecConnectionTunnel.ts.html |here} to see how to use UpdateIPSecConnectionTunnel API.
|
|
26998
27331
|
*/
|
|
26999
27332
|
updateIPSecConnectionTunnel(updateIPSecConnectionTunnelRequest) {
|
|
27000
27333
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27061,7 +27394,7 @@ class VirtualNetworkClient {
|
|
|
27061
27394
|
* @param UpdateIPSecConnectionTunnelSharedSecretRequest
|
|
27062
27395
|
* @return UpdateIPSecConnectionTunnelSharedSecretResponse
|
|
27063
27396
|
* @throws OciError when an error occurs
|
|
27064
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27397
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateIPSecConnectionTunnelSharedSecret.ts.html |here} to see how to use UpdateIPSecConnectionTunnelSharedSecret API.
|
|
27065
27398
|
*/
|
|
27066
27399
|
updateIPSecConnectionTunnelSharedSecret(updateIPSecConnectionTunnelSharedSecretRequest) {
|
|
27067
27400
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27129,7 +27462,7 @@ class VirtualNetworkClient {
|
|
|
27129
27462
|
* @param UpdateInternetGatewayRequest
|
|
27130
27463
|
* @return UpdateInternetGatewayResponse
|
|
27131
27464
|
* @throws OciError when an error occurs
|
|
27132
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27465
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateInternetGateway.ts.html |here} to see how to use UpdateInternetGateway API.
|
|
27133
27466
|
*/
|
|
27134
27467
|
updateInternetGateway(updateInternetGatewayRequest) {
|
|
27135
27468
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27198,7 +27531,7 @@ class VirtualNetworkClient {
|
|
|
27198
27531
|
* @param UpdateIpv6Request
|
|
27199
27532
|
* @return UpdateIpv6Response
|
|
27200
27533
|
* @throws OciError when an error occurs
|
|
27201
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27534
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateIpv6.ts.html |here} to see how to use UpdateIpv6 API.
|
|
27202
27535
|
*/
|
|
27203
27536
|
updateIpv6(updateIpv6Request) {
|
|
27204
27537
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27262,7 +27595,7 @@ class VirtualNetworkClient {
|
|
|
27262
27595
|
* @param UpdateLocalPeeringGatewayRequest
|
|
27263
27596
|
* @return UpdateLocalPeeringGatewayResponse
|
|
27264
27597
|
* @throws OciError when an error occurs
|
|
27265
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27598
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateLocalPeeringGateway.ts.html |here} to see how to use UpdateLocalPeeringGateway API.
|
|
27266
27599
|
*/
|
|
27267
27600
|
updateLocalPeeringGateway(updateLocalPeeringGatewayRequest) {
|
|
27268
27601
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27325,7 +27658,7 @@ class VirtualNetworkClient {
|
|
|
27325
27658
|
* @param UpdateNatGatewayRequest
|
|
27326
27659
|
* @return UpdateNatGatewayResponse
|
|
27327
27660
|
* @throws OciError when an error occurs
|
|
27328
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27661
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateNatGateway.ts.html |here} to see how to use UpdateNatGateway API.
|
|
27329
27662
|
*/
|
|
27330
27663
|
updateNatGateway(updateNatGatewayRequest) {
|
|
27331
27664
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27402,7 +27735,7 @@ class VirtualNetworkClient {
|
|
|
27402
27735
|
* @param UpdateNetworkSecurityGroupRequest
|
|
27403
27736
|
* @return UpdateNetworkSecurityGroupResponse
|
|
27404
27737
|
* @throws OciError when an error occurs
|
|
27405
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27738
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateNetworkSecurityGroup.ts.html |here} to see how to use UpdateNetworkSecurityGroup API.
|
|
27406
27739
|
*/
|
|
27407
27740
|
updateNetworkSecurityGroup(updateNetworkSecurityGroupRequest) {
|
|
27408
27741
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27465,7 +27798,7 @@ class VirtualNetworkClient {
|
|
|
27465
27798
|
* @param UpdateNetworkSecurityGroupSecurityRulesRequest
|
|
27466
27799
|
* @return UpdateNetworkSecurityGroupSecurityRulesResponse
|
|
27467
27800
|
* @throws OciError when an error occurs
|
|
27468
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27801
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateNetworkSecurityGroupSecurityRules.ts.html |here} to see how to use UpdateNetworkSecurityGroupSecurityRules API.
|
|
27469
27802
|
*/
|
|
27470
27803
|
updateNetworkSecurityGroupSecurityRules(updateNetworkSecurityGroupSecurityRulesRequest) {
|
|
27471
27804
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27531,7 +27864,7 @@ class VirtualNetworkClient {
|
|
|
27531
27864
|
* @param UpdatePrivateIpRequest
|
|
27532
27865
|
* @return UpdatePrivateIpResponse
|
|
27533
27866
|
* @throws OciError when an error occurs
|
|
27534
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27867
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdatePrivateIp.ts.html |here} to see how to use UpdatePrivateIp API.
|
|
27535
27868
|
*/
|
|
27536
27869
|
updatePrivateIp(updatePrivateIpRequest) {
|
|
27537
27870
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27632,7 +27965,7 @@ class VirtualNetworkClient {
|
|
|
27632
27965
|
* @param UpdatePublicIpRequest
|
|
27633
27966
|
* @return UpdatePublicIpResponse
|
|
27634
27967
|
* @throws OciError when an error occurs
|
|
27635
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27968
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdatePublicIp.ts.html |here} to see how to use UpdatePublicIp API.
|
|
27636
27969
|
*/
|
|
27637
27970
|
updatePublicIp(updatePublicIpRequest) {
|
|
27638
27971
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27695,7 +28028,7 @@ class VirtualNetworkClient {
|
|
|
27695
28028
|
* @param UpdatePublicIpPoolRequest
|
|
27696
28029
|
* @return UpdatePublicIpPoolResponse
|
|
27697
28030
|
* @throws OciError when an error occurs
|
|
27698
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28031
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdatePublicIpPool.ts.html |here} to see how to use UpdatePublicIpPool API.
|
|
27699
28032
|
*/
|
|
27700
28033
|
updatePublicIpPool(updatePublicIpPoolRequest) {
|
|
27701
28034
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27759,7 +28092,7 @@ class VirtualNetworkClient {
|
|
|
27759
28092
|
* @param UpdateRemotePeeringConnectionRequest
|
|
27760
28093
|
* @return UpdateRemotePeeringConnectionResponse
|
|
27761
28094
|
* @throws OciError when an error occurs
|
|
27762
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28095
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateRemotePeeringConnection.ts.html |here} to see how to use UpdateRemotePeeringConnection API.
|
|
27763
28096
|
*/
|
|
27764
28097
|
updateRemotePeeringConnection(updateRemotePeeringConnectionRequest) {
|
|
27765
28098
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27825,7 +28158,7 @@ class VirtualNetworkClient {
|
|
|
27825
28158
|
* @param UpdateRouteTableRequest
|
|
27826
28159
|
* @return UpdateRouteTableResponse
|
|
27827
28160
|
* @throws OciError when an error occurs
|
|
27828
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28161
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateRouteTable.ts.html |here} to see how to use UpdateRouteTable API.
|
|
27829
28162
|
*/
|
|
27830
28163
|
updateRouteTable(updateRouteTableRequest) {
|
|
27831
28164
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27892,7 +28225,7 @@ class VirtualNetworkClient {
|
|
|
27892
28225
|
* @param UpdateSecurityListRequest
|
|
27893
28226
|
* @return UpdateSecurityListResponse
|
|
27894
28227
|
* @throws OciError when an error occurs
|
|
27895
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28228
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateSecurityList.ts.html |here} to see how to use UpdateSecurityList API.
|
|
27896
28229
|
*/
|
|
27897
28230
|
updateSecurityList(updateSecurityListRequest) {
|
|
27898
28231
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27956,7 +28289,7 @@ class VirtualNetworkClient {
|
|
|
27956
28289
|
* @param UpdateServiceGatewayRequest
|
|
27957
28290
|
* @return UpdateServiceGatewayResponse
|
|
27958
28291
|
* @throws OciError when an error occurs
|
|
27959
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28292
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateServiceGateway.ts.html |here} to see how to use UpdateServiceGateway API.
|
|
27960
28293
|
*/
|
|
27961
28294
|
updateServiceGateway(updateServiceGatewayRequest) {
|
|
27962
28295
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28019,7 +28352,7 @@ class VirtualNetworkClient {
|
|
|
28019
28352
|
* @param UpdateSubnetRequest
|
|
28020
28353
|
* @return UpdateSubnetResponse
|
|
28021
28354
|
* @throws OciError when an error occurs
|
|
28022
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28355
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateSubnet.ts.html |here} to see how to use UpdateSubnet API.
|
|
28023
28356
|
*/
|
|
28024
28357
|
updateSubnet(updateSubnetRequest) {
|
|
28025
28358
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28084,7 +28417,7 @@ class VirtualNetworkClient {
|
|
|
28084
28417
|
* @param UpdateTunnelCpeDeviceConfigRequest
|
|
28085
28418
|
* @return UpdateTunnelCpeDeviceConfigResponse
|
|
28086
28419
|
* @throws OciError when an error occurs
|
|
28087
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28420
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateTunnelCpeDeviceConfig.ts.html |here} to see how to use UpdateTunnelCpeDeviceConfig API.
|
|
28088
28421
|
*/
|
|
28089
28422
|
updateTunnelCpeDeviceConfig(updateTunnelCpeDeviceConfigRequest) {
|
|
28090
28423
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28150,7 +28483,7 @@ class VirtualNetworkClient {
|
|
|
28150
28483
|
* @param UpdateVcnRequest
|
|
28151
28484
|
* @return UpdateVcnResponse
|
|
28152
28485
|
* @throws OciError when an error occurs
|
|
28153
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28486
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateVcn.ts.html |here} to see how to use UpdateVcn API.
|
|
28154
28487
|
*/
|
|
28155
28488
|
updateVcn(updateVcnRequest) {
|
|
28156
28489
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28236,7 +28569,7 @@ class VirtualNetworkClient {
|
|
|
28236
28569
|
* @param UpdateVirtualCircuitRequest
|
|
28237
28570
|
* @return UpdateVirtualCircuitResponse
|
|
28238
28571
|
* @throws OciError when an error occurs
|
|
28239
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28572
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateVirtualCircuit.ts.html |here} to see how to use UpdateVirtualCircuit API.
|
|
28240
28573
|
*/
|
|
28241
28574
|
updateVirtualCircuit(updateVirtualCircuitRequest) {
|
|
28242
28575
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28300,7 +28633,7 @@ class VirtualNetworkClient {
|
|
|
28300
28633
|
* @param UpdateVlanRequest
|
|
28301
28634
|
* @return UpdateVlanResponse
|
|
28302
28635
|
* @throws OciError when an error occurs
|
|
28303
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28636
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateVlan.ts.html |here} to see how to use UpdateVlan API.
|
|
28304
28637
|
*/
|
|
28305
28638
|
updateVlan(updateVlanRequest) {
|
|
28306
28639
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28364,7 +28697,7 @@ class VirtualNetworkClient {
|
|
|
28364
28697
|
* @param UpdateVnicRequest
|
|
28365
28698
|
* @return UpdateVnicResponse
|
|
28366
28699
|
* @throws OciError when an error occurs
|
|
28367
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28700
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpdateVnic.ts.html |here} to see how to use UpdateVnic API.
|
|
28368
28701
|
*/
|
|
28369
28702
|
updateVnic(updateVnicRequest) {
|
|
28370
28703
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28428,7 +28761,7 @@ class VirtualNetworkClient {
|
|
|
28428
28761
|
* @param UpgradeDrgRequest
|
|
28429
28762
|
* @return UpgradeDrgResponse
|
|
28430
28763
|
* @throws OciError when an error occurs
|
|
28431
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28764
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/UpgradeDrg.ts.html |here} to see how to use UpgradeDrg API.
|
|
28432
28765
|
*/
|
|
28433
28766
|
upgradeDrg(upgradeDrgRequest) {
|
|
28434
28767
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28488,7 +28821,7 @@ class VirtualNetworkClient {
|
|
|
28488
28821
|
* @param ValidateByoipRangeRequest
|
|
28489
28822
|
* @return ValidateByoipRangeResponse
|
|
28490
28823
|
* @throws OciError when an error occurs
|
|
28491
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28824
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/ValidateByoipRange.ts.html |here} to see how to use ValidateByoipRange API.
|
|
28492
28825
|
*/
|
|
28493
28826
|
validateByoipRange(validateByoipRangeRequest) {
|
|
28494
28827
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28546,7 +28879,7 @@ class VirtualNetworkClient {
|
|
|
28546
28879
|
* @param WithdrawByoipRangeRequest
|
|
28547
28880
|
* @return WithdrawByoipRangeResponse
|
|
28548
28881
|
* @throws OciError when an error occurs
|
|
28549
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28882
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/core/WithdrawByoipRange.ts.html |here} to see how to use WithdrawByoipRange API.
|
|
28550
28883
|
*/
|
|
28551
28884
|
withdrawByoipRange(withdrawByoipRangeRequest) {
|
|
28552
28885
|
return __awaiter(this, void 0, void 0, function* () {
|