oci-core 2.73.0 → 2.74.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 +516 -424
- package/lib/client.js +1037 -424
- package/lib/client.js.map +1 -1
- package/lib/compute-waiter.d.ts +48 -0
- package/lib/compute-waiter.js +76 -0
- package/lib/compute-waiter.js.map +1 -1
- package/lib/model/capacity-source.d.ts +30 -0
- package/lib/model/capacity-source.js +75 -0
- package/lib/model/capacity-source.js.map +1 -0
- package/lib/model/change-compute-capacity-topology-compartment-details.d.ts +34 -0
- package/lib/model/change-compute-capacity-topology-compartment-details.js +36 -0
- package/lib/model/change-compute-capacity-topology-compartment-details.js.map +1 -0
- package/lib/model/compute-bare-metal-host-collection.d.ts +34 -0
- package/lib/model/compute-bare-metal-host-collection.js +68 -0
- package/lib/model/compute-bare-metal-host-collection.js.map +1 -0
- package/lib/model/compute-bare-metal-host-summary.d.ts +79 -0
- package/lib/model/compute-bare-metal-host-summary.js +36 -0
- package/lib/model/compute-bare-metal-host-summary.js.map +1 -0
- package/lib/model/compute-bare-metal-host.d.ts +88 -0
- package/lib/model/compute-bare-metal-host.js +47 -0
- package/lib/model/compute-bare-metal-host.js.map +1 -0
- package/lib/model/compute-capacity-topology-collection.d.ts +34 -0
- package/lib/model/compute-capacity-topology-collection.js +68 -0
- package/lib/model/compute-capacity-topology-collection.js.map +1 -0
- package/lib/model/compute-capacity-topology-summary.d.ts +91 -0
- package/lib/model/compute-capacity-topology-summary.js +36 -0
- package/lib/model/compute-capacity-topology-summary.js.map +1 -0
- package/lib/model/compute-capacity-topology.d.ts +105 -0
- package/lib/model/compute-capacity-topology.js +77 -0
- package/lib/model/compute-capacity-topology.js.map +1 -0
- package/lib/model/compute-hpc-island-collection.d.ts +34 -0
- package/lib/model/compute-hpc-island-collection.js +68 -0
- package/lib/model/compute-hpc-island-collection.js.map +1 -0
- package/lib/model/compute-hpc-island-summary.d.ts +59 -0
- package/lib/model/compute-hpc-island-summary.js +36 -0
- package/lib/model/compute-hpc-island-summary.js.map +1 -0
- package/lib/model/compute-hpc-island.d.ts +63 -0
- package/lib/model/compute-hpc-island.js +41 -0
- package/lib/model/compute-hpc-island.js.map +1 -0
- package/lib/model/compute-network-block-collection.d.ts +34 -0
- package/lib/model/compute-network-block-collection.js +68 -0
- package/lib/model/compute-network-block-collection.js.map +1 -0
- package/lib/model/compute-network-block-summary.d.ts +63 -0
- package/lib/model/compute-network-block-summary.js +36 -0
- package/lib/model/compute-network-block-summary.js.map +1 -0
- package/lib/model/compute-network-block.d.ts +67 -0
- package/lib/model/compute-network-block.js +41 -0
- package/lib/model/compute-network-block.js.map +1 -0
- package/lib/model/create-capacity-source-details.d.ts +30 -0
- package/lib/model/create-capacity-source-details.js +75 -0
- package/lib/model/create-capacity-source-details.js.map +1 -0
- package/lib/model/create-compute-capacity-topology-details.d.ts +71 -0
- package/lib/model/create-compute-capacity-topology-details.js +64 -0
- package/lib/model/create-compute-capacity-topology-details.js.map +1 -0
- package/lib/model/create-dedicated-capacity-source-details.d.ts +37 -0
- package/lib/model/create-dedicated-capacity-source-details.js +61 -0
- package/lib/model/create-dedicated-capacity-source-details.js.map +1 -0
- package/lib/model/dedicated-capacity-source.d.ts +37 -0
- package/lib/model/dedicated-capacity-source.js +61 -0
- package/lib/model/dedicated-capacity-source.js.map +1 -0
- package/lib/model/index.d.ts +42 -0
- package/lib/model/index.js +53 -11
- package/lib/model/index.js.map +1 -1
- package/lib/model/update-capacity-source-details.d.ts +30 -0
- package/lib/model/update-capacity-source-details.js +75 -0
- package/lib/model/update-capacity-source-details.js.map +1 -0
- package/lib/model/update-compute-capacity-topology-details.d.ts +59 -0
- package/lib/model/update-compute-capacity-topology-details.js +64 -0
- package/lib/model/update-compute-capacity-topology-details.js.map +1 -0
- package/lib/model/update-dedicated-capacity-source-details.d.ts +32 -0
- package/lib/model/update-dedicated-capacity-source-details.js +61 -0
- package/lib/model/update-dedicated-capacity-source-details.js.map +1 -0
- 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-subnet-cidr-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-capture-filter-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-capacity-topology-compartment-request.d.ts +49 -0
- package/lib/request/change-compute-capacity-topology-compartment-request.js +15 -0
- package/lib/request/change-compute-capacity-topology-compartment-request.js.map +1 -0
- package/lib/request/change-compute-cluster-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/change-vtap-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-capture-filter-request.d.ts +1 -1
- package/lib/request/create-cluster-network-request.d.ts +1 -1
- package/lib/request/create-compute-capacity-report-request.d.ts +1 -1
- package/lib/request/create-compute-capacity-reservation-request.d.ts +1 -1
- package/lib/request/create-compute-capacity-topology-request.d.ts +39 -0
- package/lib/request/create-compute-capacity-topology-request.js +15 -0
- package/lib/request/create-compute-capacity-topology-request.js.map +1 -0
- package/lib/request/create-compute-cluster-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/create-vtap-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-capture-filter-request.d.ts +1 -1
- package/lib/request/delete-compute-capacity-reservation-request.d.ts +1 -1
- package/lib/request/delete-compute-capacity-topology-request.d.ts +35 -0
- package/lib/request/delete-compute-capacity-topology-request.js +15 -0
- package/lib/request/delete-compute-capacity-topology-request.js.map +1 -0
- package/lib/request/delete-compute-cluster-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/delete-vtap-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 +1 -1
- 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-capture-filter-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-capacity-topology-request.d.ts +28 -0
- package/lib/request/get-compute-capacity-topology-request.js +15 -0
- package/lib/request/get-compute-capacity-topology-request.js.map +1 -0
- package/lib/request/get-compute-cluster-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-maintenance-reboot-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 +1 -1
- 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-replica-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-vtap-request.d.ts +1 -1
- package/lib/request/get-windows-instance-initial-credentials-request.d.ts +1 -1
- package/lib/request/index.d.ts +18 -0
- package/lib/request/index.js +10 -2
- 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-capture-filters-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-capacity-topologies-request.d.ts +84 -0
- package/lib/request/list-compute-capacity-topologies-request.js +29 -0
- package/lib/request/list-compute-capacity-topologies-request.js.map +1 -0
- package/lib/request/list-compute-capacity-topology-compute-bare-metal-hosts-request.d.ts +95 -0
- package/lib/request/list-compute-capacity-topology-compute-bare-metal-hosts-request.js +29 -0
- package/lib/request/list-compute-capacity-topology-compute-bare-metal-hosts-request.js.map +1 -0
- package/lib/request/list-compute-capacity-topology-compute-hpc-islands-request.d.ts +83 -0
- package/lib/request/list-compute-capacity-topology-compute-hpc-islands-request.js +29 -0
- package/lib/request/list-compute-capacity-topology-compute-hpc-islands-request.js.map +1 -0
- package/lib/request/list-compute-capacity-topology-compute-network-blocks-request.d.ts +87 -0
- package/lib/request/list-compute-capacity-topology-compute-network-blocks-request.js +29 -0
- package/lib/request/list-compute-capacity-topology-compute-network-blocks-request.js.map +1 -0
- package/lib/request/list-compute-clusters-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 +1 -1
- package/lib/request/list-ipsec-connection-tunnel-security-associations-request.d.ts +1 -1
- 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-associated-tunnels-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-group-replicas-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/list-vtaps-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-ipv6-subnet-cidr-request.d.ts +1 -1
- package/lib/request/remove-ipv6-vcn-cidr-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/softstop-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-capture-filter-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-capacity-topology-request.d.ts +40 -0
- package/lib/request/update-compute-capacity-topology-request.js +15 -0
- package/lib/request/update-compute-capacity-topology-request.js.map +1 -0
- package/lib/request/update-compute-cluster-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/update-vtap-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/change-compute-capacity-topology-compartment-response.d.ts +27 -0
- package/lib/response/change-compute-capacity-topology-compartment-response.js +15 -0
- package/lib/response/change-compute-capacity-topology-compartment-response.js.map +1 -0
- package/lib/response/create-compute-capacity-topology-response.d.ts +42 -0
- package/lib/response/create-compute-capacity-topology-response.js +15 -0
- package/lib/response/create-compute-capacity-topology-response.js.map +1 -0
- package/lib/response/delete-compute-capacity-topology-response.d.ts +27 -0
- package/lib/response/delete-compute-capacity-topology-response.js +15 -0
- package/lib/response/delete-compute-capacity-topology-response.js.map +1 -0
- package/lib/response/get-compute-capacity-topology-response.d.ts +30 -0
- package/lib/response/get-compute-capacity-topology-response.js +15 -0
- package/lib/response/get-compute-capacity-topology-response.js.map +1 -0
- package/lib/response/index.d.ts +18 -0
- package/lib/response/list-compute-capacity-topologies-response.d.ts +32 -0
- package/lib/response/list-compute-capacity-topologies-response.js +15 -0
- package/lib/response/list-compute-capacity-topologies-response.js.map +1 -0
- package/lib/response/list-compute-capacity-topology-compute-bare-metal-hosts-response.d.ts +32 -0
- package/lib/response/list-compute-capacity-topology-compute-bare-metal-hosts-response.js +15 -0
- package/lib/response/list-compute-capacity-topology-compute-bare-metal-hosts-response.js.map +1 -0
- package/lib/response/list-compute-capacity-topology-compute-hpc-islands-response.d.ts +32 -0
- package/lib/response/list-compute-capacity-topology-compute-hpc-islands-response.js +15 -0
- package/lib/response/list-compute-capacity-topology-compute-hpc-islands-response.js.map +1 -0
- package/lib/response/list-compute-capacity-topology-compute-network-blocks-response.d.ts +32 -0
- package/lib/response/list-compute-capacity-topology-compute-network-blocks-response.js +15 -0
- package/lib/response/list-compute-capacity-topology-compute-network-blocks-response.js.map +1 -0
- package/lib/response/update-compute-capacity-topology-response.d.ts +27 -0
- package/lib/response/update-compute-capacity-topology-response.js +15 -0
- package/lib/response/update-compute-capacity-topology-response.js.map +1 -0
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -198,7 +198,7 @@ class BlockstorageClient {
|
|
|
198
198
|
* @param ChangeBootVolumeBackupCompartmentRequest
|
|
199
199
|
* @return ChangeBootVolumeBackupCompartmentResponse
|
|
200
200
|
* @throws OciError when an error occurs
|
|
201
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
201
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ChangeBootVolumeBackupCompartment.ts.html |here} to see how to use ChangeBootVolumeBackupCompartment API.
|
|
202
202
|
*/
|
|
203
203
|
changeBootVolumeBackupCompartment(changeBootVolumeBackupCompartmentRequest) {
|
|
204
204
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -261,7 +261,7 @@ class BlockstorageClient {
|
|
|
261
261
|
* @param ChangeBootVolumeCompartmentRequest
|
|
262
262
|
* @return ChangeBootVolumeCompartmentResponse
|
|
263
263
|
* @throws OciError when an error occurs
|
|
264
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
264
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ChangeBootVolumeCompartment.ts.html |here} to see how to use ChangeBootVolumeCompartment API.
|
|
265
265
|
*/
|
|
266
266
|
changeBootVolumeCompartment(changeBootVolumeCompartmentRequest) {
|
|
267
267
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -324,7 +324,7 @@ class BlockstorageClient {
|
|
|
324
324
|
* @param ChangeVolumeBackupCompartmentRequest
|
|
325
325
|
* @return ChangeVolumeBackupCompartmentResponse
|
|
326
326
|
* @throws OciError when an error occurs
|
|
327
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
327
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ChangeVolumeBackupCompartment.ts.html |here} to see how to use ChangeVolumeBackupCompartment API.
|
|
328
328
|
*/
|
|
329
329
|
changeVolumeBackupCompartment(changeVolumeBackupCompartmentRequest) {
|
|
330
330
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -387,7 +387,7 @@ class BlockstorageClient {
|
|
|
387
387
|
* @param ChangeVolumeCompartmentRequest
|
|
388
388
|
* @return ChangeVolumeCompartmentResponse
|
|
389
389
|
* @throws OciError when an error occurs
|
|
390
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
390
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ChangeVolumeCompartment.ts.html |here} to see how to use ChangeVolumeCompartment API.
|
|
391
391
|
*/
|
|
392
392
|
changeVolumeCompartment(changeVolumeCompartmentRequest) {
|
|
393
393
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -450,7 +450,7 @@ class BlockstorageClient {
|
|
|
450
450
|
* @param ChangeVolumeGroupBackupCompartmentRequest
|
|
451
451
|
* @return ChangeVolumeGroupBackupCompartmentResponse
|
|
452
452
|
* @throws OciError when an error occurs
|
|
453
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
453
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ChangeVolumeGroupBackupCompartment.ts.html |here} to see how to use ChangeVolumeGroupBackupCompartment API.
|
|
454
454
|
*/
|
|
455
455
|
changeVolumeGroupBackupCompartment(changeVolumeGroupBackupCompartmentRequest) {
|
|
456
456
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -513,7 +513,7 @@ class BlockstorageClient {
|
|
|
513
513
|
* @param ChangeVolumeGroupCompartmentRequest
|
|
514
514
|
* @return ChangeVolumeGroupCompartmentResponse
|
|
515
515
|
* @throws OciError when an error occurs
|
|
516
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
516
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ChangeVolumeGroupCompartment.ts.html |here} to see how to use ChangeVolumeGroupCompartment API.
|
|
517
517
|
*/
|
|
518
518
|
changeVolumeGroupCompartment(changeVolumeGroupCompartmentRequest) {
|
|
519
519
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -575,7 +575,7 @@ class BlockstorageClient {
|
|
|
575
575
|
* @param CopyBootVolumeBackupRequest
|
|
576
576
|
* @return CopyBootVolumeBackupResponse
|
|
577
577
|
* @throws OciError when an error occurs
|
|
578
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
578
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CopyBootVolumeBackup.ts.html |here} to see how to use CopyBootVolumeBackup API.
|
|
579
579
|
*/
|
|
580
580
|
copyBootVolumeBackup(copyBootVolumeBackupRequest) {
|
|
581
581
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -657,7 +657,7 @@ class BlockstorageClient {
|
|
|
657
657
|
* @param CopyVolumeBackupRequest
|
|
658
658
|
* @return CopyVolumeBackupResponse
|
|
659
659
|
* @throws OciError when an error occurs
|
|
660
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
660
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CopyVolumeBackup.ts.html |here} to see how to use CopyVolumeBackup API.
|
|
661
661
|
*/
|
|
662
662
|
copyVolumeBackup(copyVolumeBackupRequest) {
|
|
663
663
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -739,7 +739,7 @@ class BlockstorageClient {
|
|
|
739
739
|
* @param CopyVolumeGroupBackupRequest
|
|
740
740
|
* @return CopyVolumeGroupBackupResponse
|
|
741
741
|
* @throws OciError when an error occurs
|
|
742
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
742
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CopyVolumeGroupBackup.ts.html |here} to see how to use CopyVolumeGroupBackup API.
|
|
743
743
|
*/
|
|
744
744
|
copyVolumeGroupBackup(copyVolumeGroupBackupRequest) {
|
|
745
745
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -808,7 +808,7 @@ class BlockstorageClient {
|
|
|
808
808
|
* @param CreateBootVolumeRequest
|
|
809
809
|
* @return CreateBootVolumeResponse
|
|
810
810
|
* @throws OciError when an error occurs
|
|
811
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
811
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateBootVolume.ts.html |here} to see how to use CreateBootVolume API.
|
|
812
812
|
*/
|
|
813
813
|
createBootVolume(createBootVolumeRequest) {
|
|
814
814
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -876,7 +876,7 @@ class BlockstorageClient {
|
|
|
876
876
|
* @param CreateBootVolumeBackupRequest
|
|
877
877
|
* @return CreateBootVolumeBackupResponse
|
|
878
878
|
* @throws OciError when an error occurs
|
|
879
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
879
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateBootVolumeBackup.ts.html |here} to see how to use CreateBootVolumeBackup API.
|
|
880
880
|
*/
|
|
881
881
|
createBootVolumeBackup(createBootVolumeBackupRequest) {
|
|
882
882
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -952,7 +952,7 @@ class BlockstorageClient {
|
|
|
952
952
|
* @param CreateVolumeRequest
|
|
953
953
|
* @return CreateVolumeResponse
|
|
954
954
|
* @throws OciError when an error occurs
|
|
955
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
955
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateVolume.ts.html |here} to see how to use CreateVolume API.
|
|
956
956
|
*/
|
|
957
957
|
createVolume(createVolumeRequest) {
|
|
958
958
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1020,7 +1020,7 @@ class BlockstorageClient {
|
|
|
1020
1020
|
* @param CreateVolumeBackupRequest
|
|
1021
1021
|
* @return CreateVolumeBackupResponse
|
|
1022
1022
|
* @throws OciError when an error occurs
|
|
1023
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1023
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateVolumeBackup.ts.html |here} to see how to use CreateVolumeBackup API.
|
|
1024
1024
|
*/
|
|
1025
1025
|
createVolumeBackup(createVolumeBackupRequest) {
|
|
1026
1026
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1086,7 +1086,7 @@ class BlockstorageClient {
|
|
|
1086
1086
|
* @param CreateVolumeBackupPolicyRequest
|
|
1087
1087
|
* @return CreateVolumeBackupPolicyResponse
|
|
1088
1088
|
* @throws OciError when an error occurs
|
|
1089
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1089
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateVolumeBackupPolicy.ts.html |here} to see how to use CreateVolumeBackupPolicy API.
|
|
1090
1090
|
*/
|
|
1091
1091
|
createVolumeBackupPolicy(createVolumeBackupPolicyRequest) {
|
|
1092
1092
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1152,7 +1152,7 @@ class BlockstorageClient {
|
|
|
1152
1152
|
* @param CreateVolumeBackupPolicyAssignmentRequest
|
|
1153
1153
|
* @return CreateVolumeBackupPolicyAssignmentResponse
|
|
1154
1154
|
* @throws OciError when an error occurs
|
|
1155
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1155
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateVolumeBackupPolicyAssignment.ts.html |here} to see how to use CreateVolumeBackupPolicyAssignment API.
|
|
1156
1156
|
*/
|
|
1157
1157
|
createVolumeBackupPolicyAssignment(createVolumeBackupPolicyAssignmentRequest) {
|
|
1158
1158
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1220,7 +1220,7 @@ class BlockstorageClient {
|
|
|
1220
1220
|
* @param CreateVolumeGroupRequest
|
|
1221
1221
|
* @return CreateVolumeGroupResponse
|
|
1222
1222
|
* @throws OciError when an error occurs
|
|
1223
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1223
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateVolumeGroup.ts.html |here} to see how to use CreateVolumeGroup API.
|
|
1224
1224
|
*/
|
|
1225
1225
|
createVolumeGroup(createVolumeGroupRequest) {
|
|
1226
1226
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1284,7 +1284,7 @@ class BlockstorageClient {
|
|
|
1284
1284
|
* @param CreateVolumeGroupBackupRequest
|
|
1285
1285
|
* @return CreateVolumeGroupBackupResponse
|
|
1286
1286
|
* @throws OciError when an error occurs
|
|
1287
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1287
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateVolumeGroupBackup.ts.html |here} to see how to use CreateVolumeGroupBackup API.
|
|
1288
1288
|
*/
|
|
1289
1289
|
createVolumeGroupBackup(createVolumeGroupBackupRequest) {
|
|
1290
1290
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1350,7 +1350,7 @@ class BlockstorageClient {
|
|
|
1350
1350
|
* @param DeleteBootVolumeRequest
|
|
1351
1351
|
* @return DeleteBootVolumeResponse
|
|
1352
1352
|
* @throws OciError when an error occurs
|
|
1353
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1353
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteBootVolume.ts.html |here} to see how to use DeleteBootVolume API.
|
|
1354
1354
|
*/
|
|
1355
1355
|
deleteBootVolume(deleteBootVolumeRequest) {
|
|
1356
1356
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1404,7 +1404,7 @@ class BlockstorageClient {
|
|
|
1404
1404
|
* @param DeleteBootVolumeBackupRequest
|
|
1405
1405
|
* @return DeleteBootVolumeBackupResponse
|
|
1406
1406
|
* @throws OciError when an error occurs
|
|
1407
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1407
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteBootVolumeBackup.ts.html |here} to see how to use DeleteBootVolumeBackup API.
|
|
1408
1408
|
*/
|
|
1409
1409
|
deleteBootVolumeBackup(deleteBootVolumeBackupRequest) {
|
|
1410
1410
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1459,7 +1459,7 @@ class BlockstorageClient {
|
|
|
1459
1459
|
* @param DeleteBootVolumeKmsKeyRequest
|
|
1460
1460
|
* @return DeleteBootVolumeKmsKeyResponse
|
|
1461
1461
|
* @throws OciError when an error occurs
|
|
1462
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1462
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteBootVolumeKmsKey.ts.html |here} to see how to use DeleteBootVolumeKmsKey API.
|
|
1463
1463
|
*/
|
|
1464
1464
|
deleteBootVolumeKmsKey(deleteBootVolumeKmsKeyRequest) {
|
|
1465
1465
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1517,7 +1517,7 @@ class BlockstorageClient {
|
|
|
1517
1517
|
* @param DeleteVolumeRequest
|
|
1518
1518
|
* @return DeleteVolumeResponse
|
|
1519
1519
|
* @throws OciError when an error occurs
|
|
1520
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1520
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteVolume.ts.html |here} to see how to use DeleteVolume API.
|
|
1521
1521
|
*/
|
|
1522
1522
|
deleteVolume(deleteVolumeRequest) {
|
|
1523
1523
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1571,7 +1571,7 @@ class BlockstorageClient {
|
|
|
1571
1571
|
* @param DeleteVolumeBackupRequest
|
|
1572
1572
|
* @return DeleteVolumeBackupResponse
|
|
1573
1573
|
* @throws OciError when an error occurs
|
|
1574
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1574
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteVolumeBackup.ts.html |here} to see how to use DeleteVolumeBackup API.
|
|
1575
1575
|
*/
|
|
1576
1576
|
deleteVolumeBackup(deleteVolumeBackupRequest) {
|
|
1577
1577
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1630,7 +1630,7 @@ class BlockstorageClient {
|
|
|
1630
1630
|
* @param DeleteVolumeBackupPolicyRequest
|
|
1631
1631
|
* @return DeleteVolumeBackupPolicyResponse
|
|
1632
1632
|
* @throws OciError when an error occurs
|
|
1633
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1633
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteVolumeBackupPolicy.ts.html |here} to see how to use DeleteVolumeBackupPolicy API.
|
|
1634
1634
|
*/
|
|
1635
1635
|
deleteVolumeBackupPolicy(deleteVolumeBackupPolicyRequest) {
|
|
1636
1636
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1685,7 +1685,7 @@ class BlockstorageClient {
|
|
|
1685
1685
|
* @param DeleteVolumeBackupPolicyAssignmentRequest
|
|
1686
1686
|
* @return DeleteVolumeBackupPolicyAssignmentResponse
|
|
1687
1687
|
* @throws OciError when an error occurs
|
|
1688
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1688
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteVolumeBackupPolicyAssignment.ts.html |here} to see how to use DeleteVolumeBackupPolicyAssignment API.
|
|
1689
1689
|
*/
|
|
1690
1690
|
deleteVolumeBackupPolicyAssignment(deleteVolumeBackupPolicyAssignmentRequest) {
|
|
1691
1691
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1741,7 +1741,7 @@ class BlockstorageClient {
|
|
|
1741
1741
|
* @param DeleteVolumeGroupRequest
|
|
1742
1742
|
* @return DeleteVolumeGroupResponse
|
|
1743
1743
|
* @throws OciError when an error occurs
|
|
1744
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1744
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteVolumeGroup.ts.html |here} to see how to use DeleteVolumeGroup API.
|
|
1745
1745
|
*/
|
|
1746
1746
|
deleteVolumeGroup(deleteVolumeGroupRequest) {
|
|
1747
1747
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1797,7 +1797,7 @@ class BlockstorageClient {
|
|
|
1797
1797
|
* @param DeleteVolumeGroupBackupRequest
|
|
1798
1798
|
* @return DeleteVolumeGroupBackupResponse
|
|
1799
1799
|
* @throws OciError when an error occurs
|
|
1800
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1800
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteVolumeGroupBackup.ts.html |here} to see how to use DeleteVolumeGroupBackup API.
|
|
1801
1801
|
*/
|
|
1802
1802
|
deleteVolumeGroupBackup(deleteVolumeGroupBackupRequest) {
|
|
1803
1803
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1852,7 +1852,7 @@ class BlockstorageClient {
|
|
|
1852
1852
|
* @param DeleteVolumeKmsKeyRequest
|
|
1853
1853
|
* @return DeleteVolumeKmsKeyResponse
|
|
1854
1854
|
* @throws OciError when an error occurs
|
|
1855
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1855
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteVolumeKmsKey.ts.html |here} to see how to use DeleteVolumeKmsKey API.
|
|
1856
1856
|
*/
|
|
1857
1857
|
deleteVolumeKmsKey(deleteVolumeKmsKeyRequest) {
|
|
1858
1858
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1906,7 +1906,7 @@ class BlockstorageClient {
|
|
|
1906
1906
|
* @param GetBlockVolumeReplicaRequest
|
|
1907
1907
|
* @return GetBlockVolumeReplicaResponse
|
|
1908
1908
|
* @throws OciError when an error occurs
|
|
1909
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1909
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetBlockVolumeReplica.ts.html |here} to see how to use GetBlockVolumeReplica API.
|
|
1910
1910
|
*/
|
|
1911
1911
|
getBlockVolumeReplica(getBlockVolumeReplicaRequest) {
|
|
1912
1912
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1968,7 +1968,7 @@ class BlockstorageClient {
|
|
|
1968
1968
|
* @param GetBootVolumeRequest
|
|
1969
1969
|
* @return GetBootVolumeResponse
|
|
1970
1970
|
* @throws OciError when an error occurs
|
|
1971
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1971
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetBootVolume.ts.html |here} to see how to use GetBootVolume API.
|
|
1972
1972
|
*/
|
|
1973
1973
|
getBootVolume(getBootVolumeRequest) {
|
|
1974
1974
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2030,7 +2030,7 @@ class BlockstorageClient {
|
|
|
2030
2030
|
* @param GetBootVolumeBackupRequest
|
|
2031
2031
|
* @return GetBootVolumeBackupResponse
|
|
2032
2032
|
* @throws OciError when an error occurs
|
|
2033
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2033
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetBootVolumeBackup.ts.html |here} to see how to use GetBootVolumeBackup API.
|
|
2034
2034
|
*/
|
|
2035
2035
|
getBootVolumeBackup(getBootVolumeBackupRequest) {
|
|
2036
2036
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2093,7 +2093,7 @@ class BlockstorageClient {
|
|
|
2093
2093
|
* @param GetBootVolumeKmsKeyRequest
|
|
2094
2094
|
* @return GetBootVolumeKmsKeyResponse
|
|
2095
2095
|
* @throws OciError when an error occurs
|
|
2096
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2096
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetBootVolumeKmsKey.ts.html |here} to see how to use GetBootVolumeKmsKey API.
|
|
2097
2097
|
*/
|
|
2098
2098
|
getBootVolumeKmsKey(getBootVolumeKmsKeyRequest) {
|
|
2099
2099
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2156,7 +2156,7 @@ class BlockstorageClient {
|
|
|
2156
2156
|
* @param GetBootVolumeReplicaRequest
|
|
2157
2157
|
* @return GetBootVolumeReplicaResponse
|
|
2158
2158
|
* @throws OciError when an error occurs
|
|
2159
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2159
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetBootVolumeReplica.ts.html |here} to see how to use GetBootVolumeReplica API.
|
|
2160
2160
|
*/
|
|
2161
2161
|
getBootVolumeReplica(getBootVolumeReplicaRequest) {
|
|
2162
2162
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2218,7 +2218,7 @@ class BlockstorageClient {
|
|
|
2218
2218
|
* @param GetVolumeRequest
|
|
2219
2219
|
* @return GetVolumeResponse
|
|
2220
2220
|
* @throws OciError when an error occurs
|
|
2221
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2221
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetVolume.ts.html |here} to see how to use GetVolume API.
|
|
2222
2222
|
*/
|
|
2223
2223
|
getVolume(getVolumeRequest) {
|
|
2224
2224
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2280,7 +2280,7 @@ class BlockstorageClient {
|
|
|
2280
2280
|
* @param GetVolumeBackupRequest
|
|
2281
2281
|
* @return GetVolumeBackupResponse
|
|
2282
2282
|
* @throws OciError when an error occurs
|
|
2283
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2283
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetVolumeBackup.ts.html |here} to see how to use GetVolumeBackup API.
|
|
2284
2284
|
*/
|
|
2285
2285
|
getVolumeBackup(getVolumeBackupRequest) {
|
|
2286
2286
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2342,7 +2342,7 @@ class BlockstorageClient {
|
|
|
2342
2342
|
* @param GetVolumeBackupPolicyRequest
|
|
2343
2343
|
* @return GetVolumeBackupPolicyResponse
|
|
2344
2344
|
* @throws OciError when an error occurs
|
|
2345
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2345
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetVolumeBackupPolicy.ts.html |here} to see how to use GetVolumeBackupPolicy API.
|
|
2346
2346
|
*/
|
|
2347
2347
|
getVolumeBackupPolicy(getVolumeBackupPolicyRequest) {
|
|
2348
2348
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2407,7 +2407,7 @@ class BlockstorageClient {
|
|
|
2407
2407
|
* @param GetVolumeBackupPolicyAssetAssignmentRequest
|
|
2408
2408
|
* @return GetVolumeBackupPolicyAssetAssignmentResponse
|
|
2409
2409
|
* @throws OciError when an error occurs
|
|
2410
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2410
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetVolumeBackupPolicyAssetAssignment.ts.html |here} to see how to use GetVolumeBackupPolicyAssetAssignment API.
|
|
2411
2411
|
*/
|
|
2412
2412
|
getVolumeBackupPolicyAssetAssignment(getVolumeBackupPolicyAssetAssignmentRequest) {
|
|
2413
2413
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2511,7 +2511,7 @@ class BlockstorageClient {
|
|
|
2511
2511
|
* @param GetVolumeBackupPolicyAssignmentRequest
|
|
2512
2512
|
* @return GetVolumeBackupPolicyAssignmentResponse
|
|
2513
2513
|
* @throws OciError when an error occurs
|
|
2514
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2514
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetVolumeBackupPolicyAssignment.ts.html |here} to see how to use GetVolumeBackupPolicyAssignment API.
|
|
2515
2515
|
*/
|
|
2516
2516
|
getVolumeBackupPolicyAssignment(getVolumeBackupPolicyAssignmentRequest) {
|
|
2517
2517
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2573,7 +2573,7 @@ class BlockstorageClient {
|
|
|
2573
2573
|
* @param GetVolumeGroupRequest
|
|
2574
2574
|
* @return GetVolumeGroupResponse
|
|
2575
2575
|
* @throws OciError when an error occurs
|
|
2576
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2576
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetVolumeGroup.ts.html |here} to see how to use GetVolumeGroup API.
|
|
2577
2577
|
*/
|
|
2578
2578
|
getVolumeGroup(getVolumeGroupRequest) {
|
|
2579
2579
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2635,7 +2635,7 @@ class BlockstorageClient {
|
|
|
2635
2635
|
* @param GetVolumeGroupBackupRequest
|
|
2636
2636
|
* @return GetVolumeGroupBackupResponse
|
|
2637
2637
|
* @throws OciError when an error occurs
|
|
2638
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2638
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetVolumeGroupBackup.ts.html |here} to see how to use GetVolumeGroupBackup API.
|
|
2639
2639
|
*/
|
|
2640
2640
|
getVolumeGroupBackup(getVolumeGroupBackupRequest) {
|
|
2641
2641
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2697,7 +2697,7 @@ class BlockstorageClient {
|
|
|
2697
2697
|
* @param GetVolumeGroupReplicaRequest
|
|
2698
2698
|
* @return GetVolumeGroupReplicaResponse
|
|
2699
2699
|
* @throws OciError when an error occurs
|
|
2700
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2700
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetVolumeGroupReplica.ts.html |here} to see how to use GetVolumeGroupReplica API.
|
|
2701
2701
|
*/
|
|
2702
2702
|
getVolumeGroupReplica(getVolumeGroupReplicaRequest) {
|
|
2703
2703
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2760,7 +2760,7 @@ class BlockstorageClient {
|
|
|
2760
2760
|
* @param GetVolumeKmsKeyRequest
|
|
2761
2761
|
* @return GetVolumeKmsKeyResponse
|
|
2762
2762
|
* @throws OciError when an error occurs
|
|
2763
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2763
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetVolumeKmsKey.ts.html |here} to see how to use GetVolumeKmsKey API.
|
|
2764
2764
|
*/
|
|
2765
2765
|
getVolumeKmsKey(getVolumeKmsKeyRequest) {
|
|
2766
2766
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2824,7 +2824,7 @@ class BlockstorageClient {
|
|
|
2824
2824
|
* @param ListBlockVolumeReplicasRequest
|
|
2825
2825
|
* @return ListBlockVolumeReplicasResponse
|
|
2826
2826
|
* @throws OciError when an error occurs
|
|
2827
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2827
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListBlockVolumeReplicas.ts.html |here} to see how to use ListBlockVolumeReplicas API.
|
|
2828
2828
|
*/
|
|
2829
2829
|
listBlockVolumeReplicas(listBlockVolumeReplicasRequest) {
|
|
2830
2830
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2935,7 +2935,7 @@ class BlockstorageClient {
|
|
|
2935
2935
|
* @param ListBootVolumeBackupsRequest
|
|
2936
2936
|
* @return ListBootVolumeBackupsResponse
|
|
2937
2937
|
* @throws OciError when an error occurs
|
|
2938
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2938
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListBootVolumeBackups.ts.html |here} to see how to use ListBootVolumeBackups API.
|
|
2939
2939
|
*/
|
|
2940
2940
|
listBootVolumeBackups(listBootVolumeBackupsRequest) {
|
|
2941
2941
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3046,7 +3046,7 @@ class BlockstorageClient {
|
|
|
3046
3046
|
* @param ListBootVolumeReplicasRequest
|
|
3047
3047
|
* @return ListBootVolumeReplicasResponse
|
|
3048
3048
|
* @throws OciError when an error occurs
|
|
3049
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3049
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListBootVolumeReplicas.ts.html |here} to see how to use ListBootVolumeReplicas API.
|
|
3050
3050
|
*/
|
|
3051
3051
|
listBootVolumeReplicas(listBootVolumeReplicasRequest) {
|
|
3052
3052
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3157,7 +3157,7 @@ class BlockstorageClient {
|
|
|
3157
3157
|
* @param ListBootVolumesRequest
|
|
3158
3158
|
* @return ListBootVolumesResponse
|
|
3159
3159
|
* @throws OciError when an error occurs
|
|
3160
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3160
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListBootVolumes.ts.html |here} to see how to use ListBootVolumes API.
|
|
3161
3161
|
*/
|
|
3162
3162
|
listBootVolumes(listBootVolumesRequest) {
|
|
3163
3163
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3267,7 +3267,7 @@ class BlockstorageClient {
|
|
|
3267
3267
|
* @param ListVolumeBackupPoliciesRequest
|
|
3268
3268
|
* @return ListVolumeBackupPoliciesResponse
|
|
3269
3269
|
* @throws OciError when an error occurs
|
|
3270
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3270
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListVolumeBackupPolicies.ts.html |here} to see how to use ListVolumeBackupPolicies API.
|
|
3271
3271
|
*/
|
|
3272
3272
|
listVolumeBackupPolicies(listVolumeBackupPoliciesRequest) {
|
|
3273
3273
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3372,7 +3372,7 @@ class BlockstorageClient {
|
|
|
3372
3372
|
* @param ListVolumeBackupsRequest
|
|
3373
3373
|
* @return ListVolumeBackupsResponse
|
|
3374
3374
|
* @throws OciError when an error occurs
|
|
3375
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3375
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListVolumeBackups.ts.html |here} to see how to use ListVolumeBackups API.
|
|
3376
3376
|
*/
|
|
3377
3377
|
listVolumeBackups(listVolumeBackupsRequest) {
|
|
3378
3378
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3484,7 +3484,7 @@ class BlockstorageClient {
|
|
|
3484
3484
|
* @param ListVolumeGroupBackupsRequest
|
|
3485
3485
|
* @return ListVolumeGroupBackupsResponse
|
|
3486
3486
|
* @throws OciError when an error occurs
|
|
3487
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3487
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListVolumeGroupBackups.ts.html |here} to see how to use ListVolumeGroupBackups API.
|
|
3488
3488
|
*/
|
|
3489
3489
|
listVolumeGroupBackups(listVolumeGroupBackupsRequest) {
|
|
3490
3490
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3594,7 +3594,7 @@ class BlockstorageClient {
|
|
|
3594
3594
|
* @param ListVolumeGroupReplicasRequest
|
|
3595
3595
|
* @return ListVolumeGroupReplicasResponse
|
|
3596
3596
|
* @throws OciError when an error occurs
|
|
3597
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3597
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListVolumeGroupReplicas.ts.html |here} to see how to use ListVolumeGroupReplicas API.
|
|
3598
3598
|
*/
|
|
3599
3599
|
listVolumeGroupReplicas(listVolumeGroupReplicasRequest) {
|
|
3600
3600
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3705,7 +3705,7 @@ class BlockstorageClient {
|
|
|
3705
3705
|
* @param ListVolumeGroupsRequest
|
|
3706
3706
|
* @return ListVolumeGroupsResponse
|
|
3707
3707
|
* @throws OciError when an error occurs
|
|
3708
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3708
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListVolumeGroups.ts.html |here} to see how to use ListVolumeGroups API.
|
|
3709
3709
|
*/
|
|
3710
3710
|
listVolumeGroups(listVolumeGroupsRequest) {
|
|
3711
3711
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3815,7 +3815,7 @@ class BlockstorageClient {
|
|
|
3815
3815
|
* @param ListVolumesRequest
|
|
3816
3816
|
* @return ListVolumesResponse
|
|
3817
3817
|
* @throws OciError when an error occurs
|
|
3818
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3818
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListVolumes.ts.html |here} to see how to use ListVolumes API.
|
|
3819
3819
|
*/
|
|
3820
3820
|
listVolumes(listVolumesRequest) {
|
|
3821
3821
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3925,7 +3925,7 @@ class BlockstorageClient {
|
|
|
3925
3925
|
* @param UpdateBootVolumeRequest
|
|
3926
3926
|
* @return UpdateBootVolumeResponse
|
|
3927
3927
|
* @throws OciError when an error occurs
|
|
3928
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3928
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateBootVolume.ts.html |here} to see how to use UpdateBootVolume API.
|
|
3929
3929
|
*/
|
|
3930
3930
|
updateBootVolume(updateBootVolumeRequest) {
|
|
3931
3931
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3991,7 +3991,7 @@ class BlockstorageClient {
|
|
|
3991
3991
|
* @param UpdateBootVolumeBackupRequest
|
|
3992
3992
|
* @return UpdateBootVolumeBackupResponse
|
|
3993
3993
|
* @throws OciError when an error occurs
|
|
3994
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3994
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateBootVolumeBackup.ts.html |here} to see how to use UpdateBootVolumeBackup API.
|
|
3995
3995
|
*/
|
|
3996
3996
|
updateBootVolumeBackup(updateBootVolumeBackupRequest) {
|
|
3997
3997
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4051,7 +4051,7 @@ class BlockstorageClient {
|
|
|
4051
4051
|
* @param UpdateBootVolumeKmsKeyRequest
|
|
4052
4052
|
* @return UpdateBootVolumeKmsKeyResponse
|
|
4053
4053
|
* @throws OciError when an error occurs
|
|
4054
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4054
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateBootVolumeKmsKey.ts.html |here} to see how to use UpdateBootVolumeKmsKey API.
|
|
4055
4055
|
*/
|
|
4056
4056
|
updateBootVolumeKmsKey(updateBootVolumeKmsKeyRequest) {
|
|
4057
4057
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4117,7 +4117,7 @@ class BlockstorageClient {
|
|
|
4117
4117
|
* @param UpdateVolumeRequest
|
|
4118
4118
|
* @return UpdateVolumeResponse
|
|
4119
4119
|
* @throws OciError when an error occurs
|
|
4120
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4120
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateVolume.ts.html |here} to see how to use UpdateVolume API.
|
|
4121
4121
|
*/
|
|
4122
4122
|
updateVolume(updateVolumeRequest) {
|
|
4123
4123
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4183,7 +4183,7 @@ class BlockstorageClient {
|
|
|
4183
4183
|
* @param UpdateVolumeBackupRequest
|
|
4184
4184
|
* @return UpdateVolumeBackupResponse
|
|
4185
4185
|
* @throws OciError when an error occurs
|
|
4186
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4186
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateVolumeBackup.ts.html |here} to see how to use UpdateVolumeBackup API.
|
|
4187
4187
|
*/
|
|
4188
4188
|
updateVolumeBackup(updateVolumeBackupRequest) {
|
|
4189
4189
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4247,7 +4247,7 @@ class BlockstorageClient {
|
|
|
4247
4247
|
* @param UpdateVolumeBackupPolicyRequest
|
|
4248
4248
|
* @return UpdateVolumeBackupPolicyResponse
|
|
4249
4249
|
* @throws OciError when an error occurs
|
|
4250
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4250
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateVolumeBackupPolicy.ts.html |here} to see how to use UpdateVolumeBackupPolicy API.
|
|
4251
4251
|
*/
|
|
4252
4252
|
updateVolumeBackupPolicy(updateVolumeBackupPolicyRequest) {
|
|
4253
4253
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4319,7 +4319,7 @@ class BlockstorageClient {
|
|
|
4319
4319
|
* @param UpdateVolumeGroupRequest
|
|
4320
4320
|
* @return UpdateVolumeGroupResponse
|
|
4321
4321
|
* @throws OciError when an error occurs
|
|
4322
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4322
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateVolumeGroup.ts.html |here} to see how to use UpdateVolumeGroup API.
|
|
4323
4323
|
*/
|
|
4324
4324
|
updateVolumeGroup(updateVolumeGroupRequest) {
|
|
4325
4325
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4385,7 +4385,7 @@ class BlockstorageClient {
|
|
|
4385
4385
|
* @param UpdateVolumeGroupBackupRequest
|
|
4386
4386
|
* @return UpdateVolumeGroupBackupResponse
|
|
4387
4387
|
* @throws OciError when an error occurs
|
|
4388
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4388
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateVolumeGroupBackup.ts.html |here} to see how to use UpdateVolumeGroupBackup API.
|
|
4389
4389
|
*/
|
|
4390
4390
|
updateVolumeGroupBackup(updateVolumeGroupBackupRequest) {
|
|
4391
4391
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4445,7 +4445,7 @@ class BlockstorageClient {
|
|
|
4445
4445
|
* @param UpdateVolumeKmsKeyRequest
|
|
4446
4446
|
* @return UpdateVolumeKmsKeyResponse
|
|
4447
4447
|
* @throws OciError when an error occurs
|
|
4448
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4448
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateVolumeKmsKey.ts.html |here} to see how to use UpdateVolumeKmsKey API.
|
|
4449
4449
|
*/
|
|
4450
4450
|
updateVolumeKmsKey(updateVolumeKmsKeyRequest) {
|
|
4451
4451
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4643,7 +4643,7 @@ class ComputeClient {
|
|
|
4643
4643
|
* @param AcceptShieldedIntegrityPolicyRequest
|
|
4644
4644
|
* @return AcceptShieldedIntegrityPolicyResponse
|
|
4645
4645
|
* @throws OciError when an error occurs
|
|
4646
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4646
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/AcceptShieldedIntegrityPolicy.ts.html |here} to see how to use AcceptShieldedIntegrityPolicy API.
|
|
4647
4647
|
*/
|
|
4648
4648
|
acceptShieldedIntegrityPolicy(acceptShieldedIntegrityPolicyRequest) {
|
|
4649
4649
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4699,7 +4699,7 @@ class ComputeClient {
|
|
|
4699
4699
|
* @param AddImageShapeCompatibilityEntryRequest
|
|
4700
4700
|
* @return AddImageShapeCompatibilityEntryResponse
|
|
4701
4701
|
* @throws OciError when an error occurs
|
|
4702
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4702
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/AddImageShapeCompatibilityEntry.ts.html |here} to see how to use AddImageShapeCompatibilityEntry API.
|
|
4703
4703
|
*/
|
|
4704
4704
|
addImageShapeCompatibilityEntry(addImageShapeCompatibilityEntryRequest) {
|
|
4705
4705
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4759,7 +4759,7 @@ class ComputeClient {
|
|
|
4759
4759
|
* @param AttachBootVolumeRequest
|
|
4760
4760
|
* @return AttachBootVolumeResponse
|
|
4761
4761
|
* @throws OciError when an error occurs
|
|
4762
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4762
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/AttachBootVolume.ts.html |here} to see how to use AttachBootVolume API.
|
|
4763
4763
|
*/
|
|
4764
4764
|
attachBootVolume(attachBootVolumeRequest) {
|
|
4765
4765
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4824,7 +4824,7 @@ class ComputeClient {
|
|
|
4824
4824
|
* @param AttachVnicRequest
|
|
4825
4825
|
* @return AttachVnicResponse
|
|
4826
4826
|
* @throws OciError when an error occurs
|
|
4827
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4827
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/AttachVnic.ts.html |here} to see how to use AttachVnic API.
|
|
4828
4828
|
*/
|
|
4829
4829
|
attachVnic(attachVnicRequest) {
|
|
4830
4830
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4887,7 +4887,7 @@ class ComputeClient {
|
|
|
4887
4887
|
* @param AttachVolumeRequest
|
|
4888
4888
|
* @return AttachVolumeResponse
|
|
4889
4889
|
* @throws OciError when an error occurs
|
|
4890
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4890
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/AttachVolume.ts.html |here} to see how to use AttachVolume API.
|
|
4891
4891
|
*/
|
|
4892
4892
|
attachVolume(attachVolumeRequest) {
|
|
4893
4893
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4966,7 +4966,7 @@ class ComputeClient {
|
|
|
4966
4966
|
* @param CaptureConsoleHistoryRequest
|
|
4967
4967
|
* @return CaptureConsoleHistoryResponse
|
|
4968
4968
|
* @throws OciError when an error occurs
|
|
4969
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4969
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CaptureConsoleHistory.ts.html |here} to see how to use CaptureConsoleHistory API.
|
|
4970
4970
|
*/
|
|
4971
4971
|
captureConsoleHistory(captureConsoleHistoryRequest) {
|
|
4972
4972
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5031,7 +5031,7 @@ class ComputeClient {
|
|
|
5031
5031
|
* @param ChangeComputeCapacityReservationCompartmentRequest
|
|
5032
5032
|
* @return ChangeComputeCapacityReservationCompartmentResponse
|
|
5033
5033
|
* @throws OciError when an error occurs
|
|
5034
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5034
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ChangeComputeCapacityReservationCompartment.ts.html |here} to see how to use ChangeComputeCapacityReservationCompartment API.
|
|
5035
5035
|
*/
|
|
5036
5036
|
changeComputeCapacityReservationCompartment(changeComputeCapacityReservationCompartmentRequest) {
|
|
5037
5037
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5087,6 +5087,70 @@ class ComputeClient {
|
|
|
5087
5087
|
}
|
|
5088
5088
|
});
|
|
5089
5089
|
}
|
|
5090
|
+
/**
|
|
5091
|
+
* Moves a compute capacity topology into a different compartment. For information about moving resources between
|
|
5092
|
+
* compartments, see [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
|
|
5093
|
+
*
|
|
5094
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5095
|
+
* @param ChangeComputeCapacityTopologyCompartmentRequest
|
|
5096
|
+
* @return ChangeComputeCapacityTopologyCompartmentResponse
|
|
5097
|
+
* @throws OciError when an error occurs
|
|
5098
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ChangeComputeCapacityTopologyCompartment.ts.html |here} to see how to use ChangeComputeCapacityTopologyCompartment API.
|
|
5099
|
+
*/
|
|
5100
|
+
changeComputeCapacityTopologyCompartment(changeComputeCapacityTopologyCompartmentRequest) {
|
|
5101
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5102
|
+
if (this.logger)
|
|
5103
|
+
this.logger.debug("Calling operation ComputeClient#changeComputeCapacityTopologyCompartment.");
|
|
5104
|
+
const operationName = "changeComputeCapacityTopologyCompartment";
|
|
5105
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/iaas/20160918/ComputeCapacityTopology/ChangeComputeCapacityTopologyCompartment";
|
|
5106
|
+
const pathParams = {
|
|
5107
|
+
"{computeCapacityTopologyId}": changeComputeCapacityTopologyCompartmentRequest.computeCapacityTopologyId
|
|
5108
|
+
};
|
|
5109
|
+
const queryParams = {};
|
|
5110
|
+
let headerParams = {
|
|
5111
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5112
|
+
"if-match": changeComputeCapacityTopologyCompartmentRequest.ifMatch,
|
|
5113
|
+
"opc-request-id": changeComputeCapacityTopologyCompartmentRequest.opcRequestId,
|
|
5114
|
+
"opc-retry-token": changeComputeCapacityTopologyCompartmentRequest.opcRetryToken
|
|
5115
|
+
};
|
|
5116
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5117
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeComputeCapacityTopologyCompartmentRequest.retryConfiguration, specRetryConfiguration);
|
|
5118
|
+
if (this.logger)
|
|
5119
|
+
retrier.logger = this.logger;
|
|
5120
|
+
const request = yield oci_common_2.composeRequest({
|
|
5121
|
+
baseEndpoint: this._endpoint,
|
|
5122
|
+
defaultHeaders: this._defaultHeaders,
|
|
5123
|
+
path: "/computeCapacityTopologies/{computeCapacityTopologyId}/actions/changeCompartment",
|
|
5124
|
+
method: "POST",
|
|
5125
|
+
bodyContent: common.ObjectSerializer.serialize(changeComputeCapacityTopologyCompartmentRequest.changeComputeCapacityTopologyCompartmentDetails, "ChangeComputeCapacityTopologyCompartmentDetails", model.ChangeComputeCapacityTopologyCompartmentDetails.getJsonObj),
|
|
5126
|
+
pathParams: pathParams,
|
|
5127
|
+
headerParams: headerParams,
|
|
5128
|
+
queryParams: queryParams
|
|
5129
|
+
});
|
|
5130
|
+
try {
|
|
5131
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5132
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
5133
|
+
responseObject: {},
|
|
5134
|
+
responseHeaders: [
|
|
5135
|
+
{
|
|
5136
|
+
value: response.headers.get("opc-request-id"),
|
|
5137
|
+
key: "opcRequestId",
|
|
5138
|
+
dataType: "string"
|
|
5139
|
+
},
|
|
5140
|
+
{
|
|
5141
|
+
value: response.headers.get("opc-work-request-id"),
|
|
5142
|
+
key: "opcWorkRequestId",
|
|
5143
|
+
dataType: "string"
|
|
5144
|
+
}
|
|
5145
|
+
]
|
|
5146
|
+
});
|
|
5147
|
+
return sdkResponse;
|
|
5148
|
+
}
|
|
5149
|
+
catch (err) {
|
|
5150
|
+
throw err;
|
|
5151
|
+
}
|
|
5152
|
+
});
|
|
5153
|
+
}
|
|
5090
5154
|
/**
|
|
5091
5155
|
* Moves a compute cluster into a different compartment within the same tenancy.
|
|
5092
5156
|
* A [compute cluster](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/compute-clusters.htm) is a remote direct memory access (RDMA) network group.
|
|
@@ -5098,7 +5162,7 @@ class ComputeClient {
|
|
|
5098
5162
|
* @param ChangeComputeClusterCompartmentRequest
|
|
5099
5163
|
* @return ChangeComputeClusterCompartmentResponse
|
|
5100
5164
|
* @throws OciError when an error occurs
|
|
5101
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5165
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ChangeComputeClusterCompartment.ts.html |here} to see how to use ChangeComputeClusterCompartment API.
|
|
5102
5166
|
*/
|
|
5103
5167
|
changeComputeClusterCompartment(changeComputeClusterCompartmentRequest) {
|
|
5104
5168
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5158,7 +5222,7 @@ class ComputeClient {
|
|
|
5158
5222
|
* @param ChangeComputeImageCapabilitySchemaCompartmentRequest
|
|
5159
5223
|
* @return ChangeComputeImageCapabilitySchemaCompartmentResponse
|
|
5160
5224
|
* @throws OciError when an error occurs
|
|
5161
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5225
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ChangeComputeImageCapabilitySchemaCompartment.ts.html |here} to see how to use ChangeComputeImageCapabilitySchemaCompartment API.
|
|
5162
5226
|
*/
|
|
5163
5227
|
changeComputeImageCapabilitySchemaCompartment(changeComputeImageCapabilitySchemaCompartmentRequest) {
|
|
5164
5228
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5215,7 +5279,7 @@ class ComputeClient {
|
|
|
5215
5279
|
* @param ChangeDedicatedVmHostCompartmentRequest
|
|
5216
5280
|
* @return ChangeDedicatedVmHostCompartmentResponse
|
|
5217
5281
|
* @throws OciError when an error occurs
|
|
5218
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5282
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ChangeDedicatedVmHostCompartment.ts.html |here} to see how to use ChangeDedicatedVmHostCompartment API.
|
|
5219
5283
|
*/
|
|
5220
5284
|
changeDedicatedVmHostCompartment(changeDedicatedVmHostCompartmentRequest) {
|
|
5221
5285
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5285,7 +5349,7 @@ class ComputeClient {
|
|
|
5285
5349
|
* @param ChangeImageCompartmentRequest
|
|
5286
5350
|
* @return ChangeImageCompartmentResponse
|
|
5287
5351
|
* @throws OciError when an error occurs
|
|
5288
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5352
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ChangeImageCompartment.ts.html |here} to see how to use ChangeImageCompartment API.
|
|
5289
5353
|
*/
|
|
5290
5354
|
changeImageCompartment(changeImageCompartmentRequest) {
|
|
5291
5355
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5353,7 +5417,7 @@ class ComputeClient {
|
|
|
5353
5417
|
* @param ChangeInstanceCompartmentRequest
|
|
5354
5418
|
* @return ChangeInstanceCompartmentResponse
|
|
5355
5419
|
* @throws OciError when an error occurs
|
|
5356
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5420
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ChangeInstanceCompartment.ts.html |here} to see how to use ChangeInstanceCompartment API.
|
|
5357
5421
|
*/
|
|
5358
5422
|
changeInstanceCompartment(changeInstanceCompartmentRequest) {
|
|
5359
5423
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5421,7 +5485,7 @@ class ComputeClient {
|
|
|
5421
5485
|
* @param CreateAppCatalogSubscriptionRequest
|
|
5422
5486
|
* @return CreateAppCatalogSubscriptionResponse
|
|
5423
5487
|
* @throws OciError when an error occurs
|
|
5424
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5488
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateAppCatalogSubscription.ts.html |here} to see how to use CreateAppCatalogSubscription API.
|
|
5425
5489
|
*/
|
|
5426
5490
|
createAppCatalogSubscription(createAppCatalogSubscriptionRequest) {
|
|
5427
5491
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5489,7 +5553,7 @@ class ComputeClient {
|
|
|
5489
5553
|
* @param CreateComputeCapacityReportRequest
|
|
5490
5554
|
* @return CreateComputeCapacityReportResponse
|
|
5491
5555
|
* @throws OciError when an error occurs
|
|
5492
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5556
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateComputeCapacityReport.ts.html |here} to see how to use CreateComputeCapacityReport API.
|
|
5493
5557
|
*/
|
|
5494
5558
|
createComputeCapacityReport(createComputeCapacityReportRequest) {
|
|
5495
5559
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5552,7 +5616,7 @@ class ComputeClient {
|
|
|
5552
5616
|
* @param CreateComputeCapacityReservationRequest
|
|
5553
5617
|
* @return CreateComputeCapacityReservationResponse
|
|
5554
5618
|
* @throws OciError when an error occurs
|
|
5555
|
-
* @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.74.0/core/CreateComputeCapacityReservation.ts.html |here} to see how to use CreateComputeCapacityReservation API.
|
|
5556
5620
|
*/
|
|
5557
5621
|
createComputeCapacityReservation(createComputeCapacityReservationRequest) {
|
|
5558
5622
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5619,6 +5683,85 @@ class ComputeClient {
|
|
|
5619
5683
|
}
|
|
5620
5684
|
});
|
|
5621
5685
|
}
|
|
5686
|
+
/**
|
|
5687
|
+
* Creates a new compute capacity topology in the specified compartment and availability domain.
|
|
5688
|
+
* <p>
|
|
5689
|
+
Compute capacity topologies provide the RDMA network topology of your bare metal hosts so that you can launch
|
|
5690
|
+
* instances on your bare metal hosts with targeted network locations.
|
|
5691
|
+
* <p>
|
|
5692
|
+
Compute capacity topologies report the health status of your bare metal hosts.
|
|
5693
|
+
*
|
|
5694
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5695
|
+
* @param CreateComputeCapacityTopologyRequest
|
|
5696
|
+
* @return CreateComputeCapacityTopologyResponse
|
|
5697
|
+
* @throws OciError when an error occurs
|
|
5698
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateComputeCapacityTopology.ts.html |here} to see how to use CreateComputeCapacityTopology API.
|
|
5699
|
+
*/
|
|
5700
|
+
createComputeCapacityTopology(createComputeCapacityTopologyRequest) {
|
|
5701
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5702
|
+
if (this.logger)
|
|
5703
|
+
this.logger.debug("Calling operation ComputeClient#createComputeCapacityTopology.");
|
|
5704
|
+
const operationName = "createComputeCapacityTopology";
|
|
5705
|
+
const apiReferenceLink = "";
|
|
5706
|
+
const pathParams = {};
|
|
5707
|
+
const queryParams = {};
|
|
5708
|
+
let headerParams = {
|
|
5709
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5710
|
+
"opc-request-id": createComputeCapacityTopologyRequest.opcRequestId,
|
|
5711
|
+
"opc-retry-token": createComputeCapacityTopologyRequest.opcRetryToken
|
|
5712
|
+
};
|
|
5713
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5714
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createComputeCapacityTopologyRequest.retryConfiguration, specRetryConfiguration);
|
|
5715
|
+
if (this.logger)
|
|
5716
|
+
retrier.logger = this.logger;
|
|
5717
|
+
const request = yield oci_common_2.composeRequest({
|
|
5718
|
+
baseEndpoint: this._endpoint,
|
|
5719
|
+
defaultHeaders: this._defaultHeaders,
|
|
5720
|
+
path: "/computeCapacityTopologies",
|
|
5721
|
+
method: "POST",
|
|
5722
|
+
bodyContent: common.ObjectSerializer.serialize(createComputeCapacityTopologyRequest.createComputeCapacityTopologyDetails, "CreateComputeCapacityTopologyDetails", model.CreateComputeCapacityTopologyDetails.getJsonObj),
|
|
5723
|
+
pathParams: pathParams,
|
|
5724
|
+
headerParams: headerParams,
|
|
5725
|
+
queryParams: queryParams
|
|
5726
|
+
});
|
|
5727
|
+
try {
|
|
5728
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5729
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
5730
|
+
responseObject: {},
|
|
5731
|
+
body: yield response.json(),
|
|
5732
|
+
bodyKey: "computeCapacityTopology",
|
|
5733
|
+
bodyModel: model.ComputeCapacityTopology,
|
|
5734
|
+
type: "model.ComputeCapacityTopology",
|
|
5735
|
+
responseHeaders: [
|
|
5736
|
+
{
|
|
5737
|
+
value: response.headers.get("etag"),
|
|
5738
|
+
key: "etag",
|
|
5739
|
+
dataType: "string"
|
|
5740
|
+
},
|
|
5741
|
+
{
|
|
5742
|
+
value: response.headers.get("location"),
|
|
5743
|
+
key: "location",
|
|
5744
|
+
dataType: "string"
|
|
5745
|
+
},
|
|
5746
|
+
{
|
|
5747
|
+
value: response.headers.get("opc-request-id"),
|
|
5748
|
+
key: "opcRequestId",
|
|
5749
|
+
dataType: "string"
|
|
5750
|
+
},
|
|
5751
|
+
{
|
|
5752
|
+
value: response.headers.get("opc-work-request-id"),
|
|
5753
|
+
key: "opcWorkRequestId",
|
|
5754
|
+
dataType: "string"
|
|
5755
|
+
}
|
|
5756
|
+
]
|
|
5757
|
+
});
|
|
5758
|
+
return sdkResponse;
|
|
5759
|
+
}
|
|
5760
|
+
catch (err) {
|
|
5761
|
+
throw err;
|
|
5762
|
+
}
|
|
5763
|
+
});
|
|
5764
|
+
}
|
|
5622
5765
|
/**
|
|
5623
5766
|
* Creates an empty [compute cluster](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/compute-clusters.htm). A compute cluster
|
|
5624
5767
|
* is a remote direct memory access (RDMA) network group.
|
|
@@ -5638,7 +5781,7 @@ class ComputeClient {
|
|
|
5638
5781
|
* @param CreateComputeClusterRequest
|
|
5639
5782
|
* @return CreateComputeClusterResponse
|
|
5640
5783
|
* @throws OciError when an error occurs
|
|
5641
|
-
* @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.74.0/core/CreateComputeCluster.ts.html |here} to see how to use CreateComputeCluster API.
|
|
5642
5785
|
*/
|
|
5643
5786
|
createComputeCluster(createComputeClusterRequest) {
|
|
5644
5787
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5702,7 +5845,7 @@ class ComputeClient {
|
|
|
5702
5845
|
* @param CreateComputeImageCapabilitySchemaRequest
|
|
5703
5846
|
* @return CreateComputeImageCapabilitySchemaResponse
|
|
5704
5847
|
* @throws OciError when an error occurs
|
|
5705
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5848
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateComputeImageCapabilitySchema.ts.html |here} to see how to use CreateComputeImageCapabilitySchema API.
|
|
5706
5849
|
*/
|
|
5707
5850
|
createComputeImageCapabilitySchema(createComputeImageCapabilitySchemaRequest) {
|
|
5708
5851
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5768,7 +5911,7 @@ class ComputeClient {
|
|
|
5768
5911
|
* @param CreateDedicatedVmHostRequest
|
|
5769
5912
|
* @return CreateDedicatedVmHostResponse
|
|
5770
5913
|
* @throws OciError when an error occurs
|
|
5771
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5914
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateDedicatedVmHost.ts.html |here} to see how to use CreateDedicatedVmHost API.
|
|
5772
5915
|
*/
|
|
5773
5916
|
createDedicatedVmHost(createDedicatedVmHostRequest) {
|
|
5774
5917
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5859,7 +6002,7 @@ class ComputeClient {
|
|
|
5859
6002
|
* @param CreateImageRequest
|
|
5860
6003
|
* @return CreateImageResponse
|
|
5861
6004
|
* @throws OciError when an error occurs
|
|
5862
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6005
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateImage.ts.html |here} to see how to use CreateImage API.
|
|
5863
6006
|
*/
|
|
5864
6007
|
createImage(createImageRequest) {
|
|
5865
6008
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5931,7 +6074,7 @@ class ComputeClient {
|
|
|
5931
6074
|
* @param CreateInstanceConsoleConnectionRequest
|
|
5932
6075
|
* @return CreateInstanceConsoleConnectionResponse
|
|
5933
6076
|
* @throws OciError when an error occurs
|
|
5934
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6077
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateInstanceConsoleConnection.ts.html |here} to see how to use CreateInstanceConsoleConnection API.
|
|
5935
6078
|
*/
|
|
5936
6079
|
createInstanceConsoleConnection(createInstanceConsoleConnectionRequest) {
|
|
5937
6080
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5993,7 +6136,7 @@ class ComputeClient {
|
|
|
5993
6136
|
* @param DeleteAppCatalogSubscriptionRequest
|
|
5994
6137
|
* @return DeleteAppCatalogSubscriptionResponse
|
|
5995
6138
|
* @throws OciError when an error occurs
|
|
5996
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6139
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteAppCatalogSubscription.ts.html |here} to see how to use DeleteAppCatalogSubscription API.
|
|
5997
6140
|
*/
|
|
5998
6141
|
deleteAppCatalogSubscription(deleteAppCatalogSubscriptionRequest) {
|
|
5999
6142
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6048,7 +6191,7 @@ class ComputeClient {
|
|
|
6048
6191
|
* @param DeleteComputeCapacityReservationRequest
|
|
6049
6192
|
* @return DeleteComputeCapacityReservationResponse
|
|
6050
6193
|
* @throws OciError when an error occurs
|
|
6051
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6194
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteComputeCapacityReservation.ts.html |here} to see how to use DeleteComputeCapacityReservation API.
|
|
6052
6195
|
*/
|
|
6053
6196
|
deleteComputeCapacityReservation(deleteComputeCapacityReservationRequest) {
|
|
6054
6197
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6102,6 +6245,66 @@ class ComputeClient {
|
|
|
6102
6245
|
}
|
|
6103
6246
|
});
|
|
6104
6247
|
}
|
|
6248
|
+
/**
|
|
6249
|
+
* Deletes the specified compute capacity topology.
|
|
6250
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
6251
|
+
* @param DeleteComputeCapacityTopologyRequest
|
|
6252
|
+
* @return DeleteComputeCapacityTopologyResponse
|
|
6253
|
+
* @throws OciError when an error occurs
|
|
6254
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteComputeCapacityTopology.ts.html |here} to see how to use DeleteComputeCapacityTopology API.
|
|
6255
|
+
*/
|
|
6256
|
+
deleteComputeCapacityTopology(deleteComputeCapacityTopologyRequest) {
|
|
6257
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
6258
|
+
if (this.logger)
|
|
6259
|
+
this.logger.debug("Calling operation ComputeClient#deleteComputeCapacityTopology.");
|
|
6260
|
+
const operationName = "deleteComputeCapacityTopology";
|
|
6261
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/iaas/20160918/ComputeCapacityTopology/DeleteComputeCapacityTopology";
|
|
6262
|
+
const pathParams = {
|
|
6263
|
+
"{computeCapacityTopologyId}": deleteComputeCapacityTopologyRequest.computeCapacityTopologyId
|
|
6264
|
+
};
|
|
6265
|
+
const queryParams = {};
|
|
6266
|
+
let headerParams = {
|
|
6267
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
6268
|
+
"if-match": deleteComputeCapacityTopologyRequest.ifMatch,
|
|
6269
|
+
"opc-request-id": deleteComputeCapacityTopologyRequest.opcRequestId
|
|
6270
|
+
};
|
|
6271
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
6272
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteComputeCapacityTopologyRequest.retryConfiguration, specRetryConfiguration);
|
|
6273
|
+
if (this.logger)
|
|
6274
|
+
retrier.logger = this.logger;
|
|
6275
|
+
const request = yield oci_common_2.composeRequest({
|
|
6276
|
+
baseEndpoint: this._endpoint,
|
|
6277
|
+
defaultHeaders: this._defaultHeaders,
|
|
6278
|
+
path: "/computeCapacityTopologies/{computeCapacityTopologyId}",
|
|
6279
|
+
method: "DELETE",
|
|
6280
|
+
pathParams: pathParams,
|
|
6281
|
+
headerParams: headerParams,
|
|
6282
|
+
queryParams: queryParams
|
|
6283
|
+
});
|
|
6284
|
+
try {
|
|
6285
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
6286
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
6287
|
+
responseObject: {},
|
|
6288
|
+
responseHeaders: [
|
|
6289
|
+
{
|
|
6290
|
+
value: response.headers.get("opc-request-id"),
|
|
6291
|
+
key: "opcRequestId",
|
|
6292
|
+
dataType: "string"
|
|
6293
|
+
},
|
|
6294
|
+
{
|
|
6295
|
+
value: response.headers.get("opc-work-request-id"),
|
|
6296
|
+
key: "opcWorkRequestId",
|
|
6297
|
+
dataType: "string"
|
|
6298
|
+
}
|
|
6299
|
+
]
|
|
6300
|
+
});
|
|
6301
|
+
return sdkResponse;
|
|
6302
|
+
}
|
|
6303
|
+
catch (err) {
|
|
6304
|
+
throw err;
|
|
6305
|
+
}
|
|
6306
|
+
});
|
|
6307
|
+
}
|
|
6105
6308
|
/**
|
|
6106
6309
|
* Deletes a compute cluster. A [compute cluster](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/compute-clusters.htm) is a
|
|
6107
6310
|
* remote direct memory access (RDMA) network group.
|
|
@@ -6113,7 +6316,7 @@ class ComputeClient {
|
|
|
6113
6316
|
* @param DeleteComputeClusterRequest
|
|
6114
6317
|
* @return DeleteComputeClusterResponse
|
|
6115
6318
|
* @throws OciError when an error occurs
|
|
6116
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6319
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteComputeCluster.ts.html |here} to see how to use DeleteComputeCluster API.
|
|
6117
6320
|
*/
|
|
6118
6321
|
deleteComputeCluster(deleteComputeClusterRequest) {
|
|
6119
6322
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6169,7 +6372,7 @@ class ComputeClient {
|
|
|
6169
6372
|
* @param DeleteComputeImageCapabilitySchemaRequest
|
|
6170
6373
|
* @return DeleteComputeImageCapabilitySchemaResponse
|
|
6171
6374
|
* @throws OciError when an error occurs
|
|
6172
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6375
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteComputeImageCapabilitySchema.ts.html |here} to see how to use DeleteComputeImageCapabilitySchema API.
|
|
6173
6376
|
*/
|
|
6174
6377
|
deleteComputeImageCapabilitySchema(deleteComputeImageCapabilitySchemaRequest) {
|
|
6175
6378
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6224,7 +6427,7 @@ class ComputeClient {
|
|
|
6224
6427
|
* @param DeleteConsoleHistoryRequest
|
|
6225
6428
|
* @return DeleteConsoleHistoryResponse
|
|
6226
6429
|
* @throws OciError when an error occurs
|
|
6227
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6430
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteConsoleHistory.ts.html |here} to see how to use DeleteConsoleHistory API.
|
|
6228
6431
|
*/
|
|
6229
6432
|
deleteConsoleHistory(deleteConsoleHistoryRequest) {
|
|
6230
6433
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6282,7 +6485,7 @@ class ComputeClient {
|
|
|
6282
6485
|
* @param DeleteDedicatedVmHostRequest
|
|
6283
6486
|
* @return DeleteDedicatedVmHostResponse
|
|
6284
6487
|
* @throws OciError when an error occurs
|
|
6285
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6488
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteDedicatedVmHost.ts.html |here} to see how to use DeleteDedicatedVmHost API.
|
|
6286
6489
|
*/
|
|
6287
6490
|
deleteDedicatedVmHost(deleteDedicatedVmHostRequest) {
|
|
6288
6491
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6341,7 +6544,7 @@ class ComputeClient {
|
|
|
6341
6544
|
* @param DeleteImageRequest
|
|
6342
6545
|
* @return DeleteImageResponse
|
|
6343
6546
|
* @throws OciError when an error occurs
|
|
6344
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6547
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteImage.ts.html |here} to see how to use DeleteImage API.
|
|
6345
6548
|
*/
|
|
6346
6549
|
deleteImage(deleteImageRequest) {
|
|
6347
6550
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6395,7 +6598,7 @@ class ComputeClient {
|
|
|
6395
6598
|
* @param DeleteInstanceConsoleConnectionRequest
|
|
6396
6599
|
* @return DeleteInstanceConsoleConnectionResponse
|
|
6397
6600
|
* @throws OciError when an error occurs
|
|
6398
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6601
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteInstanceConsoleConnection.ts.html |here} to see how to use DeleteInstanceConsoleConnection API.
|
|
6399
6602
|
*/
|
|
6400
6603
|
deleteInstanceConsoleConnection(deleteInstanceConsoleConnectionRequest) {
|
|
6401
6604
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6453,7 +6656,7 @@ class ComputeClient {
|
|
|
6453
6656
|
* @param DetachBootVolumeRequest
|
|
6454
6657
|
* @return DetachBootVolumeResponse
|
|
6455
6658
|
* @throws OciError when an error occurs
|
|
6456
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6659
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DetachBootVolume.ts.html |here} to see how to use DetachBootVolume API.
|
|
6457
6660
|
*/
|
|
6458
6661
|
detachBootVolume(detachBootVolumeRequest) {
|
|
6459
6662
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6517,7 +6720,7 @@ class ComputeClient {
|
|
|
6517
6720
|
* @param DetachVnicRequest
|
|
6518
6721
|
* @return DetachVnicResponse
|
|
6519
6722
|
* @throws OciError when an error occurs
|
|
6520
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6723
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DetachVnic.ts.html |here} to see how to use DetachVnic API.
|
|
6521
6724
|
*/
|
|
6522
6725
|
detachVnic(detachVnicRequest) {
|
|
6523
6726
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6575,7 +6778,7 @@ class ComputeClient {
|
|
|
6575
6778
|
* @param DetachVolumeRequest
|
|
6576
6779
|
* @return DetachVolumeResponse
|
|
6577
6780
|
* @throws OciError when an error occurs
|
|
6578
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6781
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DetachVolume.ts.html |here} to see how to use DetachVolume API.
|
|
6579
6782
|
*/
|
|
6580
6783
|
detachVolume(detachVolumeRequest) {
|
|
6581
6784
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6639,7 +6842,7 @@ class ComputeClient {
|
|
|
6639
6842
|
* @param ExportImageRequest
|
|
6640
6843
|
* @return ExportImageResponse
|
|
6641
6844
|
* @throws OciError when an error occurs
|
|
6642
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6845
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ExportImage.ts.html |here} to see how to use ExportImage API.
|
|
6643
6846
|
*/
|
|
6644
6847
|
exportImage(exportImageRequest) {
|
|
6645
6848
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6709,7 +6912,7 @@ class ComputeClient {
|
|
|
6709
6912
|
* @param GetAppCatalogListingRequest
|
|
6710
6913
|
* @return GetAppCatalogListingResponse
|
|
6711
6914
|
* @throws OciError when an error occurs
|
|
6712
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6915
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetAppCatalogListing.ts.html |here} to see how to use GetAppCatalogListing API.
|
|
6713
6916
|
*/
|
|
6714
6917
|
getAppCatalogListing(getAppCatalogListingRequest) {
|
|
6715
6918
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6771,7 +6974,7 @@ class ComputeClient {
|
|
|
6771
6974
|
* @param GetAppCatalogListingAgreementsRequest
|
|
6772
6975
|
* @return GetAppCatalogListingAgreementsResponse
|
|
6773
6976
|
* @throws OciError when an error occurs
|
|
6774
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6977
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetAppCatalogListingAgreements.ts.html |here} to see how to use GetAppCatalogListingAgreements API.
|
|
6775
6978
|
*/
|
|
6776
6979
|
getAppCatalogListingAgreements(getAppCatalogListingAgreementsRequest) {
|
|
6777
6980
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6834,7 +7037,7 @@ class ComputeClient {
|
|
|
6834
7037
|
* @param GetAppCatalogListingResourceVersionRequest
|
|
6835
7038
|
* @return GetAppCatalogListingResourceVersionResponse
|
|
6836
7039
|
* @throws OciError when an error occurs
|
|
6837
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7040
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetAppCatalogListingResourceVersion.ts.html |here} to see how to use GetAppCatalogListingResourceVersion API.
|
|
6838
7041
|
*/
|
|
6839
7042
|
getAppCatalogListingResourceVersion(getAppCatalogListingResourceVersionRequest) {
|
|
6840
7043
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6897,7 +7100,7 @@ class ComputeClient {
|
|
|
6897
7100
|
* @param GetBootVolumeAttachmentRequest
|
|
6898
7101
|
* @return GetBootVolumeAttachmentResponse
|
|
6899
7102
|
* @throws OciError when an error occurs
|
|
6900
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7103
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetBootVolumeAttachment.ts.html |here} to see how to use GetBootVolumeAttachment API.
|
|
6901
7104
|
*/
|
|
6902
7105
|
getBootVolumeAttachment(getBootVolumeAttachmentRequest) {
|
|
6903
7106
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6959,7 +7162,7 @@ class ComputeClient {
|
|
|
6959
7162
|
* @param GetComputeCapacityReservationRequest
|
|
6960
7163
|
* @return GetComputeCapacityReservationResponse
|
|
6961
7164
|
* @throws OciError when an error occurs
|
|
6962
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7165
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetComputeCapacityReservation.ts.html |here} to see how to use GetComputeCapacityReservation API.
|
|
6963
7166
|
*/
|
|
6964
7167
|
getComputeCapacityReservation(getComputeCapacityReservationRequest) {
|
|
6965
7168
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7016,6 +7219,69 @@ class ComputeClient {
|
|
|
7016
7219
|
}
|
|
7017
7220
|
});
|
|
7018
7221
|
}
|
|
7222
|
+
/**
|
|
7223
|
+
* Gets information about the specified compute capacity topology.
|
|
7224
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
7225
|
+
* @param GetComputeCapacityTopologyRequest
|
|
7226
|
+
* @return GetComputeCapacityTopologyResponse
|
|
7227
|
+
* @throws OciError when an error occurs
|
|
7228
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetComputeCapacityTopology.ts.html |here} to see how to use GetComputeCapacityTopology API.
|
|
7229
|
+
*/
|
|
7230
|
+
getComputeCapacityTopology(getComputeCapacityTopologyRequest) {
|
|
7231
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
7232
|
+
if (this.logger)
|
|
7233
|
+
this.logger.debug("Calling operation ComputeClient#getComputeCapacityTopology.");
|
|
7234
|
+
const operationName = "getComputeCapacityTopology";
|
|
7235
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/iaas/20160918/ComputeCapacityTopology/GetComputeCapacityTopology";
|
|
7236
|
+
const pathParams = {
|
|
7237
|
+
"{computeCapacityTopologyId}": getComputeCapacityTopologyRequest.computeCapacityTopologyId
|
|
7238
|
+
};
|
|
7239
|
+
const queryParams = {};
|
|
7240
|
+
let headerParams = {
|
|
7241
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
7242
|
+
"opc-request-id": getComputeCapacityTopologyRequest.opcRequestId
|
|
7243
|
+
};
|
|
7244
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
7245
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getComputeCapacityTopologyRequest.retryConfiguration, specRetryConfiguration);
|
|
7246
|
+
if (this.logger)
|
|
7247
|
+
retrier.logger = this.logger;
|
|
7248
|
+
const request = yield oci_common_2.composeRequest({
|
|
7249
|
+
baseEndpoint: this._endpoint,
|
|
7250
|
+
defaultHeaders: this._defaultHeaders,
|
|
7251
|
+
path: "/computeCapacityTopologies/{computeCapacityTopologyId}",
|
|
7252
|
+
method: "GET",
|
|
7253
|
+
pathParams: pathParams,
|
|
7254
|
+
headerParams: headerParams,
|
|
7255
|
+
queryParams: queryParams
|
|
7256
|
+
});
|
|
7257
|
+
try {
|
|
7258
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
7259
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
7260
|
+
responseObject: {},
|
|
7261
|
+
body: yield response.json(),
|
|
7262
|
+
bodyKey: "computeCapacityTopology",
|
|
7263
|
+
bodyModel: model.ComputeCapacityTopology,
|
|
7264
|
+
type: "model.ComputeCapacityTopology",
|
|
7265
|
+
responseHeaders: [
|
|
7266
|
+
{
|
|
7267
|
+
value: response.headers.get("etag"),
|
|
7268
|
+
key: "etag",
|
|
7269
|
+
dataType: "string"
|
|
7270
|
+
},
|
|
7271
|
+
{
|
|
7272
|
+
value: response.headers.get("opc-request-id"),
|
|
7273
|
+
key: "opcRequestId",
|
|
7274
|
+
dataType: "string"
|
|
7275
|
+
}
|
|
7276
|
+
]
|
|
7277
|
+
});
|
|
7278
|
+
return sdkResponse;
|
|
7279
|
+
}
|
|
7280
|
+
catch (err) {
|
|
7281
|
+
throw err;
|
|
7282
|
+
}
|
|
7283
|
+
});
|
|
7284
|
+
}
|
|
7019
7285
|
/**
|
|
7020
7286
|
* Gets information about a compute cluster. A [compute cluster](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/compute-clusters.htm)
|
|
7021
7287
|
* is a remote direct memory access (RDMA) network group.
|
|
@@ -7024,7 +7290,7 @@ class ComputeClient {
|
|
|
7024
7290
|
* @param GetComputeClusterRequest
|
|
7025
7291
|
* @return GetComputeClusterResponse
|
|
7026
7292
|
* @throws OciError when an error occurs
|
|
7027
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7293
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetComputeCluster.ts.html |here} to see how to use GetComputeCluster API.
|
|
7028
7294
|
*/
|
|
7029
7295
|
getComputeCluster(getComputeClusterRequest) {
|
|
7030
7296
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7087,7 +7353,7 @@ class ComputeClient {
|
|
|
7087
7353
|
* @param GetComputeGlobalImageCapabilitySchemaRequest
|
|
7088
7354
|
* @return GetComputeGlobalImageCapabilitySchemaResponse
|
|
7089
7355
|
* @throws OciError when an error occurs
|
|
7090
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7356
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetComputeGlobalImageCapabilitySchema.ts.html |here} to see how to use GetComputeGlobalImageCapabilitySchema API.
|
|
7091
7357
|
*/
|
|
7092
7358
|
getComputeGlobalImageCapabilitySchema(getComputeGlobalImageCapabilitySchemaRequest) {
|
|
7093
7359
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7149,7 +7415,7 @@ class ComputeClient {
|
|
|
7149
7415
|
* @param GetComputeGlobalImageCapabilitySchemaVersionRequest
|
|
7150
7416
|
* @return GetComputeGlobalImageCapabilitySchemaVersionResponse
|
|
7151
7417
|
* @throws OciError when an error occurs
|
|
7152
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7418
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetComputeGlobalImageCapabilitySchemaVersion.ts.html |here} to see how to use GetComputeGlobalImageCapabilitySchemaVersion API.
|
|
7153
7419
|
*/
|
|
7154
7420
|
getComputeGlobalImageCapabilitySchemaVersion(getComputeGlobalImageCapabilitySchemaVersionRequest) {
|
|
7155
7421
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7213,7 +7479,7 @@ class ComputeClient {
|
|
|
7213
7479
|
* @param GetComputeImageCapabilitySchemaRequest
|
|
7214
7480
|
* @return GetComputeImageCapabilitySchemaResponse
|
|
7215
7481
|
* @throws OciError when an error occurs
|
|
7216
|
-
* @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.74.0/core/GetComputeImageCapabilitySchema.ts.html |here} to see how to use GetComputeImageCapabilitySchema API.
|
|
7217
7483
|
*/
|
|
7218
7484
|
getComputeImageCapabilitySchema(getComputeImageCapabilitySchemaRequest) {
|
|
7219
7485
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7280,7 +7546,7 @@ class ComputeClient {
|
|
|
7280
7546
|
* @param GetConsoleHistoryRequest
|
|
7281
7547
|
* @return GetConsoleHistoryResponse
|
|
7282
7548
|
* @throws OciError when an error occurs
|
|
7283
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7549
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetConsoleHistory.ts.html |here} to see how to use GetConsoleHistory API.
|
|
7284
7550
|
*/
|
|
7285
7551
|
getConsoleHistory(getConsoleHistoryRequest) {
|
|
7286
7552
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7345,7 +7611,7 @@ class ComputeClient {
|
|
|
7345
7611
|
* @param GetConsoleHistoryContentRequest
|
|
7346
7612
|
* @return GetConsoleHistoryContentResponse
|
|
7347
7613
|
* @throws OciError when an error occurs
|
|
7348
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7614
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetConsoleHistoryContent.ts.html |here} to see how to use GetConsoleHistoryContent API.
|
|
7349
7615
|
*/
|
|
7350
7616
|
getConsoleHistoryContent(getConsoleHistoryContentRequest) {
|
|
7351
7617
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7410,7 +7676,7 @@ class ComputeClient {
|
|
|
7410
7676
|
* @param GetDedicatedVmHostRequest
|
|
7411
7677
|
* @return GetDedicatedVmHostResponse
|
|
7412
7678
|
* @throws OciError when an error occurs
|
|
7413
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7679
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetDedicatedVmHost.ts.html |here} to see how to use GetDedicatedVmHost API.
|
|
7414
7680
|
*/
|
|
7415
7681
|
getDedicatedVmHost(getDedicatedVmHostRequest) {
|
|
7416
7682
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7473,7 +7739,7 @@ class ComputeClient {
|
|
|
7473
7739
|
* @param GetImageRequest
|
|
7474
7740
|
* @return GetImageResponse
|
|
7475
7741
|
* @throws OciError when an error occurs
|
|
7476
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7742
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetImage.ts.html |here} to see how to use GetImage API.
|
|
7477
7743
|
*/
|
|
7478
7744
|
getImage(getImageRequest) {
|
|
7479
7745
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7535,7 +7801,7 @@ class ComputeClient {
|
|
|
7535
7801
|
* @param GetImageShapeCompatibilityEntryRequest
|
|
7536
7802
|
* @return GetImageShapeCompatibilityEntryResponse
|
|
7537
7803
|
* @throws OciError when an error occurs
|
|
7538
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7804
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetImageShapeCompatibilityEntry.ts.html |here} to see how to use GetImageShapeCompatibilityEntry API.
|
|
7539
7805
|
*/
|
|
7540
7806
|
getImageShapeCompatibilityEntry(getImageShapeCompatibilityEntryRequest) {
|
|
7541
7807
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7598,7 +7864,7 @@ class ComputeClient {
|
|
|
7598
7864
|
* @param GetInstanceRequest
|
|
7599
7865
|
* @return GetInstanceResponse
|
|
7600
7866
|
* @throws OciError when an error occurs
|
|
7601
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7867
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetInstance.ts.html |here} to see how to use GetInstance API.
|
|
7602
7868
|
*/
|
|
7603
7869
|
getInstance(getInstanceRequest) {
|
|
7604
7870
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7660,7 +7926,7 @@ class ComputeClient {
|
|
|
7660
7926
|
* @param GetInstanceConsoleConnectionRequest
|
|
7661
7927
|
* @return GetInstanceConsoleConnectionResponse
|
|
7662
7928
|
* @throws OciError when an error occurs
|
|
7663
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7929
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetInstanceConsoleConnection.ts.html |here} to see how to use GetInstanceConsoleConnection API.
|
|
7664
7930
|
*/
|
|
7665
7931
|
getInstanceConsoleConnection(getInstanceConsoleConnectionRequest) {
|
|
7666
7932
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7719,7 +7985,7 @@ class ComputeClient {
|
|
|
7719
7985
|
* @param GetInstanceMaintenanceRebootRequest
|
|
7720
7986
|
* @return GetInstanceMaintenanceRebootResponse
|
|
7721
7987
|
* @throws OciError when an error occurs
|
|
7722
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7988
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetInstanceMaintenanceReboot.ts.html |here} to see how to use GetInstanceMaintenanceReboot API.
|
|
7723
7989
|
*/
|
|
7724
7990
|
getInstanceMaintenanceReboot(getInstanceMaintenanceRebootRequest) {
|
|
7725
7991
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7777,7 +8043,7 @@ class ComputeClient {
|
|
|
7777
8043
|
* @param GetMeasuredBootReportRequest
|
|
7778
8044
|
* @return GetMeasuredBootReportResponse
|
|
7779
8045
|
* @throws OciError when an error occurs
|
|
7780
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8046
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetMeasuredBootReport.ts.html |here} to see how to use GetMeasuredBootReport API.
|
|
7781
8047
|
*/
|
|
7782
8048
|
getMeasuredBootReport(getMeasuredBootReportRequest) {
|
|
7783
8049
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7841,7 +8107,7 @@ class ComputeClient {
|
|
|
7841
8107
|
* @param GetVnicAttachmentRequest
|
|
7842
8108
|
* @return GetVnicAttachmentResponse
|
|
7843
8109
|
* @throws OciError when an error occurs
|
|
7844
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8110
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetVnicAttachment.ts.html |here} to see how to use GetVnicAttachment API.
|
|
7845
8111
|
*/
|
|
7846
8112
|
getVnicAttachment(getVnicAttachmentRequest) {
|
|
7847
8113
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7903,7 +8169,7 @@ class ComputeClient {
|
|
|
7903
8169
|
* @param GetVolumeAttachmentRequest
|
|
7904
8170
|
* @return GetVolumeAttachmentResponse
|
|
7905
8171
|
* @throws OciError when an error occurs
|
|
7906
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8172
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetVolumeAttachment.ts.html |here} to see how to use GetVolumeAttachment API.
|
|
7907
8173
|
*/
|
|
7908
8174
|
getVolumeAttachment(getVolumeAttachmentRequest) {
|
|
7909
8175
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7967,7 +8233,7 @@ class ComputeClient {
|
|
|
7967
8233
|
* @param GetWindowsInstanceInitialCredentialsRequest
|
|
7968
8234
|
* @return GetWindowsInstanceInitialCredentialsResponse
|
|
7969
8235
|
* @throws OciError when an error occurs
|
|
7970
|
-
* @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.74.0/core/GetWindowsInstanceInitialCredentials.ts.html |here} to see how to use GetWindowsInstanceInitialCredentials API.
|
|
7971
8237
|
*/
|
|
7972
8238
|
getWindowsInstanceInitialCredentials(getWindowsInstanceInitialCredentialsRequest) {
|
|
7973
8239
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8065,7 +8331,7 @@ class ComputeClient {
|
|
|
8065
8331
|
* @param InstanceActionRequest
|
|
8066
8332
|
* @return InstanceActionResponse
|
|
8067
8333
|
* @throws OciError when an error occurs
|
|
8068
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8334
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/InstanceAction.ts.html |here} to see how to use InstanceAction API.
|
|
8069
8335
|
*/
|
|
8070
8336
|
instanceAction(instanceActionRequest) {
|
|
8071
8337
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8175,7 +8441,7 @@ class ComputeClient {
|
|
|
8175
8441
|
* @param LaunchInstanceRequest
|
|
8176
8442
|
* @return LaunchInstanceResponse
|
|
8177
8443
|
* @throws OciError when an error occurs
|
|
8178
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8444
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/LaunchInstance.ts.html |here} to see how to use LaunchInstance API.
|
|
8179
8445
|
*/
|
|
8180
8446
|
launchInstance(launchInstanceRequest) {
|
|
8181
8447
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8242,7 +8508,7 @@ class ComputeClient {
|
|
|
8242
8508
|
* @param ListAppCatalogListingResourceVersionsRequest
|
|
8243
8509
|
* @return ListAppCatalogListingResourceVersionsResponse
|
|
8244
8510
|
* @throws OciError when an error occurs
|
|
8245
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8511
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListAppCatalogListingResourceVersions.ts.html |here} to see how to use ListAppCatalogListingResourceVersions API.
|
|
8246
8512
|
*/
|
|
8247
8513
|
listAppCatalogListingResourceVersions(listAppCatalogListingResourceVersionsRequest) {
|
|
8248
8514
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8348,7 +8614,7 @@ class ComputeClient {
|
|
|
8348
8614
|
* @param ListAppCatalogListingsRequest
|
|
8349
8615
|
* @return ListAppCatalogListingsResponse
|
|
8350
8616
|
* @throws OciError when an error occurs
|
|
8351
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8617
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListAppCatalogListings.ts.html |here} to see how to use ListAppCatalogListings API.
|
|
8352
8618
|
*/
|
|
8353
8619
|
listAppCatalogListings(listAppCatalogListingsRequest) {
|
|
8354
8620
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8455,7 +8721,7 @@ class ComputeClient {
|
|
|
8455
8721
|
* @param ListAppCatalogSubscriptionsRequest
|
|
8456
8722
|
* @return ListAppCatalogSubscriptionsResponse
|
|
8457
8723
|
* @throws OciError when an error occurs
|
|
8458
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8724
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListAppCatalogSubscriptions.ts.html |here} to see how to use ListAppCatalogSubscriptions API.
|
|
8459
8725
|
*/
|
|
8460
8726
|
listAppCatalogSubscriptions(listAppCatalogSubscriptionsRequest) {
|
|
8461
8727
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8564,7 +8830,7 @@ class ComputeClient {
|
|
|
8564
8830
|
* @param ListBootVolumeAttachmentsRequest
|
|
8565
8831
|
* @return ListBootVolumeAttachmentsResponse
|
|
8566
8832
|
* @throws OciError when an error occurs
|
|
8567
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8833
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListBootVolumeAttachments.ts.html |here} to see how to use ListBootVolumeAttachments API.
|
|
8568
8834
|
*/
|
|
8569
8835
|
listBootVolumeAttachments(listBootVolumeAttachmentsRequest) {
|
|
8570
8836
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8672,7 +8938,7 @@ class ComputeClient {
|
|
|
8672
8938
|
* @param ListComputeCapacityReservationInstanceShapesRequest
|
|
8673
8939
|
* @return ListComputeCapacityReservationInstanceShapesResponse
|
|
8674
8940
|
* @throws OciError when an error occurs
|
|
8675
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8941
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListComputeCapacityReservationInstanceShapes.ts.html |here} to see how to use ListComputeCapacityReservationInstanceShapes API.
|
|
8676
8942
|
*/
|
|
8677
8943
|
listComputeCapacityReservationInstanceShapes(listComputeCapacityReservationInstanceShapesRequest) {
|
|
8678
8944
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8782,7 +9048,7 @@ class ComputeClient {
|
|
|
8782
9048
|
* @param ListComputeCapacityReservationInstancesRequest
|
|
8783
9049
|
* @return ListComputeCapacityReservationInstancesResponse
|
|
8784
9050
|
* @throws OciError when an error occurs
|
|
8785
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9051
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListComputeCapacityReservationInstances.ts.html |here} to see how to use ListComputeCapacityReservationInstances API.
|
|
8786
9052
|
*/
|
|
8787
9053
|
listComputeCapacityReservationInstances(listComputeCapacityReservationInstancesRequest) {
|
|
8788
9054
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8896,7 +9162,7 @@ class ComputeClient {
|
|
|
8896
9162
|
* @param ListComputeCapacityReservationsRequest
|
|
8897
9163
|
* @return ListComputeCapacityReservationsResponse
|
|
8898
9164
|
* @throws OciError when an error occurs
|
|
8899
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9165
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListComputeCapacityReservations.ts.html |here} to see how to use ListComputeCapacityReservations API.
|
|
8900
9166
|
*/
|
|
8901
9167
|
listComputeCapacityReservations(listComputeCapacityReservationsRequest) {
|
|
8902
9168
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9000,6 +9266,291 @@ class ComputeClient {
|
|
|
9000
9266
|
listComputeCapacityReservationsResponseIterator(request) {
|
|
9001
9267
|
return oci_common_1.paginateResponses(request, req => this.listComputeCapacityReservations(req));
|
|
9002
9268
|
}
|
|
9269
|
+
/**
|
|
9270
|
+
* Lists the compute capacity topologies in the specified compartment. You can filter the list by a compute
|
|
9271
|
+
* capacity topology display name.
|
|
9272
|
+
*
|
|
9273
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
9274
|
+
* @param ListComputeCapacityTopologiesRequest
|
|
9275
|
+
* @return ListComputeCapacityTopologiesResponse
|
|
9276
|
+
* @throws OciError when an error occurs
|
|
9277
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListComputeCapacityTopologies.ts.html |here} to see how to use ListComputeCapacityTopologies API.
|
|
9278
|
+
*/
|
|
9279
|
+
listComputeCapacityTopologies(listComputeCapacityTopologiesRequest) {
|
|
9280
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
9281
|
+
if (this.logger)
|
|
9282
|
+
this.logger.debug("Calling operation ComputeClient#listComputeCapacityTopologies.");
|
|
9283
|
+
const operationName = "listComputeCapacityTopologies";
|
|
9284
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/iaas/20160918/ComputeCapacityTopology/ListComputeCapacityTopologies";
|
|
9285
|
+
const pathParams = {};
|
|
9286
|
+
const queryParams = {
|
|
9287
|
+
"availabilityDomain": listComputeCapacityTopologiesRequest.availabilityDomain,
|
|
9288
|
+
"compartmentId": listComputeCapacityTopologiesRequest.compartmentId,
|
|
9289
|
+
"displayName": listComputeCapacityTopologiesRequest.displayName,
|
|
9290
|
+
"limit": listComputeCapacityTopologiesRequest.limit,
|
|
9291
|
+
"page": listComputeCapacityTopologiesRequest.page,
|
|
9292
|
+
"sortBy": listComputeCapacityTopologiesRequest.sortBy,
|
|
9293
|
+
"sortOrder": listComputeCapacityTopologiesRequest.sortOrder
|
|
9294
|
+
};
|
|
9295
|
+
let headerParams = {
|
|
9296
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
9297
|
+
"opc-request-id": listComputeCapacityTopologiesRequest.opcRequestId
|
|
9298
|
+
};
|
|
9299
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
9300
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listComputeCapacityTopologiesRequest.retryConfiguration, specRetryConfiguration);
|
|
9301
|
+
if (this.logger)
|
|
9302
|
+
retrier.logger = this.logger;
|
|
9303
|
+
const request = yield oci_common_2.composeRequest({
|
|
9304
|
+
baseEndpoint: this._endpoint,
|
|
9305
|
+
defaultHeaders: this._defaultHeaders,
|
|
9306
|
+
path: "/computeCapacityTopologies",
|
|
9307
|
+
method: "GET",
|
|
9308
|
+
pathParams: pathParams,
|
|
9309
|
+
headerParams: headerParams,
|
|
9310
|
+
queryParams: queryParams
|
|
9311
|
+
});
|
|
9312
|
+
try {
|
|
9313
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
9314
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
9315
|
+
responseObject: {},
|
|
9316
|
+
body: yield response.json(),
|
|
9317
|
+
bodyKey: "computeCapacityTopologyCollection",
|
|
9318
|
+
bodyModel: model.ComputeCapacityTopologyCollection,
|
|
9319
|
+
type: "model.ComputeCapacityTopologyCollection",
|
|
9320
|
+
responseHeaders: [
|
|
9321
|
+
{
|
|
9322
|
+
value: response.headers.get("opc-next-page"),
|
|
9323
|
+
key: "opcNextPage",
|
|
9324
|
+
dataType: "string"
|
|
9325
|
+
},
|
|
9326
|
+
{
|
|
9327
|
+
value: response.headers.get("opc-request-id"),
|
|
9328
|
+
key: "opcRequestId",
|
|
9329
|
+
dataType: "string"
|
|
9330
|
+
}
|
|
9331
|
+
]
|
|
9332
|
+
});
|
|
9333
|
+
return sdkResponse;
|
|
9334
|
+
}
|
|
9335
|
+
catch (err) {
|
|
9336
|
+
throw err;
|
|
9337
|
+
}
|
|
9338
|
+
});
|
|
9339
|
+
}
|
|
9340
|
+
/**
|
|
9341
|
+
* Lists compute bare metal hosts in the specified compute capacity topology.
|
|
9342
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
9343
|
+
* @param ListComputeCapacityTopologyComputeBareMetalHostsRequest
|
|
9344
|
+
* @return ListComputeCapacityTopologyComputeBareMetalHostsResponse
|
|
9345
|
+
* @throws OciError when an error occurs
|
|
9346
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListComputeCapacityTopologyComputeBareMetalHosts.ts.html |here} to see how to use ListComputeCapacityTopologyComputeBareMetalHosts API.
|
|
9347
|
+
*/
|
|
9348
|
+
listComputeCapacityTopologyComputeBareMetalHosts(listComputeCapacityTopologyComputeBareMetalHostsRequest) {
|
|
9349
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
9350
|
+
if (this.logger)
|
|
9351
|
+
this.logger.debug("Calling operation ComputeClient#listComputeCapacityTopologyComputeBareMetalHosts.");
|
|
9352
|
+
const operationName = "listComputeCapacityTopologyComputeBareMetalHosts";
|
|
9353
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/iaas/20160918/ComputeBareMetalHost/ListComputeCapacityTopologyComputeBareMetalHosts";
|
|
9354
|
+
const pathParams = {
|
|
9355
|
+
"{computeCapacityTopologyId}": listComputeCapacityTopologyComputeBareMetalHostsRequest.computeCapacityTopologyId
|
|
9356
|
+
};
|
|
9357
|
+
const queryParams = {
|
|
9358
|
+
"availabilityDomain": listComputeCapacityTopologyComputeBareMetalHostsRequest.availabilityDomain,
|
|
9359
|
+
"compartmentId": listComputeCapacityTopologyComputeBareMetalHostsRequest.compartmentId,
|
|
9360
|
+
"computeHpcIslandId": listComputeCapacityTopologyComputeBareMetalHostsRequest.computeHpcIslandId,
|
|
9361
|
+
"computeNetworkBlockId": listComputeCapacityTopologyComputeBareMetalHostsRequest.computeNetworkBlockId,
|
|
9362
|
+
"computeLocalBlockId": listComputeCapacityTopologyComputeBareMetalHostsRequest.computeLocalBlockId,
|
|
9363
|
+
"limit": listComputeCapacityTopologyComputeBareMetalHostsRequest.limit,
|
|
9364
|
+
"page": listComputeCapacityTopologyComputeBareMetalHostsRequest.page,
|
|
9365
|
+
"sortBy": listComputeCapacityTopologyComputeBareMetalHostsRequest.sortBy,
|
|
9366
|
+
"sortOrder": listComputeCapacityTopologyComputeBareMetalHostsRequest.sortOrder
|
|
9367
|
+
};
|
|
9368
|
+
let headerParams = {
|
|
9369
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
9370
|
+
"opc-request-id": listComputeCapacityTopologyComputeBareMetalHostsRequest.opcRequestId
|
|
9371
|
+
};
|
|
9372
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
9373
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listComputeCapacityTopologyComputeBareMetalHostsRequest.retryConfiguration, specRetryConfiguration);
|
|
9374
|
+
if (this.logger)
|
|
9375
|
+
retrier.logger = this.logger;
|
|
9376
|
+
const request = yield oci_common_2.composeRequest({
|
|
9377
|
+
baseEndpoint: this._endpoint,
|
|
9378
|
+
defaultHeaders: this._defaultHeaders,
|
|
9379
|
+
path: "/computeCapacityTopologies/{computeCapacityTopologyId}/computeBareMetalHosts",
|
|
9380
|
+
method: "GET",
|
|
9381
|
+
pathParams: pathParams,
|
|
9382
|
+
headerParams: headerParams,
|
|
9383
|
+
queryParams: queryParams
|
|
9384
|
+
});
|
|
9385
|
+
try {
|
|
9386
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
9387
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
9388
|
+
responseObject: {},
|
|
9389
|
+
body: yield response.json(),
|
|
9390
|
+
bodyKey: "computeBareMetalHostCollection",
|
|
9391
|
+
bodyModel: model.ComputeBareMetalHostCollection,
|
|
9392
|
+
type: "model.ComputeBareMetalHostCollection",
|
|
9393
|
+
responseHeaders: [
|
|
9394
|
+
{
|
|
9395
|
+
value: response.headers.get("opc-next-page"),
|
|
9396
|
+
key: "opcNextPage",
|
|
9397
|
+
dataType: "string"
|
|
9398
|
+
},
|
|
9399
|
+
{
|
|
9400
|
+
value: response.headers.get("opc-request-id"),
|
|
9401
|
+
key: "opcRequestId",
|
|
9402
|
+
dataType: "string"
|
|
9403
|
+
}
|
|
9404
|
+
]
|
|
9405
|
+
});
|
|
9406
|
+
return sdkResponse;
|
|
9407
|
+
}
|
|
9408
|
+
catch (err) {
|
|
9409
|
+
throw err;
|
|
9410
|
+
}
|
|
9411
|
+
});
|
|
9412
|
+
}
|
|
9413
|
+
/**
|
|
9414
|
+
* Lists compute HPC islands in the specified compute capacity topology.
|
|
9415
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
9416
|
+
* @param ListComputeCapacityTopologyComputeHpcIslandsRequest
|
|
9417
|
+
* @return ListComputeCapacityTopologyComputeHpcIslandsResponse
|
|
9418
|
+
* @throws OciError when an error occurs
|
|
9419
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListComputeCapacityTopologyComputeHpcIslands.ts.html |here} to see how to use ListComputeCapacityTopologyComputeHpcIslands API.
|
|
9420
|
+
*/
|
|
9421
|
+
listComputeCapacityTopologyComputeHpcIslands(listComputeCapacityTopologyComputeHpcIslandsRequest) {
|
|
9422
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
9423
|
+
if (this.logger)
|
|
9424
|
+
this.logger.debug("Calling operation ComputeClient#listComputeCapacityTopologyComputeHpcIslands.");
|
|
9425
|
+
const operationName = "listComputeCapacityTopologyComputeHpcIslands";
|
|
9426
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/iaas/20160918/ComputeHpcIsland/ListComputeCapacityTopologyComputeHpcIslands";
|
|
9427
|
+
const pathParams = {
|
|
9428
|
+
"{computeCapacityTopologyId}": listComputeCapacityTopologyComputeHpcIslandsRequest.computeCapacityTopologyId
|
|
9429
|
+
};
|
|
9430
|
+
const queryParams = {
|
|
9431
|
+
"availabilityDomain": listComputeCapacityTopologyComputeHpcIslandsRequest.availabilityDomain,
|
|
9432
|
+
"compartmentId": listComputeCapacityTopologyComputeHpcIslandsRequest.compartmentId,
|
|
9433
|
+
"limit": listComputeCapacityTopologyComputeHpcIslandsRequest.limit,
|
|
9434
|
+
"page": listComputeCapacityTopologyComputeHpcIslandsRequest.page,
|
|
9435
|
+
"sortBy": listComputeCapacityTopologyComputeHpcIslandsRequest.sortBy,
|
|
9436
|
+
"sortOrder": listComputeCapacityTopologyComputeHpcIslandsRequest.sortOrder
|
|
9437
|
+
};
|
|
9438
|
+
let headerParams = {
|
|
9439
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
9440
|
+
"opc-request-id": listComputeCapacityTopologyComputeHpcIslandsRequest.opcRequestId
|
|
9441
|
+
};
|
|
9442
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
9443
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listComputeCapacityTopologyComputeHpcIslandsRequest.retryConfiguration, specRetryConfiguration);
|
|
9444
|
+
if (this.logger)
|
|
9445
|
+
retrier.logger = this.logger;
|
|
9446
|
+
const request = yield oci_common_2.composeRequest({
|
|
9447
|
+
baseEndpoint: this._endpoint,
|
|
9448
|
+
defaultHeaders: this._defaultHeaders,
|
|
9449
|
+
path: "/computeCapacityTopologies/{computeCapacityTopologyId}/computeHpcIslands",
|
|
9450
|
+
method: "GET",
|
|
9451
|
+
pathParams: pathParams,
|
|
9452
|
+
headerParams: headerParams,
|
|
9453
|
+
queryParams: queryParams
|
|
9454
|
+
});
|
|
9455
|
+
try {
|
|
9456
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
9457
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
9458
|
+
responseObject: {},
|
|
9459
|
+
body: yield response.json(),
|
|
9460
|
+
bodyKey: "computeHpcIslandCollection",
|
|
9461
|
+
bodyModel: model.ComputeHpcIslandCollection,
|
|
9462
|
+
type: "model.ComputeHpcIslandCollection",
|
|
9463
|
+
responseHeaders: [
|
|
9464
|
+
{
|
|
9465
|
+
value: response.headers.get("opc-next-page"),
|
|
9466
|
+
key: "opcNextPage",
|
|
9467
|
+
dataType: "string"
|
|
9468
|
+
},
|
|
9469
|
+
{
|
|
9470
|
+
value: response.headers.get("opc-request-id"),
|
|
9471
|
+
key: "opcRequestId",
|
|
9472
|
+
dataType: "string"
|
|
9473
|
+
}
|
|
9474
|
+
]
|
|
9475
|
+
});
|
|
9476
|
+
return sdkResponse;
|
|
9477
|
+
}
|
|
9478
|
+
catch (err) {
|
|
9479
|
+
throw err;
|
|
9480
|
+
}
|
|
9481
|
+
});
|
|
9482
|
+
}
|
|
9483
|
+
/**
|
|
9484
|
+
* Lists compute network blocks in the specified compute capacity topology.
|
|
9485
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
9486
|
+
* @param ListComputeCapacityTopologyComputeNetworkBlocksRequest
|
|
9487
|
+
* @return ListComputeCapacityTopologyComputeNetworkBlocksResponse
|
|
9488
|
+
* @throws OciError when an error occurs
|
|
9489
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListComputeCapacityTopologyComputeNetworkBlocks.ts.html |here} to see how to use ListComputeCapacityTopologyComputeNetworkBlocks API.
|
|
9490
|
+
*/
|
|
9491
|
+
listComputeCapacityTopologyComputeNetworkBlocks(listComputeCapacityTopologyComputeNetworkBlocksRequest) {
|
|
9492
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
9493
|
+
if (this.logger)
|
|
9494
|
+
this.logger.debug("Calling operation ComputeClient#listComputeCapacityTopologyComputeNetworkBlocks.");
|
|
9495
|
+
const operationName = "listComputeCapacityTopologyComputeNetworkBlocks";
|
|
9496
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/iaas/20160918/ComputeNetworkBlock/ListComputeCapacityTopologyComputeNetworkBlocks";
|
|
9497
|
+
const pathParams = {
|
|
9498
|
+
"{computeCapacityTopologyId}": listComputeCapacityTopologyComputeNetworkBlocksRequest.computeCapacityTopologyId
|
|
9499
|
+
};
|
|
9500
|
+
const queryParams = {
|
|
9501
|
+
"availabilityDomain": listComputeCapacityTopologyComputeNetworkBlocksRequest.availabilityDomain,
|
|
9502
|
+
"compartmentId": listComputeCapacityTopologyComputeNetworkBlocksRequest.compartmentId,
|
|
9503
|
+
"computeHpcIslandId": listComputeCapacityTopologyComputeNetworkBlocksRequest.computeHpcIslandId,
|
|
9504
|
+
"limit": listComputeCapacityTopologyComputeNetworkBlocksRequest.limit,
|
|
9505
|
+
"page": listComputeCapacityTopologyComputeNetworkBlocksRequest.page,
|
|
9506
|
+
"sortBy": listComputeCapacityTopologyComputeNetworkBlocksRequest.sortBy,
|
|
9507
|
+
"sortOrder": listComputeCapacityTopologyComputeNetworkBlocksRequest.sortOrder
|
|
9508
|
+
};
|
|
9509
|
+
let headerParams = {
|
|
9510
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
9511
|
+
"opc-request-id": listComputeCapacityTopologyComputeNetworkBlocksRequest.opcRequestId
|
|
9512
|
+
};
|
|
9513
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
9514
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listComputeCapacityTopologyComputeNetworkBlocksRequest.retryConfiguration, specRetryConfiguration);
|
|
9515
|
+
if (this.logger)
|
|
9516
|
+
retrier.logger = this.logger;
|
|
9517
|
+
const request = yield oci_common_2.composeRequest({
|
|
9518
|
+
baseEndpoint: this._endpoint,
|
|
9519
|
+
defaultHeaders: this._defaultHeaders,
|
|
9520
|
+
path: "/computeCapacityTopologies/{computeCapacityTopologyId}/computeNetworkBlocks",
|
|
9521
|
+
method: "GET",
|
|
9522
|
+
pathParams: pathParams,
|
|
9523
|
+
headerParams: headerParams,
|
|
9524
|
+
queryParams: queryParams
|
|
9525
|
+
});
|
|
9526
|
+
try {
|
|
9527
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
9528
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
9529
|
+
responseObject: {},
|
|
9530
|
+
body: yield response.json(),
|
|
9531
|
+
bodyKey: "computeNetworkBlockCollection",
|
|
9532
|
+
bodyModel: model.ComputeNetworkBlockCollection,
|
|
9533
|
+
type: "model.ComputeNetworkBlockCollection",
|
|
9534
|
+
responseHeaders: [
|
|
9535
|
+
{
|
|
9536
|
+
value: response.headers.get("opc-next-page"),
|
|
9537
|
+
key: "opcNextPage",
|
|
9538
|
+
dataType: "string"
|
|
9539
|
+
},
|
|
9540
|
+
{
|
|
9541
|
+
value: response.headers.get("opc-request-id"),
|
|
9542
|
+
key: "opcRequestId",
|
|
9543
|
+
dataType: "string"
|
|
9544
|
+
}
|
|
9545
|
+
]
|
|
9546
|
+
});
|
|
9547
|
+
return sdkResponse;
|
|
9548
|
+
}
|
|
9549
|
+
catch (err) {
|
|
9550
|
+
throw err;
|
|
9551
|
+
}
|
|
9552
|
+
});
|
|
9553
|
+
}
|
|
9003
9554
|
/**
|
|
9004
9555
|
* Lists the compute clusters in the specified compartment.
|
|
9005
9556
|
* A [compute cluster](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/compute-clusters.htm) is a remote direct memory access (RDMA) network group.
|
|
@@ -9008,7 +9559,7 @@ class ComputeClient {
|
|
|
9008
9559
|
* @param ListComputeClustersRequest
|
|
9009
9560
|
* @return ListComputeClustersResponse
|
|
9010
9561
|
* @throws OciError when an error occurs
|
|
9011
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9562
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListComputeClusters.ts.html |here} to see how to use ListComputeClusters API.
|
|
9012
9563
|
*/
|
|
9013
9564
|
listComputeClusters(listComputeClustersRequest) {
|
|
9014
9565
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9078,7 +9629,7 @@ class ComputeClient {
|
|
|
9078
9629
|
* @param ListComputeGlobalImageCapabilitySchemaVersionsRequest
|
|
9079
9630
|
* @return ListComputeGlobalImageCapabilitySchemaVersionsResponse
|
|
9080
9631
|
* @throws OciError when an error occurs
|
|
9081
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9632
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListComputeGlobalImageCapabilitySchemaVersions.ts.html |here} to see how to use ListComputeGlobalImageCapabilitySchemaVersions API.
|
|
9082
9633
|
*/
|
|
9083
9634
|
listComputeGlobalImageCapabilitySchemaVersions(listComputeGlobalImageCapabilitySchemaVersionsRequest) {
|
|
9084
9635
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9187,7 +9738,7 @@ class ComputeClient {
|
|
|
9187
9738
|
* @param ListComputeGlobalImageCapabilitySchemasRequest
|
|
9188
9739
|
* @return ListComputeGlobalImageCapabilitySchemasResponse
|
|
9189
9740
|
* @throws OciError when an error occurs
|
|
9190
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9741
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListComputeGlobalImageCapabilitySchemas.ts.html |here} to see how to use ListComputeGlobalImageCapabilitySchemas API.
|
|
9191
9742
|
*/
|
|
9192
9743
|
listComputeGlobalImageCapabilitySchemas(listComputeGlobalImageCapabilitySchemasRequest) {
|
|
9193
9744
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9295,7 +9846,7 @@ class ComputeClient {
|
|
|
9295
9846
|
* @param ListComputeImageCapabilitySchemasRequest
|
|
9296
9847
|
* @return ListComputeImageCapabilitySchemasResponse
|
|
9297
9848
|
* @throws OciError when an error occurs
|
|
9298
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9849
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListComputeImageCapabilitySchemas.ts.html |here} to see how to use ListComputeImageCapabilitySchemas API.
|
|
9299
9850
|
*/
|
|
9300
9851
|
listComputeImageCapabilitySchemas(listComputeImageCapabilitySchemasRequest) {
|
|
9301
9852
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9404,7 +9955,7 @@ class ComputeClient {
|
|
|
9404
9955
|
* @param ListConsoleHistoriesRequest
|
|
9405
9956
|
* @return ListConsoleHistoriesResponse
|
|
9406
9957
|
* @throws OciError when an error occurs
|
|
9407
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9958
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListConsoleHistories.ts.html |here} to see how to use ListConsoleHistories API.
|
|
9408
9959
|
*/
|
|
9409
9960
|
listConsoleHistories(listConsoleHistoriesRequest) {
|
|
9410
9961
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9515,7 +10066,7 @@ class ComputeClient {
|
|
|
9515
10066
|
* @param ListDedicatedVmHostInstanceShapesRequest
|
|
9516
10067
|
* @return ListDedicatedVmHostInstanceShapesResponse
|
|
9517
10068
|
* @throws OciError when an error occurs
|
|
9518
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10069
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListDedicatedVmHostInstanceShapes.ts.html |here} to see how to use ListDedicatedVmHostInstanceShapes API.
|
|
9519
10070
|
*/
|
|
9520
10071
|
listDedicatedVmHostInstanceShapes(listDedicatedVmHostInstanceShapesRequest) {
|
|
9521
10072
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9623,7 +10174,7 @@ class ComputeClient {
|
|
|
9623
10174
|
* @param ListDedicatedVmHostInstancesRequest
|
|
9624
10175
|
* @return ListDedicatedVmHostInstancesResponse
|
|
9625
10176
|
* @throws OciError when an error occurs
|
|
9626
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10177
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListDedicatedVmHostInstances.ts.html |here} to see how to use ListDedicatedVmHostInstances API.
|
|
9627
10178
|
*/
|
|
9628
10179
|
listDedicatedVmHostInstances(listDedicatedVmHostInstancesRequest) {
|
|
9629
10180
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9734,7 +10285,7 @@ class ComputeClient {
|
|
|
9734
10285
|
* @param ListDedicatedVmHostShapesRequest
|
|
9735
10286
|
* @return ListDedicatedVmHostShapesResponse
|
|
9736
10287
|
* @throws OciError when an error occurs
|
|
9737
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10288
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListDedicatedVmHostShapes.ts.html |here} to see how to use ListDedicatedVmHostShapes API.
|
|
9738
10289
|
*/
|
|
9739
10290
|
listDedicatedVmHostShapes(listDedicatedVmHostShapesRequest) {
|
|
9740
10291
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9845,7 +10396,7 @@ class ComputeClient {
|
|
|
9845
10396
|
* @param ListDedicatedVmHostsRequest
|
|
9846
10397
|
* @return ListDedicatedVmHostsResponse
|
|
9847
10398
|
* @throws OciError when an error occurs
|
|
9848
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10399
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListDedicatedVmHosts.ts.html |here} to see how to use ListDedicatedVmHosts API.
|
|
9849
10400
|
*/
|
|
9850
10401
|
listDedicatedVmHosts(listDedicatedVmHostsRequest) {
|
|
9851
10402
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9958,7 +10509,7 @@ class ComputeClient {
|
|
|
9958
10509
|
* @param ListImageShapeCompatibilityEntriesRequest
|
|
9959
10510
|
* @return ListImageShapeCompatibilityEntriesResponse
|
|
9960
10511
|
* @throws OciError when an error occurs
|
|
9961
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10512
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListImageShapeCompatibilityEntries.ts.html |here} to see how to use ListImageShapeCompatibilityEntries API.
|
|
9962
10513
|
*/
|
|
9963
10514
|
listImageShapeCompatibilityEntries(listImageShapeCompatibilityEntriesRequest) {
|
|
9964
10515
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10075,7 +10626,7 @@ class ComputeClient {
|
|
|
10075
10626
|
* @param ListImagesRequest
|
|
10076
10627
|
* @return ListImagesResponse
|
|
10077
10628
|
* @throws OciError when an error occurs
|
|
10078
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10629
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListImages.ts.html |here} to see how to use ListImages API.
|
|
10079
10630
|
*/
|
|
10080
10631
|
listImages(listImagesRequest) {
|
|
10081
10632
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10189,7 +10740,7 @@ class ComputeClient {
|
|
|
10189
10740
|
* @param ListInstanceConsoleConnectionsRequest
|
|
10190
10741
|
* @return ListInstanceConsoleConnectionsResponse
|
|
10191
10742
|
* @throws OciError when an error occurs
|
|
10192
|
-
* @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.74.0/core/ListInstanceConsoleConnections.ts.html |here} to see how to use ListInstanceConsoleConnections API.
|
|
10193
10744
|
*/
|
|
10194
10745
|
listInstanceConsoleConnections(listInstanceConsoleConnectionsRequest) {
|
|
10195
10746
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10294,7 +10845,7 @@ class ComputeClient {
|
|
|
10294
10845
|
* @param ListInstanceDevicesRequest
|
|
10295
10846
|
* @return ListInstanceDevicesResponse
|
|
10296
10847
|
* @throws OciError when an error occurs
|
|
10297
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10848
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListInstanceDevices.ts.html |here} to see how to use ListInstanceDevices API.
|
|
10298
10849
|
*/
|
|
10299
10850
|
listInstanceDevices(listInstanceDevicesRequest) {
|
|
10300
10851
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10410,7 +10961,7 @@ class ComputeClient {
|
|
|
10410
10961
|
* @param ListInstancesRequest
|
|
10411
10962
|
* @return ListInstancesResponse
|
|
10412
10963
|
* @throws OciError when an error occurs
|
|
10413
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10964
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListInstances.ts.html |here} to see how to use ListInstances API.
|
|
10414
10965
|
*/
|
|
10415
10966
|
listInstances(listInstancesRequest) {
|
|
10416
10967
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10523,7 +11074,7 @@ class ComputeClient {
|
|
|
10523
11074
|
* @param ListShapesRequest
|
|
10524
11075
|
* @return ListShapesResponse
|
|
10525
11076
|
* @throws OciError when an error occurs
|
|
10526
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11077
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListShapes.ts.html |here} to see how to use ListShapes API.
|
|
10527
11078
|
*/
|
|
10528
11079
|
listShapes(listShapesRequest) {
|
|
10529
11080
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10632,7 +11183,7 @@ class ComputeClient {
|
|
|
10632
11183
|
* @param ListVnicAttachmentsRequest
|
|
10633
11184
|
* @return ListVnicAttachmentsResponse
|
|
10634
11185
|
* @throws OciError when an error occurs
|
|
10635
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11186
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListVnicAttachments.ts.html |here} to see how to use ListVnicAttachments API.
|
|
10636
11187
|
*/
|
|
10637
11188
|
listVnicAttachments(listVnicAttachmentsRequest) {
|
|
10638
11189
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10744,7 +11295,7 @@ class ComputeClient {
|
|
|
10744
11295
|
* @param ListVolumeAttachmentsRequest
|
|
10745
11296
|
* @return ListVolumeAttachmentsResponse
|
|
10746
11297
|
* @throws OciError when an error occurs
|
|
10747
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11298
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListVolumeAttachments.ts.html |here} to see how to use ListVolumeAttachments API.
|
|
10748
11299
|
*/
|
|
10749
11300
|
listVolumeAttachments(listVolumeAttachmentsRequest) {
|
|
10750
11301
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10851,7 +11402,7 @@ class ComputeClient {
|
|
|
10851
11402
|
* @param RemoveImageShapeCompatibilityEntryRequest
|
|
10852
11403
|
* @return RemoveImageShapeCompatibilityEntryResponse
|
|
10853
11404
|
* @throws OciError when an error occurs
|
|
10854
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11405
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/RemoveImageShapeCompatibilityEntry.ts.html |here} to see how to use RemoveImageShapeCompatibilityEntry API.
|
|
10855
11406
|
*/
|
|
10856
11407
|
removeImageShapeCompatibilityEntry(removeImageShapeCompatibilityEntryRequest) {
|
|
10857
11408
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10914,7 +11465,7 @@ class ComputeClient {
|
|
|
10914
11465
|
* @param TerminateInstanceRequest
|
|
10915
11466
|
* @return TerminateInstanceResponse
|
|
10916
11467
|
* @throws OciError when an error occurs
|
|
10917
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11468
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/TerminateInstance.ts.html |here} to see how to use TerminateInstance API.
|
|
10918
11469
|
*/
|
|
10919
11470
|
terminateInstance(terminateInstanceRequest) {
|
|
10920
11471
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10973,7 +11524,7 @@ class ComputeClient {
|
|
|
10973
11524
|
* @param UpdateComputeCapacityReservationRequest
|
|
10974
11525
|
* @return UpdateComputeCapacityReservationResponse
|
|
10975
11526
|
* @throws OciError when an error occurs
|
|
10976
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11527
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateComputeCapacityReservation.ts.html |here} to see how to use UpdateComputeCapacityReservation API.
|
|
10977
11528
|
*/
|
|
10978
11529
|
updateComputeCapacityReservation(updateComputeCapacityReservationRequest) {
|
|
10979
11530
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11028,6 +11579,68 @@ class ComputeClient {
|
|
|
11028
11579
|
}
|
|
11029
11580
|
});
|
|
11030
11581
|
}
|
|
11582
|
+
/**
|
|
11583
|
+
* Updates the specified compute capacity topology. Fields that are not provided in the request will not be updated.
|
|
11584
|
+
*
|
|
11585
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
11586
|
+
* @param UpdateComputeCapacityTopologyRequest
|
|
11587
|
+
* @return UpdateComputeCapacityTopologyResponse
|
|
11588
|
+
* @throws OciError when an error occurs
|
|
11589
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateComputeCapacityTopology.ts.html |here} to see how to use UpdateComputeCapacityTopology API.
|
|
11590
|
+
*/
|
|
11591
|
+
updateComputeCapacityTopology(updateComputeCapacityTopologyRequest) {
|
|
11592
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
11593
|
+
if (this.logger)
|
|
11594
|
+
this.logger.debug("Calling operation ComputeClient#updateComputeCapacityTopology.");
|
|
11595
|
+
const operationName = "updateComputeCapacityTopology";
|
|
11596
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/iaas/20160918/ComputeCapacityTopology/UpdateComputeCapacityTopology";
|
|
11597
|
+
const pathParams = {
|
|
11598
|
+
"{computeCapacityTopologyId}": updateComputeCapacityTopologyRequest.computeCapacityTopologyId
|
|
11599
|
+
};
|
|
11600
|
+
const queryParams = {};
|
|
11601
|
+
let headerParams = {
|
|
11602
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
11603
|
+
"if-match": updateComputeCapacityTopologyRequest.ifMatch,
|
|
11604
|
+
"opc-request-id": updateComputeCapacityTopologyRequest.opcRequestId
|
|
11605
|
+
};
|
|
11606
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
11607
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateComputeCapacityTopologyRequest.retryConfiguration, specRetryConfiguration);
|
|
11608
|
+
if (this.logger)
|
|
11609
|
+
retrier.logger = this.logger;
|
|
11610
|
+
const request = yield oci_common_2.composeRequest({
|
|
11611
|
+
baseEndpoint: this._endpoint,
|
|
11612
|
+
defaultHeaders: this._defaultHeaders,
|
|
11613
|
+
path: "/computeCapacityTopologies/{computeCapacityTopologyId}",
|
|
11614
|
+
method: "PUT",
|
|
11615
|
+
bodyContent: common.ObjectSerializer.serialize(updateComputeCapacityTopologyRequest.updateComputeCapacityTopologyDetails, "UpdateComputeCapacityTopologyDetails", model.UpdateComputeCapacityTopologyDetails.getJsonObj),
|
|
11616
|
+
pathParams: pathParams,
|
|
11617
|
+
headerParams: headerParams,
|
|
11618
|
+
queryParams: queryParams
|
|
11619
|
+
});
|
|
11620
|
+
try {
|
|
11621
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
11622
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
11623
|
+
responseObject: {},
|
|
11624
|
+
responseHeaders: [
|
|
11625
|
+
{
|
|
11626
|
+
value: response.headers.get("opc-request-id"),
|
|
11627
|
+
key: "opcRequestId",
|
|
11628
|
+
dataType: "string"
|
|
11629
|
+
},
|
|
11630
|
+
{
|
|
11631
|
+
value: response.headers.get("opc-work-request-id"),
|
|
11632
|
+
key: "opcWorkRequestId",
|
|
11633
|
+
dataType: "string"
|
|
11634
|
+
}
|
|
11635
|
+
]
|
|
11636
|
+
});
|
|
11637
|
+
return sdkResponse;
|
|
11638
|
+
}
|
|
11639
|
+
catch (err) {
|
|
11640
|
+
throw err;
|
|
11641
|
+
}
|
|
11642
|
+
});
|
|
11643
|
+
}
|
|
11031
11644
|
/**
|
|
11032
11645
|
* Updates a compute cluster. A [compute cluster](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/compute-clusters.htm) is a
|
|
11033
11646
|
* remote direct memory access (RDMA) network group.
|
|
@@ -11042,7 +11655,7 @@ class ComputeClient {
|
|
|
11042
11655
|
* @param UpdateComputeClusterRequest
|
|
11043
11656
|
* @return UpdateComputeClusterResponse
|
|
11044
11657
|
* @throws OciError when an error occurs
|
|
11045
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11658
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateComputeCluster.ts.html |here} to see how to use UpdateComputeCluster API.
|
|
11046
11659
|
*/
|
|
11047
11660
|
updateComputeCluster(updateComputeClusterRequest) {
|
|
11048
11661
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11109,7 +11722,7 @@ class ComputeClient {
|
|
|
11109
11722
|
* @param UpdateComputeImageCapabilitySchemaRequest
|
|
11110
11723
|
* @return UpdateComputeImageCapabilitySchemaResponse
|
|
11111
11724
|
* @throws OciError when an error occurs
|
|
11112
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11725
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateComputeImageCapabilitySchema.ts.html |here} to see how to use UpdateComputeImageCapabilitySchema API.
|
|
11113
11726
|
*/
|
|
11114
11727
|
updateComputeImageCapabilitySchema(updateComputeImageCapabilitySchemaRequest) {
|
|
11115
11728
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11173,7 +11786,7 @@ class ComputeClient {
|
|
|
11173
11786
|
* @param UpdateConsoleHistoryRequest
|
|
11174
11787
|
* @return UpdateConsoleHistoryResponse
|
|
11175
11788
|
* @throws OciError when an error occurs
|
|
11176
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11789
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateConsoleHistory.ts.html |here} to see how to use UpdateConsoleHistory API.
|
|
11177
11790
|
*/
|
|
11178
11791
|
updateConsoleHistory(updateConsoleHistoryRequest) {
|
|
11179
11792
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11239,7 +11852,7 @@ class ComputeClient {
|
|
|
11239
11852
|
* @param UpdateDedicatedVmHostRequest
|
|
11240
11853
|
* @return UpdateDedicatedVmHostResponse
|
|
11241
11854
|
* @throws OciError when an error occurs
|
|
11242
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11855
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateDedicatedVmHost.ts.html |here} to see how to use UpdateDedicatedVmHost API.
|
|
11243
11856
|
*/
|
|
11244
11857
|
updateDedicatedVmHost(updateDedicatedVmHostRequest) {
|
|
11245
11858
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11306,7 +11919,7 @@ class ComputeClient {
|
|
|
11306
11919
|
* @param UpdateImageRequest
|
|
11307
11920
|
* @return UpdateImageResponse
|
|
11308
11921
|
* @throws OciError when an error occurs
|
|
11309
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11922
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateImage.ts.html |here} to see how to use UpdateImage API.
|
|
11310
11923
|
*/
|
|
11311
11924
|
updateImage(updateImageRequest) {
|
|
11312
11925
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11378,7 +11991,7 @@ class ComputeClient {
|
|
|
11378
11991
|
* @param UpdateInstanceRequest
|
|
11379
11992
|
* @return UpdateInstanceResponse
|
|
11380
11993
|
* @throws OciError when an error occurs
|
|
11381
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11994
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateInstance.ts.html |here} to see how to use UpdateInstance API.
|
|
11382
11995
|
*/
|
|
11383
11996
|
updateInstance(updateInstanceRequest) {
|
|
11384
11997
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11448,7 +12061,7 @@ class ComputeClient {
|
|
|
11448
12061
|
* @param UpdateInstanceConsoleConnectionRequest
|
|
11449
12062
|
* @return UpdateInstanceConsoleConnectionResponse
|
|
11450
12063
|
* @throws OciError when an error occurs
|
|
11451
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12064
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateInstanceConsoleConnection.ts.html |here} to see how to use UpdateInstanceConsoleConnection API.
|
|
11452
12065
|
*/
|
|
11453
12066
|
updateInstanceConsoleConnection(updateInstanceConsoleConnectionRequest) {
|
|
11454
12067
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11513,7 +12126,7 @@ class ComputeClient {
|
|
|
11513
12126
|
* @param UpdateVolumeAttachmentRequest
|
|
11514
12127
|
* @return UpdateVolumeAttachmentResponse
|
|
11515
12128
|
* @throws OciError when an error occurs
|
|
11516
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12129
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateVolumeAttachment.ts.html |here} to see how to use UpdateVolumeAttachment API.
|
|
11517
12130
|
*/
|
|
11518
12131
|
updateVolumeAttachment(updateVolumeAttachmentRequest) {
|
|
11519
12132
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11715,7 +12328,7 @@ class ComputeManagementClient {
|
|
|
11715
12328
|
* @param AttachInstancePoolInstanceRequest
|
|
11716
12329
|
* @return AttachInstancePoolInstanceResponse
|
|
11717
12330
|
* @throws OciError when an error occurs
|
|
11718
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12331
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/AttachInstancePoolInstance.ts.html |here} to see how to use AttachInstancePoolInstance API.
|
|
11719
12332
|
*/
|
|
11720
12333
|
attachInstancePoolInstance(attachInstancePoolInstanceRequest) {
|
|
11721
12334
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11790,7 +12403,7 @@ class ComputeManagementClient {
|
|
|
11790
12403
|
* @param AttachLoadBalancerRequest
|
|
11791
12404
|
* @return AttachLoadBalancerResponse
|
|
11792
12405
|
* @throws OciError when an error occurs
|
|
11793
|
-
* @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.74.0/core/AttachLoadBalancer.ts.html |here} to see how to use AttachLoadBalancer API.
|
|
11794
12407
|
*/
|
|
11795
12408
|
attachLoadBalancer(attachLoadBalancerRequest) {
|
|
11796
12409
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11862,7 +12475,7 @@ class ComputeManagementClient {
|
|
|
11862
12475
|
* @param ChangeClusterNetworkCompartmentRequest
|
|
11863
12476
|
* @return ChangeClusterNetworkCompartmentResponse
|
|
11864
12477
|
* @throws OciError when an error occurs
|
|
11865
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12478
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ChangeClusterNetworkCompartment.ts.html |here} to see how to use ChangeClusterNetworkCompartment API.
|
|
11866
12479
|
*/
|
|
11867
12480
|
changeClusterNetworkCompartment(changeClusterNetworkCompartmentRequest) {
|
|
11868
12481
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11937,7 +12550,7 @@ class ComputeManagementClient {
|
|
|
11937
12550
|
* @param ChangeInstanceConfigurationCompartmentRequest
|
|
11938
12551
|
* @return ChangeInstanceConfigurationCompartmentResponse
|
|
11939
12552
|
* @throws OciError when an error occurs
|
|
11940
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12553
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ChangeInstanceConfigurationCompartment.ts.html |here} to see how to use ChangeInstanceConfigurationCompartment API.
|
|
11941
12554
|
*/
|
|
11942
12555
|
changeInstanceConfigurationCompartment(changeInstanceConfigurationCompartmentRequest) {
|
|
11943
12556
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12005,7 +12618,7 @@ class ComputeManagementClient {
|
|
|
12005
12618
|
* @param ChangeInstancePoolCompartmentRequest
|
|
12006
12619
|
* @return ChangeInstancePoolCompartmentResponse
|
|
12007
12620
|
* @throws OciError when an error occurs
|
|
12008
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12621
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ChangeInstancePoolCompartment.ts.html |here} to see how to use ChangeInstancePoolCompartment API.
|
|
12009
12622
|
*/
|
|
12010
12623
|
changeInstancePoolCompartment(changeInstancePoolCompartmentRequest) {
|
|
12011
12624
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12082,7 +12695,7 @@ class ComputeManagementClient {
|
|
|
12082
12695
|
* @param CreateClusterNetworkRequest
|
|
12083
12696
|
* @return CreateClusterNetworkResponse
|
|
12084
12697
|
* @throws OciError when an error occurs
|
|
12085
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12698
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateClusterNetwork.ts.html |here} to see how to use CreateClusterNetwork API.
|
|
12086
12699
|
*/
|
|
12087
12700
|
createClusterNetwork(createClusterNetworkRequest) {
|
|
12088
12701
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12151,7 +12764,7 @@ class ComputeManagementClient {
|
|
|
12151
12764
|
* @param CreateInstanceConfigurationRequest
|
|
12152
12765
|
* @return CreateInstanceConfigurationResponse
|
|
12153
12766
|
* @throws OciError when an error occurs
|
|
12154
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12767
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateInstanceConfiguration.ts.html |here} to see how to use CreateInstanceConfiguration API.
|
|
12155
12768
|
*/
|
|
12156
12769
|
createInstanceConfiguration(createInstanceConfigurationRequest) {
|
|
12157
12770
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12218,7 +12831,7 @@ class ComputeManagementClient {
|
|
|
12218
12831
|
* @param CreateInstancePoolRequest
|
|
12219
12832
|
* @return CreateInstancePoolResponse
|
|
12220
12833
|
* @throws OciError when an error occurs
|
|
12221
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12834
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateInstancePool.ts.html |here} to see how to use CreateInstancePool API.
|
|
12222
12835
|
*/
|
|
12223
12836
|
createInstancePool(createInstancePoolRequest) {
|
|
12224
12837
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12280,7 +12893,7 @@ class ComputeManagementClient {
|
|
|
12280
12893
|
* @param DeleteInstanceConfigurationRequest
|
|
12281
12894
|
* @return DeleteInstanceConfigurationResponse
|
|
12282
12895
|
* @throws OciError when an error occurs
|
|
12283
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12896
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteInstanceConfiguration.ts.html |here} to see how to use DeleteInstanceConfiguration API.
|
|
12284
12897
|
*/
|
|
12285
12898
|
deleteInstanceConfiguration(deleteInstanceConfigurationRequest) {
|
|
12286
12899
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12335,7 +12948,7 @@ class ComputeManagementClient {
|
|
|
12335
12948
|
* @param DetachInstancePoolInstanceRequest
|
|
12336
12949
|
* @return DetachInstancePoolInstanceResponse
|
|
12337
12950
|
* @throws OciError when an error occurs
|
|
12338
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12951
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DetachInstancePoolInstance.ts.html |here} to see how to use DetachInstancePoolInstance API.
|
|
12339
12952
|
*/
|
|
12340
12953
|
detachInstancePoolInstance(detachInstancePoolInstanceRequest) {
|
|
12341
12954
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12396,7 +13009,7 @@ class ComputeManagementClient {
|
|
|
12396
13009
|
* @param DetachLoadBalancerRequest
|
|
12397
13010
|
* @return DetachLoadBalancerResponse
|
|
12398
13011
|
* @throws OciError when an error occurs
|
|
12399
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13012
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DetachLoadBalancer.ts.html |here} to see how to use DetachLoadBalancer API.
|
|
12400
13013
|
*/
|
|
12401
13014
|
detachLoadBalancer(detachLoadBalancerRequest) {
|
|
12402
13015
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12462,7 +13075,7 @@ class ComputeManagementClient {
|
|
|
12462
13075
|
* @param GetClusterNetworkRequest
|
|
12463
13076
|
* @return GetClusterNetworkResponse
|
|
12464
13077
|
* @throws OciError when an error occurs
|
|
12465
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13078
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetClusterNetwork.ts.html |here} to see how to use GetClusterNetwork API.
|
|
12466
13079
|
*/
|
|
12467
13080
|
getClusterNetwork(getClusterNetworkRequest) {
|
|
12468
13081
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12524,7 +13137,7 @@ class ComputeManagementClient {
|
|
|
12524
13137
|
* @param GetInstanceConfigurationRequest
|
|
12525
13138
|
* @return GetInstanceConfigurationResponse
|
|
12526
13139
|
* @throws OciError when an error occurs
|
|
12527
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13140
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetInstanceConfiguration.ts.html |here} to see how to use GetInstanceConfiguration API.
|
|
12528
13141
|
*/
|
|
12529
13142
|
getInstanceConfiguration(getInstanceConfigurationRequest) {
|
|
12530
13143
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12586,7 +13199,7 @@ class ComputeManagementClient {
|
|
|
12586
13199
|
* @param GetInstancePoolRequest
|
|
12587
13200
|
* @return GetInstancePoolResponse
|
|
12588
13201
|
* @throws OciError when an error occurs
|
|
12589
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13202
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetInstancePool.ts.html |here} to see how to use GetInstancePool API.
|
|
12590
13203
|
*/
|
|
12591
13204
|
getInstancePool(getInstancePoolRequest) {
|
|
12592
13205
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12648,7 +13261,7 @@ class ComputeManagementClient {
|
|
|
12648
13261
|
* @param GetInstancePoolInstanceRequest
|
|
12649
13262
|
* @return GetInstancePoolInstanceResponse
|
|
12650
13263
|
* @throws OciError when an error occurs
|
|
12651
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13264
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetInstancePoolInstance.ts.html |here} to see how to use GetInstancePoolInstance API.
|
|
12652
13265
|
*/
|
|
12653
13266
|
getInstancePoolInstance(getInstancePoolInstanceRequest) {
|
|
12654
13267
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12712,7 +13325,7 @@ class ComputeManagementClient {
|
|
|
12712
13325
|
* @param GetInstancePoolLoadBalancerAttachmentRequest
|
|
12713
13326
|
* @return GetInstancePoolLoadBalancerAttachmentResponse
|
|
12714
13327
|
* @throws OciError when an error occurs
|
|
12715
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13328
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetInstancePoolLoadBalancerAttachment.ts.html |here} to see how to use GetInstancePoolLoadBalancerAttachment API.
|
|
12716
13329
|
*/
|
|
12717
13330
|
getInstancePoolLoadBalancerAttachment(getInstancePoolLoadBalancerAttachmentRequest) {
|
|
12718
13331
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12781,7 +13394,7 @@ class ComputeManagementClient {
|
|
|
12781
13394
|
* @param LaunchInstanceConfigurationRequest
|
|
12782
13395
|
* @return LaunchInstanceConfigurationResponse
|
|
12783
13396
|
* @throws OciError when an error occurs
|
|
12784
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13397
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/LaunchInstanceConfiguration.ts.html |here} to see how to use LaunchInstanceConfiguration API.
|
|
12785
13398
|
*/
|
|
12786
13399
|
launchInstanceConfiguration(launchInstanceConfigurationRequest) {
|
|
12787
13400
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12851,7 +13464,7 @@ class ComputeManagementClient {
|
|
|
12851
13464
|
* @param ListClusterNetworkInstancesRequest
|
|
12852
13465
|
* @return ListClusterNetworkInstancesResponse
|
|
12853
13466
|
* @throws OciError when an error occurs
|
|
12854
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13467
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListClusterNetworkInstances.ts.html |here} to see how to use ListClusterNetworkInstances API.
|
|
12855
13468
|
*/
|
|
12856
13469
|
listClusterNetworkInstances(listClusterNetworkInstancesRequest) {
|
|
12857
13470
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12962,7 +13575,7 @@ class ComputeManagementClient {
|
|
|
12962
13575
|
* @param ListClusterNetworksRequest
|
|
12963
13576
|
* @return ListClusterNetworksResponse
|
|
12964
13577
|
* @throws OciError when an error occurs
|
|
12965
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13578
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListClusterNetworks.ts.html |here} to see how to use ListClusterNetworks API.
|
|
12966
13579
|
*/
|
|
12967
13580
|
listClusterNetworks(listClusterNetworksRequest) {
|
|
12968
13581
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13071,7 +13684,7 @@ class ComputeManagementClient {
|
|
|
13071
13684
|
* @param ListInstanceConfigurationsRequest
|
|
13072
13685
|
* @return ListInstanceConfigurationsResponse
|
|
13073
13686
|
* @throws OciError when an error occurs
|
|
13074
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13687
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListInstanceConfigurations.ts.html |here} to see how to use ListInstanceConfigurations API.
|
|
13075
13688
|
*/
|
|
13076
13689
|
listInstanceConfigurations(listInstanceConfigurationsRequest) {
|
|
13077
13690
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13177,7 +13790,7 @@ class ComputeManagementClient {
|
|
|
13177
13790
|
* @param ListInstancePoolInstancesRequest
|
|
13178
13791
|
* @return ListInstancePoolInstancesResponse
|
|
13179
13792
|
* @throws OciError when an error occurs
|
|
13180
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13793
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListInstancePoolInstances.ts.html |here} to see how to use ListInstancePoolInstances API.
|
|
13181
13794
|
*/
|
|
13182
13795
|
listInstancePoolInstances(listInstancePoolInstancesRequest) {
|
|
13183
13796
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13286,7 +13899,7 @@ class ComputeManagementClient {
|
|
|
13286
13899
|
* @param ListInstancePoolsRequest
|
|
13287
13900
|
* @return ListInstancePoolsResponse
|
|
13288
13901
|
* @throws OciError when an error occurs
|
|
13289
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13902
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListInstancePools.ts.html |here} to see how to use ListInstancePools API.
|
|
13290
13903
|
*/
|
|
13291
13904
|
listInstancePools(listInstancePoolsRequest) {
|
|
13292
13905
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13396,7 +14009,7 @@ class ComputeManagementClient {
|
|
|
13396
14009
|
* @param ResetInstancePoolRequest
|
|
13397
14010
|
* @return ResetInstancePoolResponse
|
|
13398
14011
|
* @throws OciError when an error occurs
|
|
13399
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14012
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ResetInstancePool.ts.html |here} to see how to use ResetInstancePool API.
|
|
13400
14013
|
*/
|
|
13401
14014
|
resetInstancePool(resetInstancePoolRequest) {
|
|
13402
14015
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13465,7 +14078,7 @@ class ComputeManagementClient {
|
|
|
13465
14078
|
* @param SoftresetInstancePoolRequest
|
|
13466
14079
|
* @return SoftresetInstancePoolResponse
|
|
13467
14080
|
* @throws OciError when an error occurs
|
|
13468
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14081
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/SoftresetInstancePool.ts.html |here} to see how to use SoftresetInstancePool API.
|
|
13469
14082
|
*/
|
|
13470
14083
|
softresetInstancePool(softresetInstancePoolRequest) {
|
|
13471
14084
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13534,7 +14147,7 @@ class ComputeManagementClient {
|
|
|
13534
14147
|
* @param SoftstopInstancePoolRequest
|
|
13535
14148
|
* @return SoftstopInstancePoolResponse
|
|
13536
14149
|
* @throws OciError when an error occurs
|
|
13537
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14150
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/SoftstopInstancePool.ts.html |here} to see how to use SoftstopInstancePool API.
|
|
13538
14151
|
*/
|
|
13539
14152
|
softstopInstancePool(softstopInstancePoolRequest) {
|
|
13540
14153
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13600,7 +14213,7 @@ class ComputeManagementClient {
|
|
|
13600
14213
|
* @param StartInstancePoolRequest
|
|
13601
14214
|
* @return StartInstancePoolResponse
|
|
13602
14215
|
* @throws OciError when an error occurs
|
|
13603
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14216
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/StartInstancePool.ts.html |here} to see how to use StartInstancePool API.
|
|
13604
14217
|
*/
|
|
13605
14218
|
startInstancePool(startInstancePoolRequest) {
|
|
13606
14219
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13666,7 +14279,7 @@ class ComputeManagementClient {
|
|
|
13666
14279
|
* @param StopInstancePoolRequest
|
|
13667
14280
|
* @return StopInstancePoolResponse
|
|
13668
14281
|
* @throws OciError when an error occurs
|
|
13669
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14282
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/StopInstancePool.ts.html |here} to see how to use StopInstancePool API.
|
|
13670
14283
|
*/
|
|
13671
14284
|
stopInstancePool(stopInstancePoolRequest) {
|
|
13672
14285
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13734,7 +14347,7 @@ class ComputeManagementClient {
|
|
|
13734
14347
|
* @param TerminateClusterNetworkRequest
|
|
13735
14348
|
* @return TerminateClusterNetworkResponse
|
|
13736
14349
|
* @throws OciError when an error occurs
|
|
13737
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14350
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/TerminateClusterNetwork.ts.html |here} to see how to use TerminateClusterNetwork API.
|
|
13738
14351
|
*/
|
|
13739
14352
|
terminateClusterNetwork(terminateClusterNetworkRequest) {
|
|
13740
14353
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13801,7 +14414,7 @@ class ComputeManagementClient {
|
|
|
13801
14414
|
* @param TerminateInstancePoolRequest
|
|
13802
14415
|
* @return TerminateInstancePoolResponse
|
|
13803
14416
|
* @throws OciError when an error occurs
|
|
13804
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14417
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/TerminateInstancePool.ts.html |here} to see how to use TerminateInstancePool API.
|
|
13805
14418
|
*/
|
|
13806
14419
|
terminateInstancePool(terminateInstancePoolRequest) {
|
|
13807
14420
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13857,7 +14470,7 @@ class ComputeManagementClient {
|
|
|
13857
14470
|
* @param UpdateClusterNetworkRequest
|
|
13858
14471
|
* @return UpdateClusterNetworkResponse
|
|
13859
14472
|
* @throws OciError when an error occurs
|
|
13860
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14473
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateClusterNetwork.ts.html |here} to see how to use UpdateClusterNetwork API.
|
|
13861
14474
|
*/
|
|
13862
14475
|
updateClusterNetwork(updateClusterNetworkRequest) {
|
|
13863
14476
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13922,7 +14535,7 @@ class ComputeManagementClient {
|
|
|
13922
14535
|
* @param UpdateInstanceConfigurationRequest
|
|
13923
14536
|
* @return UpdateInstanceConfigurationResponse
|
|
13924
14537
|
* @throws OciError when an error occurs
|
|
13925
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14538
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateInstanceConfiguration.ts.html |here} to see how to use UpdateInstanceConfiguration API.
|
|
13926
14539
|
*/
|
|
13927
14540
|
updateInstanceConfiguration(updateInstanceConfigurationRequest) {
|
|
13928
14541
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13990,7 +14603,7 @@ class ComputeManagementClient {
|
|
|
13990
14603
|
* @param UpdateInstancePoolRequest
|
|
13991
14604
|
* @return UpdateInstancePoolResponse
|
|
13992
14605
|
* @throws OciError when an error occurs
|
|
13993
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14606
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateInstancePool.ts.html |here} to see how to use UpdateInstancePool API.
|
|
13994
14607
|
*/
|
|
13995
14608
|
updateInstancePool(updateInstancePoolRequest) {
|
|
13996
14609
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14190,7 +14803,7 @@ class VirtualNetworkClient {
|
|
|
14190
14803
|
* @param AddDrgRouteDistributionStatementsRequest
|
|
14191
14804
|
* @return AddDrgRouteDistributionStatementsResponse
|
|
14192
14805
|
* @throws OciError when an error occurs
|
|
14193
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14806
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/AddDrgRouteDistributionStatements.ts.html |here} to see how to use AddDrgRouteDistributionStatements API.
|
|
14194
14807
|
*/
|
|
14195
14808
|
addDrgRouteDistributionStatements(addDrgRouteDistributionStatementsRequest) {
|
|
14196
14809
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14249,7 +14862,7 @@ class VirtualNetworkClient {
|
|
|
14249
14862
|
* @param AddDrgRouteRulesRequest
|
|
14250
14863
|
* @return AddDrgRouteRulesResponse
|
|
14251
14864
|
* @throws OciError when an error occurs
|
|
14252
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14865
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/AddDrgRouteRules.ts.html |here} to see how to use AddDrgRouteRules API.
|
|
14253
14866
|
*/
|
|
14254
14867
|
addDrgRouteRules(addDrgRouteRulesRequest) {
|
|
14255
14868
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14309,7 +14922,7 @@ class VirtualNetworkClient {
|
|
|
14309
14922
|
* @param AddIpv6SubnetCidrRequest
|
|
14310
14923
|
* @return AddIpv6SubnetCidrResponse
|
|
14311
14924
|
* @throws OciError when an error occurs
|
|
14312
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14925
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/AddIpv6SubnetCidr.ts.html |here} to see how to use AddIpv6SubnetCidr API.
|
|
14313
14926
|
*/
|
|
14314
14927
|
addIpv6SubnetCidr(addIpv6SubnetCidrRequest) {
|
|
14315
14928
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14378,7 +14991,7 @@ class VirtualNetworkClient {
|
|
|
14378
14991
|
* @param AddIpv6VcnCidrRequest
|
|
14379
14992
|
* @return AddIpv6VcnCidrResponse
|
|
14380
14993
|
* @throws OciError when an error occurs
|
|
14381
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14994
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/AddIpv6VcnCidr.ts.html |here} to see how to use AddIpv6VcnCidr API.
|
|
14382
14995
|
*/
|
|
14383
14996
|
addIpv6VcnCidr(addIpv6VcnCidrRequest) {
|
|
14384
14997
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14441,7 +15054,7 @@ class VirtualNetworkClient {
|
|
|
14441
15054
|
* @param AddNetworkSecurityGroupSecurityRulesRequest
|
|
14442
15055
|
* @return AddNetworkSecurityGroupSecurityRulesResponse
|
|
14443
15056
|
* @throws OciError when an error occurs
|
|
14444
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15057
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/AddNetworkSecurityGroupSecurityRules.ts.html |here} to see how to use AddNetworkSecurityGroupSecurityRules API.
|
|
14445
15058
|
*/
|
|
14446
15059
|
addNetworkSecurityGroupSecurityRules(addNetworkSecurityGroupSecurityRulesRequest) {
|
|
14447
15060
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14502,7 +15115,7 @@ class VirtualNetworkClient {
|
|
|
14502
15115
|
* @param AddPublicIpPoolCapacityRequest
|
|
14503
15116
|
* @return AddPublicIpPoolCapacityResponse
|
|
14504
15117
|
* @throws OciError when an error occurs
|
|
14505
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15118
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/AddPublicIpPoolCapacity.ts.html |here} to see how to use AddPublicIpPoolCapacity API.
|
|
14506
15119
|
*/
|
|
14507
15120
|
addPublicIpPoolCapacity(addPublicIpPoolCapacityRequest) {
|
|
14508
15121
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14574,7 +15187,7 @@ class VirtualNetworkClient {
|
|
|
14574
15187
|
* @param AddVcnCidrRequest
|
|
14575
15188
|
* @return AddVcnCidrResponse
|
|
14576
15189
|
* @throws OciError when an error occurs
|
|
14577
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15190
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/AddVcnCidr.ts.html |here} to see how to use AddVcnCidr API.
|
|
14578
15191
|
*/
|
|
14579
15192
|
addVcnCidr(addVcnCidrRequest) {
|
|
14580
15193
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14638,7 +15251,7 @@ class VirtualNetworkClient {
|
|
|
14638
15251
|
* @param AdvertiseByoipRangeRequest
|
|
14639
15252
|
* @return AdvertiseByoipRangeResponse
|
|
14640
15253
|
* @throws OciError when an error occurs
|
|
14641
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15254
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/AdvertiseByoipRange.ts.html |here} to see how to use AdvertiseByoipRange API.
|
|
14642
15255
|
*/
|
|
14643
15256
|
advertiseByoipRange(advertiseByoipRangeRequest) {
|
|
14644
15257
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14702,7 +15315,7 @@ class VirtualNetworkClient {
|
|
|
14702
15315
|
* @param AttachServiceIdRequest
|
|
14703
15316
|
* @return AttachServiceIdResponse
|
|
14704
15317
|
* @throws OciError when an error occurs
|
|
14705
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15318
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/AttachServiceId.ts.html |here} to see how to use AttachServiceId API.
|
|
14706
15319
|
*/
|
|
14707
15320
|
attachServiceId(attachServiceIdRequest) {
|
|
14708
15321
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14765,7 +15378,7 @@ class VirtualNetworkClient {
|
|
|
14765
15378
|
* @param BulkAddVirtualCircuitPublicPrefixesRequest
|
|
14766
15379
|
* @return BulkAddVirtualCircuitPublicPrefixesResponse
|
|
14767
15380
|
* @throws OciError when an error occurs
|
|
14768
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15381
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/BulkAddVirtualCircuitPublicPrefixes.ts.html |here} to see how to use BulkAddVirtualCircuitPublicPrefixes API.
|
|
14769
15382
|
*/
|
|
14770
15383
|
bulkAddVirtualCircuitPublicPrefixes(bulkAddVirtualCircuitPublicPrefixesRequest) {
|
|
14771
15384
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14817,7 +15430,7 @@ class VirtualNetworkClient {
|
|
|
14817
15430
|
* @param BulkDeleteVirtualCircuitPublicPrefixesRequest
|
|
14818
15431
|
* @return BulkDeleteVirtualCircuitPublicPrefixesResponse
|
|
14819
15432
|
* @throws OciError when an error occurs
|
|
14820
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15433
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/BulkDeleteVirtualCircuitPublicPrefixes.ts.html |here} to see how to use BulkDeleteVirtualCircuitPublicPrefixes API.
|
|
14821
15434
|
*/
|
|
14822
15435
|
bulkDeleteVirtualCircuitPublicPrefixes(bulkDeleteVirtualCircuitPublicPrefixesRequest) {
|
|
14823
15436
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14868,7 +15481,7 @@ class VirtualNetworkClient {
|
|
|
14868
15481
|
* @param ChangeByoipRangeCompartmentRequest
|
|
14869
15482
|
* @return ChangeByoipRangeCompartmentResponse
|
|
14870
15483
|
* @throws OciError when an error occurs
|
|
14871
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15484
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ChangeByoipRangeCompartment.ts.html |here} to see how to use ChangeByoipRangeCompartment API.
|
|
14872
15485
|
*/
|
|
14873
15486
|
changeByoipRangeCompartment(changeByoipRangeCompartmentRequest) {
|
|
14874
15487
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14927,7 +15540,7 @@ class VirtualNetworkClient {
|
|
|
14927
15540
|
* @param ChangeCaptureFilterCompartmentRequest
|
|
14928
15541
|
* @return ChangeCaptureFilterCompartmentResponse
|
|
14929
15542
|
* @throws OciError when an error occurs
|
|
14930
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15543
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ChangeCaptureFilterCompartment.ts.html |here} to see how to use ChangeCaptureFilterCompartment API.
|
|
14931
15544
|
*/
|
|
14932
15545
|
changeCaptureFilterCompartment(changeCaptureFilterCompartmentRequest) {
|
|
14933
15546
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14997,7 +15610,7 @@ class VirtualNetworkClient {
|
|
|
14997
15610
|
* @param ChangeCpeCompartmentRequest
|
|
14998
15611
|
* @return ChangeCpeCompartmentResponse
|
|
14999
15612
|
* @throws OciError when an error occurs
|
|
15000
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15613
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ChangeCpeCompartment.ts.html |here} to see how to use ChangeCpeCompartment API.
|
|
15001
15614
|
*/
|
|
15002
15615
|
changeCpeCompartment(changeCpeCompartmentRequest) {
|
|
15003
15616
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15061,7 +15674,7 @@ class VirtualNetworkClient {
|
|
|
15061
15674
|
* @param ChangeCrossConnectCompartmentRequest
|
|
15062
15675
|
* @return ChangeCrossConnectCompartmentResponse
|
|
15063
15676
|
* @throws OciError when an error occurs
|
|
15064
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15677
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ChangeCrossConnectCompartment.ts.html |here} to see how to use ChangeCrossConnectCompartment API.
|
|
15065
15678
|
*/
|
|
15066
15679
|
changeCrossConnectCompartment(changeCrossConnectCompartmentRequest) {
|
|
15067
15680
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15125,7 +15738,7 @@ class VirtualNetworkClient {
|
|
|
15125
15738
|
* @param ChangeCrossConnectGroupCompartmentRequest
|
|
15126
15739
|
* @return ChangeCrossConnectGroupCompartmentResponse
|
|
15127
15740
|
* @throws OciError when an error occurs
|
|
15128
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15741
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ChangeCrossConnectGroupCompartment.ts.html |here} to see how to use ChangeCrossConnectGroupCompartment API.
|
|
15129
15742
|
*/
|
|
15130
15743
|
changeCrossConnectGroupCompartment(changeCrossConnectGroupCompartmentRequest) {
|
|
15131
15744
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15189,7 +15802,7 @@ class VirtualNetworkClient {
|
|
|
15189
15802
|
* @param ChangeDhcpOptionsCompartmentRequest
|
|
15190
15803
|
* @return ChangeDhcpOptionsCompartmentResponse
|
|
15191
15804
|
* @throws OciError when an error occurs
|
|
15192
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15805
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ChangeDhcpOptionsCompartment.ts.html |here} to see how to use ChangeDhcpOptionsCompartment API.
|
|
15193
15806
|
*/
|
|
15194
15807
|
changeDhcpOptionsCompartment(changeDhcpOptionsCompartmentRequest) {
|
|
15195
15808
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15253,7 +15866,7 @@ class VirtualNetworkClient {
|
|
|
15253
15866
|
* @param ChangeDrgCompartmentRequest
|
|
15254
15867
|
* @return ChangeDrgCompartmentResponse
|
|
15255
15868
|
* @throws OciError when an error occurs
|
|
15256
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15869
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ChangeDrgCompartment.ts.html |here} to see how to use ChangeDrgCompartment API.
|
|
15257
15870
|
*/
|
|
15258
15871
|
changeDrgCompartment(changeDrgCompartmentRequest) {
|
|
15259
15872
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15322,7 +15935,7 @@ class VirtualNetworkClient {
|
|
|
15322
15935
|
* @param ChangeIPSecConnectionCompartmentRequest
|
|
15323
15936
|
* @return ChangeIPSecConnectionCompartmentResponse
|
|
15324
15937
|
* @throws OciError when an error occurs
|
|
15325
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15938
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ChangeIPSecConnectionCompartment.ts.html |here} to see how to use ChangeIPSecConnectionCompartment API.
|
|
15326
15939
|
*/
|
|
15327
15940
|
changeIPSecConnectionCompartment(changeIPSecConnectionCompartmentRequest) {
|
|
15328
15941
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15386,7 +15999,7 @@ class VirtualNetworkClient {
|
|
|
15386
15999
|
* @param ChangeInternetGatewayCompartmentRequest
|
|
15387
16000
|
* @return ChangeInternetGatewayCompartmentResponse
|
|
15388
16001
|
* @throws OciError when an error occurs
|
|
15389
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16002
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ChangeInternetGatewayCompartment.ts.html |here} to see how to use ChangeInternetGatewayCompartment API.
|
|
15390
16003
|
*/
|
|
15391
16004
|
changeInternetGatewayCompartment(changeInternetGatewayCompartmentRequest) {
|
|
15392
16005
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15450,7 +16063,7 @@ class VirtualNetworkClient {
|
|
|
15450
16063
|
* @param ChangeLocalPeeringGatewayCompartmentRequest
|
|
15451
16064
|
* @return ChangeLocalPeeringGatewayCompartmentResponse
|
|
15452
16065
|
* @throws OciError when an error occurs
|
|
15453
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16066
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ChangeLocalPeeringGatewayCompartment.ts.html |here} to see how to use ChangeLocalPeeringGatewayCompartment API.
|
|
15454
16067
|
*/
|
|
15455
16068
|
changeLocalPeeringGatewayCompartment(changeLocalPeeringGatewayCompartmentRequest) {
|
|
15456
16069
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15514,7 +16127,7 @@ class VirtualNetworkClient {
|
|
|
15514
16127
|
* @param ChangeNatGatewayCompartmentRequest
|
|
15515
16128
|
* @return ChangeNatGatewayCompartmentResponse
|
|
15516
16129
|
* @throws OciError when an error occurs
|
|
15517
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16130
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ChangeNatGatewayCompartment.ts.html |here} to see how to use ChangeNatGatewayCompartment API.
|
|
15518
16131
|
*/
|
|
15519
16132
|
changeNatGatewayCompartment(changeNatGatewayCompartmentRequest) {
|
|
15520
16133
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15577,7 +16190,7 @@ class VirtualNetworkClient {
|
|
|
15577
16190
|
* @param ChangeNetworkSecurityGroupCompartmentRequest
|
|
15578
16191
|
* @return ChangeNetworkSecurityGroupCompartmentResponse
|
|
15579
16192
|
* @throws OciError when an error occurs
|
|
15580
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16193
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ChangeNetworkSecurityGroupCompartment.ts.html |here} to see how to use ChangeNetworkSecurityGroupCompartment API.
|
|
15581
16194
|
*/
|
|
15582
16195
|
changeNetworkSecurityGroupCompartment(changeNetworkSecurityGroupCompartmentRequest) {
|
|
15583
16196
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15644,7 +16257,7 @@ class VirtualNetworkClient {
|
|
|
15644
16257
|
* @param ChangePublicIpCompartmentRequest
|
|
15645
16258
|
* @return ChangePublicIpCompartmentResponse
|
|
15646
16259
|
* @throws OciError when an error occurs
|
|
15647
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16260
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ChangePublicIpCompartment.ts.html |here} to see how to use ChangePublicIpCompartment API.
|
|
15648
16261
|
*/
|
|
15649
16262
|
changePublicIpCompartment(changePublicIpCompartmentRequest) {
|
|
15650
16263
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15708,7 +16321,7 @@ class VirtualNetworkClient {
|
|
|
15708
16321
|
* @param ChangePublicIpPoolCompartmentRequest
|
|
15709
16322
|
* @return ChangePublicIpPoolCompartmentResponse
|
|
15710
16323
|
* @throws OciError when an error occurs
|
|
15711
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16324
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ChangePublicIpPoolCompartment.ts.html |here} to see how to use ChangePublicIpPoolCompartment API.
|
|
15712
16325
|
*/
|
|
15713
16326
|
changePublicIpPoolCompartment(changePublicIpPoolCompartmentRequest) {
|
|
15714
16327
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15767,7 +16380,7 @@ class VirtualNetworkClient {
|
|
|
15767
16380
|
* @param ChangeRemotePeeringConnectionCompartmentRequest
|
|
15768
16381
|
* @return ChangeRemotePeeringConnectionCompartmentResponse
|
|
15769
16382
|
* @throws OciError when an error occurs
|
|
15770
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16383
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ChangeRemotePeeringConnectionCompartment.ts.html |here} to see how to use ChangeRemotePeeringConnectionCompartment API.
|
|
15771
16384
|
*/
|
|
15772
16385
|
changeRemotePeeringConnectionCompartment(changeRemotePeeringConnectionCompartmentRequest) {
|
|
15773
16386
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15831,7 +16444,7 @@ class VirtualNetworkClient {
|
|
|
15831
16444
|
* @param ChangeRouteTableCompartmentRequest
|
|
15832
16445
|
* @return ChangeRouteTableCompartmentResponse
|
|
15833
16446
|
* @throws OciError when an error occurs
|
|
15834
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16447
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ChangeRouteTableCompartment.ts.html |here} to see how to use ChangeRouteTableCompartment API.
|
|
15835
16448
|
*/
|
|
15836
16449
|
changeRouteTableCompartment(changeRouteTableCompartmentRequest) {
|
|
15837
16450
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15895,7 +16508,7 @@ class VirtualNetworkClient {
|
|
|
15895
16508
|
* @param ChangeSecurityListCompartmentRequest
|
|
15896
16509
|
* @return ChangeSecurityListCompartmentResponse
|
|
15897
16510
|
* @throws OciError when an error occurs
|
|
15898
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16511
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ChangeSecurityListCompartment.ts.html |here} to see how to use ChangeSecurityListCompartment API.
|
|
15899
16512
|
*/
|
|
15900
16513
|
changeSecurityListCompartment(changeSecurityListCompartmentRequest) {
|
|
15901
16514
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15959,7 +16572,7 @@ class VirtualNetworkClient {
|
|
|
15959
16572
|
* @param ChangeServiceGatewayCompartmentRequest
|
|
15960
16573
|
* @return ChangeServiceGatewayCompartmentResponse
|
|
15961
16574
|
* @throws OciError when an error occurs
|
|
15962
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16575
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ChangeServiceGatewayCompartment.ts.html |here} to see how to use ChangeServiceGatewayCompartment API.
|
|
15963
16576
|
*/
|
|
15964
16577
|
changeServiceGatewayCompartment(changeServiceGatewayCompartmentRequest) {
|
|
15965
16578
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16023,7 +16636,7 @@ class VirtualNetworkClient {
|
|
|
16023
16636
|
* @param ChangeSubnetCompartmentRequest
|
|
16024
16637
|
* @return ChangeSubnetCompartmentResponse
|
|
16025
16638
|
* @throws OciError when an error occurs
|
|
16026
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16639
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ChangeSubnetCompartment.ts.html |here} to see how to use ChangeSubnetCompartment API.
|
|
16027
16640
|
*/
|
|
16028
16641
|
changeSubnetCompartment(changeSubnetCompartmentRequest) {
|
|
16029
16642
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16092,7 +16705,7 @@ class VirtualNetworkClient {
|
|
|
16092
16705
|
* @param ChangeVcnCompartmentRequest
|
|
16093
16706
|
* @return ChangeVcnCompartmentResponse
|
|
16094
16707
|
* @throws OciError when an error occurs
|
|
16095
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16708
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ChangeVcnCompartment.ts.html |here} to see how to use ChangeVcnCompartment API.
|
|
16096
16709
|
*/
|
|
16097
16710
|
changeVcnCompartment(changeVcnCompartmentRequest) {
|
|
16098
16711
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16161,7 +16774,7 @@ class VirtualNetworkClient {
|
|
|
16161
16774
|
* @param ChangeVirtualCircuitCompartmentRequest
|
|
16162
16775
|
* @return ChangeVirtualCircuitCompartmentResponse
|
|
16163
16776
|
* @throws OciError when an error occurs
|
|
16164
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16777
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ChangeVirtualCircuitCompartment.ts.html |here} to see how to use ChangeVirtualCircuitCompartment API.
|
|
16165
16778
|
*/
|
|
16166
16779
|
changeVirtualCircuitCompartment(changeVirtualCircuitCompartmentRequest) {
|
|
16167
16780
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16225,7 +16838,7 @@ class VirtualNetworkClient {
|
|
|
16225
16838
|
* @param ChangeVlanCompartmentRequest
|
|
16226
16839
|
* @return ChangeVlanCompartmentResponse
|
|
16227
16840
|
* @throws OciError when an error occurs
|
|
16228
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16841
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ChangeVlanCompartment.ts.html |here} to see how to use ChangeVlanCompartment API.
|
|
16229
16842
|
*/
|
|
16230
16843
|
changeVlanCompartment(changeVlanCompartmentRequest) {
|
|
16231
16844
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16290,7 +16903,7 @@ class VirtualNetworkClient {
|
|
|
16290
16903
|
* @param ChangeVtapCompartmentRequest
|
|
16291
16904
|
* @return ChangeVtapCompartmentResponse
|
|
16292
16905
|
* @throws OciError when an error occurs
|
|
16293
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16906
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ChangeVtapCompartment.ts.html |here} to see how to use ChangeVtapCompartment API.
|
|
16294
16907
|
*/
|
|
16295
16908
|
changeVtapCompartment(changeVtapCompartmentRequest) {
|
|
16296
16909
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16365,7 +16978,7 @@ class VirtualNetworkClient {
|
|
|
16365
16978
|
* @param ConnectLocalPeeringGatewaysRequest
|
|
16366
16979
|
* @return ConnectLocalPeeringGatewaysResponse
|
|
16367
16980
|
* @throws OciError when an error occurs
|
|
16368
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16981
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ConnectLocalPeeringGateways.ts.html |here} to see how to use ConnectLocalPeeringGateways API.
|
|
16369
16982
|
*/
|
|
16370
16983
|
connectLocalPeeringGateways(connectLocalPeeringGatewaysRequest) {
|
|
16371
16984
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16427,7 +17040,7 @@ class VirtualNetworkClient {
|
|
|
16427
17040
|
* @param ConnectRemotePeeringConnectionsRequest
|
|
16428
17041
|
* @return ConnectRemotePeeringConnectionsResponse
|
|
16429
17042
|
* @throws OciError when an error occurs
|
|
16430
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17043
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ConnectRemotePeeringConnections.ts.html |here} to see how to use ConnectRemotePeeringConnections API.
|
|
16431
17044
|
*/
|
|
16432
17045
|
connectRemotePeeringConnections(connectRemotePeeringConnectionsRequest) {
|
|
16433
17046
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16482,7 +17095,7 @@ class VirtualNetworkClient {
|
|
|
16482
17095
|
* @param CreateByoipRangeRequest
|
|
16483
17096
|
* @return CreateByoipRangeResponse
|
|
16484
17097
|
* @throws OciError when an error occurs
|
|
16485
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17098
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateByoipRange.ts.html |here} to see how to use CreateByoipRange API.
|
|
16486
17099
|
*/
|
|
16487
17100
|
createByoipRange(createByoipRangeRequest) {
|
|
16488
17101
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16554,7 +17167,7 @@ class VirtualNetworkClient {
|
|
|
16554
17167
|
* @param CreateCaptureFilterRequest
|
|
16555
17168
|
* @return CreateCaptureFilterResponse
|
|
16556
17169
|
* @throws OciError when an error occurs
|
|
16557
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17170
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateCaptureFilter.ts.html |here} to see how to use CreateCaptureFilter API.
|
|
16558
17171
|
*/
|
|
16559
17172
|
createCaptureFilter(createCaptureFilterRequest) {
|
|
16560
17173
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16632,7 +17245,7 @@ class VirtualNetworkClient {
|
|
|
16632
17245
|
* @param CreateCpeRequest
|
|
16633
17246
|
* @return CreateCpeResponse
|
|
16634
17247
|
* @throws OciError when an error occurs
|
|
16635
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17248
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateCpe.ts.html |here} to see how to use CreateCpe API.
|
|
16636
17249
|
*/
|
|
16637
17250
|
createCpe(createCpeRequest) {
|
|
16638
17251
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16713,7 +17326,7 @@ class VirtualNetworkClient {
|
|
|
16713
17326
|
* @param CreateCrossConnectRequest
|
|
16714
17327
|
* @return CreateCrossConnectResponse
|
|
16715
17328
|
* @throws OciError when an error occurs
|
|
16716
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17329
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateCrossConnect.ts.html |here} to see how to use CreateCrossConnect API.
|
|
16717
17330
|
*/
|
|
16718
17331
|
createCrossConnect(createCrossConnectRequest) {
|
|
16719
17332
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16790,7 +17403,7 @@ class VirtualNetworkClient {
|
|
|
16790
17403
|
* @param CreateCrossConnectGroupRequest
|
|
16791
17404
|
* @return CreateCrossConnectGroupResponse
|
|
16792
17405
|
* @throws OciError when an error occurs
|
|
16793
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17406
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateCrossConnectGroup.ts.html |here} to see how to use CreateCrossConnectGroup API.
|
|
16794
17407
|
*/
|
|
16795
17408
|
createCrossConnectGroup(createCrossConnectGroupRequest) {
|
|
16796
17409
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16864,7 +17477,7 @@ class VirtualNetworkClient {
|
|
|
16864
17477
|
* @param CreateDhcpOptionsRequest
|
|
16865
17478
|
* @return CreateDhcpOptionsResponse
|
|
16866
17479
|
* @throws OciError when an error occurs
|
|
16867
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17480
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateDhcpOptions.ts.html |here} to see how to use CreateDhcpOptions API.
|
|
16868
17481
|
*/
|
|
16869
17482
|
createDhcpOptions(createDhcpOptionsRequest) {
|
|
16870
17483
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16938,7 +17551,7 @@ class VirtualNetworkClient {
|
|
|
16938
17551
|
* @param CreateDrgRequest
|
|
16939
17552
|
* @return CreateDrgResponse
|
|
16940
17553
|
* @throws OciError when an error occurs
|
|
16941
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17554
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateDrg.ts.html |here} to see how to use CreateDrg API.
|
|
16942
17555
|
*/
|
|
16943
17556
|
createDrg(createDrgRequest) {
|
|
16944
17557
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17011,7 +17624,7 @@ class VirtualNetworkClient {
|
|
|
17011
17624
|
* @param CreateDrgAttachmentRequest
|
|
17012
17625
|
* @return CreateDrgAttachmentResponse
|
|
17013
17626
|
* @throws OciError when an error occurs
|
|
17014
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17627
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateDrgAttachment.ts.html |here} to see how to use CreateDrgAttachment API.
|
|
17015
17628
|
*/
|
|
17016
17629
|
createDrgAttachment(createDrgAttachmentRequest) {
|
|
17017
17630
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17077,7 +17690,7 @@ class VirtualNetworkClient {
|
|
|
17077
17690
|
* @param CreateDrgRouteDistributionRequest
|
|
17078
17691
|
* @return CreateDrgRouteDistributionResponse
|
|
17079
17692
|
* @throws OciError when an error occurs
|
|
17080
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17693
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateDrgRouteDistribution.ts.html |here} to see how to use CreateDrgRouteDistribution API.
|
|
17081
17694
|
*/
|
|
17082
17695
|
createDrgRouteDistribution(createDrgRouteDistributionRequest) {
|
|
17083
17696
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17141,7 +17754,7 @@ class VirtualNetworkClient {
|
|
|
17141
17754
|
* @param CreateDrgRouteTableRequest
|
|
17142
17755
|
* @return CreateDrgRouteTableResponse
|
|
17143
17756
|
* @throws OciError when an error occurs
|
|
17144
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17757
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateDrgRouteTable.ts.html |here} to see how to use CreateDrgRouteTable API.
|
|
17145
17758
|
*/
|
|
17146
17759
|
createDrgRouteTable(createDrgRouteTableRequest) {
|
|
17147
17760
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17231,7 +17844,7 @@ class VirtualNetworkClient {
|
|
|
17231
17844
|
* @param CreateIPSecConnectionRequest
|
|
17232
17845
|
* @return CreateIPSecConnectionResponse
|
|
17233
17846
|
* @throws OciError when an error occurs
|
|
17234
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17847
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateIPSecConnection.ts.html |here} to see how to use CreateIPSecConnection API.
|
|
17235
17848
|
*/
|
|
17236
17849
|
createIPSecConnection(createIPSecConnectionRequest) {
|
|
17237
17850
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17313,7 +17926,7 @@ class VirtualNetworkClient {
|
|
|
17313
17926
|
* @param CreateInternetGatewayRequest
|
|
17314
17927
|
* @return CreateInternetGatewayResponse
|
|
17315
17928
|
* @throws OciError when an error occurs
|
|
17316
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17929
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateInternetGateway.ts.html |here} to see how to use CreateInternetGateway API.
|
|
17317
17930
|
*/
|
|
17318
17931
|
createInternetGateway(createInternetGatewayRequest) {
|
|
17319
17932
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17376,7 +17989,7 @@ class VirtualNetworkClient {
|
|
|
17376
17989
|
* @param CreateIpv6Request
|
|
17377
17990
|
* @return CreateIpv6Response
|
|
17378
17991
|
* @throws OciError when an error occurs
|
|
17379
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17992
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateIpv6.ts.html |here} to see how to use CreateIpv6 API.
|
|
17380
17993
|
*/
|
|
17381
17994
|
createIpv6(createIpv6Request) {
|
|
17382
17995
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17440,7 +18053,7 @@ class VirtualNetworkClient {
|
|
|
17440
18053
|
* @param CreateLocalPeeringGatewayRequest
|
|
17441
18054
|
* @return CreateLocalPeeringGatewayResponse
|
|
17442
18055
|
* @throws OciError when an error occurs
|
|
17443
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18056
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateLocalPeeringGateway.ts.html |here} to see how to use CreateLocalPeeringGateway API.
|
|
17444
18057
|
*/
|
|
17445
18058
|
createLocalPeeringGateway(createLocalPeeringGatewayRequest) {
|
|
17446
18059
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17504,7 +18117,7 @@ class VirtualNetworkClient {
|
|
|
17504
18117
|
* @param CreateNatGatewayRequest
|
|
17505
18118
|
* @return CreateNatGatewayResponse
|
|
17506
18119
|
* @throws OciError when an error occurs
|
|
17507
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18120
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateNatGateway.ts.html |here} to see how to use CreateNatGateway API.
|
|
17508
18121
|
*/
|
|
17509
18122
|
createNatGateway(createNatGatewayRequest) {
|
|
17510
18123
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17567,7 +18180,7 @@ class VirtualNetworkClient {
|
|
|
17567
18180
|
* @param CreateNetworkSecurityGroupRequest
|
|
17568
18181
|
* @return CreateNetworkSecurityGroupResponse
|
|
17569
18182
|
* @throws OciError when an error occurs
|
|
17570
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18183
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateNetworkSecurityGroup.ts.html |here} to see how to use CreateNetworkSecurityGroup API.
|
|
17571
18184
|
*/
|
|
17572
18185
|
createNetworkSecurityGroup(createNetworkSecurityGroupRequest) {
|
|
17573
18186
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17632,7 +18245,7 @@ class VirtualNetworkClient {
|
|
|
17632
18245
|
* @param CreatePrivateIpRequest
|
|
17633
18246
|
* @return CreatePrivateIpResponse
|
|
17634
18247
|
* @throws OciError when an error occurs
|
|
17635
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18248
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreatePrivateIp.ts.html |here} to see how to use CreatePrivateIp API.
|
|
17636
18249
|
*/
|
|
17637
18250
|
createPrivateIp(createPrivateIpRequest) {
|
|
17638
18251
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17715,7 +18328,7 @@ class VirtualNetworkClient {
|
|
|
17715
18328
|
* @param CreatePublicIpRequest
|
|
17716
18329
|
* @return CreatePublicIpResponse
|
|
17717
18330
|
* @throws OciError when an error occurs
|
|
17718
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18331
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreatePublicIp.ts.html |here} to see how to use CreatePublicIp API.
|
|
17719
18332
|
*/
|
|
17720
18333
|
createPublicIp(createPublicIpRequest) {
|
|
17721
18334
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17778,7 +18391,7 @@ class VirtualNetworkClient {
|
|
|
17778
18391
|
* @param CreatePublicIpPoolRequest
|
|
17779
18392
|
* @return CreatePublicIpPoolResponse
|
|
17780
18393
|
* @throws OciError when an error occurs
|
|
17781
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18394
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreatePublicIpPool.ts.html |here} to see how to use CreatePublicIpPool API.
|
|
17782
18395
|
*/
|
|
17783
18396
|
createPublicIpPool(createPublicIpPoolRequest) {
|
|
17784
18397
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17842,7 +18455,7 @@ class VirtualNetworkClient {
|
|
|
17842
18455
|
* @param CreateRemotePeeringConnectionRequest
|
|
17843
18456
|
* @return CreateRemotePeeringConnectionResponse
|
|
17844
18457
|
* @throws OciError when an error occurs
|
|
17845
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18458
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateRemotePeeringConnection.ts.html |here} to see how to use CreateRemotePeeringConnection API.
|
|
17846
18459
|
*/
|
|
17847
18460
|
createRemotePeeringConnection(createRemotePeeringConnectionRequest) {
|
|
17848
18461
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17919,7 +18532,7 @@ class VirtualNetworkClient {
|
|
|
17919
18532
|
* @param CreateRouteTableRequest
|
|
17920
18533
|
* @return CreateRouteTableResponse
|
|
17921
18534
|
* @throws OciError when an error occurs
|
|
17922
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18535
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateRouteTable.ts.html |here} to see how to use CreateRouteTable API.
|
|
17923
18536
|
*/
|
|
17924
18537
|
createRouteTable(createRouteTableRequest) {
|
|
17925
18538
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17995,7 +18608,7 @@ class VirtualNetworkClient {
|
|
|
17995
18608
|
* @param CreateSecurityListRequest
|
|
17996
18609
|
* @return CreateSecurityListResponse
|
|
17997
18610
|
* @throws OciError when an error occurs
|
|
17998
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18611
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateSecurityList.ts.html |here} to see how to use CreateSecurityList API.
|
|
17999
18612
|
*/
|
|
18000
18613
|
createSecurityList(createSecurityListRequest) {
|
|
18001
18614
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18066,7 +18679,7 @@ class VirtualNetworkClient {
|
|
|
18066
18679
|
* @param CreateServiceGatewayRequest
|
|
18067
18680
|
* @return CreateServiceGatewayResponse
|
|
18068
18681
|
* @throws OciError when an error occurs
|
|
18069
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18682
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateServiceGateway.ts.html |here} to see how to use CreateServiceGateway API.
|
|
18070
18683
|
*/
|
|
18071
18684
|
createServiceGateway(createServiceGatewayRequest) {
|
|
18072
18685
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18154,7 +18767,7 @@ class VirtualNetworkClient {
|
|
|
18154
18767
|
* @param CreateSubnetRequest
|
|
18155
18768
|
* @return CreateSubnetResponse
|
|
18156
18769
|
* @throws OciError when an error occurs
|
|
18157
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18770
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateSubnet.ts.html |here} to see how to use CreateSubnet API.
|
|
18158
18771
|
*/
|
|
18159
18772
|
createSubnet(createSubnetRequest) {
|
|
18160
18773
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18249,7 +18862,7 @@ class VirtualNetworkClient {
|
|
|
18249
18862
|
* @param CreateVcnRequest
|
|
18250
18863
|
* @return CreateVcnResponse
|
|
18251
18864
|
* @throws OciError when an error occurs
|
|
18252
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18865
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateVcn.ts.html |here} to see how to use CreateVcn API.
|
|
18253
18866
|
*/
|
|
18254
18867
|
createVcn(createVcnRequest) {
|
|
18255
18868
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18332,7 +18945,7 @@ class VirtualNetworkClient {
|
|
|
18332
18945
|
* @param CreateVirtualCircuitRequest
|
|
18333
18946
|
* @return CreateVirtualCircuitResponse
|
|
18334
18947
|
* @throws OciError when an error occurs
|
|
18335
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18948
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateVirtualCircuit.ts.html |here} to see how to use CreateVirtualCircuit API.
|
|
18336
18949
|
*/
|
|
18337
18950
|
createVirtualCircuit(createVirtualCircuitRequest) {
|
|
18338
18951
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18395,7 +19008,7 @@ class VirtualNetworkClient {
|
|
|
18395
19008
|
* @param CreateVlanRequest
|
|
18396
19009
|
* @return CreateVlanResponse
|
|
18397
19010
|
* @throws OciError when an error occurs
|
|
18398
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19011
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateVlan.ts.html |here} to see how to use CreateVlan API.
|
|
18399
19012
|
*/
|
|
18400
19013
|
createVlan(createVlanRequest) {
|
|
18401
19014
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18467,7 +19080,7 @@ class VirtualNetworkClient {
|
|
|
18467
19080
|
* @param CreateVtapRequest
|
|
18468
19081
|
* @return CreateVtapResponse
|
|
18469
19082
|
* @throws OciError when an error occurs
|
|
18470
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19083
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/CreateVtap.ts.html |here} to see how to use CreateVtap API.
|
|
18471
19084
|
*/
|
|
18472
19085
|
createVtap(createVtapRequest) {
|
|
18473
19086
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18535,7 +19148,7 @@ class VirtualNetworkClient {
|
|
|
18535
19148
|
* @param DeleteByoipRangeRequest
|
|
18536
19149
|
* @return DeleteByoipRangeResponse
|
|
18537
19150
|
* @throws OciError when an error occurs
|
|
18538
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19151
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteByoipRange.ts.html |here} to see how to use DeleteByoipRange API.
|
|
18539
19152
|
*/
|
|
18540
19153
|
deleteByoipRange(deleteByoipRangeRequest) {
|
|
18541
19154
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18597,7 +19210,7 @@ class VirtualNetworkClient {
|
|
|
18597
19210
|
* @param DeleteCaptureFilterRequest
|
|
18598
19211
|
* @return DeleteCaptureFilterResponse
|
|
18599
19212
|
* @throws OciError when an error occurs
|
|
18600
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19213
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteCaptureFilter.ts.html |here} to see how to use DeleteCaptureFilter API.
|
|
18601
19214
|
*/
|
|
18602
19215
|
deleteCaptureFilter(deleteCaptureFilterRequest) {
|
|
18603
19216
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18655,7 +19268,7 @@ class VirtualNetworkClient {
|
|
|
18655
19268
|
* @param DeleteCpeRequest
|
|
18656
19269
|
* @return DeleteCpeResponse
|
|
18657
19270
|
* @throws OciError when an error occurs
|
|
18658
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19271
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteCpe.ts.html |here} to see how to use DeleteCpe API.
|
|
18659
19272
|
*/
|
|
18660
19273
|
deleteCpe(deleteCpeRequest) {
|
|
18661
19274
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18711,7 +19324,7 @@ class VirtualNetworkClient {
|
|
|
18711
19324
|
* @param DeleteCrossConnectRequest
|
|
18712
19325
|
* @return DeleteCrossConnectResponse
|
|
18713
19326
|
* @throws OciError when an error occurs
|
|
18714
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19327
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteCrossConnect.ts.html |here} to see how to use DeleteCrossConnect API.
|
|
18715
19328
|
*/
|
|
18716
19329
|
deleteCrossConnect(deleteCrossConnectRequest) {
|
|
18717
19330
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18768,7 +19381,7 @@ class VirtualNetworkClient {
|
|
|
18768
19381
|
* @param DeleteCrossConnectGroupRequest
|
|
18769
19382
|
* @return DeleteCrossConnectGroupResponse
|
|
18770
19383
|
* @throws OciError when an error occurs
|
|
18771
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19384
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteCrossConnectGroup.ts.html |here} to see how to use DeleteCrossConnectGroup API.
|
|
18772
19385
|
*/
|
|
18773
19386
|
deleteCrossConnectGroup(deleteCrossConnectGroupRequest) {
|
|
18774
19387
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18827,7 +19440,7 @@ class VirtualNetworkClient {
|
|
|
18827
19440
|
* @param DeleteDhcpOptionsRequest
|
|
18828
19441
|
* @return DeleteDhcpOptionsResponse
|
|
18829
19442
|
* @throws OciError when an error occurs
|
|
18830
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19443
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteDhcpOptions.ts.html |here} to see how to use DeleteDhcpOptions API.
|
|
18831
19444
|
*/
|
|
18832
19445
|
deleteDhcpOptions(deleteDhcpOptionsRequest) {
|
|
18833
19446
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18885,7 +19498,7 @@ class VirtualNetworkClient {
|
|
|
18885
19498
|
* @param DeleteDrgRequest
|
|
18886
19499
|
* @return DeleteDrgResponse
|
|
18887
19500
|
* @throws OciError when an error occurs
|
|
18888
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19501
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteDrg.ts.html |here} to see how to use DeleteDrg API.
|
|
18889
19502
|
*/
|
|
18890
19503
|
deleteDrg(deleteDrgRequest) {
|
|
18891
19504
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18942,7 +19555,7 @@ class VirtualNetworkClient {
|
|
|
18942
19555
|
* @param DeleteDrgAttachmentRequest
|
|
18943
19556
|
* @return DeleteDrgAttachmentResponse
|
|
18944
19557
|
* @throws OciError when an error occurs
|
|
18945
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19558
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteDrgAttachment.ts.html |here} to see how to use DeleteDrgAttachment API.
|
|
18946
19559
|
*/
|
|
18947
19560
|
deleteDrgAttachment(deleteDrgAttachmentRequest) {
|
|
18948
19561
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18999,7 +19612,7 @@ class VirtualNetworkClient {
|
|
|
18999
19612
|
* @param DeleteDrgRouteDistributionRequest
|
|
19000
19613
|
* @return DeleteDrgRouteDistributionResponse
|
|
19001
19614
|
* @throws OciError when an error occurs
|
|
19002
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19615
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteDrgRouteDistribution.ts.html |here} to see how to use DeleteDrgRouteDistribution API.
|
|
19003
19616
|
*/
|
|
19004
19617
|
deleteDrgRouteDistribution(deleteDrgRouteDistributionRequest) {
|
|
19005
19618
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19054,7 +19667,7 @@ class VirtualNetworkClient {
|
|
|
19054
19667
|
* @param DeleteDrgRouteTableRequest
|
|
19055
19668
|
* @return DeleteDrgRouteTableResponse
|
|
19056
19669
|
* @throws OciError when an error occurs
|
|
19057
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19670
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteDrgRouteTable.ts.html |here} to see how to use DeleteDrgRouteTable API.
|
|
19058
19671
|
*/
|
|
19059
19672
|
deleteDrgRouteTable(deleteDrgRouteTableRequest) {
|
|
19060
19673
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19116,7 +19729,7 @@ class VirtualNetworkClient {
|
|
|
19116
19729
|
* @param DeleteIPSecConnectionRequest
|
|
19117
19730
|
* @return DeleteIPSecConnectionResponse
|
|
19118
19731
|
* @throws OciError when an error occurs
|
|
19119
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19732
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteIPSecConnection.ts.html |here} to see how to use DeleteIPSecConnection API.
|
|
19120
19733
|
*/
|
|
19121
19734
|
deleteIPSecConnection(deleteIPSecConnectionRequest) {
|
|
19122
19735
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19175,7 +19788,7 @@ class VirtualNetworkClient {
|
|
|
19175
19788
|
* @param DeleteInternetGatewayRequest
|
|
19176
19789
|
* @return DeleteInternetGatewayResponse
|
|
19177
19790
|
* @throws OciError when an error occurs
|
|
19178
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19791
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteInternetGateway.ts.html |here} to see how to use DeleteInternetGateway API.
|
|
19179
19792
|
*/
|
|
19180
19793
|
deleteInternetGateway(deleteInternetGatewayRequest) {
|
|
19181
19794
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19231,7 +19844,7 @@ class VirtualNetworkClient {
|
|
|
19231
19844
|
* @param DeleteIpv6Request
|
|
19232
19845
|
* @return DeleteIpv6Response
|
|
19233
19846
|
* @throws OciError when an error occurs
|
|
19234
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19847
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteIpv6.ts.html |here} to see how to use DeleteIpv6 API.
|
|
19235
19848
|
*/
|
|
19236
19849
|
deleteIpv6(deleteIpv6Request) {
|
|
19237
19850
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19290,7 +19903,7 @@ class VirtualNetworkClient {
|
|
|
19290
19903
|
* @param DeleteLocalPeeringGatewayRequest
|
|
19291
19904
|
* @return DeleteLocalPeeringGatewayResponse
|
|
19292
19905
|
* @throws OciError when an error occurs
|
|
19293
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19906
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteLocalPeeringGateway.ts.html |here} to see how to use DeleteLocalPeeringGateway API.
|
|
19294
19907
|
*/
|
|
19295
19908
|
deleteLocalPeeringGateway(deleteLocalPeeringGatewayRequest) {
|
|
19296
19909
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19349,7 +19962,7 @@ class VirtualNetworkClient {
|
|
|
19349
19962
|
* @param DeleteNatGatewayRequest
|
|
19350
19963
|
* @return DeleteNatGatewayResponse
|
|
19351
19964
|
* @throws OciError when an error occurs
|
|
19352
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19965
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteNatGateway.ts.html |here} to see how to use DeleteNatGateway API.
|
|
19353
19966
|
*/
|
|
19354
19967
|
deleteNatGateway(deleteNatGatewayRequest) {
|
|
19355
19968
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19410,7 +20023,7 @@ class VirtualNetworkClient {
|
|
|
19410
20023
|
* @param DeleteNetworkSecurityGroupRequest
|
|
19411
20024
|
* @return DeleteNetworkSecurityGroupResponse
|
|
19412
20025
|
* @throws OciError when an error occurs
|
|
19413
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20026
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteNetworkSecurityGroup.ts.html |here} to see how to use DeleteNetworkSecurityGroup API.
|
|
19414
20027
|
*/
|
|
19415
20028
|
deleteNetworkSecurityGroup(deleteNetworkSecurityGroupRequest) {
|
|
19416
20029
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19475,7 +20088,7 @@ class VirtualNetworkClient {
|
|
|
19475
20088
|
* @param DeletePrivateIpRequest
|
|
19476
20089
|
* @return DeletePrivateIpResponse
|
|
19477
20090
|
* @throws OciError when an error occurs
|
|
19478
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20091
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeletePrivateIp.ts.html |here} to see how to use DeletePrivateIp API.
|
|
19479
20092
|
*/
|
|
19480
20093
|
deletePrivateIp(deletePrivateIpRequest) {
|
|
19481
20094
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19544,7 +20157,7 @@ class VirtualNetworkClient {
|
|
|
19544
20157
|
* @param DeletePublicIpRequest
|
|
19545
20158
|
* @return DeletePublicIpResponse
|
|
19546
20159
|
* @throws OciError when an error occurs
|
|
19547
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20160
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeletePublicIp.ts.html |here} to see how to use DeletePublicIp API.
|
|
19548
20161
|
*/
|
|
19549
20162
|
deletePublicIp(deletePublicIpRequest) {
|
|
19550
20163
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19601,7 +20214,7 @@ class VirtualNetworkClient {
|
|
|
19601
20214
|
* @param DeletePublicIpPoolRequest
|
|
19602
20215
|
* @return DeletePublicIpPoolResponse
|
|
19603
20216
|
* @throws OciError when an error occurs
|
|
19604
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20217
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeletePublicIpPool.ts.html |here} to see how to use DeletePublicIpPool API.
|
|
19605
20218
|
*/
|
|
19606
20219
|
deletePublicIpPool(deletePublicIpPoolRequest) {
|
|
19607
20220
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19660,7 +20273,7 @@ class VirtualNetworkClient {
|
|
|
19660
20273
|
* @param DeleteRemotePeeringConnectionRequest
|
|
19661
20274
|
* @return DeleteRemotePeeringConnectionResponse
|
|
19662
20275
|
* @throws OciError when an error occurs
|
|
19663
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20276
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteRemotePeeringConnection.ts.html |here} to see how to use DeleteRemotePeeringConnection API.
|
|
19664
20277
|
*/
|
|
19665
20278
|
deleteRemotePeeringConnection(deleteRemotePeeringConnectionRequest) {
|
|
19666
20279
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19719,7 +20332,7 @@ class VirtualNetworkClient {
|
|
|
19719
20332
|
* @param DeleteRouteTableRequest
|
|
19720
20333
|
* @return DeleteRouteTableResponse
|
|
19721
20334
|
* @throws OciError when an error occurs
|
|
19722
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20335
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteRouteTable.ts.html |here} to see how to use DeleteRouteTable API.
|
|
19723
20336
|
*/
|
|
19724
20337
|
deleteRouteTable(deleteRouteTableRequest) {
|
|
19725
20338
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19778,7 +20391,7 @@ class VirtualNetworkClient {
|
|
|
19778
20391
|
* @param DeleteSecurityListRequest
|
|
19779
20392
|
* @return DeleteSecurityListResponse
|
|
19780
20393
|
* @throws OciError when an error occurs
|
|
19781
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20394
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteSecurityList.ts.html |here} to see how to use DeleteSecurityList API.
|
|
19782
20395
|
*/
|
|
19783
20396
|
deleteSecurityList(deleteSecurityListRequest) {
|
|
19784
20397
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19834,7 +20447,7 @@ class VirtualNetworkClient {
|
|
|
19834
20447
|
* @param DeleteServiceGatewayRequest
|
|
19835
20448
|
* @return DeleteServiceGatewayResponse
|
|
19836
20449
|
* @throws OciError when an error occurs
|
|
19837
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20450
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteServiceGateway.ts.html |here} to see how to use DeleteServiceGateway API.
|
|
19838
20451
|
*/
|
|
19839
20452
|
deleteServiceGateway(deleteServiceGatewayRequest) {
|
|
19840
20453
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19891,7 +20504,7 @@ class VirtualNetworkClient {
|
|
|
19891
20504
|
* @param DeleteSubnetRequest
|
|
19892
20505
|
* @return DeleteSubnetResponse
|
|
19893
20506
|
* @throws OciError when an error occurs
|
|
19894
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20507
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteSubnet.ts.html |here} to see how to use DeleteSubnet API.
|
|
19895
20508
|
*/
|
|
19896
20509
|
deleteSubnet(deleteSubnetRequest) {
|
|
19897
20510
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19951,7 +20564,7 @@ class VirtualNetworkClient {
|
|
|
19951
20564
|
* @param DeleteVcnRequest
|
|
19952
20565
|
* @return DeleteVcnResponse
|
|
19953
20566
|
* @throws OciError when an error occurs
|
|
19954
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20567
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteVcn.ts.html |here} to see how to use DeleteVcn API.
|
|
19955
20568
|
*/
|
|
19956
20569
|
deleteVcn(deleteVcnRequest) {
|
|
19957
20570
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20010,7 +20623,7 @@ class VirtualNetworkClient {
|
|
|
20010
20623
|
* @param DeleteVirtualCircuitRequest
|
|
20011
20624
|
* @return DeleteVirtualCircuitResponse
|
|
20012
20625
|
* @throws OciError when an error occurs
|
|
20013
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20626
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteVirtualCircuit.ts.html |here} to see how to use DeleteVirtualCircuit API.
|
|
20014
20627
|
*/
|
|
20015
20628
|
deleteVirtualCircuit(deleteVirtualCircuitRequest) {
|
|
20016
20629
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20065,7 +20678,7 @@ class VirtualNetworkClient {
|
|
|
20065
20678
|
* @param DeleteVlanRequest
|
|
20066
20679
|
* @return DeleteVlanResponse
|
|
20067
20680
|
* @throws OciError when an error occurs
|
|
20068
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20681
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteVlan.ts.html |here} to see how to use DeleteVlan API.
|
|
20069
20682
|
*/
|
|
20070
20683
|
deleteVlan(deleteVlanRequest) {
|
|
20071
20684
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20122,7 +20735,7 @@ class VirtualNetworkClient {
|
|
|
20122
20735
|
* @param DeleteVtapRequest
|
|
20123
20736
|
* @return DeleteVtapResponse
|
|
20124
20737
|
* @throws OciError when an error occurs
|
|
20125
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20738
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DeleteVtap.ts.html |here} to see how to use DeleteVtap API.
|
|
20126
20739
|
*/
|
|
20127
20740
|
deleteVtap(deleteVtapRequest) {
|
|
20128
20741
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20194,7 +20807,7 @@ class VirtualNetworkClient {
|
|
|
20194
20807
|
* @param DetachServiceIdRequest
|
|
20195
20808
|
* @return DetachServiceIdResponse
|
|
20196
20809
|
* @throws OciError when an error occurs
|
|
20197
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20810
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/DetachServiceId.ts.html |here} to see how to use DetachServiceId API.
|
|
20198
20811
|
*/
|
|
20199
20812
|
detachServiceId(detachServiceIdRequest) {
|
|
20200
20813
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20254,7 +20867,7 @@ class VirtualNetworkClient {
|
|
|
20254
20867
|
* @param GetAllDrgAttachmentsRequest
|
|
20255
20868
|
* @return GetAllDrgAttachmentsResponse
|
|
20256
20869
|
* @throws OciError when an error occurs
|
|
20257
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20870
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetAllDrgAttachments.ts.html |here} to see how to use GetAllDrgAttachments API.
|
|
20258
20871
|
*/
|
|
20259
20872
|
getAllDrgAttachments(getAllDrgAttachmentsRequest) {
|
|
20260
20873
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20363,7 +20976,7 @@ class VirtualNetworkClient {
|
|
|
20363
20976
|
* @param GetAllowedIkeIPSecParametersRequest
|
|
20364
20977
|
* @return GetAllowedIkeIPSecParametersResponse
|
|
20365
20978
|
* @throws OciError when an error occurs
|
|
20366
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20979
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetAllowedIkeIPSecParameters.ts.html |here} to see how to use GetAllowedIkeIPSecParameters API.
|
|
20367
20980
|
*/
|
|
20368
20981
|
getAllowedIkeIPSecParameters(getAllowedIkeIPSecParametersRequest) {
|
|
20369
20982
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20420,7 +21033,7 @@ class VirtualNetworkClient {
|
|
|
20420
21033
|
* @param GetByoipRangeRequest
|
|
20421
21034
|
* @return GetByoipRangeResponse
|
|
20422
21035
|
* @throws OciError when an error occurs
|
|
20423
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21036
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetByoipRange.ts.html |here} to see how to use GetByoipRange API.
|
|
20424
21037
|
*/
|
|
20425
21038
|
getByoipRange(getByoipRangeRequest) {
|
|
20426
21039
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20483,7 +21096,7 @@ class VirtualNetworkClient {
|
|
|
20483
21096
|
* @param GetCaptureFilterRequest
|
|
20484
21097
|
* @return GetCaptureFilterResponse
|
|
20485
21098
|
* @throws OciError when an error occurs
|
|
20486
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21099
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetCaptureFilter.ts.html |here} to see how to use GetCaptureFilter API.
|
|
20487
21100
|
*/
|
|
20488
21101
|
getCaptureFilter(getCaptureFilterRequest) {
|
|
20489
21102
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20546,7 +21159,7 @@ class VirtualNetworkClient {
|
|
|
20546
21159
|
* @param GetCpeRequest
|
|
20547
21160
|
* @return GetCpeResponse
|
|
20548
21161
|
* @throws OciError when an error occurs
|
|
20549
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21162
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetCpe.ts.html |here} to see how to use GetCpe API.
|
|
20550
21163
|
*/
|
|
20551
21164
|
getCpe(getCpeRequest) {
|
|
20552
21165
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20626,7 +21239,7 @@ class VirtualNetworkClient {
|
|
|
20626
21239
|
* @param GetCpeDeviceConfigContentRequest
|
|
20627
21240
|
* @return GetCpeDeviceConfigContentResponse
|
|
20628
21241
|
* @throws OciError when an error occurs
|
|
20629
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21242
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetCpeDeviceConfigContent.ts.html |here} to see how to use GetCpeDeviceConfigContent API.
|
|
20630
21243
|
*/
|
|
20631
21244
|
getCpeDeviceConfigContent(getCpeDeviceConfigContentRequest) {
|
|
20632
21245
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20692,7 +21305,7 @@ class VirtualNetworkClient {
|
|
|
20692
21305
|
* @param GetCpeDeviceShapeRequest
|
|
20693
21306
|
* @return GetCpeDeviceShapeResponse
|
|
20694
21307
|
* @throws OciError when an error occurs
|
|
20695
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21308
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetCpeDeviceShape.ts.html |here} to see how to use GetCpeDeviceShape API.
|
|
20696
21309
|
*/
|
|
20697
21310
|
getCpeDeviceShape(getCpeDeviceShapeRequest) {
|
|
20698
21311
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20750,7 +21363,7 @@ class VirtualNetworkClient {
|
|
|
20750
21363
|
* @param GetCrossConnectRequest
|
|
20751
21364
|
* @return GetCrossConnectResponse
|
|
20752
21365
|
* @throws OciError when an error occurs
|
|
20753
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21366
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetCrossConnect.ts.html |here} to see how to use GetCrossConnect API.
|
|
20754
21367
|
*/
|
|
20755
21368
|
getCrossConnect(getCrossConnectRequest) {
|
|
20756
21369
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20812,7 +21425,7 @@ class VirtualNetworkClient {
|
|
|
20812
21425
|
* @param GetCrossConnectGroupRequest
|
|
20813
21426
|
* @return GetCrossConnectGroupResponse
|
|
20814
21427
|
* @throws OciError when an error occurs
|
|
20815
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21428
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetCrossConnectGroup.ts.html |here} to see how to use GetCrossConnectGroup API.
|
|
20816
21429
|
*/
|
|
20817
21430
|
getCrossConnectGroup(getCrossConnectGroupRequest) {
|
|
20818
21431
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20874,7 +21487,7 @@ class VirtualNetworkClient {
|
|
|
20874
21487
|
* @param GetCrossConnectLetterOfAuthorityRequest
|
|
20875
21488
|
* @return GetCrossConnectLetterOfAuthorityResponse
|
|
20876
21489
|
* @throws OciError when an error occurs
|
|
20877
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21490
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetCrossConnectLetterOfAuthority.ts.html |here} to see how to use GetCrossConnectLetterOfAuthority API.
|
|
20878
21491
|
*/
|
|
20879
21492
|
getCrossConnectLetterOfAuthority(getCrossConnectLetterOfAuthorityRequest) {
|
|
20880
21493
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20932,7 +21545,7 @@ class VirtualNetworkClient {
|
|
|
20932
21545
|
* @param GetCrossConnectStatusRequest
|
|
20933
21546
|
* @return GetCrossConnectStatusResponse
|
|
20934
21547
|
* @throws OciError when an error occurs
|
|
20935
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21548
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetCrossConnectStatus.ts.html |here} to see how to use GetCrossConnectStatus API.
|
|
20936
21549
|
*/
|
|
20937
21550
|
getCrossConnectStatus(getCrossConnectStatusRequest) {
|
|
20938
21551
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20989,7 +21602,7 @@ class VirtualNetworkClient {
|
|
|
20989
21602
|
* @param GetDhcpOptionsRequest
|
|
20990
21603
|
* @return GetDhcpOptionsResponse
|
|
20991
21604
|
* @throws OciError when an error occurs
|
|
20992
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21605
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetDhcpOptions.ts.html |here} to see how to use GetDhcpOptions API.
|
|
20993
21606
|
*/
|
|
20994
21607
|
getDhcpOptions(getDhcpOptionsRequest) {
|
|
20995
21608
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21051,7 +21664,7 @@ class VirtualNetworkClient {
|
|
|
21051
21664
|
* @param GetDrgRequest
|
|
21052
21665
|
* @return GetDrgResponse
|
|
21053
21666
|
* @throws OciError when an error occurs
|
|
21054
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21667
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetDrg.ts.html |here} to see how to use GetDrg API.
|
|
21055
21668
|
*/
|
|
21056
21669
|
getDrg(getDrgRequest) {
|
|
21057
21670
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21113,7 +21726,7 @@ class VirtualNetworkClient {
|
|
|
21113
21726
|
* @param GetDrgAttachmentRequest
|
|
21114
21727
|
* @return GetDrgAttachmentResponse
|
|
21115
21728
|
* @throws OciError when an error occurs
|
|
21116
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21729
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetDrgAttachment.ts.html |here} to see how to use GetDrgAttachment API.
|
|
21117
21730
|
*/
|
|
21118
21731
|
getDrgAttachment(getDrgAttachmentRequest) {
|
|
21119
21732
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21177,7 +21790,7 @@ class VirtualNetworkClient {
|
|
|
21177
21790
|
* @param GetDrgRedundancyStatusRequest
|
|
21178
21791
|
* @return GetDrgRedundancyStatusResponse
|
|
21179
21792
|
* @throws OciError when an error occurs
|
|
21180
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21793
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetDrgRedundancyStatus.ts.html |here} to see how to use GetDrgRedundancyStatus API.
|
|
21181
21794
|
*/
|
|
21182
21795
|
getDrgRedundancyStatus(getDrgRedundancyStatusRequest) {
|
|
21183
21796
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21235,7 +21848,7 @@ class VirtualNetworkClient {
|
|
|
21235
21848
|
* @param GetDrgRouteDistributionRequest
|
|
21236
21849
|
* @return GetDrgRouteDistributionResponse
|
|
21237
21850
|
* @throws OciError when an error occurs
|
|
21238
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21851
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetDrgRouteDistribution.ts.html |here} to see how to use GetDrgRouteDistribution API.
|
|
21239
21852
|
*/
|
|
21240
21853
|
getDrgRouteDistribution(getDrgRouteDistributionRequest) {
|
|
21241
21854
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21297,7 +21910,7 @@ class VirtualNetworkClient {
|
|
|
21297
21910
|
* @param GetDrgRouteTableRequest
|
|
21298
21911
|
* @return GetDrgRouteTableResponse
|
|
21299
21912
|
* @throws OciError when an error occurs
|
|
21300
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21913
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetDrgRouteTable.ts.html |here} to see how to use GetDrgRouteTable API.
|
|
21301
21914
|
*/
|
|
21302
21915
|
getDrgRouteTable(getDrgRouteTableRequest) {
|
|
21303
21916
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21361,7 +21974,7 @@ class VirtualNetworkClient {
|
|
|
21361
21974
|
* @param GetFastConnectProviderServiceRequest
|
|
21362
21975
|
* @return GetFastConnectProviderServiceResponse
|
|
21363
21976
|
* @throws OciError when an error occurs
|
|
21364
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21977
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetFastConnectProviderService.ts.html |here} to see how to use GetFastConnectProviderService API.
|
|
21365
21978
|
*/
|
|
21366
21979
|
getFastConnectProviderService(getFastConnectProviderServiceRequest) {
|
|
21367
21980
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21420,7 +22033,7 @@ class VirtualNetworkClient {
|
|
|
21420
22033
|
* @param GetFastConnectProviderServiceKeyRequest
|
|
21421
22034
|
* @return GetFastConnectProviderServiceKeyResponse
|
|
21422
22035
|
* @throws OciError when an error occurs
|
|
21423
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22036
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetFastConnectProviderServiceKey.ts.html |here} to see how to use GetFastConnectProviderServiceKey API.
|
|
21424
22037
|
*/
|
|
21425
22038
|
getFastConnectProviderServiceKey(getFastConnectProviderServiceKeyRequest) {
|
|
21426
22039
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21481,7 +22094,7 @@ class VirtualNetworkClient {
|
|
|
21481
22094
|
* @param GetIPSecConnectionRequest
|
|
21482
22095
|
* @return GetIPSecConnectionResponse
|
|
21483
22096
|
* @throws OciError when an error occurs
|
|
21484
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22097
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetIPSecConnection.ts.html |here} to see how to use GetIPSecConnection API.
|
|
21485
22098
|
*/
|
|
21486
22099
|
getIPSecConnection(getIPSecConnectionRequest) {
|
|
21487
22100
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21547,7 +22160,7 @@ class VirtualNetworkClient {
|
|
|
21547
22160
|
* @param GetIPSecConnectionDeviceConfigRequest
|
|
21548
22161
|
* @return GetIPSecConnectionDeviceConfigResponse
|
|
21549
22162
|
* @throws OciError when an error occurs
|
|
21550
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22163
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetIPSecConnectionDeviceConfig.ts.html |here} to see how to use GetIPSecConnectionDeviceConfig API.
|
|
21551
22164
|
*/
|
|
21552
22165
|
getIPSecConnectionDeviceConfig(getIPSecConnectionDeviceConfigRequest) {
|
|
21553
22166
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21611,7 +22224,7 @@ class VirtualNetworkClient {
|
|
|
21611
22224
|
* @param GetIPSecConnectionDeviceStatusRequest
|
|
21612
22225
|
* @return GetIPSecConnectionDeviceStatusResponse
|
|
21613
22226
|
* @throws OciError when an error occurs
|
|
21614
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22227
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetIPSecConnectionDeviceStatus.ts.html |here} to see how to use GetIPSecConnectionDeviceStatus API.
|
|
21615
22228
|
*/
|
|
21616
22229
|
getIPSecConnectionDeviceStatus(getIPSecConnectionDeviceStatusRequest) {
|
|
21617
22230
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21676,7 +22289,7 @@ class VirtualNetworkClient {
|
|
|
21676
22289
|
* @param GetIPSecConnectionTunnelRequest
|
|
21677
22290
|
* @return GetIPSecConnectionTunnelResponse
|
|
21678
22291
|
* @throws OciError when an error occurs
|
|
21679
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22292
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetIPSecConnectionTunnel.ts.html |here} to see how to use GetIPSecConnectionTunnel API.
|
|
21680
22293
|
*/
|
|
21681
22294
|
getIPSecConnectionTunnel(getIPSecConnectionTunnelRequest) {
|
|
21682
22295
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21740,7 +22353,7 @@ class VirtualNetworkClient {
|
|
|
21740
22353
|
* @param GetIPSecConnectionTunnelErrorRequest
|
|
21741
22354
|
* @return GetIPSecConnectionTunnelErrorResponse
|
|
21742
22355
|
* @throws OciError when an error occurs
|
|
21743
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22356
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetIPSecConnectionTunnelError.ts.html |here} to see how to use GetIPSecConnectionTunnelError API.
|
|
21744
22357
|
*/
|
|
21745
22358
|
getIPSecConnectionTunnelError(getIPSecConnectionTunnelErrorRequest) {
|
|
21746
22359
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21800,7 +22413,7 @@ class VirtualNetworkClient {
|
|
|
21800
22413
|
* @param GetIPSecConnectionTunnelSharedSecretRequest
|
|
21801
22414
|
* @return GetIPSecConnectionTunnelSharedSecretResponse
|
|
21802
22415
|
* @throws OciError when an error occurs
|
|
21803
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22416
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetIPSecConnectionTunnelSharedSecret.ts.html |here} to see how to use GetIPSecConnectionTunnelSharedSecret API.
|
|
21804
22417
|
*/
|
|
21805
22418
|
getIPSecConnectionTunnelSharedSecret(getIPSecConnectionTunnelSharedSecretRequest) {
|
|
21806
22419
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21863,7 +22476,7 @@ class VirtualNetworkClient {
|
|
|
21863
22476
|
* @param GetInternetGatewayRequest
|
|
21864
22477
|
* @return GetInternetGatewayResponse
|
|
21865
22478
|
* @throws OciError when an error occurs
|
|
21866
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22479
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetInternetGateway.ts.html |here} to see how to use GetInternetGateway API.
|
|
21867
22480
|
*/
|
|
21868
22481
|
getInternetGateway(getInternetGatewayRequest) {
|
|
21869
22482
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21944,7 +22557,7 @@ class VirtualNetworkClient {
|
|
|
21944
22557
|
* @param GetIpsecCpeDeviceConfigContentRequest
|
|
21945
22558
|
* @return GetIpsecCpeDeviceConfigContentResponse
|
|
21946
22559
|
* @throws OciError when an error occurs
|
|
21947
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22560
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetIpsecCpeDeviceConfigContent.ts.html |here} to see how to use GetIpsecCpeDeviceConfigContent API.
|
|
21948
22561
|
*/
|
|
21949
22562
|
getIpsecCpeDeviceConfigContent(getIpsecCpeDeviceConfigContentRequest) {
|
|
21950
22563
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22005,7 +22618,7 @@ class VirtualNetworkClient {
|
|
|
22005
22618
|
* @param GetIpv6Request
|
|
22006
22619
|
* @return GetIpv6Response
|
|
22007
22620
|
* @throws OciError when an error occurs
|
|
22008
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22621
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetIpv6.ts.html |here} to see how to use GetIpv6 API.
|
|
22009
22622
|
*/
|
|
22010
22623
|
getIpv6(getIpv6Request) {
|
|
22011
22624
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22068,7 +22681,7 @@ class VirtualNetworkClient {
|
|
|
22068
22681
|
* @param GetLocalPeeringGatewayRequest
|
|
22069
22682
|
* @return GetLocalPeeringGatewayResponse
|
|
22070
22683
|
* @throws OciError when an error occurs
|
|
22071
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22684
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetLocalPeeringGateway.ts.html |here} to see how to use GetLocalPeeringGateway API.
|
|
22072
22685
|
*/
|
|
22073
22686
|
getLocalPeeringGateway(getLocalPeeringGatewayRequest) {
|
|
22074
22687
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22130,7 +22743,7 @@ class VirtualNetworkClient {
|
|
|
22130
22743
|
* @param GetNatGatewayRequest
|
|
22131
22744
|
* @return GetNatGatewayResponse
|
|
22132
22745
|
* @throws OciError when an error occurs
|
|
22133
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22746
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetNatGateway.ts.html |here} to see how to use GetNatGateway API.
|
|
22134
22747
|
*/
|
|
22135
22748
|
getNatGateway(getNatGatewayRequest) {
|
|
22136
22749
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22199,7 +22812,7 @@ class VirtualNetworkClient {
|
|
|
22199
22812
|
* @param GetNetworkSecurityGroupRequest
|
|
22200
22813
|
* @return GetNetworkSecurityGroupResponse
|
|
22201
22814
|
* @throws OciError when an error occurs
|
|
22202
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22815
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetNetworkSecurityGroup.ts.html |here} to see how to use GetNetworkSecurityGroup API.
|
|
22203
22816
|
*/
|
|
22204
22817
|
getNetworkSecurityGroup(getNetworkSecurityGroupRequest) {
|
|
22205
22818
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22261,7 +22874,7 @@ class VirtualNetworkClient {
|
|
|
22261
22874
|
* @param GetNetworkingTopologyRequest
|
|
22262
22875
|
* @return GetNetworkingTopologyResponse
|
|
22263
22876
|
* @throws OciError when an error occurs
|
|
22264
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22877
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetNetworkingTopology.ts.html |here} to see how to use GetNetworkingTopology API.
|
|
22265
22878
|
*/
|
|
22266
22879
|
getNetworkingTopology(getNetworkingTopologyRequest) {
|
|
22267
22880
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22332,7 +22945,7 @@ class VirtualNetworkClient {
|
|
|
22332
22945
|
* @param GetPrivateIpRequest
|
|
22333
22946
|
* @return GetPrivateIpResponse
|
|
22334
22947
|
* @throws OciError when an error occurs
|
|
22335
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22948
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetPrivateIp.ts.html |here} to see how to use GetPrivateIp API.
|
|
22336
22949
|
*/
|
|
22337
22950
|
getPrivateIp(getPrivateIpRequest) {
|
|
22338
22951
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22405,7 +23018,7 @@ class VirtualNetworkClient {
|
|
|
22405
23018
|
* @param GetPublicIpRequest
|
|
22406
23019
|
* @return GetPublicIpResponse
|
|
22407
23020
|
* @throws OciError when an error occurs
|
|
22408
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23021
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetPublicIp.ts.html |here} to see how to use GetPublicIp API.
|
|
22409
23022
|
*/
|
|
22410
23023
|
getPublicIp(getPublicIpRequest) {
|
|
22411
23024
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22472,7 +23085,7 @@ class VirtualNetworkClient {
|
|
|
22472
23085
|
* @param GetPublicIpByIpAddressRequest
|
|
22473
23086
|
* @return GetPublicIpByIpAddressResponse
|
|
22474
23087
|
* @throws OciError when an error occurs
|
|
22475
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23088
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetPublicIpByIpAddress.ts.html |here} to see how to use GetPublicIpByIpAddress API.
|
|
22476
23089
|
*/
|
|
22477
23090
|
getPublicIpByIpAddress(getPublicIpByIpAddressRequest) {
|
|
22478
23091
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22544,7 +23157,7 @@ class VirtualNetworkClient {
|
|
|
22544
23157
|
* @param GetPublicIpByPrivateIpIdRequest
|
|
22545
23158
|
* @return GetPublicIpByPrivateIpIdResponse
|
|
22546
23159
|
* @throws OciError when an error occurs
|
|
22547
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23160
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetPublicIpByPrivateIpId.ts.html |here} to see how to use GetPublicIpByPrivateIpId API.
|
|
22548
23161
|
*/
|
|
22549
23162
|
getPublicIpByPrivateIpId(getPublicIpByPrivateIpIdRequest) {
|
|
22550
23163
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22606,7 +23219,7 @@ class VirtualNetworkClient {
|
|
|
22606
23219
|
* @param GetPublicIpPoolRequest
|
|
22607
23220
|
* @return GetPublicIpPoolResponse
|
|
22608
23221
|
* @throws OciError when an error occurs
|
|
22609
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23222
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetPublicIpPool.ts.html |here} to see how to use GetPublicIpPool API.
|
|
22610
23223
|
*/
|
|
22611
23224
|
getPublicIpPool(getPublicIpPoolRequest) {
|
|
22612
23225
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22670,7 +23283,7 @@ class VirtualNetworkClient {
|
|
|
22670
23283
|
* @param GetRemotePeeringConnectionRequest
|
|
22671
23284
|
* @return GetRemotePeeringConnectionResponse
|
|
22672
23285
|
* @throws OciError when an error occurs
|
|
22673
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23286
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetRemotePeeringConnection.ts.html |here} to see how to use GetRemotePeeringConnection API.
|
|
22674
23287
|
*/
|
|
22675
23288
|
getRemotePeeringConnection(getRemotePeeringConnectionRequest) {
|
|
22676
23289
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22732,7 +23345,7 @@ class VirtualNetworkClient {
|
|
|
22732
23345
|
* @param GetRouteTableRequest
|
|
22733
23346
|
* @return GetRouteTableResponse
|
|
22734
23347
|
* @throws OciError when an error occurs
|
|
22735
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23348
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetRouteTable.ts.html |here} to see how to use GetRouteTable API.
|
|
22736
23349
|
*/
|
|
22737
23350
|
getRouteTable(getRouteTableRequest) {
|
|
22738
23351
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22794,7 +23407,7 @@ class VirtualNetworkClient {
|
|
|
22794
23407
|
* @param GetSecurityListRequest
|
|
22795
23408
|
* @return GetSecurityListResponse
|
|
22796
23409
|
* @throws OciError when an error occurs
|
|
22797
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23410
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetSecurityList.ts.html |here} to see how to use GetSecurityList API.
|
|
22798
23411
|
*/
|
|
22799
23412
|
getSecurityList(getSecurityListRequest) {
|
|
22800
23413
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22857,7 +23470,7 @@ class VirtualNetworkClient {
|
|
|
22857
23470
|
* @param GetServiceRequest
|
|
22858
23471
|
* @return GetServiceResponse
|
|
22859
23472
|
* @throws OciError when an error occurs
|
|
22860
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23473
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetService.ts.html |here} to see how to use GetService API.
|
|
22861
23474
|
*/
|
|
22862
23475
|
getService(getServiceRequest) {
|
|
22863
23476
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22919,7 +23532,7 @@ class VirtualNetworkClient {
|
|
|
22919
23532
|
* @param GetServiceGatewayRequest
|
|
22920
23533
|
* @return GetServiceGatewayResponse
|
|
22921
23534
|
* @throws OciError when an error occurs
|
|
22922
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23535
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetServiceGateway.ts.html |here} to see how to use GetServiceGateway API.
|
|
22923
23536
|
*/
|
|
22924
23537
|
getServiceGateway(getServiceGatewayRequest) {
|
|
22925
23538
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22981,7 +23594,7 @@ class VirtualNetworkClient {
|
|
|
22981
23594
|
* @param GetSubnetRequest
|
|
22982
23595
|
* @return GetSubnetResponse
|
|
22983
23596
|
* @throws OciError when an error occurs
|
|
22984
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23597
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetSubnet.ts.html |here} to see how to use GetSubnet API.
|
|
22985
23598
|
*/
|
|
22986
23599
|
getSubnet(getSubnetRequest) {
|
|
22987
23600
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23043,7 +23656,7 @@ class VirtualNetworkClient {
|
|
|
23043
23656
|
* @param GetSubnetTopologyRequest
|
|
23044
23657
|
* @return GetSubnetTopologyResponse
|
|
23045
23658
|
* @throws OciError when an error occurs
|
|
23046
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23659
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetSubnetTopology.ts.html |here} to see how to use GetSubnetTopology API.
|
|
23047
23660
|
*/
|
|
23048
23661
|
getSubnetTopology(getSubnetTopologyRequest) {
|
|
23049
23662
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23116,7 +23729,7 @@ class VirtualNetworkClient {
|
|
|
23116
23729
|
* @param GetTunnelCpeDeviceConfigRequest
|
|
23117
23730
|
* @return GetTunnelCpeDeviceConfigResponse
|
|
23118
23731
|
* @throws OciError when an error occurs
|
|
23119
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23732
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetTunnelCpeDeviceConfig.ts.html |here} to see how to use GetTunnelCpeDeviceConfig API.
|
|
23120
23733
|
*/
|
|
23121
23734
|
getTunnelCpeDeviceConfig(getTunnelCpeDeviceConfigRequest) {
|
|
23122
23735
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23198,7 +23811,7 @@ class VirtualNetworkClient {
|
|
|
23198
23811
|
* @param GetTunnelCpeDeviceConfigContentRequest
|
|
23199
23812
|
* @return GetTunnelCpeDeviceConfigContentResponse
|
|
23200
23813
|
* @throws OciError when an error occurs
|
|
23201
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23814
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetTunnelCpeDeviceConfigContent.ts.html |here} to see how to use GetTunnelCpeDeviceConfigContent API.
|
|
23202
23815
|
*/
|
|
23203
23816
|
getTunnelCpeDeviceConfigContent(getTunnelCpeDeviceConfigContentRequest) {
|
|
23204
23817
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23257,7 +23870,7 @@ class VirtualNetworkClient {
|
|
|
23257
23870
|
* @param GetUpgradeStatusRequest
|
|
23258
23871
|
* @return GetUpgradeStatusResponse
|
|
23259
23872
|
* @throws OciError when an error occurs
|
|
23260
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23873
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetUpgradeStatus.ts.html |here} to see how to use GetUpgradeStatus API.
|
|
23261
23874
|
*/
|
|
23262
23875
|
getUpgradeStatus(getUpgradeStatusRequest) {
|
|
23263
23876
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23315,7 +23928,7 @@ class VirtualNetworkClient {
|
|
|
23315
23928
|
* @param GetVcnRequest
|
|
23316
23929
|
* @return GetVcnResponse
|
|
23317
23930
|
* @throws OciError when an error occurs
|
|
23318
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23931
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetVcn.ts.html |here} to see how to use GetVcn API.
|
|
23319
23932
|
*/
|
|
23320
23933
|
getVcn(getVcnRequest) {
|
|
23321
23934
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23377,7 +23990,7 @@ class VirtualNetworkClient {
|
|
|
23377
23990
|
* @param GetVcnDnsResolverAssociationRequest
|
|
23378
23991
|
* @return GetVcnDnsResolverAssociationResponse
|
|
23379
23992
|
* @throws OciError when an error occurs
|
|
23380
|
-
* @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.74.0/core/GetVcnDnsResolverAssociation.ts.html |here} to see how to use GetVcnDnsResolverAssociation API.
|
|
23381
23994
|
*/
|
|
23382
23995
|
getVcnDnsResolverAssociation(getVcnDnsResolverAssociationRequest) {
|
|
23383
23996
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23440,7 +24053,7 @@ class VirtualNetworkClient {
|
|
|
23440
24053
|
* @param GetVcnTopologyRequest
|
|
23441
24054
|
* @return GetVcnTopologyResponse
|
|
23442
24055
|
* @throws OciError when an error occurs
|
|
23443
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24056
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetVcnTopology.ts.html |here} to see how to use GetVcnTopology API.
|
|
23444
24057
|
*/
|
|
23445
24058
|
getVcnTopology(getVcnTopologyRequest) {
|
|
23446
24059
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23508,7 +24121,7 @@ class VirtualNetworkClient {
|
|
|
23508
24121
|
* @param GetVirtualCircuitRequest
|
|
23509
24122
|
* @return GetVirtualCircuitResponse
|
|
23510
24123
|
* @throws OciError when an error occurs
|
|
23511
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24124
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetVirtualCircuit.ts.html |here} to see how to use GetVirtualCircuit API.
|
|
23512
24125
|
*/
|
|
23513
24126
|
getVirtualCircuit(getVirtualCircuitRequest) {
|
|
23514
24127
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23570,7 +24183,7 @@ class VirtualNetworkClient {
|
|
|
23570
24183
|
* @param GetVlanRequest
|
|
23571
24184
|
* @return GetVlanResponse
|
|
23572
24185
|
* @throws OciError when an error occurs
|
|
23573
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24186
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetVlan.ts.html |here} to see how to use GetVlan API.
|
|
23574
24187
|
*/
|
|
23575
24188
|
getVlan(getVlanRequest) {
|
|
23576
24189
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23637,7 +24250,7 @@ class VirtualNetworkClient {
|
|
|
23637
24250
|
* @param GetVnicRequest
|
|
23638
24251
|
* @return GetVnicResponse
|
|
23639
24252
|
* @throws OciError when an error occurs
|
|
23640
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24253
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetVnic.ts.html |here} to see how to use GetVnic API.
|
|
23641
24254
|
*/
|
|
23642
24255
|
getVnic(getVnicRequest) {
|
|
23643
24256
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23699,7 +24312,7 @@ class VirtualNetworkClient {
|
|
|
23699
24312
|
* @param GetVtapRequest
|
|
23700
24313
|
* @return GetVtapResponse
|
|
23701
24314
|
* @throws OciError when an error occurs
|
|
23702
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24315
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/GetVtap.ts.html |here} to see how to use GetVtap API.
|
|
23703
24316
|
*/
|
|
23704
24317
|
getVtap(getVtapRequest) {
|
|
23705
24318
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23764,7 +24377,7 @@ class VirtualNetworkClient {
|
|
|
23764
24377
|
* @param ListAllowedPeerRegionsForRemotePeeringRequest
|
|
23765
24378
|
* @return ListAllowedPeerRegionsForRemotePeeringResponse
|
|
23766
24379
|
* @throws OciError when an error occurs
|
|
23767
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24380
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListAllowedPeerRegionsForRemotePeering.ts.html |here} to see how to use ListAllowedPeerRegionsForRemotePeering API.
|
|
23768
24381
|
*/
|
|
23769
24382
|
listAllowedPeerRegionsForRemotePeering(listAllowedPeerRegionsForRemotePeeringRequest) {
|
|
23770
24383
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23821,7 +24434,7 @@ class VirtualNetworkClient {
|
|
|
23821
24434
|
* @param ListByoipAllocatedRangesRequest
|
|
23822
24435
|
* @return ListByoipAllocatedRangesResponse
|
|
23823
24436
|
* @throws OciError when an error occurs
|
|
23824
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24437
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListByoipAllocatedRanges.ts.html |here} to see how to use ListByoipAllocatedRanges API.
|
|
23825
24438
|
*/
|
|
23826
24439
|
listByoipAllocatedRanges(listByoipAllocatedRangesRequest) {
|
|
23827
24440
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23889,7 +24502,7 @@ class VirtualNetworkClient {
|
|
|
23889
24502
|
* @param ListByoipRangesRequest
|
|
23890
24503
|
* @return ListByoipRangesResponse
|
|
23891
24504
|
* @throws OciError when an error occurs
|
|
23892
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24505
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListByoipRanges.ts.html |here} to see how to use ListByoipRanges API.
|
|
23893
24506
|
*/
|
|
23894
24507
|
listByoipRanges(listByoipRangesRequest) {
|
|
23895
24508
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23959,7 +24572,7 @@ class VirtualNetworkClient {
|
|
|
23959
24572
|
* @param ListCaptureFiltersRequest
|
|
23960
24573
|
* @return ListCaptureFiltersResponse
|
|
23961
24574
|
* @throws OciError when an error occurs
|
|
23962
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24575
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListCaptureFilters.ts.html |here} to see how to use ListCaptureFilters API.
|
|
23963
24576
|
*/
|
|
23964
24577
|
listCaptureFilters(listCaptureFiltersRequest) {
|
|
23965
24578
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24082,7 +24695,7 @@ class VirtualNetworkClient {
|
|
|
24082
24695
|
* @param ListCpeDeviceShapesRequest
|
|
24083
24696
|
* @return ListCpeDeviceShapesResponse
|
|
24084
24697
|
* @throws OciError when an error occurs
|
|
24085
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24698
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListCpeDeviceShapes.ts.html |here} to see how to use ListCpeDeviceShapes API.
|
|
24086
24699
|
*/
|
|
24087
24700
|
listCpeDeviceShapes(listCpeDeviceShapesRequest) {
|
|
24088
24701
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24187,7 +24800,7 @@ class VirtualNetworkClient {
|
|
|
24187
24800
|
* @param ListCpesRequest
|
|
24188
24801
|
* @return ListCpesResponse
|
|
24189
24802
|
* @throws OciError when an error occurs
|
|
24190
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24803
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListCpes.ts.html |here} to see how to use ListCpes API.
|
|
24191
24804
|
*/
|
|
24192
24805
|
listCpes(listCpesRequest) {
|
|
24193
24806
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24292,7 +24905,7 @@ class VirtualNetworkClient {
|
|
|
24292
24905
|
* @param ListCrossConnectGroupsRequest
|
|
24293
24906
|
* @return ListCrossConnectGroupsResponse
|
|
24294
24907
|
* @throws OciError when an error occurs
|
|
24295
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24908
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListCrossConnectGroups.ts.html |here} to see how to use ListCrossConnectGroups API.
|
|
24296
24909
|
*/
|
|
24297
24910
|
listCrossConnectGroups(listCrossConnectGroupsRequest) {
|
|
24298
24911
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24402,7 +25015,7 @@ class VirtualNetworkClient {
|
|
|
24402
25015
|
* @param ListCrossConnectLocationsRequest
|
|
24403
25016
|
* @return ListCrossConnectLocationsResponse
|
|
24404
25017
|
* @throws OciError when an error occurs
|
|
24405
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25018
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListCrossConnectLocations.ts.html |here} to see how to use ListCrossConnectLocations API.
|
|
24406
25019
|
*/
|
|
24407
25020
|
listCrossConnectLocations(listCrossConnectLocationsRequest) {
|
|
24408
25021
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24508,7 +25121,7 @@ class VirtualNetworkClient {
|
|
|
24508
25121
|
* @param ListCrossConnectMappingsRequest
|
|
24509
25122
|
* @return ListCrossConnectMappingsResponse
|
|
24510
25123
|
* @throws OciError when an error occurs
|
|
24511
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25124
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListCrossConnectMappings.ts.html |here} to see how to use ListCrossConnectMappings API.
|
|
24512
25125
|
*/
|
|
24513
25126
|
listCrossConnectMappings(listCrossConnectMappingsRequest) {
|
|
24514
25127
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24568,7 +25181,7 @@ class VirtualNetworkClient {
|
|
|
24568
25181
|
* @param ListCrossConnectsRequest
|
|
24569
25182
|
* @return ListCrossConnectsResponse
|
|
24570
25183
|
* @throws OciError when an error occurs
|
|
24571
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25184
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListCrossConnects.ts.html |here} to see how to use ListCrossConnects API.
|
|
24572
25185
|
*/
|
|
24573
25186
|
listCrossConnects(listCrossConnectsRequest) {
|
|
24574
25187
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24680,7 +25293,7 @@ class VirtualNetworkClient {
|
|
|
24680
25293
|
* @param ListCrossconnectPortSpeedShapesRequest
|
|
24681
25294
|
* @return ListCrossconnectPortSpeedShapesResponse
|
|
24682
25295
|
* @throws OciError when an error occurs
|
|
24683
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25296
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListCrossconnectPortSpeedShapes.ts.html |here} to see how to use ListCrossconnectPortSpeedShapes API.
|
|
24684
25297
|
*/
|
|
24685
25298
|
listCrossconnectPortSpeedShapes(listCrossconnectPortSpeedShapesRequest) {
|
|
24686
25299
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24788,7 +25401,7 @@ class VirtualNetworkClient {
|
|
|
24788
25401
|
* @param ListDhcpOptionsRequest
|
|
24789
25402
|
* @return ListDhcpOptionsResponse
|
|
24790
25403
|
* @throws OciError when an error occurs
|
|
24791
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25404
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListDhcpOptions.ts.html |here} to see how to use ListDhcpOptions API.
|
|
24792
25405
|
*/
|
|
24793
25406
|
listDhcpOptions(listDhcpOptionsRequest) {
|
|
24794
25407
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24903,7 +25516,7 @@ class VirtualNetworkClient {
|
|
|
24903
25516
|
* @param ListDrgAttachmentsRequest
|
|
24904
25517
|
* @return ListDrgAttachmentsResponse
|
|
24905
25518
|
* @throws OciError when an error occurs
|
|
24906
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25519
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListDrgAttachments.ts.html |here} to see how to use ListDrgAttachments API.
|
|
24907
25520
|
*/
|
|
24908
25521
|
listDrgAttachments(listDrgAttachmentsRequest) {
|
|
24909
25522
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25016,7 +25629,7 @@ class VirtualNetworkClient {
|
|
|
25016
25629
|
* @param ListDrgRouteDistributionStatementsRequest
|
|
25017
25630
|
* @return ListDrgRouteDistributionStatementsResponse
|
|
25018
25631
|
* @throws OciError when an error occurs
|
|
25019
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25632
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListDrgRouteDistributionStatements.ts.html |here} to see how to use ListDrgRouteDistributionStatements API.
|
|
25020
25633
|
*/
|
|
25021
25634
|
listDrgRouteDistributionStatements(listDrgRouteDistributionStatementsRequest) {
|
|
25022
25635
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25127,7 +25740,7 @@ class VirtualNetworkClient {
|
|
|
25127
25740
|
* @param ListDrgRouteDistributionsRequest
|
|
25128
25741
|
* @return ListDrgRouteDistributionsResponse
|
|
25129
25742
|
* @throws OciError when an error occurs
|
|
25130
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25743
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListDrgRouteDistributions.ts.html |here} to see how to use ListDrgRouteDistributions API.
|
|
25131
25744
|
*/
|
|
25132
25745
|
listDrgRouteDistributions(listDrgRouteDistributionsRequest) {
|
|
25133
25746
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25235,7 +25848,7 @@ class VirtualNetworkClient {
|
|
|
25235
25848
|
* @param ListDrgRouteRulesRequest
|
|
25236
25849
|
* @return ListDrgRouteRulesResponse
|
|
25237
25850
|
* @throws OciError when an error occurs
|
|
25238
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25851
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListDrgRouteRules.ts.html |here} to see how to use ListDrgRouteRules API.
|
|
25239
25852
|
*/
|
|
25240
25853
|
listDrgRouteRules(listDrgRouteRulesRequest) {
|
|
25241
25854
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25344,7 +25957,7 @@ class VirtualNetworkClient {
|
|
|
25344
25957
|
* @param ListDrgRouteTablesRequest
|
|
25345
25958
|
* @return ListDrgRouteTablesResponse
|
|
25346
25959
|
* @throws OciError when an error occurs
|
|
25347
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25960
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListDrgRouteTables.ts.html |here} to see how to use ListDrgRouteTables API.
|
|
25348
25961
|
*/
|
|
25349
25962
|
listDrgRouteTables(listDrgRouteTablesRequest) {
|
|
25350
25963
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25454,7 +26067,7 @@ class VirtualNetworkClient {
|
|
|
25454
26067
|
* @param ListDrgsRequest
|
|
25455
26068
|
* @return ListDrgsResponse
|
|
25456
26069
|
* @throws OciError when an error occurs
|
|
25457
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26070
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListDrgs.ts.html |here} to see how to use ListDrgs API.
|
|
25458
26071
|
*/
|
|
25459
26072
|
listDrgs(listDrgsRequest) {
|
|
25460
26073
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25565,7 +26178,7 @@ class VirtualNetworkClient {
|
|
|
25565
26178
|
* @param ListFastConnectProviderServicesRequest
|
|
25566
26179
|
* @return ListFastConnectProviderServicesResponse
|
|
25567
26180
|
* @throws OciError when an error occurs
|
|
25568
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26181
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListFastConnectProviderServices.ts.html |here} to see how to use ListFastConnectProviderServices API.
|
|
25569
26182
|
*/
|
|
25570
26183
|
listFastConnectProviderServices(listFastConnectProviderServicesRequest) {
|
|
25571
26184
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25673,7 +26286,7 @@ class VirtualNetworkClient {
|
|
|
25673
26286
|
* @param ListFastConnectProviderVirtualCircuitBandwidthShapesRequest
|
|
25674
26287
|
* @return ListFastConnectProviderVirtualCircuitBandwidthShapesResponse
|
|
25675
26288
|
* @throws OciError when an error occurs
|
|
25676
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26289
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListFastConnectProviderVirtualCircuitBandwidthShapes.ts.html |here} to see how to use ListFastConnectProviderVirtualCircuitBandwidthShapes API.
|
|
25677
26290
|
*/
|
|
25678
26291
|
listFastConnectProviderVirtualCircuitBandwidthShapes(listFastConnectProviderVirtualCircuitBandwidthShapesRequest) {
|
|
25679
26292
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25779,7 +26392,7 @@ class VirtualNetworkClient {
|
|
|
25779
26392
|
* @param ListIPSecConnectionTunnelRoutesRequest
|
|
25780
26393
|
* @return ListIPSecConnectionTunnelRoutesResponse
|
|
25781
26394
|
* @throws OciError when an error occurs
|
|
25782
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26395
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListIPSecConnectionTunnelRoutes.ts.html |here} to see how to use ListIPSecConnectionTunnelRoutes API.
|
|
25783
26396
|
*/
|
|
25784
26397
|
listIPSecConnectionTunnelRoutes(listIPSecConnectionTunnelRoutesRequest) {
|
|
25785
26398
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25892,7 +26505,7 @@ class VirtualNetworkClient {
|
|
|
25892
26505
|
* @param ListIPSecConnectionTunnelSecurityAssociationsRequest
|
|
25893
26506
|
* @return ListIPSecConnectionTunnelSecurityAssociationsResponse
|
|
25894
26507
|
* @throws OciError when an error occurs
|
|
25895
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26508
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListIPSecConnectionTunnelSecurityAssociations.ts.html |here} to see how to use ListIPSecConnectionTunnelSecurityAssociations API.
|
|
25896
26509
|
*/
|
|
25897
26510
|
listIPSecConnectionTunnelSecurityAssociations(listIPSecConnectionTunnelSecurityAssociationsRequest) {
|
|
25898
26511
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26004,7 +26617,7 @@ class VirtualNetworkClient {
|
|
|
26004
26617
|
* @param ListIPSecConnectionTunnelsRequest
|
|
26005
26618
|
* @return ListIPSecConnectionTunnelsResponse
|
|
26006
26619
|
* @throws OciError when an error occurs
|
|
26007
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26620
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListIPSecConnectionTunnels.ts.html |here} to see how to use ListIPSecConnectionTunnels API.
|
|
26008
26621
|
*/
|
|
26009
26622
|
listIPSecConnectionTunnels(listIPSecConnectionTunnelsRequest) {
|
|
26010
26623
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26111,7 +26724,7 @@ class VirtualNetworkClient {
|
|
|
26111
26724
|
* @param ListIPSecConnectionsRequest
|
|
26112
26725
|
* @return ListIPSecConnectionsResponse
|
|
26113
26726
|
* @throws OciError when an error occurs
|
|
26114
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26727
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListIPSecConnections.ts.html |here} to see how to use ListIPSecConnections API.
|
|
26115
26728
|
*/
|
|
26116
26729
|
listIPSecConnections(listIPSecConnectionsRequest) {
|
|
26117
26730
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26219,7 +26832,7 @@ class VirtualNetworkClient {
|
|
|
26219
26832
|
* @param ListInternetGatewaysRequest
|
|
26220
26833
|
* @return ListInternetGatewaysResponse
|
|
26221
26834
|
* @throws OciError when an error occurs
|
|
26222
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26835
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListInternetGateways.ts.html |here} to see how to use ListInternetGateways API.
|
|
26223
26836
|
*/
|
|
26224
26837
|
listInternetGateways(listInternetGatewaysRequest) {
|
|
26225
26838
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26336,7 +26949,7 @@ class VirtualNetworkClient {
|
|
|
26336
26949
|
* @param ListIpv6sRequest
|
|
26337
26950
|
* @return ListIpv6sResponse
|
|
26338
26951
|
* @throws OciError when an error occurs
|
|
26339
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26952
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListIpv6s.ts.html |here} to see how to use ListIpv6s API.
|
|
26340
26953
|
*/
|
|
26341
26954
|
listIpv6s(listIpv6sRequest) {
|
|
26342
26955
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26445,7 +27058,7 @@ class VirtualNetworkClient {
|
|
|
26445
27058
|
* @param ListLocalPeeringGatewaysRequest
|
|
26446
27059
|
* @return ListLocalPeeringGatewaysResponse
|
|
26447
27060
|
* @throws OciError when an error occurs
|
|
26448
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27061
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListLocalPeeringGateways.ts.html |here} to see how to use ListLocalPeeringGateways API.
|
|
26449
27062
|
*/
|
|
26450
27063
|
listLocalPeeringGateways(listLocalPeeringGatewaysRequest) {
|
|
26451
27064
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26552,7 +27165,7 @@ class VirtualNetworkClient {
|
|
|
26552
27165
|
* @param ListNatGatewaysRequest
|
|
26553
27166
|
* @return ListNatGatewaysResponse
|
|
26554
27167
|
* @throws OciError when an error occurs
|
|
26555
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27168
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListNatGateways.ts.html |here} to see how to use ListNatGateways API.
|
|
26556
27169
|
*/
|
|
26557
27170
|
listNatGateways(listNatGatewaysRequest) {
|
|
26558
27171
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26662,7 +27275,7 @@ class VirtualNetworkClient {
|
|
|
26662
27275
|
* @param ListNetworkSecurityGroupSecurityRulesRequest
|
|
26663
27276
|
* @return ListNetworkSecurityGroupSecurityRulesResponse
|
|
26664
27277
|
* @throws OciError when an error occurs
|
|
26665
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27278
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListNetworkSecurityGroupSecurityRules.ts.html |here} to see how to use ListNetworkSecurityGroupSecurityRules API.
|
|
26666
27279
|
*/
|
|
26667
27280
|
listNetworkSecurityGroupSecurityRules(listNetworkSecurityGroupSecurityRulesRequest) {
|
|
26668
27281
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26771,7 +27384,7 @@ class VirtualNetworkClient {
|
|
|
26771
27384
|
* @param ListNetworkSecurityGroupVnicsRequest
|
|
26772
27385
|
* @return ListNetworkSecurityGroupVnicsResponse
|
|
26773
27386
|
* @throws OciError when an error occurs
|
|
26774
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27387
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListNetworkSecurityGroupVnics.ts.html |here} to see how to use ListNetworkSecurityGroupVnics API.
|
|
26775
27388
|
*/
|
|
26776
27389
|
listNetworkSecurityGroupVnics(listNetworkSecurityGroupVnicsRequest) {
|
|
26777
27390
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26880,7 +27493,7 @@ class VirtualNetworkClient {
|
|
|
26880
27493
|
* @param ListNetworkSecurityGroupsRequest
|
|
26881
27494
|
* @return ListNetworkSecurityGroupsResponse
|
|
26882
27495
|
* @throws OciError when an error occurs
|
|
26883
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27496
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListNetworkSecurityGroups.ts.html |here} to see how to use ListNetworkSecurityGroups API.
|
|
26884
27497
|
*/
|
|
26885
27498
|
listNetworkSecurityGroups(listNetworkSecurityGroupsRequest) {
|
|
26886
27499
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27006,7 +27619,7 @@ class VirtualNetworkClient {
|
|
|
27006
27619
|
* @param ListPrivateIpsRequest
|
|
27007
27620
|
* @return ListPrivateIpsResponse
|
|
27008
27621
|
* @throws OciError when an error occurs
|
|
27009
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27622
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListPrivateIps.ts.html |here} to see how to use ListPrivateIps API.
|
|
27010
27623
|
*/
|
|
27011
27624
|
listPrivateIps(listPrivateIpsRequest) {
|
|
27012
27625
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27115,7 +27728,7 @@ class VirtualNetworkClient {
|
|
|
27115
27728
|
* @param ListPublicIpPoolsRequest
|
|
27116
27729
|
* @return ListPublicIpPoolsResponse
|
|
27117
27730
|
* @throws OciError when an error occurs
|
|
27118
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27731
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListPublicIpPools.ts.html |here} to see how to use ListPublicIpPools API.
|
|
27119
27732
|
*/
|
|
27120
27733
|
listPublicIpPools(listPublicIpPoolsRequest) {
|
|
27121
27734
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27204,7 +27817,7 @@ class VirtualNetworkClient {
|
|
|
27204
27817
|
* @param ListPublicIpsRequest
|
|
27205
27818
|
* @return ListPublicIpsResponse
|
|
27206
27819
|
* @throws OciError when an error occurs
|
|
27207
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27820
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListPublicIps.ts.html |here} to see how to use ListPublicIps API.
|
|
27208
27821
|
*/
|
|
27209
27822
|
listPublicIps(listPublicIpsRequest) {
|
|
27210
27823
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27314,7 +27927,7 @@ class VirtualNetworkClient {
|
|
|
27314
27927
|
* @param ListRemotePeeringConnectionsRequest
|
|
27315
27928
|
* @return ListRemotePeeringConnectionsResponse
|
|
27316
27929
|
* @throws OciError when an error occurs
|
|
27317
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27930
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListRemotePeeringConnections.ts.html |here} to see how to use ListRemotePeeringConnections API.
|
|
27318
27931
|
*/
|
|
27319
27932
|
listRemotePeeringConnections(listRemotePeeringConnectionsRequest) {
|
|
27320
27933
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27423,7 +28036,7 @@ class VirtualNetworkClient {
|
|
|
27423
28036
|
* @param ListRouteTablesRequest
|
|
27424
28037
|
* @return ListRouteTablesResponse
|
|
27425
28038
|
* @throws OciError when an error occurs
|
|
27426
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28039
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListRouteTables.ts.html |here} to see how to use ListRouteTables API.
|
|
27427
28040
|
*/
|
|
27428
28041
|
listRouteTables(listRouteTablesRequest) {
|
|
27429
28042
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27534,7 +28147,7 @@ class VirtualNetworkClient {
|
|
|
27534
28147
|
* @param ListSecurityListsRequest
|
|
27535
28148
|
* @return ListSecurityListsResponse
|
|
27536
28149
|
* @throws OciError when an error occurs
|
|
27537
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28150
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListSecurityLists.ts.html |here} to see how to use ListSecurityLists API.
|
|
27538
28151
|
*/
|
|
27539
28152
|
listSecurityLists(listSecurityListsRequest) {
|
|
27540
28153
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27645,7 +28258,7 @@ class VirtualNetworkClient {
|
|
|
27645
28258
|
* @param ListServiceGatewaysRequest
|
|
27646
28259
|
* @return ListServiceGatewaysResponse
|
|
27647
28260
|
* @throws OciError when an error occurs
|
|
27648
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28261
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListServiceGateways.ts.html |here} to see how to use ListServiceGateways API.
|
|
27649
28262
|
*/
|
|
27650
28263
|
listServiceGateways(listServiceGatewaysRequest) {
|
|
27651
28264
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27755,7 +28368,7 @@ class VirtualNetworkClient {
|
|
|
27755
28368
|
* @param ListServicesRequest
|
|
27756
28369
|
* @return ListServicesResponse
|
|
27757
28370
|
* @throws OciError when an error occurs
|
|
27758
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28371
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListServices.ts.html |here} to see how to use ListServices API.
|
|
27759
28372
|
*/
|
|
27760
28373
|
listServices(listServicesRequest) {
|
|
27761
28374
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27860,7 +28473,7 @@ class VirtualNetworkClient {
|
|
|
27860
28473
|
* @param ListSubnetsRequest
|
|
27861
28474
|
* @return ListSubnetsResponse
|
|
27862
28475
|
* @throws OciError when an error occurs
|
|
27863
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28476
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListSubnets.ts.html |here} to see how to use ListSubnets API.
|
|
27864
28477
|
*/
|
|
27865
28478
|
listSubnets(listSubnetsRequest) {
|
|
27866
28479
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27970,7 +28583,7 @@ class VirtualNetworkClient {
|
|
|
27970
28583
|
* @param ListVcnsRequest
|
|
27971
28584
|
* @return ListVcnsResponse
|
|
27972
28585
|
* @throws OciError when an error occurs
|
|
27973
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28586
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListVcns.ts.html |here} to see how to use ListVcns API.
|
|
27974
28587
|
*/
|
|
27975
28588
|
listVcns(listVcnsRequest) {
|
|
27976
28589
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28078,7 +28691,7 @@ class VirtualNetworkClient {
|
|
|
28078
28691
|
* @param ListVirtualCircuitAssociatedTunnelsRequest
|
|
28079
28692
|
* @return ListVirtualCircuitAssociatedTunnelsResponse
|
|
28080
28693
|
* @throws OciError when an error occurs
|
|
28081
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28694
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListVirtualCircuitAssociatedTunnels.ts.html |here} to see how to use ListVirtualCircuitAssociatedTunnels API.
|
|
28082
28695
|
*/
|
|
28083
28696
|
listVirtualCircuitAssociatedTunnels(listVirtualCircuitAssociatedTunnelsRequest) {
|
|
28084
28697
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28189,7 +28802,7 @@ class VirtualNetworkClient {
|
|
|
28189
28802
|
* @param ListVirtualCircuitBandwidthShapesRequest
|
|
28190
28803
|
* @return ListVirtualCircuitBandwidthShapesResponse
|
|
28191
28804
|
* @throws OciError when an error occurs
|
|
28192
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28805
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListVirtualCircuitBandwidthShapes.ts.html |here} to see how to use ListVirtualCircuitBandwidthShapes API.
|
|
28193
28806
|
*/
|
|
28194
28807
|
listVirtualCircuitBandwidthShapes(listVirtualCircuitBandwidthShapesRequest) {
|
|
28195
28808
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28295,7 +28908,7 @@ class VirtualNetworkClient {
|
|
|
28295
28908
|
* @param ListVirtualCircuitPublicPrefixesRequest
|
|
28296
28909
|
* @return ListVirtualCircuitPublicPrefixesResponse
|
|
28297
28910
|
* @throws OciError when an error occurs
|
|
28298
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28911
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListVirtualCircuitPublicPrefixes.ts.html |here} to see how to use ListVirtualCircuitPublicPrefixes API.
|
|
28299
28912
|
*/
|
|
28300
28913
|
listVirtualCircuitPublicPrefixes(listVirtualCircuitPublicPrefixesRequest) {
|
|
28301
28914
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28355,7 +28968,7 @@ class VirtualNetworkClient {
|
|
|
28355
28968
|
* @param ListVirtualCircuitsRequest
|
|
28356
28969
|
* @return ListVirtualCircuitsResponse
|
|
28357
28970
|
* @throws OciError when an error occurs
|
|
28358
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28971
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListVirtualCircuits.ts.html |here} to see how to use ListVirtualCircuits API.
|
|
28359
28972
|
*/
|
|
28360
28973
|
listVirtualCircuits(listVirtualCircuitsRequest) {
|
|
28361
28974
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28464,7 +29077,7 @@ class VirtualNetworkClient {
|
|
|
28464
29077
|
* @param ListVlansRequest
|
|
28465
29078
|
* @return ListVlansResponse
|
|
28466
29079
|
* @throws OciError when an error occurs
|
|
28467
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29080
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListVlans.ts.html |here} to see how to use ListVlans API.
|
|
28468
29081
|
*/
|
|
28469
29082
|
listVlans(listVlansRequest) {
|
|
28470
29083
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28575,7 +29188,7 @@ class VirtualNetworkClient {
|
|
|
28575
29188
|
* @param ListVtapsRequest
|
|
28576
29189
|
* @return ListVtapsResponse
|
|
28577
29190
|
* @throws OciError when an error occurs
|
|
28578
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29191
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ListVtaps.ts.html |here} to see how to use ListVtaps API.
|
|
28579
29192
|
*/
|
|
28580
29193
|
listVtaps(listVtapsRequest) {
|
|
28581
29194
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28698,7 +29311,7 @@ class VirtualNetworkClient {
|
|
|
28698
29311
|
* @param ModifyVcnCidrRequest
|
|
28699
29312
|
* @return ModifyVcnCidrResponse
|
|
28700
29313
|
* @throws OciError when an error occurs
|
|
28701
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29314
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ModifyVcnCidr.ts.html |here} to see how to use ModifyVcnCidr API.
|
|
28702
29315
|
*/
|
|
28703
29316
|
modifyVcnCidr(modifyVcnCidrRequest) {
|
|
28704
29317
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28761,7 +29374,7 @@ class VirtualNetworkClient {
|
|
|
28761
29374
|
* @param RemoveDrgRouteDistributionStatementsRequest
|
|
28762
29375
|
* @return RemoveDrgRouteDistributionStatementsResponse
|
|
28763
29376
|
* @throws OciError when an error occurs
|
|
28764
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29377
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/RemoveDrgRouteDistributionStatements.ts.html |here} to see how to use RemoveDrgRouteDistributionStatements API.
|
|
28765
29378
|
*/
|
|
28766
29379
|
removeDrgRouteDistributionStatements(removeDrgRouteDistributionStatementsRequest) {
|
|
28767
29380
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28816,7 +29429,7 @@ class VirtualNetworkClient {
|
|
|
28816
29429
|
* @param RemoveDrgRouteRulesRequest
|
|
28817
29430
|
* @return RemoveDrgRouteRulesResponse
|
|
28818
29431
|
* @throws OciError when an error occurs
|
|
28819
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29432
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/RemoveDrgRouteRules.ts.html |here} to see how to use RemoveDrgRouteRules API.
|
|
28820
29433
|
*/
|
|
28821
29434
|
removeDrgRouteRules(removeDrgRouteRulesRequest) {
|
|
28822
29435
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28871,7 +29484,7 @@ class VirtualNetworkClient {
|
|
|
28871
29484
|
* @param RemoveExportDrgRouteDistributionRequest
|
|
28872
29485
|
* @return RemoveExportDrgRouteDistributionResponse
|
|
28873
29486
|
* @throws OciError when an error occurs
|
|
28874
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29487
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/RemoveExportDrgRouteDistribution.ts.html |here} to see how to use RemoveExportDrgRouteDistribution API.
|
|
28875
29488
|
*/
|
|
28876
29489
|
removeExportDrgRouteDistribution(removeExportDrgRouteDistributionRequest) {
|
|
28877
29490
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28937,7 +29550,7 @@ class VirtualNetworkClient {
|
|
|
28937
29550
|
* @param RemoveImportDrgRouteDistributionRequest
|
|
28938
29551
|
* @return RemoveImportDrgRouteDistributionResponse
|
|
28939
29552
|
* @throws OciError when an error occurs
|
|
28940
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29553
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/RemoveImportDrgRouteDistribution.ts.html |here} to see how to use RemoveImportDrgRouteDistribution API.
|
|
28941
29554
|
*/
|
|
28942
29555
|
removeImportDrgRouteDistribution(removeImportDrgRouteDistributionRequest) {
|
|
28943
29556
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29002,7 +29615,7 @@ class VirtualNetworkClient {
|
|
|
29002
29615
|
* @param RemoveIpv6SubnetCidrRequest
|
|
29003
29616
|
* @return RemoveIpv6SubnetCidrResponse
|
|
29004
29617
|
* @throws OciError when an error occurs
|
|
29005
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29618
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/RemoveIpv6SubnetCidr.ts.html |here} to see how to use RemoveIpv6SubnetCidr API.
|
|
29006
29619
|
*/
|
|
29007
29620
|
removeIpv6SubnetCidr(removeIpv6SubnetCidrRequest) {
|
|
29008
29621
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29070,7 +29683,7 @@ class VirtualNetworkClient {
|
|
|
29070
29683
|
* @param RemoveIpv6VcnCidrRequest
|
|
29071
29684
|
* @return RemoveIpv6VcnCidrResponse
|
|
29072
29685
|
* @throws OciError when an error occurs
|
|
29073
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29686
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/RemoveIpv6VcnCidr.ts.html |here} to see how to use RemoveIpv6VcnCidr API.
|
|
29074
29687
|
*/
|
|
29075
29688
|
removeIpv6VcnCidr(removeIpv6VcnCidrRequest) {
|
|
29076
29689
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29138,7 +29751,7 @@ class VirtualNetworkClient {
|
|
|
29138
29751
|
* @param RemoveNetworkSecurityGroupSecurityRulesRequest
|
|
29139
29752
|
* @return RemoveNetworkSecurityGroupSecurityRulesResponse
|
|
29140
29753
|
* @throws OciError when an error occurs
|
|
29141
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29754
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/RemoveNetworkSecurityGroupSecurityRules.ts.html |here} to see how to use RemoveNetworkSecurityGroupSecurityRules API.
|
|
29142
29755
|
*/
|
|
29143
29756
|
removeNetworkSecurityGroupSecurityRules(removeNetworkSecurityGroupSecurityRulesRequest) {
|
|
29144
29757
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29193,7 +29806,7 @@ class VirtualNetworkClient {
|
|
|
29193
29806
|
* @param RemovePublicIpPoolCapacityRequest
|
|
29194
29807
|
* @return RemovePublicIpPoolCapacityResponse
|
|
29195
29808
|
* @throws OciError when an error occurs
|
|
29196
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29809
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/RemovePublicIpPoolCapacity.ts.html |here} to see how to use RemovePublicIpPoolCapacity API.
|
|
29197
29810
|
*/
|
|
29198
29811
|
removePublicIpPoolCapacity(removePublicIpPoolCapacityRequest) {
|
|
29199
29812
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29263,7 +29876,7 @@ class VirtualNetworkClient {
|
|
|
29263
29876
|
* @param RemoveVcnCidrRequest
|
|
29264
29877
|
* @return RemoveVcnCidrResponse
|
|
29265
29878
|
* @throws OciError when an error occurs
|
|
29266
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29879
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/RemoveVcnCidr.ts.html |here} to see how to use RemoveVcnCidr API.
|
|
29267
29880
|
*/
|
|
29268
29881
|
removeVcnCidr(removeVcnCidrRequest) {
|
|
29269
29882
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29326,7 +29939,7 @@ class VirtualNetworkClient {
|
|
|
29326
29939
|
* @param UpdateByoipRangeRequest
|
|
29327
29940
|
* @return UpdateByoipRangeResponse
|
|
29328
29941
|
* @throws OciError when an error occurs
|
|
29329
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29942
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateByoipRange.ts.html |here} to see how to use UpdateByoipRange API.
|
|
29330
29943
|
*/
|
|
29331
29944
|
updateByoipRange(updateByoipRangeRequest) {
|
|
29332
29945
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29392,7 +30005,7 @@ class VirtualNetworkClient {
|
|
|
29392
30005
|
* @param UpdateCaptureFilterRequest
|
|
29393
30006
|
* @return UpdateCaptureFilterResponse
|
|
29394
30007
|
* @throws OciError when an error occurs
|
|
29395
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30008
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateCaptureFilter.ts.html |here} to see how to use UpdateCaptureFilter API.
|
|
29396
30009
|
*/
|
|
29397
30010
|
updateCaptureFilter(updateCaptureFilterRequest) {
|
|
29398
30011
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29459,7 +30072,7 @@ class VirtualNetworkClient {
|
|
|
29459
30072
|
* @param UpdateCpeRequest
|
|
29460
30073
|
* @return UpdateCpeResponse
|
|
29461
30074
|
* @throws OciError when an error occurs
|
|
29462
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30075
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateCpe.ts.html |here} to see how to use UpdateCpe API.
|
|
29463
30076
|
*/
|
|
29464
30077
|
updateCpe(updateCpeRequest) {
|
|
29465
30078
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29523,7 +30136,7 @@ class VirtualNetworkClient {
|
|
|
29523
30136
|
* @param UpdateCrossConnectRequest
|
|
29524
30137
|
* @return UpdateCrossConnectResponse
|
|
29525
30138
|
* @throws OciError when an error occurs
|
|
29526
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30139
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateCrossConnect.ts.html |here} to see how to use UpdateCrossConnect API.
|
|
29527
30140
|
*/
|
|
29528
30141
|
updateCrossConnect(updateCrossConnectRequest) {
|
|
29529
30142
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29589,7 +30202,7 @@ class VirtualNetworkClient {
|
|
|
29589
30202
|
* @param UpdateCrossConnectGroupRequest
|
|
29590
30203
|
* @return UpdateCrossConnectGroupResponse
|
|
29591
30204
|
* @throws OciError when an error occurs
|
|
29592
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30205
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateCrossConnectGroup.ts.html |here} to see how to use UpdateCrossConnectGroup API.
|
|
29593
30206
|
*/
|
|
29594
30207
|
updateCrossConnectGroup(updateCrossConnectGroupRequest) {
|
|
29595
30208
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29657,7 +30270,7 @@ class VirtualNetworkClient {
|
|
|
29657
30270
|
* @param UpdateDhcpOptionsRequest
|
|
29658
30271
|
* @return UpdateDhcpOptionsResponse
|
|
29659
30272
|
* @throws OciError when an error occurs
|
|
29660
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30273
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateDhcpOptions.ts.html |here} to see how to use UpdateDhcpOptions API.
|
|
29661
30274
|
*/
|
|
29662
30275
|
updateDhcpOptions(updateDhcpOptionsRequest) {
|
|
29663
30276
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29722,7 +30335,7 @@ class VirtualNetworkClient {
|
|
|
29722
30335
|
* @param UpdateDrgRequest
|
|
29723
30336
|
* @return UpdateDrgResponse
|
|
29724
30337
|
* @throws OciError when an error occurs
|
|
29725
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30338
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateDrg.ts.html |here} to see how to use UpdateDrg API.
|
|
29726
30339
|
*/
|
|
29727
30340
|
updateDrg(updateDrgRequest) {
|
|
29728
30341
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29788,7 +30401,7 @@ class VirtualNetworkClient {
|
|
|
29788
30401
|
* @param UpdateDrgAttachmentRequest
|
|
29789
30402
|
* @return UpdateDrgAttachmentResponse
|
|
29790
30403
|
* @throws OciError when an error occurs
|
|
29791
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30404
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateDrgAttachment.ts.html |here} to see how to use UpdateDrgAttachment API.
|
|
29792
30405
|
*/
|
|
29793
30406
|
updateDrgAttachment(updateDrgAttachmentRequest) {
|
|
29794
30407
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29853,7 +30466,7 @@ class VirtualNetworkClient {
|
|
|
29853
30466
|
* @param UpdateDrgRouteDistributionRequest
|
|
29854
30467
|
* @return UpdateDrgRouteDistributionResponse
|
|
29855
30468
|
* @throws OciError when an error occurs
|
|
29856
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30469
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateDrgRouteDistribution.ts.html |here} to see how to use UpdateDrgRouteDistribution API.
|
|
29857
30470
|
*/
|
|
29858
30471
|
updateDrgRouteDistribution(updateDrgRouteDistributionRequest) {
|
|
29859
30472
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29918,7 +30531,7 @@ class VirtualNetworkClient {
|
|
|
29918
30531
|
* @param UpdateDrgRouteDistributionStatementsRequest
|
|
29919
30532
|
* @return UpdateDrgRouteDistributionStatementsResponse
|
|
29920
30533
|
* @throws OciError when an error occurs
|
|
29921
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30534
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateDrgRouteDistributionStatements.ts.html |here} to see how to use UpdateDrgRouteDistributionStatements API.
|
|
29922
30535
|
*/
|
|
29923
30536
|
updateDrgRouteDistributionStatements(updateDrgRouteDistributionStatementsRequest) {
|
|
29924
30537
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29977,7 +30590,7 @@ class VirtualNetworkClient {
|
|
|
29977
30590
|
* @param UpdateDrgRouteRulesRequest
|
|
29978
30591
|
* @return UpdateDrgRouteRulesResponse
|
|
29979
30592
|
* @throws OciError when an error occurs
|
|
29980
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30593
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateDrgRouteRules.ts.html |here} to see how to use UpdateDrgRouteRules API.
|
|
29981
30594
|
*/
|
|
29982
30595
|
updateDrgRouteRules(updateDrgRouteRulesRequest) {
|
|
29983
30596
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30036,7 +30649,7 @@ class VirtualNetworkClient {
|
|
|
30036
30649
|
* @param UpdateDrgRouteTableRequest
|
|
30037
30650
|
* @return UpdateDrgRouteTableResponse
|
|
30038
30651
|
* @throws OciError when an error occurs
|
|
30039
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30652
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateDrgRouteTable.ts.html |here} to see how to use UpdateDrgRouteTable API.
|
|
30040
30653
|
*/
|
|
30041
30654
|
updateDrgRouteTable(updateDrgRouteTableRequest) {
|
|
30042
30655
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30104,7 +30717,7 @@ class VirtualNetworkClient {
|
|
|
30104
30717
|
* @param UpdateIPSecConnectionRequest
|
|
30105
30718
|
* @return UpdateIPSecConnectionResponse
|
|
30106
30719
|
* @throws OciError when an error occurs
|
|
30107
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30720
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateIPSecConnection.ts.html |here} to see how to use UpdateIPSecConnection API.
|
|
30108
30721
|
*/
|
|
30109
30722
|
updateIPSecConnection(updateIPSecConnectionRequest) {
|
|
30110
30723
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30180,7 +30793,7 @@ class VirtualNetworkClient {
|
|
|
30180
30793
|
* @param UpdateIPSecConnectionTunnelRequest
|
|
30181
30794
|
* @return UpdateIPSecConnectionTunnelResponse
|
|
30182
30795
|
* @throws OciError when an error occurs
|
|
30183
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30796
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateIPSecConnectionTunnel.ts.html |here} to see how to use UpdateIPSecConnectionTunnel API.
|
|
30184
30797
|
*/
|
|
30185
30798
|
updateIPSecConnectionTunnel(updateIPSecConnectionTunnelRequest) {
|
|
30186
30799
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30249,7 +30862,7 @@ class VirtualNetworkClient {
|
|
|
30249
30862
|
* @param UpdateIPSecConnectionTunnelSharedSecretRequest
|
|
30250
30863
|
* @return UpdateIPSecConnectionTunnelSharedSecretResponse
|
|
30251
30864
|
* @throws OciError when an error occurs
|
|
30252
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30865
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateIPSecConnectionTunnelSharedSecret.ts.html |here} to see how to use UpdateIPSecConnectionTunnelSharedSecret API.
|
|
30253
30866
|
*/
|
|
30254
30867
|
updateIPSecConnectionTunnelSharedSecret(updateIPSecConnectionTunnelSharedSecretRequest) {
|
|
30255
30868
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30319,7 +30932,7 @@ class VirtualNetworkClient {
|
|
|
30319
30932
|
* @param UpdateInternetGatewayRequest
|
|
30320
30933
|
* @return UpdateInternetGatewayResponse
|
|
30321
30934
|
* @throws OciError when an error occurs
|
|
30322
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30935
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateInternetGateway.ts.html |here} to see how to use UpdateInternetGateway API.
|
|
30323
30936
|
*/
|
|
30324
30937
|
updateInternetGateway(updateInternetGatewayRequest) {
|
|
30325
30938
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30390,7 +31003,7 @@ class VirtualNetworkClient {
|
|
|
30390
31003
|
* @param UpdateIpv6Request
|
|
30391
31004
|
* @return UpdateIpv6Response
|
|
30392
31005
|
* @throws OciError when an error occurs
|
|
30393
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
31006
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateIpv6.ts.html |here} to see how to use UpdateIpv6 API.
|
|
30394
31007
|
*/
|
|
30395
31008
|
updateIpv6(updateIpv6Request) {
|
|
30396
31009
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30456,7 +31069,7 @@ class VirtualNetworkClient {
|
|
|
30456
31069
|
* @param UpdateLocalPeeringGatewayRequest
|
|
30457
31070
|
* @return UpdateLocalPeeringGatewayResponse
|
|
30458
31071
|
* @throws OciError when an error occurs
|
|
30459
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
31072
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateLocalPeeringGateway.ts.html |here} to see how to use UpdateLocalPeeringGateway API.
|
|
30460
31073
|
*/
|
|
30461
31074
|
updateLocalPeeringGateway(updateLocalPeeringGatewayRequest) {
|
|
30462
31075
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30521,7 +31134,7 @@ class VirtualNetworkClient {
|
|
|
30521
31134
|
* @param UpdateNatGatewayRequest
|
|
30522
31135
|
* @return UpdateNatGatewayResponse
|
|
30523
31136
|
* @throws OciError when an error occurs
|
|
30524
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
31137
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateNatGateway.ts.html |here} to see how to use UpdateNatGateway API.
|
|
30525
31138
|
*/
|
|
30526
31139
|
updateNatGateway(updateNatGatewayRequest) {
|
|
30527
31140
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30600,7 +31213,7 @@ class VirtualNetworkClient {
|
|
|
30600
31213
|
* @param UpdateNetworkSecurityGroupRequest
|
|
30601
31214
|
* @return UpdateNetworkSecurityGroupResponse
|
|
30602
31215
|
* @throws OciError when an error occurs
|
|
30603
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
31216
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateNetworkSecurityGroup.ts.html |here} to see how to use UpdateNetworkSecurityGroup API.
|
|
30604
31217
|
*/
|
|
30605
31218
|
updateNetworkSecurityGroup(updateNetworkSecurityGroupRequest) {
|
|
30606
31219
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30665,7 +31278,7 @@ class VirtualNetworkClient {
|
|
|
30665
31278
|
* @param UpdateNetworkSecurityGroupSecurityRulesRequest
|
|
30666
31279
|
* @return UpdateNetworkSecurityGroupSecurityRulesResponse
|
|
30667
31280
|
* @throws OciError when an error occurs
|
|
30668
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
31281
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateNetworkSecurityGroupSecurityRules.ts.html |here} to see how to use UpdateNetworkSecurityGroupSecurityRules API.
|
|
30669
31282
|
*/
|
|
30670
31283
|
updateNetworkSecurityGroupSecurityRules(updateNetworkSecurityGroupSecurityRulesRequest) {
|
|
30671
31284
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30733,7 +31346,7 @@ class VirtualNetworkClient {
|
|
|
30733
31346
|
* @param UpdatePrivateIpRequest
|
|
30734
31347
|
* @return UpdatePrivateIpResponse
|
|
30735
31348
|
* @throws OciError when an error occurs
|
|
30736
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
31349
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdatePrivateIp.ts.html |here} to see how to use UpdatePrivateIp API.
|
|
30737
31350
|
*/
|
|
30738
31351
|
updatePrivateIp(updatePrivateIpRequest) {
|
|
30739
31352
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30836,7 +31449,7 @@ class VirtualNetworkClient {
|
|
|
30836
31449
|
* @param UpdatePublicIpRequest
|
|
30837
31450
|
* @return UpdatePublicIpResponse
|
|
30838
31451
|
* @throws OciError when an error occurs
|
|
30839
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
31452
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdatePublicIp.ts.html |here} to see how to use UpdatePublicIp API.
|
|
30840
31453
|
*/
|
|
30841
31454
|
updatePublicIp(updatePublicIpRequest) {
|
|
30842
31455
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30901,7 +31514,7 @@ class VirtualNetworkClient {
|
|
|
30901
31514
|
* @param UpdatePublicIpPoolRequest
|
|
30902
31515
|
* @return UpdatePublicIpPoolResponse
|
|
30903
31516
|
* @throws OciError when an error occurs
|
|
30904
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
31517
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdatePublicIpPool.ts.html |here} to see how to use UpdatePublicIpPool API.
|
|
30905
31518
|
*/
|
|
30906
31519
|
updatePublicIpPool(updatePublicIpPoolRequest) {
|
|
30907
31520
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30967,7 +31580,7 @@ class VirtualNetworkClient {
|
|
|
30967
31580
|
* @param UpdateRemotePeeringConnectionRequest
|
|
30968
31581
|
* @return UpdateRemotePeeringConnectionResponse
|
|
30969
31582
|
* @throws OciError when an error occurs
|
|
30970
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
31583
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateRemotePeeringConnection.ts.html |here} to see how to use UpdateRemotePeeringConnection API.
|
|
30971
31584
|
*/
|
|
30972
31585
|
updateRemotePeeringConnection(updateRemotePeeringConnectionRequest) {
|
|
30973
31586
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -31035,7 +31648,7 @@ class VirtualNetworkClient {
|
|
|
31035
31648
|
* @param UpdateRouteTableRequest
|
|
31036
31649
|
* @return UpdateRouteTableResponse
|
|
31037
31650
|
* @throws OciError when an error occurs
|
|
31038
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
31651
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateRouteTable.ts.html |here} to see how to use UpdateRouteTable API.
|
|
31039
31652
|
*/
|
|
31040
31653
|
updateRouteTable(updateRouteTableRequest) {
|
|
31041
31654
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -31104,7 +31717,7 @@ class VirtualNetworkClient {
|
|
|
31104
31717
|
* @param UpdateSecurityListRequest
|
|
31105
31718
|
* @return UpdateSecurityListResponse
|
|
31106
31719
|
* @throws OciError when an error occurs
|
|
31107
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
31720
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateSecurityList.ts.html |here} to see how to use UpdateSecurityList API.
|
|
31108
31721
|
*/
|
|
31109
31722
|
updateSecurityList(updateSecurityListRequest) {
|
|
31110
31723
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -31170,7 +31783,7 @@ class VirtualNetworkClient {
|
|
|
31170
31783
|
* @param UpdateServiceGatewayRequest
|
|
31171
31784
|
* @return UpdateServiceGatewayResponse
|
|
31172
31785
|
* @throws OciError when an error occurs
|
|
31173
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
31786
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateServiceGateway.ts.html |here} to see how to use UpdateServiceGateway API.
|
|
31174
31787
|
*/
|
|
31175
31788
|
updateServiceGateway(updateServiceGatewayRequest) {
|
|
31176
31789
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -31235,7 +31848,7 @@ class VirtualNetworkClient {
|
|
|
31235
31848
|
* @param UpdateSubnetRequest
|
|
31236
31849
|
* @return UpdateSubnetResponse
|
|
31237
31850
|
* @throws OciError when an error occurs
|
|
31238
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
31851
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateSubnet.ts.html |here} to see how to use UpdateSubnet API.
|
|
31239
31852
|
*/
|
|
31240
31853
|
updateSubnet(updateSubnetRequest) {
|
|
31241
31854
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -31302,7 +31915,7 @@ class VirtualNetworkClient {
|
|
|
31302
31915
|
* @param UpdateTunnelCpeDeviceConfigRequest
|
|
31303
31916
|
* @return UpdateTunnelCpeDeviceConfigResponse
|
|
31304
31917
|
* @throws OciError when an error occurs
|
|
31305
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
31918
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateTunnelCpeDeviceConfig.ts.html |here} to see how to use UpdateTunnelCpeDeviceConfig API.
|
|
31306
31919
|
*/
|
|
31307
31920
|
updateTunnelCpeDeviceConfig(updateTunnelCpeDeviceConfigRequest) {
|
|
31308
31921
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -31370,7 +31983,7 @@ class VirtualNetworkClient {
|
|
|
31370
31983
|
* @param UpdateVcnRequest
|
|
31371
31984
|
* @return UpdateVcnResponse
|
|
31372
31985
|
* @throws OciError when an error occurs
|
|
31373
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
31986
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateVcn.ts.html |here} to see how to use UpdateVcn API.
|
|
31374
31987
|
*/
|
|
31375
31988
|
updateVcn(updateVcnRequest) {
|
|
31376
31989
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -31458,7 +32071,7 @@ class VirtualNetworkClient {
|
|
|
31458
32071
|
* @param UpdateVirtualCircuitRequest
|
|
31459
32072
|
* @return UpdateVirtualCircuitResponse
|
|
31460
32073
|
* @throws OciError when an error occurs
|
|
31461
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
32074
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateVirtualCircuit.ts.html |here} to see how to use UpdateVirtualCircuit API.
|
|
31462
32075
|
*/
|
|
31463
32076
|
updateVirtualCircuit(updateVirtualCircuitRequest) {
|
|
31464
32077
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -31524,7 +32137,7 @@ class VirtualNetworkClient {
|
|
|
31524
32137
|
* @param UpdateVlanRequest
|
|
31525
32138
|
* @return UpdateVlanResponse
|
|
31526
32139
|
* @throws OciError when an error occurs
|
|
31527
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
32140
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateVlan.ts.html |here} to see how to use UpdateVlan API.
|
|
31528
32141
|
*/
|
|
31529
32142
|
updateVlan(updateVlanRequest) {
|
|
31530
32143
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -31590,7 +32203,7 @@ class VirtualNetworkClient {
|
|
|
31590
32203
|
* @param UpdateVnicRequest
|
|
31591
32204
|
* @return UpdateVnicResponse
|
|
31592
32205
|
* @throws OciError when an error occurs
|
|
31593
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
32206
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateVnic.ts.html |here} to see how to use UpdateVnic API.
|
|
31594
32207
|
*/
|
|
31595
32208
|
updateVnic(updateVnicRequest) {
|
|
31596
32209
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -31655,7 +32268,7 @@ class VirtualNetworkClient {
|
|
|
31655
32268
|
* @param UpdateVtapRequest
|
|
31656
32269
|
* @return UpdateVtapResponse
|
|
31657
32270
|
* @throws OciError when an error occurs
|
|
31658
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
32271
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpdateVtap.ts.html |here} to see how to use UpdateVtap API.
|
|
31659
32272
|
*/
|
|
31660
32273
|
updateVtap(updateVtapRequest) {
|
|
31661
32274
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -31727,7 +32340,7 @@ class VirtualNetworkClient {
|
|
|
31727
32340
|
* @param UpgradeDrgRequest
|
|
31728
32341
|
* @return UpgradeDrgResponse
|
|
31729
32342
|
* @throws OciError when an error occurs
|
|
31730
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
32343
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/UpgradeDrg.ts.html |here} to see how to use UpgradeDrg API.
|
|
31731
32344
|
*/
|
|
31732
32345
|
upgradeDrg(upgradeDrgRequest) {
|
|
31733
32346
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -31789,7 +32402,7 @@ class VirtualNetworkClient {
|
|
|
31789
32402
|
* @param ValidateByoipRangeRequest
|
|
31790
32403
|
* @return ValidateByoipRangeResponse
|
|
31791
32404
|
* @throws OciError when an error occurs
|
|
31792
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
32405
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/ValidateByoipRange.ts.html |here} to see how to use ValidateByoipRange API.
|
|
31793
32406
|
*/
|
|
31794
32407
|
validateByoipRange(validateByoipRangeRequest) {
|
|
31795
32408
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -31849,7 +32462,7 @@ class VirtualNetworkClient {
|
|
|
31849
32462
|
* @param WithdrawByoipRangeRequest
|
|
31850
32463
|
* @return WithdrawByoipRangeResponse
|
|
31851
32464
|
* @throws OciError when an error occurs
|
|
31852
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
32465
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/core/WithdrawByoipRange.ts.html |here} to see how to use WithdrawByoipRange API.
|
|
31853
32466
|
*/
|
|
31854
32467
|
withdrawByoipRange(withdrawByoipRangeRequest) {
|
|
31855
32468
|
return __awaiter(this, void 0, void 0, function* () {
|