oci-core 2.84.2 → 2.86.1
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 +484 -435
- package/lib/client.js +816 -435
- package/lib/client.js.map +1 -1
- package/lib/model/address-type.d.ts +34 -0
- package/lib/model/address-type.js +45 -0
- package/lib/model/address-type.js.map +1 -0
- package/lib/model/boot-volume-attachment.d.ts +7 -0
- package/lib/model/boot-volume-attachment.js.map +1 -1
- package/lib/model/boot-volume.d.ts +4 -0
- package/lib/model/boot-volume.js.map +1 -1
- package/lib/model/capacity-reservation-instance-summary.d.ts +4 -0
- package/lib/model/capacity-reservation-instance-summary.js.map +1 -1
- package/lib/model/compute-cluster.d.ts +1 -2
- package/lib/model/compute-cluster.js.map +1 -1
- package/lib/model/create-boot-volume-details.d.ts +4 -0
- package/lib/model/create-boot-volume-details.js.map +1 -1
- package/lib/model/create-compute-cluster-details.d.ts +1 -2
- package/lib/model/create-compute-cluster-details.js.map +1 -1
- package/lib/model/create-drg-route-distribution-details.d.ts +1 -1
- package/lib/model/create-image-details.d.ts +1 -1
- package/lib/model/create-vnic-details.d.ts +9 -9
- package/lib/model/create-volume-details.d.ts +4 -0
- package/lib/model/create-volume-details.js.map +1 -1
- package/lib/model/create-volume-group-details.d.ts +4 -0
- package/lib/model/create-volume-group-details.js.map +1 -1
- package/lib/model/get-ip-inventory-vcn-overlap-details.d.ts +36 -0
- package/lib/model/get-ip-inventory-vcn-overlap-details.js +36 -0
- package/lib/model/get-ip-inventory-vcn-overlap-details.js.map +1 -0
- package/lib/model/index.d.ts +40 -0
- package/lib/model/index.js +53 -12
- package/lib/model/index.js.map +1 -1
- package/lib/model/instance-configuration-create-volume-details.d.ts +4 -0
- package/lib/model/instance-configuration-create-volume-details.js.map +1 -1
- package/lib/model/instance-configuration-launch-instance-details.d.ts +4 -0
- package/lib/model/instance-configuration-launch-instance-details.js.map +1 -1
- package/lib/model/instance-reservation-config-details.d.ts +4 -0
- package/lib/model/instance-reservation-config-details.js.map +1 -1
- package/lib/model/instance-reservation-config.d.ts +4 -0
- package/lib/model/instance-reservation-config.js.map +1 -1
- package/lib/model/instance.d.ts +4 -0
- package/lib/model/instance.js.map +1 -1
- package/lib/model/inventory-ip-address-summary.d.ts +45 -0
- package/lib/model/inventory-ip-address-summary.js +36 -0
- package/lib/model/inventory-ip-address-summary.js.map +1 -0
- package/lib/model/inventory-resource-summary.d.ts +58 -0
- package/lib/model/inventory-resource-summary.js +77 -0
- package/lib/model/inventory-resource-summary.js.map +1 -0
- package/lib/model/inventory-subnet-cidr-block-summary.d.ts +37 -0
- package/lib/model/inventory-subnet-cidr-block-summary.js +36 -0
- package/lib/model/inventory-subnet-cidr-block-summary.js.map +1 -0
- package/lib/model/inventory-subnet-summary.d.ts +72 -0
- package/lib/model/inventory-subnet-summary.js +87 -0
- package/lib/model/inventory-subnet-summary.js.map +1 -0
- package/lib/model/inventory-vcn-cidr-block-summary.d.ts +37 -0
- package/lib/model/inventory-vcn-cidr-block-summary.js +36 -0
- package/lib/model/inventory-vcn-cidr-block-summary.js.map +1 -0
- package/lib/model/inventory-vcn-summary.d.ts +71 -0
- package/lib/model/inventory-vcn-summary.js +87 -0
- package/lib/model/inventory-vcn-summary.js.map +1 -0
- package/lib/model/ip-inventory-cidr-utilization-collection.d.ts +53 -0
- package/lib/model/ip-inventory-cidr-utilization-collection.js +68 -0
- package/lib/model/ip-inventory-cidr-utilization-collection.js.map +1 -0
- package/lib/model/ip-inventory-cidr-utilization-summary.d.ts +41 -0
- package/lib/model/ip-inventory-cidr-utilization-summary.js +36 -0
- package/lib/model/ip-inventory-cidr-utilization-summary.js.map +1 -0
- package/lib/model/ip-inventory-collection.d.ts +54 -0
- package/lib/model/ip-inventory-collection.js +68 -0
- package/lib/model/ip-inventory-collection.js.map +1 -0
- package/lib/model/ip-inventory-subnet-resource-collection.d.ts +54 -0
- package/lib/model/ip-inventory-subnet-resource-collection.js +68 -0
- package/lib/model/ip-inventory-subnet-resource-collection.js.map +1 -0
- package/lib/model/ip-inventory-subnet-resource-summary.d.ts +112 -0
- package/lib/model/ip-inventory-subnet-resource-summary.js +75 -0
- package/lib/model/ip-inventory-subnet-resource-summary.js.map +1 -0
- package/lib/model/ip-inventory-vcn-overlap-collection.d.ts +48 -0
- package/lib/model/ip-inventory-vcn-overlap-collection.js +68 -0
- package/lib/model/ip-inventory-vcn-overlap-collection.js.map +1 -0
- package/lib/model/ip-inventory-vcn-overlap-summary.d.ts +45 -0
- package/lib/model/ip-inventory-vcn-overlap-summary.js +36 -0
- package/lib/model/ip-inventory-vcn-overlap-summary.js.map +1 -0
- package/lib/model/ipam.d.ts +34 -0
- package/lib/model/ipam.js +36 -0
- package/lib/model/ipam.js.map +1 -0
- package/lib/model/launch-instance-details.d.ts +4 -0
- package/lib/model/launch-instance-details.js.map +1 -1
- package/lib/model/list-ip-inventory-details.d.ts +102 -0
- package/lib/model/list-ip-inventory-details.js +84 -0
- package/lib/model/list-ip-inventory-details.js.map +1 -0
- package/lib/model/network-security-group.d.ts +7 -7
- package/lib/model/private-ip.d.ts +1 -1
- package/lib/model/update-instance-details.d.ts +1 -0
- package/lib/model/update-instance-details.js +6 -0
- package/lib/model/update-instance-details.js.map +1 -1
- package/lib/model/update-instance-source-details.d.ts +34 -0
- package/lib/model/update-instance-source-details.js +79 -0
- package/lib/model/update-instance-source-details.js.map +1 -0
- package/lib/model/update-instance-source-via-boot-volume-details.d.ts +35 -0
- package/lib/model/update-instance-source-via-boot-volume-details.js +61 -0
- package/lib/model/update-instance-source-via-boot-volume-details.js.map +1 -0
- package/lib/model/update-instance-source-via-image-details.d.ts +44 -0
- package/lib/model/update-instance-source-via-image-details.js +61 -0
- package/lib/model/update-instance-source-via-image-details.js.map +1 -0
- package/lib/model/update-vnic-details.d.ts +1 -1
- package/lib/model/volume.d.ts +4 -0
- package/lib/model/volume.js.map +1 -1
- package/lib/request/accept-shielded-integrity-policy-request.d.ts +1 -1
- package/lib/request/add-drg-route-distribution-statements-request.d.ts +1 -1
- package/lib/request/add-drg-route-rules-request.d.ts +1 -1
- package/lib/request/add-image-shape-compatibility-entry-request.d.ts +1 -1
- package/lib/request/add-ipv6-subnet-cidr-request.d.ts +2 -2
- package/lib/request/add-ipv6-vcn-cidr-request.d.ts +2 -2
- 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 +2 -2
- 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 +1 -1
- 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 +2 -2
- package/lib/request/change-vcn-compartment-request.d.ts +2 -2
- 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 +1 -1
- package/lib/request/create-compute-cluster-request.d.ts +2 -3
- 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 +1 -1
- 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 +2 -2
- package/lib/request/delete-vcn-request.d.ts +2 -2
- 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 +1 -1
- 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-resource-ip-inventory-request.d.ts +28 -0
- package/lib/request/get-resource-ip-inventory-request.js +15 -0
- package/lib/request/get-resource-ip-inventory-request.js.map +1 -0
- 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-cidr-utilization-request.d.ts +28 -0
- package/lib/request/get-subnet-cidr-utilization-request.js +15 -0
- package/lib/request/get-subnet-cidr-utilization-request.js.map +1 -0
- package/lib/request/get-subnet-ip-inventory-request.d.ts +28 -0
- package/lib/request/get-subnet-ip-inventory-request.js +15 -0
- package/lib/request/get-subnet-ip-inventory-request.js.map +1 -0
- package/lib/request/get-subnet-request.d.ts +2 -2
- 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 +2 -2
- package/lib/request/get-vcn-overlap-request.d.ts +42 -0
- package/lib/request/get-vcn-overlap-request.js +15 -0
- package/lib/request/get-vcn-overlap-request.js.map +1 -0
- package/lib/request/get-vcn-request.d.ts +2 -2
- 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 +10 -0
- package/lib/request/index.js +2 -4
- package/lib/request/index.js.map +1 -1
- package/lib/request/instance-action-request.d.ts +2 -14
- package/lib/request/instance-action-request.js +0 -15
- package/lib/request/instance-action-request.js.map +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 +1 -1
- package/lib/request/list-compute-capacity-topology-compute-bare-metal-hosts-request.d.ts +1 -1
- package/lib/request/list-compute-capacity-topology-compute-hpc-islands-request.d.ts +1 -1
- package/lib/request/list-compute-capacity-topology-compute-network-blocks-request.d.ts +1 -1
- 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-ip-inventory-request.d.ts +29 -0
- package/lib/request/list-ip-inventory-request.js +15 -0
- package/lib/request/list-ip-inventory-request.js.map +1 -0
- 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 +6 -1
- package/lib/request/list-volumes-request.js.map +1 -1
- package/lib/request/list-vtaps-request.d.ts +1 -1
- package/lib/request/modify-vcn-cidr-request.d.ts +2 -2
- 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 +2 -2
- package/lib/request/remove-ipv6-vcn-cidr-request.d.ts +2 -2
- 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 +2 -2
- 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 +1 -1
- 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 +2 -2
- package/lib/request/update-tunnel-cpe-device-config-request.d.ts +1 -1
- package/lib/request/update-vcn-request.d.ts +2 -2
- 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/get-resource-ip-inventory-response.d.ts +42 -0
- package/lib/response/get-resource-ip-inventory-response.js +15 -0
- package/lib/response/get-resource-ip-inventory-response.js.map +1 -0
- package/lib/response/get-subnet-cidr-utilization-response.d.ts +35 -0
- package/lib/response/get-subnet-cidr-utilization-response.js +15 -0
- package/lib/response/get-subnet-cidr-utilization-response.js.map +1 -0
- package/lib/response/get-subnet-ip-inventory-response.d.ts +30 -0
- package/lib/response/get-subnet-ip-inventory-response.js +15 -0
- package/lib/response/get-subnet-ip-inventory-response.js.map +1 -0
- package/lib/response/get-vcn-overlap-response.d.ts +53 -0
- package/lib/response/get-vcn-overlap-response.js +15 -0
- package/lib/response/get-vcn-overlap-response.js.map +1 -0
- package/lib/response/index.d.ts +10 -0
- package/lib/response/list-ip-inventory-response.d.ts +60 -0
- package/lib/response/list-ip-inventory-response.js +15 -0
- package/lib/response/list-ip-inventory-response.js.map +1 -0
- package/lib/virtualnetwork-waiter.d.ts +20 -0
- package/lib/virtualnetwork-waiter.js +30 -0
- package/lib/virtualnetwork-waiter.js.map +1 -1
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -217,7 +217,7 @@ class BlockstorageClient {
|
|
|
217
217
|
* @param ChangeBootVolumeBackupCompartmentRequest
|
|
218
218
|
* @return ChangeBootVolumeBackupCompartmentResponse
|
|
219
219
|
* @throws OciError when an error occurs
|
|
220
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
220
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ChangeBootVolumeBackupCompartment.ts.html |here} to see how to use ChangeBootVolumeBackupCompartment API.
|
|
221
221
|
*/
|
|
222
222
|
changeBootVolumeBackupCompartment(changeBootVolumeBackupCompartmentRequest) {
|
|
223
223
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -280,7 +280,7 @@ class BlockstorageClient {
|
|
|
280
280
|
* @param ChangeBootVolumeCompartmentRequest
|
|
281
281
|
* @return ChangeBootVolumeCompartmentResponse
|
|
282
282
|
* @throws OciError when an error occurs
|
|
283
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
283
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ChangeBootVolumeCompartment.ts.html |here} to see how to use ChangeBootVolumeCompartment API.
|
|
284
284
|
*/
|
|
285
285
|
changeBootVolumeCompartment(changeBootVolumeCompartmentRequest) {
|
|
286
286
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -343,7 +343,7 @@ class BlockstorageClient {
|
|
|
343
343
|
* @param ChangeVolumeBackupCompartmentRequest
|
|
344
344
|
* @return ChangeVolumeBackupCompartmentResponse
|
|
345
345
|
* @throws OciError when an error occurs
|
|
346
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
346
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ChangeVolumeBackupCompartment.ts.html |here} to see how to use ChangeVolumeBackupCompartment API.
|
|
347
347
|
*/
|
|
348
348
|
changeVolumeBackupCompartment(changeVolumeBackupCompartmentRequest) {
|
|
349
349
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -406,7 +406,7 @@ class BlockstorageClient {
|
|
|
406
406
|
* @param ChangeVolumeCompartmentRequest
|
|
407
407
|
* @return ChangeVolumeCompartmentResponse
|
|
408
408
|
* @throws OciError when an error occurs
|
|
409
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
409
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ChangeVolumeCompartment.ts.html |here} to see how to use ChangeVolumeCompartment API.
|
|
410
410
|
*/
|
|
411
411
|
changeVolumeCompartment(changeVolumeCompartmentRequest) {
|
|
412
412
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -469,7 +469,7 @@ class BlockstorageClient {
|
|
|
469
469
|
* @param ChangeVolumeGroupBackupCompartmentRequest
|
|
470
470
|
* @return ChangeVolumeGroupBackupCompartmentResponse
|
|
471
471
|
* @throws OciError when an error occurs
|
|
472
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
472
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ChangeVolumeGroupBackupCompartment.ts.html |here} to see how to use ChangeVolumeGroupBackupCompartment API.
|
|
473
473
|
*/
|
|
474
474
|
changeVolumeGroupBackupCompartment(changeVolumeGroupBackupCompartmentRequest) {
|
|
475
475
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -532,7 +532,7 @@ class BlockstorageClient {
|
|
|
532
532
|
* @param ChangeVolumeGroupCompartmentRequest
|
|
533
533
|
* @return ChangeVolumeGroupCompartmentResponse
|
|
534
534
|
* @throws OciError when an error occurs
|
|
535
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
535
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ChangeVolumeGroupCompartment.ts.html |here} to see how to use ChangeVolumeGroupCompartment API.
|
|
536
536
|
*/
|
|
537
537
|
changeVolumeGroupCompartment(changeVolumeGroupCompartmentRequest) {
|
|
538
538
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -594,7 +594,7 @@ class BlockstorageClient {
|
|
|
594
594
|
* @param CopyBootVolumeBackupRequest
|
|
595
595
|
* @return CopyBootVolumeBackupResponse
|
|
596
596
|
* @throws OciError when an error occurs
|
|
597
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
597
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CopyBootVolumeBackup.ts.html |here} to see how to use CopyBootVolumeBackup API.
|
|
598
598
|
*/
|
|
599
599
|
copyBootVolumeBackup(copyBootVolumeBackupRequest) {
|
|
600
600
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -676,7 +676,7 @@ class BlockstorageClient {
|
|
|
676
676
|
* @param CopyVolumeBackupRequest
|
|
677
677
|
* @return CopyVolumeBackupResponse
|
|
678
678
|
* @throws OciError when an error occurs
|
|
679
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
679
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CopyVolumeBackup.ts.html |here} to see how to use CopyVolumeBackup API.
|
|
680
680
|
*/
|
|
681
681
|
copyVolumeBackup(copyVolumeBackupRequest) {
|
|
682
682
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -758,7 +758,7 @@ class BlockstorageClient {
|
|
|
758
758
|
* @param CopyVolumeGroupBackupRequest
|
|
759
759
|
* @return CopyVolumeGroupBackupResponse
|
|
760
760
|
* @throws OciError when an error occurs
|
|
761
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
761
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CopyVolumeGroupBackup.ts.html |here} to see how to use CopyVolumeGroupBackup API.
|
|
762
762
|
*/
|
|
763
763
|
copyVolumeGroupBackup(copyVolumeGroupBackupRequest) {
|
|
764
764
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -827,7 +827,7 @@ class BlockstorageClient {
|
|
|
827
827
|
* @param CreateBootVolumeRequest
|
|
828
828
|
* @return CreateBootVolumeResponse
|
|
829
829
|
* @throws OciError when an error occurs
|
|
830
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
830
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateBootVolume.ts.html |here} to see how to use CreateBootVolume API.
|
|
831
831
|
*/
|
|
832
832
|
createBootVolume(createBootVolumeRequest) {
|
|
833
833
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -895,7 +895,7 @@ class BlockstorageClient {
|
|
|
895
895
|
* @param CreateBootVolumeBackupRequest
|
|
896
896
|
* @return CreateBootVolumeBackupResponse
|
|
897
897
|
* @throws OciError when an error occurs
|
|
898
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
898
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateBootVolumeBackup.ts.html |here} to see how to use CreateBootVolumeBackup API.
|
|
899
899
|
*/
|
|
900
900
|
createBootVolumeBackup(createBootVolumeBackupRequest) {
|
|
901
901
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -971,7 +971,7 @@ class BlockstorageClient {
|
|
|
971
971
|
* @param CreateVolumeRequest
|
|
972
972
|
* @return CreateVolumeResponse
|
|
973
973
|
* @throws OciError when an error occurs
|
|
974
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
974
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateVolume.ts.html |here} to see how to use CreateVolume API.
|
|
975
975
|
*/
|
|
976
976
|
createVolume(createVolumeRequest) {
|
|
977
977
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1039,7 +1039,7 @@ class BlockstorageClient {
|
|
|
1039
1039
|
* @param CreateVolumeBackupRequest
|
|
1040
1040
|
* @return CreateVolumeBackupResponse
|
|
1041
1041
|
* @throws OciError when an error occurs
|
|
1042
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1042
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateVolumeBackup.ts.html |here} to see how to use CreateVolumeBackup API.
|
|
1043
1043
|
*/
|
|
1044
1044
|
createVolumeBackup(createVolumeBackupRequest) {
|
|
1045
1045
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1105,7 +1105,7 @@ class BlockstorageClient {
|
|
|
1105
1105
|
* @param CreateVolumeBackupPolicyRequest
|
|
1106
1106
|
* @return CreateVolumeBackupPolicyResponse
|
|
1107
1107
|
* @throws OciError when an error occurs
|
|
1108
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1108
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateVolumeBackupPolicy.ts.html |here} to see how to use CreateVolumeBackupPolicy API.
|
|
1109
1109
|
*/
|
|
1110
1110
|
createVolumeBackupPolicy(createVolumeBackupPolicyRequest) {
|
|
1111
1111
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1171,7 +1171,7 @@ class BlockstorageClient {
|
|
|
1171
1171
|
* @param CreateVolumeBackupPolicyAssignmentRequest
|
|
1172
1172
|
* @return CreateVolumeBackupPolicyAssignmentResponse
|
|
1173
1173
|
* @throws OciError when an error occurs
|
|
1174
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1174
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateVolumeBackupPolicyAssignment.ts.html |here} to see how to use CreateVolumeBackupPolicyAssignment API.
|
|
1175
1175
|
*/
|
|
1176
1176
|
createVolumeBackupPolicyAssignment(createVolumeBackupPolicyAssignmentRequest) {
|
|
1177
1177
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1239,7 +1239,7 @@ class BlockstorageClient {
|
|
|
1239
1239
|
* @param CreateVolumeGroupRequest
|
|
1240
1240
|
* @return CreateVolumeGroupResponse
|
|
1241
1241
|
* @throws OciError when an error occurs
|
|
1242
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1242
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateVolumeGroup.ts.html |here} to see how to use CreateVolumeGroup API.
|
|
1243
1243
|
*/
|
|
1244
1244
|
createVolumeGroup(createVolumeGroupRequest) {
|
|
1245
1245
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1303,7 +1303,7 @@ class BlockstorageClient {
|
|
|
1303
1303
|
* @param CreateVolumeGroupBackupRequest
|
|
1304
1304
|
* @return CreateVolumeGroupBackupResponse
|
|
1305
1305
|
* @throws OciError when an error occurs
|
|
1306
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1306
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateVolumeGroupBackup.ts.html |here} to see how to use CreateVolumeGroupBackup API.
|
|
1307
1307
|
*/
|
|
1308
1308
|
createVolumeGroupBackup(createVolumeGroupBackupRequest) {
|
|
1309
1309
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1369,7 +1369,7 @@ class BlockstorageClient {
|
|
|
1369
1369
|
* @param DeleteBootVolumeRequest
|
|
1370
1370
|
* @return DeleteBootVolumeResponse
|
|
1371
1371
|
* @throws OciError when an error occurs
|
|
1372
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1372
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteBootVolume.ts.html |here} to see how to use DeleteBootVolume API.
|
|
1373
1373
|
*/
|
|
1374
1374
|
deleteBootVolume(deleteBootVolumeRequest) {
|
|
1375
1375
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1423,7 +1423,7 @@ class BlockstorageClient {
|
|
|
1423
1423
|
* @param DeleteBootVolumeBackupRequest
|
|
1424
1424
|
* @return DeleteBootVolumeBackupResponse
|
|
1425
1425
|
* @throws OciError when an error occurs
|
|
1426
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1426
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteBootVolumeBackup.ts.html |here} to see how to use DeleteBootVolumeBackup API.
|
|
1427
1427
|
*/
|
|
1428
1428
|
deleteBootVolumeBackup(deleteBootVolumeBackupRequest) {
|
|
1429
1429
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1478,7 +1478,7 @@ class BlockstorageClient {
|
|
|
1478
1478
|
* @param DeleteBootVolumeKmsKeyRequest
|
|
1479
1479
|
* @return DeleteBootVolumeKmsKeyResponse
|
|
1480
1480
|
* @throws OciError when an error occurs
|
|
1481
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1481
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteBootVolumeKmsKey.ts.html |here} to see how to use DeleteBootVolumeKmsKey API.
|
|
1482
1482
|
*/
|
|
1483
1483
|
deleteBootVolumeKmsKey(deleteBootVolumeKmsKeyRequest) {
|
|
1484
1484
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1536,7 +1536,7 @@ class BlockstorageClient {
|
|
|
1536
1536
|
* @param DeleteVolumeRequest
|
|
1537
1537
|
* @return DeleteVolumeResponse
|
|
1538
1538
|
* @throws OciError when an error occurs
|
|
1539
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1539
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteVolume.ts.html |here} to see how to use DeleteVolume API.
|
|
1540
1540
|
*/
|
|
1541
1541
|
deleteVolume(deleteVolumeRequest) {
|
|
1542
1542
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1590,7 +1590,7 @@ class BlockstorageClient {
|
|
|
1590
1590
|
* @param DeleteVolumeBackupRequest
|
|
1591
1591
|
* @return DeleteVolumeBackupResponse
|
|
1592
1592
|
* @throws OciError when an error occurs
|
|
1593
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1593
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteVolumeBackup.ts.html |here} to see how to use DeleteVolumeBackup API.
|
|
1594
1594
|
*/
|
|
1595
1595
|
deleteVolumeBackup(deleteVolumeBackupRequest) {
|
|
1596
1596
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1649,7 +1649,7 @@ class BlockstorageClient {
|
|
|
1649
1649
|
* @param DeleteVolumeBackupPolicyRequest
|
|
1650
1650
|
* @return DeleteVolumeBackupPolicyResponse
|
|
1651
1651
|
* @throws OciError when an error occurs
|
|
1652
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1652
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteVolumeBackupPolicy.ts.html |here} to see how to use DeleteVolumeBackupPolicy API.
|
|
1653
1653
|
*/
|
|
1654
1654
|
deleteVolumeBackupPolicy(deleteVolumeBackupPolicyRequest) {
|
|
1655
1655
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1704,7 +1704,7 @@ class BlockstorageClient {
|
|
|
1704
1704
|
* @param DeleteVolumeBackupPolicyAssignmentRequest
|
|
1705
1705
|
* @return DeleteVolumeBackupPolicyAssignmentResponse
|
|
1706
1706
|
* @throws OciError when an error occurs
|
|
1707
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1707
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteVolumeBackupPolicyAssignment.ts.html |here} to see how to use DeleteVolumeBackupPolicyAssignment API.
|
|
1708
1708
|
*/
|
|
1709
1709
|
deleteVolumeBackupPolicyAssignment(deleteVolumeBackupPolicyAssignmentRequest) {
|
|
1710
1710
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1760,7 +1760,7 @@ class BlockstorageClient {
|
|
|
1760
1760
|
* @param DeleteVolumeGroupRequest
|
|
1761
1761
|
* @return DeleteVolumeGroupResponse
|
|
1762
1762
|
* @throws OciError when an error occurs
|
|
1763
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1763
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteVolumeGroup.ts.html |here} to see how to use DeleteVolumeGroup API.
|
|
1764
1764
|
*/
|
|
1765
1765
|
deleteVolumeGroup(deleteVolumeGroupRequest) {
|
|
1766
1766
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1816,7 +1816,7 @@ class BlockstorageClient {
|
|
|
1816
1816
|
* @param DeleteVolumeGroupBackupRequest
|
|
1817
1817
|
* @return DeleteVolumeGroupBackupResponse
|
|
1818
1818
|
* @throws OciError when an error occurs
|
|
1819
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1819
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteVolumeGroupBackup.ts.html |here} to see how to use DeleteVolumeGroupBackup API.
|
|
1820
1820
|
*/
|
|
1821
1821
|
deleteVolumeGroupBackup(deleteVolumeGroupBackupRequest) {
|
|
1822
1822
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1871,7 +1871,7 @@ class BlockstorageClient {
|
|
|
1871
1871
|
* @param DeleteVolumeKmsKeyRequest
|
|
1872
1872
|
* @return DeleteVolumeKmsKeyResponse
|
|
1873
1873
|
* @throws OciError when an error occurs
|
|
1874
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1874
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteVolumeKmsKey.ts.html |here} to see how to use DeleteVolumeKmsKey API.
|
|
1875
1875
|
*/
|
|
1876
1876
|
deleteVolumeKmsKey(deleteVolumeKmsKeyRequest) {
|
|
1877
1877
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1925,7 +1925,7 @@ class BlockstorageClient {
|
|
|
1925
1925
|
* @param GetBlockVolumeReplicaRequest
|
|
1926
1926
|
* @return GetBlockVolumeReplicaResponse
|
|
1927
1927
|
* @throws OciError when an error occurs
|
|
1928
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1928
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetBlockVolumeReplica.ts.html |here} to see how to use GetBlockVolumeReplica API.
|
|
1929
1929
|
*/
|
|
1930
1930
|
getBlockVolumeReplica(getBlockVolumeReplicaRequest) {
|
|
1931
1931
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1987,7 +1987,7 @@ class BlockstorageClient {
|
|
|
1987
1987
|
* @param GetBootVolumeRequest
|
|
1988
1988
|
* @return GetBootVolumeResponse
|
|
1989
1989
|
* @throws OciError when an error occurs
|
|
1990
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1990
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetBootVolume.ts.html |here} to see how to use GetBootVolume API.
|
|
1991
1991
|
*/
|
|
1992
1992
|
getBootVolume(getBootVolumeRequest) {
|
|
1993
1993
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2049,7 +2049,7 @@ class BlockstorageClient {
|
|
|
2049
2049
|
* @param GetBootVolumeBackupRequest
|
|
2050
2050
|
* @return GetBootVolumeBackupResponse
|
|
2051
2051
|
* @throws OciError when an error occurs
|
|
2052
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2052
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetBootVolumeBackup.ts.html |here} to see how to use GetBootVolumeBackup API.
|
|
2053
2053
|
*/
|
|
2054
2054
|
getBootVolumeBackup(getBootVolumeBackupRequest) {
|
|
2055
2055
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2112,7 +2112,7 @@ class BlockstorageClient {
|
|
|
2112
2112
|
* @param GetBootVolumeKmsKeyRequest
|
|
2113
2113
|
* @return GetBootVolumeKmsKeyResponse
|
|
2114
2114
|
* @throws OciError when an error occurs
|
|
2115
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2115
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetBootVolumeKmsKey.ts.html |here} to see how to use GetBootVolumeKmsKey API.
|
|
2116
2116
|
*/
|
|
2117
2117
|
getBootVolumeKmsKey(getBootVolumeKmsKeyRequest) {
|
|
2118
2118
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2175,7 +2175,7 @@ class BlockstorageClient {
|
|
|
2175
2175
|
* @param GetBootVolumeReplicaRequest
|
|
2176
2176
|
* @return GetBootVolumeReplicaResponse
|
|
2177
2177
|
* @throws OciError when an error occurs
|
|
2178
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2178
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetBootVolumeReplica.ts.html |here} to see how to use GetBootVolumeReplica API.
|
|
2179
2179
|
*/
|
|
2180
2180
|
getBootVolumeReplica(getBootVolumeReplicaRequest) {
|
|
2181
2181
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2237,7 +2237,7 @@ class BlockstorageClient {
|
|
|
2237
2237
|
* @param GetVolumeRequest
|
|
2238
2238
|
* @return GetVolumeResponse
|
|
2239
2239
|
* @throws OciError when an error occurs
|
|
2240
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2240
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetVolume.ts.html |here} to see how to use GetVolume API.
|
|
2241
2241
|
*/
|
|
2242
2242
|
getVolume(getVolumeRequest) {
|
|
2243
2243
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2299,7 +2299,7 @@ class BlockstorageClient {
|
|
|
2299
2299
|
* @param GetVolumeBackupRequest
|
|
2300
2300
|
* @return GetVolumeBackupResponse
|
|
2301
2301
|
* @throws OciError when an error occurs
|
|
2302
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2302
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetVolumeBackup.ts.html |here} to see how to use GetVolumeBackup API.
|
|
2303
2303
|
*/
|
|
2304
2304
|
getVolumeBackup(getVolumeBackupRequest) {
|
|
2305
2305
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2361,7 +2361,7 @@ class BlockstorageClient {
|
|
|
2361
2361
|
* @param GetVolumeBackupPolicyRequest
|
|
2362
2362
|
* @return GetVolumeBackupPolicyResponse
|
|
2363
2363
|
* @throws OciError when an error occurs
|
|
2364
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2364
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetVolumeBackupPolicy.ts.html |here} to see how to use GetVolumeBackupPolicy API.
|
|
2365
2365
|
*/
|
|
2366
2366
|
getVolumeBackupPolicy(getVolumeBackupPolicyRequest) {
|
|
2367
2367
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2426,7 +2426,7 @@ class BlockstorageClient {
|
|
|
2426
2426
|
* @param GetVolumeBackupPolicyAssetAssignmentRequest
|
|
2427
2427
|
* @return GetVolumeBackupPolicyAssetAssignmentResponse
|
|
2428
2428
|
* @throws OciError when an error occurs
|
|
2429
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2429
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetVolumeBackupPolicyAssetAssignment.ts.html |here} to see how to use GetVolumeBackupPolicyAssetAssignment API.
|
|
2430
2430
|
*/
|
|
2431
2431
|
getVolumeBackupPolicyAssetAssignment(getVolumeBackupPolicyAssetAssignmentRequest) {
|
|
2432
2432
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2530,7 +2530,7 @@ class BlockstorageClient {
|
|
|
2530
2530
|
* @param GetVolumeBackupPolicyAssignmentRequest
|
|
2531
2531
|
* @return GetVolumeBackupPolicyAssignmentResponse
|
|
2532
2532
|
* @throws OciError when an error occurs
|
|
2533
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2533
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetVolumeBackupPolicyAssignment.ts.html |here} to see how to use GetVolumeBackupPolicyAssignment API.
|
|
2534
2534
|
*/
|
|
2535
2535
|
getVolumeBackupPolicyAssignment(getVolumeBackupPolicyAssignmentRequest) {
|
|
2536
2536
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2592,7 +2592,7 @@ class BlockstorageClient {
|
|
|
2592
2592
|
* @param GetVolumeGroupRequest
|
|
2593
2593
|
* @return GetVolumeGroupResponse
|
|
2594
2594
|
* @throws OciError when an error occurs
|
|
2595
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2595
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetVolumeGroup.ts.html |here} to see how to use GetVolumeGroup API.
|
|
2596
2596
|
*/
|
|
2597
2597
|
getVolumeGroup(getVolumeGroupRequest) {
|
|
2598
2598
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2654,7 +2654,7 @@ class BlockstorageClient {
|
|
|
2654
2654
|
* @param GetVolumeGroupBackupRequest
|
|
2655
2655
|
* @return GetVolumeGroupBackupResponse
|
|
2656
2656
|
* @throws OciError when an error occurs
|
|
2657
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2657
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetVolumeGroupBackup.ts.html |here} to see how to use GetVolumeGroupBackup API.
|
|
2658
2658
|
*/
|
|
2659
2659
|
getVolumeGroupBackup(getVolumeGroupBackupRequest) {
|
|
2660
2660
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2716,7 +2716,7 @@ class BlockstorageClient {
|
|
|
2716
2716
|
* @param GetVolumeGroupReplicaRequest
|
|
2717
2717
|
* @return GetVolumeGroupReplicaResponse
|
|
2718
2718
|
* @throws OciError when an error occurs
|
|
2719
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2719
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetVolumeGroupReplica.ts.html |here} to see how to use GetVolumeGroupReplica API.
|
|
2720
2720
|
*/
|
|
2721
2721
|
getVolumeGroupReplica(getVolumeGroupReplicaRequest) {
|
|
2722
2722
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2779,7 +2779,7 @@ class BlockstorageClient {
|
|
|
2779
2779
|
* @param GetVolumeKmsKeyRequest
|
|
2780
2780
|
* @return GetVolumeKmsKeyResponse
|
|
2781
2781
|
* @throws OciError when an error occurs
|
|
2782
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2782
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetVolumeKmsKey.ts.html |here} to see how to use GetVolumeKmsKey API.
|
|
2783
2783
|
*/
|
|
2784
2784
|
getVolumeKmsKey(getVolumeKmsKeyRequest) {
|
|
2785
2785
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2843,7 +2843,7 @@ class BlockstorageClient {
|
|
|
2843
2843
|
* @param ListBlockVolumeReplicasRequest
|
|
2844
2844
|
* @return ListBlockVolumeReplicasResponse
|
|
2845
2845
|
* @throws OciError when an error occurs
|
|
2846
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2846
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListBlockVolumeReplicas.ts.html |here} to see how to use ListBlockVolumeReplicas API.
|
|
2847
2847
|
*/
|
|
2848
2848
|
listBlockVolumeReplicas(listBlockVolumeReplicasRequest) {
|
|
2849
2849
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2954,7 +2954,7 @@ class BlockstorageClient {
|
|
|
2954
2954
|
* @param ListBootVolumeBackupsRequest
|
|
2955
2955
|
* @return ListBootVolumeBackupsResponse
|
|
2956
2956
|
* @throws OciError when an error occurs
|
|
2957
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2957
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListBootVolumeBackups.ts.html |here} to see how to use ListBootVolumeBackups API.
|
|
2958
2958
|
*/
|
|
2959
2959
|
listBootVolumeBackups(listBootVolumeBackupsRequest) {
|
|
2960
2960
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3065,7 +3065,7 @@ class BlockstorageClient {
|
|
|
3065
3065
|
* @param ListBootVolumeReplicasRequest
|
|
3066
3066
|
* @return ListBootVolumeReplicasResponse
|
|
3067
3067
|
* @throws OciError when an error occurs
|
|
3068
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3068
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListBootVolumeReplicas.ts.html |here} to see how to use ListBootVolumeReplicas API.
|
|
3069
3069
|
*/
|
|
3070
3070
|
listBootVolumeReplicas(listBootVolumeReplicasRequest) {
|
|
3071
3071
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3176,7 +3176,7 @@ class BlockstorageClient {
|
|
|
3176
3176
|
* @param ListBootVolumesRequest
|
|
3177
3177
|
* @return ListBootVolumesResponse
|
|
3178
3178
|
* @throws OciError when an error occurs
|
|
3179
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3179
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListBootVolumes.ts.html |here} to see how to use ListBootVolumes API.
|
|
3180
3180
|
*/
|
|
3181
3181
|
listBootVolumes(listBootVolumesRequest) {
|
|
3182
3182
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3286,7 +3286,7 @@ class BlockstorageClient {
|
|
|
3286
3286
|
* @param ListVolumeBackupPoliciesRequest
|
|
3287
3287
|
* @return ListVolumeBackupPoliciesResponse
|
|
3288
3288
|
* @throws OciError when an error occurs
|
|
3289
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3289
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListVolumeBackupPolicies.ts.html |here} to see how to use ListVolumeBackupPolicies API.
|
|
3290
3290
|
*/
|
|
3291
3291
|
listVolumeBackupPolicies(listVolumeBackupPoliciesRequest) {
|
|
3292
3292
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3391,7 +3391,7 @@ class BlockstorageClient {
|
|
|
3391
3391
|
* @param ListVolumeBackupsRequest
|
|
3392
3392
|
* @return ListVolumeBackupsResponse
|
|
3393
3393
|
* @throws OciError when an error occurs
|
|
3394
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3394
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListVolumeBackups.ts.html |here} to see how to use ListVolumeBackups API.
|
|
3395
3395
|
*/
|
|
3396
3396
|
listVolumeBackups(listVolumeBackupsRequest) {
|
|
3397
3397
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3503,7 +3503,7 @@ class BlockstorageClient {
|
|
|
3503
3503
|
* @param ListVolumeGroupBackupsRequest
|
|
3504
3504
|
* @return ListVolumeGroupBackupsResponse
|
|
3505
3505
|
* @throws OciError when an error occurs
|
|
3506
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3506
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListVolumeGroupBackups.ts.html |here} to see how to use ListVolumeGroupBackups API.
|
|
3507
3507
|
*/
|
|
3508
3508
|
listVolumeGroupBackups(listVolumeGroupBackupsRequest) {
|
|
3509
3509
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3613,7 +3613,7 @@ class BlockstorageClient {
|
|
|
3613
3613
|
* @param ListVolumeGroupReplicasRequest
|
|
3614
3614
|
* @return ListVolumeGroupReplicasResponse
|
|
3615
3615
|
* @throws OciError when an error occurs
|
|
3616
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3616
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListVolumeGroupReplicas.ts.html |here} to see how to use ListVolumeGroupReplicas API.
|
|
3617
3617
|
*/
|
|
3618
3618
|
listVolumeGroupReplicas(listVolumeGroupReplicasRequest) {
|
|
3619
3619
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3724,7 +3724,7 @@ class BlockstorageClient {
|
|
|
3724
3724
|
* @param ListVolumeGroupsRequest
|
|
3725
3725
|
* @return ListVolumeGroupsResponse
|
|
3726
3726
|
* @throws OciError when an error occurs
|
|
3727
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3727
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListVolumeGroups.ts.html |here} to see how to use ListVolumeGroups API.
|
|
3728
3728
|
*/
|
|
3729
3729
|
listVolumeGroups(listVolumeGroupsRequest) {
|
|
3730
3730
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3834,7 +3834,7 @@ class BlockstorageClient {
|
|
|
3834
3834
|
* @param ListVolumesRequest
|
|
3835
3835
|
* @return ListVolumesResponse
|
|
3836
3836
|
* @throws OciError when an error occurs
|
|
3837
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3837
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListVolumes.ts.html |here} to see how to use ListVolumes API.
|
|
3838
3838
|
*/
|
|
3839
3839
|
listVolumes(listVolumesRequest) {
|
|
3840
3840
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3852,6 +3852,7 @@ class BlockstorageClient {
|
|
|
3852
3852
|
"sortBy": listVolumesRequest.sortBy,
|
|
3853
3853
|
"sortOrder": listVolumesRequest.sortOrder,
|
|
3854
3854
|
"volumeGroupId": listVolumesRequest.volumeGroupId,
|
|
3855
|
+
"clusterPlacementGroupId": listVolumesRequest.clusterPlacementGroupId,
|
|
3855
3856
|
"lifecycleState": listVolumesRequest.lifecycleState
|
|
3856
3857
|
};
|
|
3857
3858
|
let headerParams = {
|
|
@@ -3944,7 +3945,7 @@ class BlockstorageClient {
|
|
|
3944
3945
|
* @param UpdateBootVolumeRequest
|
|
3945
3946
|
* @return UpdateBootVolumeResponse
|
|
3946
3947
|
* @throws OciError when an error occurs
|
|
3947
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3948
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateBootVolume.ts.html |here} to see how to use UpdateBootVolume API.
|
|
3948
3949
|
*/
|
|
3949
3950
|
updateBootVolume(updateBootVolumeRequest) {
|
|
3950
3951
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4010,7 +4011,7 @@ class BlockstorageClient {
|
|
|
4010
4011
|
* @param UpdateBootVolumeBackupRequest
|
|
4011
4012
|
* @return UpdateBootVolumeBackupResponse
|
|
4012
4013
|
* @throws OciError when an error occurs
|
|
4013
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4014
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateBootVolumeBackup.ts.html |here} to see how to use UpdateBootVolumeBackup API.
|
|
4014
4015
|
*/
|
|
4015
4016
|
updateBootVolumeBackup(updateBootVolumeBackupRequest) {
|
|
4016
4017
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4070,7 +4071,7 @@ class BlockstorageClient {
|
|
|
4070
4071
|
* @param UpdateBootVolumeKmsKeyRequest
|
|
4071
4072
|
* @return UpdateBootVolumeKmsKeyResponse
|
|
4072
4073
|
* @throws OciError when an error occurs
|
|
4073
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4074
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateBootVolumeKmsKey.ts.html |here} to see how to use UpdateBootVolumeKmsKey API.
|
|
4074
4075
|
*/
|
|
4075
4076
|
updateBootVolumeKmsKey(updateBootVolumeKmsKeyRequest) {
|
|
4076
4077
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4136,7 +4137,7 @@ class BlockstorageClient {
|
|
|
4136
4137
|
* @param UpdateVolumeRequest
|
|
4137
4138
|
* @return UpdateVolumeResponse
|
|
4138
4139
|
* @throws OciError when an error occurs
|
|
4139
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4140
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateVolume.ts.html |here} to see how to use UpdateVolume API.
|
|
4140
4141
|
*/
|
|
4141
4142
|
updateVolume(updateVolumeRequest) {
|
|
4142
4143
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4202,7 +4203,7 @@ class BlockstorageClient {
|
|
|
4202
4203
|
* @param UpdateVolumeBackupRequest
|
|
4203
4204
|
* @return UpdateVolumeBackupResponse
|
|
4204
4205
|
* @throws OciError when an error occurs
|
|
4205
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4206
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateVolumeBackup.ts.html |here} to see how to use UpdateVolumeBackup API.
|
|
4206
4207
|
*/
|
|
4207
4208
|
updateVolumeBackup(updateVolumeBackupRequest) {
|
|
4208
4209
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4266,7 +4267,7 @@ class BlockstorageClient {
|
|
|
4266
4267
|
* @param UpdateVolumeBackupPolicyRequest
|
|
4267
4268
|
* @return UpdateVolumeBackupPolicyResponse
|
|
4268
4269
|
* @throws OciError when an error occurs
|
|
4269
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4270
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateVolumeBackupPolicy.ts.html |here} to see how to use UpdateVolumeBackupPolicy API.
|
|
4270
4271
|
*/
|
|
4271
4272
|
updateVolumeBackupPolicy(updateVolumeBackupPolicyRequest) {
|
|
4272
4273
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4338,7 +4339,7 @@ class BlockstorageClient {
|
|
|
4338
4339
|
* @param UpdateVolumeGroupRequest
|
|
4339
4340
|
* @return UpdateVolumeGroupResponse
|
|
4340
4341
|
* @throws OciError when an error occurs
|
|
4341
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4342
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateVolumeGroup.ts.html |here} to see how to use UpdateVolumeGroup API.
|
|
4342
4343
|
*/
|
|
4343
4344
|
updateVolumeGroup(updateVolumeGroupRequest) {
|
|
4344
4345
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4404,7 +4405,7 @@ class BlockstorageClient {
|
|
|
4404
4405
|
* @param UpdateVolumeGroupBackupRequest
|
|
4405
4406
|
* @return UpdateVolumeGroupBackupResponse
|
|
4406
4407
|
* @throws OciError when an error occurs
|
|
4407
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4408
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateVolumeGroupBackup.ts.html |here} to see how to use UpdateVolumeGroupBackup API.
|
|
4408
4409
|
*/
|
|
4409
4410
|
updateVolumeGroupBackup(updateVolumeGroupBackupRequest) {
|
|
4410
4411
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4464,7 +4465,7 @@ class BlockstorageClient {
|
|
|
4464
4465
|
* @param UpdateVolumeKmsKeyRequest
|
|
4465
4466
|
* @return UpdateVolumeKmsKeyResponse
|
|
4466
4467
|
* @throws OciError when an error occurs
|
|
4467
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4468
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateVolumeKmsKey.ts.html |here} to see how to use UpdateVolumeKmsKey API.
|
|
4468
4469
|
*/
|
|
4469
4470
|
updateVolumeKmsKey(updateVolumeKmsKeyRequest) {
|
|
4470
4471
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4680,7 +4681,7 @@ class ComputeClient {
|
|
|
4680
4681
|
* @param AcceptShieldedIntegrityPolicyRequest
|
|
4681
4682
|
* @return AcceptShieldedIntegrityPolicyResponse
|
|
4682
4683
|
* @throws OciError when an error occurs
|
|
4683
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4684
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/AcceptShieldedIntegrityPolicy.ts.html |here} to see how to use AcceptShieldedIntegrityPolicy API.
|
|
4684
4685
|
*/
|
|
4685
4686
|
acceptShieldedIntegrityPolicy(acceptShieldedIntegrityPolicyRequest) {
|
|
4686
4687
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4736,7 +4737,7 @@ class ComputeClient {
|
|
|
4736
4737
|
* @param AddImageShapeCompatibilityEntryRequest
|
|
4737
4738
|
* @return AddImageShapeCompatibilityEntryResponse
|
|
4738
4739
|
* @throws OciError when an error occurs
|
|
4739
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4740
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/AddImageShapeCompatibilityEntry.ts.html |here} to see how to use AddImageShapeCompatibilityEntry API.
|
|
4740
4741
|
*/
|
|
4741
4742
|
addImageShapeCompatibilityEntry(addImageShapeCompatibilityEntryRequest) {
|
|
4742
4743
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4796,7 +4797,7 @@ class ComputeClient {
|
|
|
4796
4797
|
* @param AttachBootVolumeRequest
|
|
4797
4798
|
* @return AttachBootVolumeResponse
|
|
4798
4799
|
* @throws OciError when an error occurs
|
|
4799
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4800
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/AttachBootVolume.ts.html |here} to see how to use AttachBootVolume API.
|
|
4800
4801
|
*/
|
|
4801
4802
|
attachBootVolume(attachBootVolumeRequest) {
|
|
4802
4803
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4861,7 +4862,7 @@ class ComputeClient {
|
|
|
4861
4862
|
* @param AttachVnicRequest
|
|
4862
4863
|
* @return AttachVnicResponse
|
|
4863
4864
|
* @throws OciError when an error occurs
|
|
4864
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4865
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/AttachVnic.ts.html |here} to see how to use AttachVnic API.
|
|
4865
4866
|
*/
|
|
4866
4867
|
attachVnic(attachVnicRequest) {
|
|
4867
4868
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4924,7 +4925,7 @@ class ComputeClient {
|
|
|
4924
4925
|
* @param AttachVolumeRequest
|
|
4925
4926
|
* @return AttachVolumeResponse
|
|
4926
4927
|
* @throws OciError when an error occurs
|
|
4927
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4928
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/AttachVolume.ts.html |here} to see how to use AttachVolume API.
|
|
4928
4929
|
*/
|
|
4929
4930
|
attachVolume(attachVolumeRequest) {
|
|
4930
4931
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5003,7 +5004,7 @@ class ComputeClient {
|
|
|
5003
5004
|
* @param CaptureConsoleHistoryRequest
|
|
5004
5005
|
* @return CaptureConsoleHistoryResponse
|
|
5005
5006
|
* @throws OciError when an error occurs
|
|
5006
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5007
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CaptureConsoleHistory.ts.html |here} to see how to use CaptureConsoleHistory API.
|
|
5007
5008
|
*/
|
|
5008
5009
|
captureConsoleHistory(captureConsoleHistoryRequest) {
|
|
5009
5010
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5068,7 +5069,7 @@ class ComputeClient {
|
|
|
5068
5069
|
* @param ChangeComputeCapacityReservationCompartmentRequest
|
|
5069
5070
|
* @return ChangeComputeCapacityReservationCompartmentResponse
|
|
5070
5071
|
* @throws OciError when an error occurs
|
|
5071
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5072
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ChangeComputeCapacityReservationCompartment.ts.html |here} to see how to use ChangeComputeCapacityReservationCompartment API.
|
|
5072
5073
|
*/
|
|
5073
5074
|
changeComputeCapacityReservationCompartment(changeComputeCapacityReservationCompartmentRequest) {
|
|
5074
5075
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5132,7 +5133,7 @@ class ComputeClient {
|
|
|
5132
5133
|
* @param ChangeComputeCapacityTopologyCompartmentRequest
|
|
5133
5134
|
* @return ChangeComputeCapacityTopologyCompartmentResponse
|
|
5134
5135
|
* @throws OciError when an error occurs
|
|
5135
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5136
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ChangeComputeCapacityTopologyCompartment.ts.html |here} to see how to use ChangeComputeCapacityTopologyCompartment API.
|
|
5136
5137
|
*/
|
|
5137
5138
|
changeComputeCapacityTopologyCompartment(changeComputeCapacityTopologyCompartmentRequest) {
|
|
5138
5139
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5199,7 +5200,7 @@ class ComputeClient {
|
|
|
5199
5200
|
* @param ChangeComputeClusterCompartmentRequest
|
|
5200
5201
|
* @return ChangeComputeClusterCompartmentResponse
|
|
5201
5202
|
* @throws OciError when an error occurs
|
|
5202
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5203
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ChangeComputeClusterCompartment.ts.html |here} to see how to use ChangeComputeClusterCompartment API.
|
|
5203
5204
|
*/
|
|
5204
5205
|
changeComputeClusterCompartment(changeComputeClusterCompartmentRequest) {
|
|
5205
5206
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5259,7 +5260,7 @@ class ComputeClient {
|
|
|
5259
5260
|
* @param ChangeComputeImageCapabilitySchemaCompartmentRequest
|
|
5260
5261
|
* @return ChangeComputeImageCapabilitySchemaCompartmentResponse
|
|
5261
5262
|
* @throws OciError when an error occurs
|
|
5262
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5263
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ChangeComputeImageCapabilitySchemaCompartment.ts.html |here} to see how to use ChangeComputeImageCapabilitySchemaCompartment API.
|
|
5263
5264
|
*/
|
|
5264
5265
|
changeComputeImageCapabilitySchemaCompartment(changeComputeImageCapabilitySchemaCompartmentRequest) {
|
|
5265
5266
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5316,7 +5317,7 @@ class ComputeClient {
|
|
|
5316
5317
|
* @param ChangeDedicatedVmHostCompartmentRequest
|
|
5317
5318
|
* @return ChangeDedicatedVmHostCompartmentResponse
|
|
5318
5319
|
* @throws OciError when an error occurs
|
|
5319
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5320
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ChangeDedicatedVmHostCompartment.ts.html |here} to see how to use ChangeDedicatedVmHostCompartment API.
|
|
5320
5321
|
*/
|
|
5321
5322
|
changeDedicatedVmHostCompartment(changeDedicatedVmHostCompartmentRequest) {
|
|
5322
5323
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5386,7 +5387,7 @@ class ComputeClient {
|
|
|
5386
5387
|
* @param ChangeImageCompartmentRequest
|
|
5387
5388
|
* @return ChangeImageCompartmentResponse
|
|
5388
5389
|
* @throws OciError when an error occurs
|
|
5389
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5390
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ChangeImageCompartment.ts.html |here} to see how to use ChangeImageCompartment API.
|
|
5390
5391
|
*/
|
|
5391
5392
|
changeImageCompartment(changeImageCompartmentRequest) {
|
|
5392
5393
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5454,7 +5455,7 @@ class ComputeClient {
|
|
|
5454
5455
|
* @param ChangeInstanceCompartmentRequest
|
|
5455
5456
|
* @return ChangeInstanceCompartmentResponse
|
|
5456
5457
|
* @throws OciError when an error occurs
|
|
5457
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5458
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ChangeInstanceCompartment.ts.html |here} to see how to use ChangeInstanceCompartment API.
|
|
5458
5459
|
*/
|
|
5459
5460
|
changeInstanceCompartment(changeInstanceCompartmentRequest) {
|
|
5460
5461
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5522,7 +5523,7 @@ class ComputeClient {
|
|
|
5522
5523
|
* @param CreateAppCatalogSubscriptionRequest
|
|
5523
5524
|
* @return CreateAppCatalogSubscriptionResponse
|
|
5524
5525
|
* @throws OciError when an error occurs
|
|
5525
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5526
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateAppCatalogSubscription.ts.html |here} to see how to use CreateAppCatalogSubscription API.
|
|
5526
5527
|
*/
|
|
5527
5528
|
createAppCatalogSubscription(createAppCatalogSubscriptionRequest) {
|
|
5528
5529
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5590,7 +5591,7 @@ class ComputeClient {
|
|
|
5590
5591
|
* @param CreateComputeCapacityReportRequest
|
|
5591
5592
|
* @return CreateComputeCapacityReportResponse
|
|
5592
5593
|
* @throws OciError when an error occurs
|
|
5593
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5594
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateComputeCapacityReport.ts.html |here} to see how to use CreateComputeCapacityReport API.
|
|
5594
5595
|
*/
|
|
5595
5596
|
createComputeCapacityReport(createComputeCapacityReportRequest) {
|
|
5596
5597
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5653,7 +5654,7 @@ class ComputeClient {
|
|
|
5653
5654
|
* @param CreateComputeCapacityReservationRequest
|
|
5654
5655
|
* @return CreateComputeCapacityReservationResponse
|
|
5655
5656
|
* @throws OciError when an error occurs
|
|
5656
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5657
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateComputeCapacityReservation.ts.html |here} to see how to use CreateComputeCapacityReservation API.
|
|
5657
5658
|
*/
|
|
5658
5659
|
createComputeCapacityReservation(createComputeCapacityReservationRequest) {
|
|
5659
5660
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5732,7 +5733,7 @@ class ComputeClient {
|
|
|
5732
5733
|
* @param CreateComputeCapacityTopologyRequest
|
|
5733
5734
|
* @return CreateComputeCapacityTopologyResponse
|
|
5734
5735
|
* @throws OciError when an error occurs
|
|
5735
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5736
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateComputeCapacityTopology.ts.html |here} to see how to use CreateComputeCapacityTopology API.
|
|
5736
5737
|
*/
|
|
5737
5738
|
createComputeCapacityTopology(createComputeCapacityTopologyRequest) {
|
|
5738
5739
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5807,8 +5808,7 @@ class ComputeClient {
|
|
|
5807
5808
|
* {@link #launchInstance(LaunchInstanceRequest) launchInstance} operation to create instances in the compute cluster.
|
|
5808
5809
|
* The instances must be created in the same compartment and availability domain as the cluster.
|
|
5809
5810
|
* <p>
|
|
5810
|
-
Use compute clusters when you want to manage instances in the cluster individually
|
|
5811
|
-
* to use different types of instances in the RDMA network group.
|
|
5811
|
+
Use compute clusters when you want to manage instances in the cluster individually in the RDMA network group.
|
|
5812
5812
|
* <p>
|
|
5813
5813
|
If you want predictable capacity for a specific number of identical instances that are managed as a group,
|
|
5814
5814
|
* create a cluster network that uses instance pools by using the
|
|
@@ -5818,7 +5818,7 @@ class ComputeClient {
|
|
|
5818
5818
|
* @param CreateComputeClusterRequest
|
|
5819
5819
|
* @return CreateComputeClusterResponse
|
|
5820
5820
|
* @throws OciError when an error occurs
|
|
5821
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5821
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateComputeCluster.ts.html |here} to see how to use CreateComputeCluster API.
|
|
5822
5822
|
*/
|
|
5823
5823
|
createComputeCluster(createComputeClusterRequest) {
|
|
5824
5824
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5882,7 +5882,7 @@ class ComputeClient {
|
|
|
5882
5882
|
* @param CreateComputeImageCapabilitySchemaRequest
|
|
5883
5883
|
* @return CreateComputeImageCapabilitySchemaResponse
|
|
5884
5884
|
* @throws OciError when an error occurs
|
|
5885
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5885
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateComputeImageCapabilitySchema.ts.html |here} to see how to use CreateComputeImageCapabilitySchema API.
|
|
5886
5886
|
*/
|
|
5887
5887
|
createComputeImageCapabilitySchema(createComputeImageCapabilitySchemaRequest) {
|
|
5888
5888
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5948,7 +5948,7 @@ class ComputeClient {
|
|
|
5948
5948
|
* @param CreateDedicatedVmHostRequest
|
|
5949
5949
|
* @return CreateDedicatedVmHostResponse
|
|
5950
5950
|
* @throws OciError when an error occurs
|
|
5951
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5951
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateDedicatedVmHost.ts.html |here} to see how to use CreateDedicatedVmHost API.
|
|
5952
5952
|
*/
|
|
5953
5953
|
createDedicatedVmHost(createDedicatedVmHostRequest) {
|
|
5954
5954
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6039,7 +6039,7 @@ class ComputeClient {
|
|
|
6039
6039
|
* @param CreateImageRequest
|
|
6040
6040
|
* @return CreateImageResponse
|
|
6041
6041
|
* @throws OciError when an error occurs
|
|
6042
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6042
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateImage.ts.html |here} to see how to use CreateImage API.
|
|
6043
6043
|
*/
|
|
6044
6044
|
createImage(createImageRequest) {
|
|
6045
6045
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6111,7 +6111,7 @@ class ComputeClient {
|
|
|
6111
6111
|
* @param CreateInstanceConsoleConnectionRequest
|
|
6112
6112
|
* @return CreateInstanceConsoleConnectionResponse
|
|
6113
6113
|
* @throws OciError when an error occurs
|
|
6114
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6114
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateInstanceConsoleConnection.ts.html |here} to see how to use CreateInstanceConsoleConnection API.
|
|
6115
6115
|
*/
|
|
6116
6116
|
createInstanceConsoleConnection(createInstanceConsoleConnectionRequest) {
|
|
6117
6117
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6173,7 +6173,7 @@ class ComputeClient {
|
|
|
6173
6173
|
* @param DeleteAppCatalogSubscriptionRequest
|
|
6174
6174
|
* @return DeleteAppCatalogSubscriptionResponse
|
|
6175
6175
|
* @throws OciError when an error occurs
|
|
6176
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6176
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteAppCatalogSubscription.ts.html |here} to see how to use DeleteAppCatalogSubscription API.
|
|
6177
6177
|
*/
|
|
6178
6178
|
deleteAppCatalogSubscription(deleteAppCatalogSubscriptionRequest) {
|
|
6179
6179
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6228,7 +6228,7 @@ class ComputeClient {
|
|
|
6228
6228
|
* @param DeleteComputeCapacityReservationRequest
|
|
6229
6229
|
* @return DeleteComputeCapacityReservationResponse
|
|
6230
6230
|
* @throws OciError when an error occurs
|
|
6231
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6231
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteComputeCapacityReservation.ts.html |here} to see how to use DeleteComputeCapacityReservation API.
|
|
6232
6232
|
*/
|
|
6233
6233
|
deleteComputeCapacityReservation(deleteComputeCapacityReservationRequest) {
|
|
6234
6234
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6288,7 +6288,7 @@ class ComputeClient {
|
|
|
6288
6288
|
* @param DeleteComputeCapacityTopologyRequest
|
|
6289
6289
|
* @return DeleteComputeCapacityTopologyResponse
|
|
6290
6290
|
* @throws OciError when an error occurs
|
|
6291
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6291
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteComputeCapacityTopology.ts.html |here} to see how to use DeleteComputeCapacityTopology API.
|
|
6292
6292
|
*/
|
|
6293
6293
|
deleteComputeCapacityTopology(deleteComputeCapacityTopologyRequest) {
|
|
6294
6294
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6353,7 +6353,7 @@ class ComputeClient {
|
|
|
6353
6353
|
* @param DeleteComputeClusterRequest
|
|
6354
6354
|
* @return DeleteComputeClusterResponse
|
|
6355
6355
|
* @throws OciError when an error occurs
|
|
6356
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6356
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteComputeCluster.ts.html |here} to see how to use DeleteComputeCluster API.
|
|
6357
6357
|
*/
|
|
6358
6358
|
deleteComputeCluster(deleteComputeClusterRequest) {
|
|
6359
6359
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6409,7 +6409,7 @@ class ComputeClient {
|
|
|
6409
6409
|
* @param DeleteComputeImageCapabilitySchemaRequest
|
|
6410
6410
|
* @return DeleteComputeImageCapabilitySchemaResponse
|
|
6411
6411
|
* @throws OciError when an error occurs
|
|
6412
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6412
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteComputeImageCapabilitySchema.ts.html |here} to see how to use DeleteComputeImageCapabilitySchema API.
|
|
6413
6413
|
*/
|
|
6414
6414
|
deleteComputeImageCapabilitySchema(deleteComputeImageCapabilitySchemaRequest) {
|
|
6415
6415
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6464,7 +6464,7 @@ class ComputeClient {
|
|
|
6464
6464
|
* @param DeleteConsoleHistoryRequest
|
|
6465
6465
|
* @return DeleteConsoleHistoryResponse
|
|
6466
6466
|
* @throws OciError when an error occurs
|
|
6467
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6467
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteConsoleHistory.ts.html |here} to see how to use DeleteConsoleHistory API.
|
|
6468
6468
|
*/
|
|
6469
6469
|
deleteConsoleHistory(deleteConsoleHistoryRequest) {
|
|
6470
6470
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6522,7 +6522,7 @@ class ComputeClient {
|
|
|
6522
6522
|
* @param DeleteDedicatedVmHostRequest
|
|
6523
6523
|
* @return DeleteDedicatedVmHostResponse
|
|
6524
6524
|
* @throws OciError when an error occurs
|
|
6525
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6525
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteDedicatedVmHost.ts.html |here} to see how to use DeleteDedicatedVmHost API.
|
|
6526
6526
|
*/
|
|
6527
6527
|
deleteDedicatedVmHost(deleteDedicatedVmHostRequest) {
|
|
6528
6528
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6581,7 +6581,7 @@ class ComputeClient {
|
|
|
6581
6581
|
* @param DeleteImageRequest
|
|
6582
6582
|
* @return DeleteImageResponse
|
|
6583
6583
|
* @throws OciError when an error occurs
|
|
6584
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6584
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteImage.ts.html |here} to see how to use DeleteImage API.
|
|
6585
6585
|
*/
|
|
6586
6586
|
deleteImage(deleteImageRequest) {
|
|
6587
6587
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6635,7 +6635,7 @@ class ComputeClient {
|
|
|
6635
6635
|
* @param DeleteInstanceConsoleConnectionRequest
|
|
6636
6636
|
* @return DeleteInstanceConsoleConnectionResponse
|
|
6637
6637
|
* @throws OciError when an error occurs
|
|
6638
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6638
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteInstanceConsoleConnection.ts.html |here} to see how to use DeleteInstanceConsoleConnection API.
|
|
6639
6639
|
*/
|
|
6640
6640
|
deleteInstanceConsoleConnection(deleteInstanceConsoleConnectionRequest) {
|
|
6641
6641
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6693,7 +6693,7 @@ class ComputeClient {
|
|
|
6693
6693
|
* @param DetachBootVolumeRequest
|
|
6694
6694
|
* @return DetachBootVolumeResponse
|
|
6695
6695
|
* @throws OciError when an error occurs
|
|
6696
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6696
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DetachBootVolume.ts.html |here} to see how to use DetachBootVolume API.
|
|
6697
6697
|
*/
|
|
6698
6698
|
detachBootVolume(detachBootVolumeRequest) {
|
|
6699
6699
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6757,7 +6757,7 @@ class ComputeClient {
|
|
|
6757
6757
|
* @param DetachVnicRequest
|
|
6758
6758
|
* @return DetachVnicResponse
|
|
6759
6759
|
* @throws OciError when an error occurs
|
|
6760
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6760
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DetachVnic.ts.html |here} to see how to use DetachVnic API.
|
|
6761
6761
|
*/
|
|
6762
6762
|
detachVnic(detachVnicRequest) {
|
|
6763
6763
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6815,7 +6815,7 @@ class ComputeClient {
|
|
|
6815
6815
|
* @param DetachVolumeRequest
|
|
6816
6816
|
* @return DetachVolumeResponse
|
|
6817
6817
|
* @throws OciError when an error occurs
|
|
6818
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6818
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DetachVolume.ts.html |here} to see how to use DetachVolume API.
|
|
6819
6819
|
*/
|
|
6820
6820
|
detachVolume(detachVolumeRequest) {
|
|
6821
6821
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6879,7 +6879,7 @@ class ComputeClient {
|
|
|
6879
6879
|
* @param ExportImageRequest
|
|
6880
6880
|
* @return ExportImageResponse
|
|
6881
6881
|
* @throws OciError when an error occurs
|
|
6882
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6882
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ExportImage.ts.html |here} to see how to use ExportImage API.
|
|
6883
6883
|
*/
|
|
6884
6884
|
exportImage(exportImageRequest) {
|
|
6885
6885
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6949,7 +6949,7 @@ class ComputeClient {
|
|
|
6949
6949
|
* @param GetAppCatalogListingRequest
|
|
6950
6950
|
* @return GetAppCatalogListingResponse
|
|
6951
6951
|
* @throws OciError when an error occurs
|
|
6952
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6952
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetAppCatalogListing.ts.html |here} to see how to use GetAppCatalogListing API.
|
|
6953
6953
|
*/
|
|
6954
6954
|
getAppCatalogListing(getAppCatalogListingRequest) {
|
|
6955
6955
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7011,7 +7011,7 @@ class ComputeClient {
|
|
|
7011
7011
|
* @param GetAppCatalogListingAgreementsRequest
|
|
7012
7012
|
* @return GetAppCatalogListingAgreementsResponse
|
|
7013
7013
|
* @throws OciError when an error occurs
|
|
7014
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7014
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetAppCatalogListingAgreements.ts.html |here} to see how to use GetAppCatalogListingAgreements API.
|
|
7015
7015
|
*/
|
|
7016
7016
|
getAppCatalogListingAgreements(getAppCatalogListingAgreementsRequest) {
|
|
7017
7017
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7074,7 +7074,7 @@ class ComputeClient {
|
|
|
7074
7074
|
* @param GetAppCatalogListingResourceVersionRequest
|
|
7075
7075
|
* @return GetAppCatalogListingResourceVersionResponse
|
|
7076
7076
|
* @throws OciError when an error occurs
|
|
7077
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7077
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetAppCatalogListingResourceVersion.ts.html |here} to see how to use GetAppCatalogListingResourceVersion API.
|
|
7078
7078
|
*/
|
|
7079
7079
|
getAppCatalogListingResourceVersion(getAppCatalogListingResourceVersionRequest) {
|
|
7080
7080
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7137,7 +7137,7 @@ class ComputeClient {
|
|
|
7137
7137
|
* @param GetBootVolumeAttachmentRequest
|
|
7138
7138
|
* @return GetBootVolumeAttachmentResponse
|
|
7139
7139
|
* @throws OciError when an error occurs
|
|
7140
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7140
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetBootVolumeAttachment.ts.html |here} to see how to use GetBootVolumeAttachment API.
|
|
7141
7141
|
*/
|
|
7142
7142
|
getBootVolumeAttachment(getBootVolumeAttachmentRequest) {
|
|
7143
7143
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7199,7 +7199,7 @@ class ComputeClient {
|
|
|
7199
7199
|
* @param GetComputeCapacityReservationRequest
|
|
7200
7200
|
* @return GetComputeCapacityReservationResponse
|
|
7201
7201
|
* @throws OciError when an error occurs
|
|
7202
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7202
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetComputeCapacityReservation.ts.html |here} to see how to use GetComputeCapacityReservation API.
|
|
7203
7203
|
*/
|
|
7204
7204
|
getComputeCapacityReservation(getComputeCapacityReservationRequest) {
|
|
7205
7205
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7262,7 +7262,7 @@ class ComputeClient {
|
|
|
7262
7262
|
* @param GetComputeCapacityTopologyRequest
|
|
7263
7263
|
* @return GetComputeCapacityTopologyResponse
|
|
7264
7264
|
* @throws OciError when an error occurs
|
|
7265
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7265
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetComputeCapacityTopology.ts.html |here} to see how to use GetComputeCapacityTopology API.
|
|
7266
7266
|
*/
|
|
7267
7267
|
getComputeCapacityTopology(getComputeCapacityTopologyRequest) {
|
|
7268
7268
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7327,7 +7327,7 @@ class ComputeClient {
|
|
|
7327
7327
|
* @param GetComputeClusterRequest
|
|
7328
7328
|
* @return GetComputeClusterResponse
|
|
7329
7329
|
* @throws OciError when an error occurs
|
|
7330
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7330
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetComputeCluster.ts.html |here} to see how to use GetComputeCluster API.
|
|
7331
7331
|
*/
|
|
7332
7332
|
getComputeCluster(getComputeClusterRequest) {
|
|
7333
7333
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7390,7 +7390,7 @@ class ComputeClient {
|
|
|
7390
7390
|
* @param GetComputeGlobalImageCapabilitySchemaRequest
|
|
7391
7391
|
* @return GetComputeGlobalImageCapabilitySchemaResponse
|
|
7392
7392
|
* @throws OciError when an error occurs
|
|
7393
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7393
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetComputeGlobalImageCapabilitySchema.ts.html |here} to see how to use GetComputeGlobalImageCapabilitySchema API.
|
|
7394
7394
|
*/
|
|
7395
7395
|
getComputeGlobalImageCapabilitySchema(getComputeGlobalImageCapabilitySchemaRequest) {
|
|
7396
7396
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7452,7 +7452,7 @@ class ComputeClient {
|
|
|
7452
7452
|
* @param GetComputeGlobalImageCapabilitySchemaVersionRequest
|
|
7453
7453
|
* @return GetComputeGlobalImageCapabilitySchemaVersionResponse
|
|
7454
7454
|
* @throws OciError when an error occurs
|
|
7455
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7455
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetComputeGlobalImageCapabilitySchemaVersion.ts.html |here} to see how to use GetComputeGlobalImageCapabilitySchemaVersion API.
|
|
7456
7456
|
*/
|
|
7457
7457
|
getComputeGlobalImageCapabilitySchemaVersion(getComputeGlobalImageCapabilitySchemaVersionRequest) {
|
|
7458
7458
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7516,7 +7516,7 @@ class ComputeClient {
|
|
|
7516
7516
|
* @param GetComputeImageCapabilitySchemaRequest
|
|
7517
7517
|
* @return GetComputeImageCapabilitySchemaResponse
|
|
7518
7518
|
* @throws OciError when an error occurs
|
|
7519
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7519
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetComputeImageCapabilitySchema.ts.html |here} to see how to use GetComputeImageCapabilitySchema API.
|
|
7520
7520
|
*/
|
|
7521
7521
|
getComputeImageCapabilitySchema(getComputeImageCapabilitySchemaRequest) {
|
|
7522
7522
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7583,7 +7583,7 @@ class ComputeClient {
|
|
|
7583
7583
|
* @param GetConsoleHistoryRequest
|
|
7584
7584
|
* @return GetConsoleHistoryResponse
|
|
7585
7585
|
* @throws OciError when an error occurs
|
|
7586
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7586
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetConsoleHistory.ts.html |here} to see how to use GetConsoleHistory API.
|
|
7587
7587
|
*/
|
|
7588
7588
|
getConsoleHistory(getConsoleHistoryRequest) {
|
|
7589
7589
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7648,7 +7648,7 @@ class ComputeClient {
|
|
|
7648
7648
|
* @param GetConsoleHistoryContentRequest
|
|
7649
7649
|
* @return GetConsoleHistoryContentResponse
|
|
7650
7650
|
* @throws OciError when an error occurs
|
|
7651
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7651
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetConsoleHistoryContent.ts.html |here} to see how to use GetConsoleHistoryContent API.
|
|
7652
7652
|
*/
|
|
7653
7653
|
getConsoleHistoryContent(getConsoleHistoryContentRequest) {
|
|
7654
7654
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7713,7 +7713,7 @@ class ComputeClient {
|
|
|
7713
7713
|
* @param GetDedicatedVmHostRequest
|
|
7714
7714
|
* @return GetDedicatedVmHostResponse
|
|
7715
7715
|
* @throws OciError when an error occurs
|
|
7716
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7716
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetDedicatedVmHost.ts.html |here} to see how to use GetDedicatedVmHost API.
|
|
7717
7717
|
*/
|
|
7718
7718
|
getDedicatedVmHost(getDedicatedVmHostRequest) {
|
|
7719
7719
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7776,7 +7776,7 @@ class ComputeClient {
|
|
|
7776
7776
|
* @param GetImageRequest
|
|
7777
7777
|
* @return GetImageResponse
|
|
7778
7778
|
* @throws OciError when an error occurs
|
|
7779
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7779
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetImage.ts.html |here} to see how to use GetImage API.
|
|
7780
7780
|
*/
|
|
7781
7781
|
getImage(getImageRequest) {
|
|
7782
7782
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7838,7 +7838,7 @@ class ComputeClient {
|
|
|
7838
7838
|
* @param GetImageShapeCompatibilityEntryRequest
|
|
7839
7839
|
* @return GetImageShapeCompatibilityEntryResponse
|
|
7840
7840
|
* @throws OciError when an error occurs
|
|
7841
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7841
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetImageShapeCompatibilityEntry.ts.html |here} to see how to use GetImageShapeCompatibilityEntry API.
|
|
7842
7842
|
*/
|
|
7843
7843
|
getImageShapeCompatibilityEntry(getImageShapeCompatibilityEntryRequest) {
|
|
7844
7844
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7901,7 +7901,7 @@ class ComputeClient {
|
|
|
7901
7901
|
* @param GetInstanceRequest
|
|
7902
7902
|
* @return GetInstanceResponse
|
|
7903
7903
|
* @throws OciError when an error occurs
|
|
7904
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7904
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetInstance.ts.html |here} to see how to use GetInstance API.
|
|
7905
7905
|
*/
|
|
7906
7906
|
getInstance(getInstanceRequest) {
|
|
7907
7907
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7963,7 +7963,7 @@ class ComputeClient {
|
|
|
7963
7963
|
* @param GetInstanceConsoleConnectionRequest
|
|
7964
7964
|
* @return GetInstanceConsoleConnectionResponse
|
|
7965
7965
|
* @throws OciError when an error occurs
|
|
7966
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7966
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetInstanceConsoleConnection.ts.html |here} to see how to use GetInstanceConsoleConnection API.
|
|
7967
7967
|
*/
|
|
7968
7968
|
getInstanceConsoleConnection(getInstanceConsoleConnectionRequest) {
|
|
7969
7969
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8022,7 +8022,7 @@ class ComputeClient {
|
|
|
8022
8022
|
* @param GetInstanceMaintenanceRebootRequest
|
|
8023
8023
|
* @return GetInstanceMaintenanceRebootResponse
|
|
8024
8024
|
* @throws OciError when an error occurs
|
|
8025
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8025
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetInstanceMaintenanceReboot.ts.html |here} to see how to use GetInstanceMaintenanceReboot API.
|
|
8026
8026
|
*/
|
|
8027
8027
|
getInstanceMaintenanceReboot(getInstanceMaintenanceRebootRequest) {
|
|
8028
8028
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8080,7 +8080,7 @@ class ComputeClient {
|
|
|
8080
8080
|
* @param GetMeasuredBootReportRequest
|
|
8081
8081
|
* @return GetMeasuredBootReportResponse
|
|
8082
8082
|
* @throws OciError when an error occurs
|
|
8083
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8083
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetMeasuredBootReport.ts.html |here} to see how to use GetMeasuredBootReport API.
|
|
8084
8084
|
*/
|
|
8085
8085
|
getMeasuredBootReport(getMeasuredBootReportRequest) {
|
|
8086
8086
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8144,7 +8144,7 @@ class ComputeClient {
|
|
|
8144
8144
|
* @param GetVnicAttachmentRequest
|
|
8145
8145
|
* @return GetVnicAttachmentResponse
|
|
8146
8146
|
* @throws OciError when an error occurs
|
|
8147
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8147
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetVnicAttachment.ts.html |here} to see how to use GetVnicAttachment API.
|
|
8148
8148
|
*/
|
|
8149
8149
|
getVnicAttachment(getVnicAttachmentRequest) {
|
|
8150
8150
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8206,7 +8206,7 @@ class ComputeClient {
|
|
|
8206
8206
|
* @param GetVolumeAttachmentRequest
|
|
8207
8207
|
* @return GetVolumeAttachmentResponse
|
|
8208
8208
|
* @throws OciError when an error occurs
|
|
8209
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8209
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetVolumeAttachment.ts.html |here} to see how to use GetVolumeAttachment API.
|
|
8210
8210
|
*/
|
|
8211
8211
|
getVolumeAttachment(getVolumeAttachmentRequest) {
|
|
8212
8212
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8270,7 +8270,7 @@ class ComputeClient {
|
|
|
8270
8270
|
* @param GetWindowsInstanceInitialCredentialsRequest
|
|
8271
8271
|
* @return GetWindowsInstanceInitialCredentialsResponse
|
|
8272
8272
|
* @throws OciError when an error occurs
|
|
8273
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8273
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetWindowsInstanceInitialCredentials.ts.html |here} to see how to use GetWindowsInstanceInitialCredentials API.
|
|
8274
8274
|
*/
|
|
8275
8275
|
getWindowsInstanceInitialCredentials(getWindowsInstanceInitialCredentialsRequest) {
|
|
8276
8276
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8368,7 +8368,7 @@ class ComputeClient {
|
|
|
8368
8368
|
* @param InstanceActionRequest
|
|
8369
8369
|
* @return InstanceActionResponse
|
|
8370
8370
|
* @throws OciError when an error occurs
|
|
8371
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8371
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/InstanceAction.ts.html |here} to see how to use InstanceAction API.
|
|
8372
8372
|
*/
|
|
8373
8373
|
instanceAction(instanceActionRequest) {
|
|
8374
8374
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8478,7 +8478,7 @@ class ComputeClient {
|
|
|
8478
8478
|
* @param LaunchInstanceRequest
|
|
8479
8479
|
* @return LaunchInstanceResponse
|
|
8480
8480
|
* @throws OciError when an error occurs
|
|
8481
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8481
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/LaunchInstance.ts.html |here} to see how to use LaunchInstance API.
|
|
8482
8482
|
*/
|
|
8483
8483
|
launchInstance(launchInstanceRequest) {
|
|
8484
8484
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8545,7 +8545,7 @@ class ComputeClient {
|
|
|
8545
8545
|
* @param ListAppCatalogListingResourceVersionsRequest
|
|
8546
8546
|
* @return ListAppCatalogListingResourceVersionsResponse
|
|
8547
8547
|
* @throws OciError when an error occurs
|
|
8548
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8548
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListAppCatalogListingResourceVersions.ts.html |here} to see how to use ListAppCatalogListingResourceVersions API.
|
|
8549
8549
|
*/
|
|
8550
8550
|
listAppCatalogListingResourceVersions(listAppCatalogListingResourceVersionsRequest) {
|
|
8551
8551
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8651,7 +8651,7 @@ class ComputeClient {
|
|
|
8651
8651
|
* @param ListAppCatalogListingsRequest
|
|
8652
8652
|
* @return ListAppCatalogListingsResponse
|
|
8653
8653
|
* @throws OciError when an error occurs
|
|
8654
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8654
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListAppCatalogListings.ts.html |here} to see how to use ListAppCatalogListings API.
|
|
8655
8655
|
*/
|
|
8656
8656
|
listAppCatalogListings(listAppCatalogListingsRequest) {
|
|
8657
8657
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8758,7 +8758,7 @@ class ComputeClient {
|
|
|
8758
8758
|
* @param ListAppCatalogSubscriptionsRequest
|
|
8759
8759
|
* @return ListAppCatalogSubscriptionsResponse
|
|
8760
8760
|
* @throws OciError when an error occurs
|
|
8761
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8761
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListAppCatalogSubscriptions.ts.html |here} to see how to use ListAppCatalogSubscriptions API.
|
|
8762
8762
|
*/
|
|
8763
8763
|
listAppCatalogSubscriptions(listAppCatalogSubscriptionsRequest) {
|
|
8764
8764
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8867,7 +8867,7 @@ class ComputeClient {
|
|
|
8867
8867
|
* @param ListBootVolumeAttachmentsRequest
|
|
8868
8868
|
* @return ListBootVolumeAttachmentsResponse
|
|
8869
8869
|
* @throws OciError when an error occurs
|
|
8870
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8870
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListBootVolumeAttachments.ts.html |here} to see how to use ListBootVolumeAttachments API.
|
|
8871
8871
|
*/
|
|
8872
8872
|
listBootVolumeAttachments(listBootVolumeAttachmentsRequest) {
|
|
8873
8873
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8975,7 +8975,7 @@ class ComputeClient {
|
|
|
8975
8975
|
* @param ListComputeCapacityReservationInstanceShapesRequest
|
|
8976
8976
|
* @return ListComputeCapacityReservationInstanceShapesResponse
|
|
8977
8977
|
* @throws OciError when an error occurs
|
|
8978
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8978
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListComputeCapacityReservationInstanceShapes.ts.html |here} to see how to use ListComputeCapacityReservationInstanceShapes API.
|
|
8979
8979
|
*/
|
|
8980
8980
|
listComputeCapacityReservationInstanceShapes(listComputeCapacityReservationInstanceShapesRequest) {
|
|
8981
8981
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9085,7 +9085,7 @@ class ComputeClient {
|
|
|
9085
9085
|
* @param ListComputeCapacityReservationInstancesRequest
|
|
9086
9086
|
* @return ListComputeCapacityReservationInstancesResponse
|
|
9087
9087
|
* @throws OciError when an error occurs
|
|
9088
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9088
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListComputeCapacityReservationInstances.ts.html |here} to see how to use ListComputeCapacityReservationInstances API.
|
|
9089
9089
|
*/
|
|
9090
9090
|
listComputeCapacityReservationInstances(listComputeCapacityReservationInstancesRequest) {
|
|
9091
9091
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9199,7 +9199,7 @@ class ComputeClient {
|
|
|
9199
9199
|
* @param ListComputeCapacityReservationsRequest
|
|
9200
9200
|
* @return ListComputeCapacityReservationsResponse
|
|
9201
9201
|
* @throws OciError when an error occurs
|
|
9202
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9202
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListComputeCapacityReservations.ts.html |here} to see how to use ListComputeCapacityReservations API.
|
|
9203
9203
|
*/
|
|
9204
9204
|
listComputeCapacityReservations(listComputeCapacityReservationsRequest) {
|
|
9205
9205
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9311,7 +9311,7 @@ class ComputeClient {
|
|
|
9311
9311
|
* @param ListComputeCapacityTopologiesRequest
|
|
9312
9312
|
* @return ListComputeCapacityTopologiesResponse
|
|
9313
9313
|
* @throws OciError when an error occurs
|
|
9314
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9314
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListComputeCapacityTopologies.ts.html |here} to see how to use ListComputeCapacityTopologies API.
|
|
9315
9315
|
*/
|
|
9316
9316
|
listComputeCapacityTopologies(listComputeCapacityTopologiesRequest) {
|
|
9317
9317
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9380,7 +9380,7 @@ class ComputeClient {
|
|
|
9380
9380
|
* @param ListComputeCapacityTopologyComputeBareMetalHostsRequest
|
|
9381
9381
|
* @return ListComputeCapacityTopologyComputeBareMetalHostsResponse
|
|
9382
9382
|
* @throws OciError when an error occurs
|
|
9383
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9383
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListComputeCapacityTopologyComputeBareMetalHosts.ts.html |here} to see how to use ListComputeCapacityTopologyComputeBareMetalHosts API.
|
|
9384
9384
|
*/
|
|
9385
9385
|
listComputeCapacityTopologyComputeBareMetalHosts(listComputeCapacityTopologyComputeBareMetalHostsRequest) {
|
|
9386
9386
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9453,7 +9453,7 @@ class ComputeClient {
|
|
|
9453
9453
|
* @param ListComputeCapacityTopologyComputeHpcIslandsRequest
|
|
9454
9454
|
* @return ListComputeCapacityTopologyComputeHpcIslandsResponse
|
|
9455
9455
|
* @throws OciError when an error occurs
|
|
9456
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9456
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListComputeCapacityTopologyComputeHpcIslands.ts.html |here} to see how to use ListComputeCapacityTopologyComputeHpcIslands API.
|
|
9457
9457
|
*/
|
|
9458
9458
|
listComputeCapacityTopologyComputeHpcIslands(listComputeCapacityTopologyComputeHpcIslandsRequest) {
|
|
9459
9459
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9523,7 +9523,7 @@ class ComputeClient {
|
|
|
9523
9523
|
* @param ListComputeCapacityTopologyComputeNetworkBlocksRequest
|
|
9524
9524
|
* @return ListComputeCapacityTopologyComputeNetworkBlocksResponse
|
|
9525
9525
|
* @throws OciError when an error occurs
|
|
9526
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9526
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListComputeCapacityTopologyComputeNetworkBlocks.ts.html |here} to see how to use ListComputeCapacityTopologyComputeNetworkBlocks API.
|
|
9527
9527
|
*/
|
|
9528
9528
|
listComputeCapacityTopologyComputeNetworkBlocks(listComputeCapacityTopologyComputeNetworkBlocksRequest) {
|
|
9529
9529
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9596,7 +9596,7 @@ class ComputeClient {
|
|
|
9596
9596
|
* @param ListComputeClustersRequest
|
|
9597
9597
|
* @return ListComputeClustersResponse
|
|
9598
9598
|
* @throws OciError when an error occurs
|
|
9599
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9599
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListComputeClusters.ts.html |here} to see how to use ListComputeClusters API.
|
|
9600
9600
|
*/
|
|
9601
9601
|
listComputeClusters(listComputeClustersRequest) {
|
|
9602
9602
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9666,7 +9666,7 @@ class ComputeClient {
|
|
|
9666
9666
|
* @param ListComputeGlobalImageCapabilitySchemaVersionsRequest
|
|
9667
9667
|
* @return ListComputeGlobalImageCapabilitySchemaVersionsResponse
|
|
9668
9668
|
* @throws OciError when an error occurs
|
|
9669
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9669
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListComputeGlobalImageCapabilitySchemaVersions.ts.html |here} to see how to use ListComputeGlobalImageCapabilitySchemaVersions API.
|
|
9670
9670
|
*/
|
|
9671
9671
|
listComputeGlobalImageCapabilitySchemaVersions(listComputeGlobalImageCapabilitySchemaVersionsRequest) {
|
|
9672
9672
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9775,7 +9775,7 @@ class ComputeClient {
|
|
|
9775
9775
|
* @param ListComputeGlobalImageCapabilitySchemasRequest
|
|
9776
9776
|
* @return ListComputeGlobalImageCapabilitySchemasResponse
|
|
9777
9777
|
* @throws OciError when an error occurs
|
|
9778
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9778
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListComputeGlobalImageCapabilitySchemas.ts.html |here} to see how to use ListComputeGlobalImageCapabilitySchemas API.
|
|
9779
9779
|
*/
|
|
9780
9780
|
listComputeGlobalImageCapabilitySchemas(listComputeGlobalImageCapabilitySchemasRequest) {
|
|
9781
9781
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9883,7 +9883,7 @@ class ComputeClient {
|
|
|
9883
9883
|
* @param ListComputeImageCapabilitySchemasRequest
|
|
9884
9884
|
* @return ListComputeImageCapabilitySchemasResponse
|
|
9885
9885
|
* @throws OciError when an error occurs
|
|
9886
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9886
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListComputeImageCapabilitySchemas.ts.html |here} to see how to use ListComputeImageCapabilitySchemas API.
|
|
9887
9887
|
*/
|
|
9888
9888
|
listComputeImageCapabilitySchemas(listComputeImageCapabilitySchemasRequest) {
|
|
9889
9889
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9992,7 +9992,7 @@ class ComputeClient {
|
|
|
9992
9992
|
* @param ListConsoleHistoriesRequest
|
|
9993
9993
|
* @return ListConsoleHistoriesResponse
|
|
9994
9994
|
* @throws OciError when an error occurs
|
|
9995
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9995
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListConsoleHistories.ts.html |here} to see how to use ListConsoleHistories API.
|
|
9996
9996
|
*/
|
|
9997
9997
|
listConsoleHistories(listConsoleHistoriesRequest) {
|
|
9998
9998
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10103,7 +10103,7 @@ class ComputeClient {
|
|
|
10103
10103
|
* @param ListDedicatedVmHostInstanceShapesRequest
|
|
10104
10104
|
* @return ListDedicatedVmHostInstanceShapesResponse
|
|
10105
10105
|
* @throws OciError when an error occurs
|
|
10106
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10106
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListDedicatedVmHostInstanceShapes.ts.html |here} to see how to use ListDedicatedVmHostInstanceShapes API.
|
|
10107
10107
|
*/
|
|
10108
10108
|
listDedicatedVmHostInstanceShapes(listDedicatedVmHostInstanceShapesRequest) {
|
|
10109
10109
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10211,7 +10211,7 @@ class ComputeClient {
|
|
|
10211
10211
|
* @param ListDedicatedVmHostInstancesRequest
|
|
10212
10212
|
* @return ListDedicatedVmHostInstancesResponse
|
|
10213
10213
|
* @throws OciError when an error occurs
|
|
10214
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10214
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListDedicatedVmHostInstances.ts.html |here} to see how to use ListDedicatedVmHostInstances API.
|
|
10215
10215
|
*/
|
|
10216
10216
|
listDedicatedVmHostInstances(listDedicatedVmHostInstancesRequest) {
|
|
10217
10217
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10322,7 +10322,7 @@ class ComputeClient {
|
|
|
10322
10322
|
* @param ListDedicatedVmHostShapesRequest
|
|
10323
10323
|
* @return ListDedicatedVmHostShapesResponse
|
|
10324
10324
|
* @throws OciError when an error occurs
|
|
10325
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10325
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListDedicatedVmHostShapes.ts.html |here} to see how to use ListDedicatedVmHostShapes API.
|
|
10326
10326
|
*/
|
|
10327
10327
|
listDedicatedVmHostShapes(listDedicatedVmHostShapesRequest) {
|
|
10328
10328
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10433,7 +10433,7 @@ class ComputeClient {
|
|
|
10433
10433
|
* @param ListDedicatedVmHostsRequest
|
|
10434
10434
|
* @return ListDedicatedVmHostsResponse
|
|
10435
10435
|
* @throws OciError when an error occurs
|
|
10436
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10436
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListDedicatedVmHosts.ts.html |here} to see how to use ListDedicatedVmHosts API.
|
|
10437
10437
|
*/
|
|
10438
10438
|
listDedicatedVmHosts(listDedicatedVmHostsRequest) {
|
|
10439
10439
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10546,7 +10546,7 @@ class ComputeClient {
|
|
|
10546
10546
|
* @param ListImageShapeCompatibilityEntriesRequest
|
|
10547
10547
|
* @return ListImageShapeCompatibilityEntriesResponse
|
|
10548
10548
|
* @throws OciError when an error occurs
|
|
10549
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10549
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListImageShapeCompatibilityEntries.ts.html |here} to see how to use ListImageShapeCompatibilityEntries API.
|
|
10550
10550
|
*/
|
|
10551
10551
|
listImageShapeCompatibilityEntries(listImageShapeCompatibilityEntriesRequest) {
|
|
10552
10552
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10663,7 +10663,7 @@ class ComputeClient {
|
|
|
10663
10663
|
* @param ListImagesRequest
|
|
10664
10664
|
* @return ListImagesResponse
|
|
10665
10665
|
* @throws OciError when an error occurs
|
|
10666
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10666
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListImages.ts.html |here} to see how to use ListImages API.
|
|
10667
10667
|
*/
|
|
10668
10668
|
listImages(listImagesRequest) {
|
|
10669
10669
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10777,7 +10777,7 @@ class ComputeClient {
|
|
|
10777
10777
|
* @param ListInstanceConsoleConnectionsRequest
|
|
10778
10778
|
* @return ListInstanceConsoleConnectionsResponse
|
|
10779
10779
|
* @throws OciError when an error occurs
|
|
10780
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10780
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListInstanceConsoleConnections.ts.html |here} to see how to use ListInstanceConsoleConnections API.
|
|
10781
10781
|
*/
|
|
10782
10782
|
listInstanceConsoleConnections(listInstanceConsoleConnectionsRequest) {
|
|
10783
10783
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10882,7 +10882,7 @@ class ComputeClient {
|
|
|
10882
10882
|
* @param ListInstanceDevicesRequest
|
|
10883
10883
|
* @return ListInstanceDevicesResponse
|
|
10884
10884
|
* @throws OciError when an error occurs
|
|
10885
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10885
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListInstanceDevices.ts.html |here} to see how to use ListInstanceDevices API.
|
|
10886
10886
|
*/
|
|
10887
10887
|
listInstanceDevices(listInstanceDevicesRequest) {
|
|
10888
10888
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10998,7 +10998,7 @@ class ComputeClient {
|
|
|
10998
10998
|
* @param ListInstancesRequest
|
|
10999
10999
|
* @return ListInstancesResponse
|
|
11000
11000
|
* @throws OciError when an error occurs
|
|
11001
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11001
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListInstances.ts.html |here} to see how to use ListInstances API.
|
|
11002
11002
|
*/
|
|
11003
11003
|
listInstances(listInstancesRequest) {
|
|
11004
11004
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11111,7 +11111,7 @@ class ComputeClient {
|
|
|
11111
11111
|
* @param ListShapesRequest
|
|
11112
11112
|
* @return ListShapesResponse
|
|
11113
11113
|
* @throws OciError when an error occurs
|
|
11114
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11114
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListShapes.ts.html |here} to see how to use ListShapes API.
|
|
11115
11115
|
*/
|
|
11116
11116
|
listShapes(listShapesRequest) {
|
|
11117
11117
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11220,7 +11220,7 @@ class ComputeClient {
|
|
|
11220
11220
|
* @param ListVnicAttachmentsRequest
|
|
11221
11221
|
* @return ListVnicAttachmentsResponse
|
|
11222
11222
|
* @throws OciError when an error occurs
|
|
11223
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11223
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListVnicAttachments.ts.html |here} to see how to use ListVnicAttachments API.
|
|
11224
11224
|
*/
|
|
11225
11225
|
listVnicAttachments(listVnicAttachmentsRequest) {
|
|
11226
11226
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11332,7 +11332,7 @@ class ComputeClient {
|
|
|
11332
11332
|
* @param ListVolumeAttachmentsRequest
|
|
11333
11333
|
* @return ListVolumeAttachmentsResponse
|
|
11334
11334
|
* @throws OciError when an error occurs
|
|
11335
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11335
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListVolumeAttachments.ts.html |here} to see how to use ListVolumeAttachments API.
|
|
11336
11336
|
*/
|
|
11337
11337
|
listVolumeAttachments(listVolumeAttachmentsRequest) {
|
|
11338
11338
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11439,7 +11439,7 @@ class ComputeClient {
|
|
|
11439
11439
|
* @param RemoveImageShapeCompatibilityEntryRequest
|
|
11440
11440
|
* @return RemoveImageShapeCompatibilityEntryResponse
|
|
11441
11441
|
* @throws OciError when an error occurs
|
|
11442
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11442
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/RemoveImageShapeCompatibilityEntry.ts.html |here} to see how to use RemoveImageShapeCompatibilityEntry API.
|
|
11443
11443
|
*/
|
|
11444
11444
|
removeImageShapeCompatibilityEntry(removeImageShapeCompatibilityEntryRequest) {
|
|
11445
11445
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11505,7 +11505,7 @@ class ComputeClient {
|
|
|
11505
11505
|
* @param TerminateInstanceRequest
|
|
11506
11506
|
* @return TerminateInstanceResponse
|
|
11507
11507
|
* @throws OciError when an error occurs
|
|
11508
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11508
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/TerminateInstance.ts.html |here} to see how to use TerminateInstance API.
|
|
11509
11509
|
*/
|
|
11510
11510
|
terminateInstance(terminateInstanceRequest) {
|
|
11511
11511
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11565,7 +11565,7 @@ class ComputeClient {
|
|
|
11565
11565
|
* @param UpdateComputeCapacityReservationRequest
|
|
11566
11566
|
* @return UpdateComputeCapacityReservationResponse
|
|
11567
11567
|
* @throws OciError when an error occurs
|
|
11568
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11568
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateComputeCapacityReservation.ts.html |here} to see how to use UpdateComputeCapacityReservation API.
|
|
11569
11569
|
*/
|
|
11570
11570
|
updateComputeCapacityReservation(updateComputeCapacityReservationRequest) {
|
|
11571
11571
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11627,7 +11627,7 @@ class ComputeClient {
|
|
|
11627
11627
|
* @param UpdateComputeCapacityTopologyRequest
|
|
11628
11628
|
* @return UpdateComputeCapacityTopologyResponse
|
|
11629
11629
|
* @throws OciError when an error occurs
|
|
11630
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11630
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateComputeCapacityTopology.ts.html |here} to see how to use UpdateComputeCapacityTopology API.
|
|
11631
11631
|
*/
|
|
11632
11632
|
updateComputeCapacityTopology(updateComputeCapacityTopologyRequest) {
|
|
11633
11633
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11696,7 +11696,7 @@ class ComputeClient {
|
|
|
11696
11696
|
* @param UpdateComputeClusterRequest
|
|
11697
11697
|
* @return UpdateComputeClusterResponse
|
|
11698
11698
|
* @throws OciError when an error occurs
|
|
11699
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11699
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateComputeCluster.ts.html |here} to see how to use UpdateComputeCluster API.
|
|
11700
11700
|
*/
|
|
11701
11701
|
updateComputeCluster(updateComputeClusterRequest) {
|
|
11702
11702
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11763,7 +11763,7 @@ class ComputeClient {
|
|
|
11763
11763
|
* @param UpdateComputeImageCapabilitySchemaRequest
|
|
11764
11764
|
* @return UpdateComputeImageCapabilitySchemaResponse
|
|
11765
11765
|
* @throws OciError when an error occurs
|
|
11766
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11766
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateComputeImageCapabilitySchema.ts.html |here} to see how to use UpdateComputeImageCapabilitySchema API.
|
|
11767
11767
|
*/
|
|
11768
11768
|
updateComputeImageCapabilitySchema(updateComputeImageCapabilitySchemaRequest) {
|
|
11769
11769
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11827,7 +11827,7 @@ class ComputeClient {
|
|
|
11827
11827
|
* @param UpdateConsoleHistoryRequest
|
|
11828
11828
|
* @return UpdateConsoleHistoryResponse
|
|
11829
11829
|
* @throws OciError when an error occurs
|
|
11830
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11830
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateConsoleHistory.ts.html |here} to see how to use UpdateConsoleHistory API.
|
|
11831
11831
|
*/
|
|
11832
11832
|
updateConsoleHistory(updateConsoleHistoryRequest) {
|
|
11833
11833
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11893,7 +11893,7 @@ class ComputeClient {
|
|
|
11893
11893
|
* @param UpdateDedicatedVmHostRequest
|
|
11894
11894
|
* @return UpdateDedicatedVmHostResponse
|
|
11895
11895
|
* @throws OciError when an error occurs
|
|
11896
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11896
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateDedicatedVmHost.ts.html |here} to see how to use UpdateDedicatedVmHost API.
|
|
11897
11897
|
*/
|
|
11898
11898
|
updateDedicatedVmHost(updateDedicatedVmHostRequest) {
|
|
11899
11899
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11960,7 +11960,7 @@ class ComputeClient {
|
|
|
11960
11960
|
* @param UpdateImageRequest
|
|
11961
11961
|
* @return UpdateImageResponse
|
|
11962
11962
|
* @throws OciError when an error occurs
|
|
11963
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11963
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateImage.ts.html |here} to see how to use UpdateImage API.
|
|
11964
11964
|
*/
|
|
11965
11965
|
updateImage(updateImageRequest) {
|
|
11966
11966
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12032,7 +12032,7 @@ class ComputeClient {
|
|
|
12032
12032
|
* @param UpdateInstanceRequest
|
|
12033
12033
|
* @return UpdateInstanceResponse
|
|
12034
12034
|
* @throws OciError when an error occurs
|
|
12035
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12035
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateInstance.ts.html |here} to see how to use UpdateInstance API.
|
|
12036
12036
|
*/
|
|
12037
12037
|
updateInstance(updateInstanceRequest) {
|
|
12038
12038
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12102,7 +12102,7 @@ class ComputeClient {
|
|
|
12102
12102
|
* @param UpdateInstanceConsoleConnectionRequest
|
|
12103
12103
|
* @return UpdateInstanceConsoleConnectionResponse
|
|
12104
12104
|
* @throws OciError when an error occurs
|
|
12105
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12105
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateInstanceConsoleConnection.ts.html |here} to see how to use UpdateInstanceConsoleConnection API.
|
|
12106
12106
|
*/
|
|
12107
12107
|
updateInstanceConsoleConnection(updateInstanceConsoleConnectionRequest) {
|
|
12108
12108
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12167,7 +12167,7 @@ class ComputeClient {
|
|
|
12167
12167
|
* @param UpdateVolumeAttachmentRequest
|
|
12168
12168
|
* @return UpdateVolumeAttachmentResponse
|
|
12169
12169
|
* @throws OciError when an error occurs
|
|
12170
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12170
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateVolumeAttachment.ts.html |here} to see how to use UpdateVolumeAttachment API.
|
|
12171
12171
|
*/
|
|
12172
12172
|
updateVolumeAttachment(updateVolumeAttachmentRequest) {
|
|
12173
12173
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12387,7 +12387,7 @@ class ComputeManagementClient {
|
|
|
12387
12387
|
* @param AttachInstancePoolInstanceRequest
|
|
12388
12388
|
* @return AttachInstancePoolInstanceResponse
|
|
12389
12389
|
* @throws OciError when an error occurs
|
|
12390
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12390
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/AttachInstancePoolInstance.ts.html |here} to see how to use AttachInstancePoolInstance API.
|
|
12391
12391
|
*/
|
|
12392
12392
|
attachInstancePoolInstance(attachInstancePoolInstanceRequest) {
|
|
12393
12393
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12462,7 +12462,7 @@ class ComputeManagementClient {
|
|
|
12462
12462
|
* @param AttachLoadBalancerRequest
|
|
12463
12463
|
* @return AttachLoadBalancerResponse
|
|
12464
12464
|
* @throws OciError when an error occurs
|
|
12465
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12465
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/AttachLoadBalancer.ts.html |here} to see how to use AttachLoadBalancer API.
|
|
12466
12466
|
*/
|
|
12467
12467
|
attachLoadBalancer(attachLoadBalancerRequest) {
|
|
12468
12468
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12534,7 +12534,7 @@ class ComputeManagementClient {
|
|
|
12534
12534
|
* @param ChangeClusterNetworkCompartmentRequest
|
|
12535
12535
|
* @return ChangeClusterNetworkCompartmentResponse
|
|
12536
12536
|
* @throws OciError when an error occurs
|
|
12537
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12537
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ChangeClusterNetworkCompartment.ts.html |here} to see how to use ChangeClusterNetworkCompartment API.
|
|
12538
12538
|
*/
|
|
12539
12539
|
changeClusterNetworkCompartment(changeClusterNetworkCompartmentRequest) {
|
|
12540
12540
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12609,7 +12609,7 @@ class ComputeManagementClient {
|
|
|
12609
12609
|
* @param ChangeInstanceConfigurationCompartmentRequest
|
|
12610
12610
|
* @return ChangeInstanceConfigurationCompartmentResponse
|
|
12611
12611
|
* @throws OciError when an error occurs
|
|
12612
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12612
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ChangeInstanceConfigurationCompartment.ts.html |here} to see how to use ChangeInstanceConfigurationCompartment API.
|
|
12613
12613
|
*/
|
|
12614
12614
|
changeInstanceConfigurationCompartment(changeInstanceConfigurationCompartmentRequest) {
|
|
12615
12615
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12677,7 +12677,7 @@ class ComputeManagementClient {
|
|
|
12677
12677
|
* @param ChangeInstancePoolCompartmentRequest
|
|
12678
12678
|
* @return ChangeInstancePoolCompartmentResponse
|
|
12679
12679
|
* @throws OciError when an error occurs
|
|
12680
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12680
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ChangeInstancePoolCompartment.ts.html |here} to see how to use ChangeInstancePoolCompartment API.
|
|
12681
12681
|
*/
|
|
12682
12682
|
changeInstancePoolCompartment(changeInstancePoolCompartmentRequest) {
|
|
12683
12683
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12754,7 +12754,7 @@ class ComputeManagementClient {
|
|
|
12754
12754
|
* @param CreateClusterNetworkRequest
|
|
12755
12755
|
* @return CreateClusterNetworkResponse
|
|
12756
12756
|
* @throws OciError when an error occurs
|
|
12757
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12757
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateClusterNetwork.ts.html |here} to see how to use CreateClusterNetwork API.
|
|
12758
12758
|
*/
|
|
12759
12759
|
createClusterNetwork(createClusterNetworkRequest) {
|
|
12760
12760
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12823,7 +12823,7 @@ class ComputeManagementClient {
|
|
|
12823
12823
|
* @param CreateInstanceConfigurationRequest
|
|
12824
12824
|
* @return CreateInstanceConfigurationResponse
|
|
12825
12825
|
* @throws OciError when an error occurs
|
|
12826
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12826
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateInstanceConfiguration.ts.html |here} to see how to use CreateInstanceConfiguration API.
|
|
12827
12827
|
*/
|
|
12828
12828
|
createInstanceConfiguration(createInstanceConfigurationRequest) {
|
|
12829
12829
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12890,7 +12890,7 @@ class ComputeManagementClient {
|
|
|
12890
12890
|
* @param CreateInstancePoolRequest
|
|
12891
12891
|
* @return CreateInstancePoolResponse
|
|
12892
12892
|
* @throws OciError when an error occurs
|
|
12893
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12893
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateInstancePool.ts.html |here} to see how to use CreateInstancePool API.
|
|
12894
12894
|
*/
|
|
12895
12895
|
createInstancePool(createInstancePoolRequest) {
|
|
12896
12896
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12952,7 +12952,7 @@ class ComputeManagementClient {
|
|
|
12952
12952
|
* @param DeleteInstanceConfigurationRequest
|
|
12953
12953
|
* @return DeleteInstanceConfigurationResponse
|
|
12954
12954
|
* @throws OciError when an error occurs
|
|
12955
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12955
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteInstanceConfiguration.ts.html |here} to see how to use DeleteInstanceConfiguration API.
|
|
12956
12956
|
*/
|
|
12957
12957
|
deleteInstanceConfiguration(deleteInstanceConfigurationRequest) {
|
|
12958
12958
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13007,7 +13007,7 @@ class ComputeManagementClient {
|
|
|
13007
13007
|
* @param DetachInstancePoolInstanceRequest
|
|
13008
13008
|
* @return DetachInstancePoolInstanceResponse
|
|
13009
13009
|
* @throws OciError when an error occurs
|
|
13010
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13010
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DetachInstancePoolInstance.ts.html |here} to see how to use DetachInstancePoolInstance API.
|
|
13011
13011
|
*/
|
|
13012
13012
|
detachInstancePoolInstance(detachInstancePoolInstanceRequest) {
|
|
13013
13013
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13068,7 +13068,7 @@ class ComputeManagementClient {
|
|
|
13068
13068
|
* @param DetachLoadBalancerRequest
|
|
13069
13069
|
* @return DetachLoadBalancerResponse
|
|
13070
13070
|
* @throws OciError when an error occurs
|
|
13071
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13071
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DetachLoadBalancer.ts.html |here} to see how to use DetachLoadBalancer API.
|
|
13072
13072
|
*/
|
|
13073
13073
|
detachLoadBalancer(detachLoadBalancerRequest) {
|
|
13074
13074
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13134,7 +13134,7 @@ class ComputeManagementClient {
|
|
|
13134
13134
|
* @param GetClusterNetworkRequest
|
|
13135
13135
|
* @return GetClusterNetworkResponse
|
|
13136
13136
|
* @throws OciError when an error occurs
|
|
13137
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13137
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetClusterNetwork.ts.html |here} to see how to use GetClusterNetwork API.
|
|
13138
13138
|
*/
|
|
13139
13139
|
getClusterNetwork(getClusterNetworkRequest) {
|
|
13140
13140
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13196,7 +13196,7 @@ class ComputeManagementClient {
|
|
|
13196
13196
|
* @param GetInstanceConfigurationRequest
|
|
13197
13197
|
* @return GetInstanceConfigurationResponse
|
|
13198
13198
|
* @throws OciError when an error occurs
|
|
13199
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13199
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetInstanceConfiguration.ts.html |here} to see how to use GetInstanceConfiguration API.
|
|
13200
13200
|
*/
|
|
13201
13201
|
getInstanceConfiguration(getInstanceConfigurationRequest) {
|
|
13202
13202
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13258,7 +13258,7 @@ class ComputeManagementClient {
|
|
|
13258
13258
|
* @param GetInstancePoolRequest
|
|
13259
13259
|
* @return GetInstancePoolResponse
|
|
13260
13260
|
* @throws OciError when an error occurs
|
|
13261
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13261
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetInstancePool.ts.html |here} to see how to use GetInstancePool API.
|
|
13262
13262
|
*/
|
|
13263
13263
|
getInstancePool(getInstancePoolRequest) {
|
|
13264
13264
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13320,7 +13320,7 @@ class ComputeManagementClient {
|
|
|
13320
13320
|
* @param GetInstancePoolInstanceRequest
|
|
13321
13321
|
* @return GetInstancePoolInstanceResponse
|
|
13322
13322
|
* @throws OciError when an error occurs
|
|
13323
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13323
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetInstancePoolInstance.ts.html |here} to see how to use GetInstancePoolInstance API.
|
|
13324
13324
|
*/
|
|
13325
13325
|
getInstancePoolInstance(getInstancePoolInstanceRequest) {
|
|
13326
13326
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13384,7 +13384,7 @@ class ComputeManagementClient {
|
|
|
13384
13384
|
* @param GetInstancePoolLoadBalancerAttachmentRequest
|
|
13385
13385
|
* @return GetInstancePoolLoadBalancerAttachmentResponse
|
|
13386
13386
|
* @throws OciError when an error occurs
|
|
13387
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13387
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetInstancePoolLoadBalancerAttachment.ts.html |here} to see how to use GetInstancePoolLoadBalancerAttachment API.
|
|
13388
13388
|
*/
|
|
13389
13389
|
getInstancePoolLoadBalancerAttachment(getInstancePoolLoadBalancerAttachmentRequest) {
|
|
13390
13390
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13453,7 +13453,7 @@ class ComputeManagementClient {
|
|
|
13453
13453
|
* @param LaunchInstanceConfigurationRequest
|
|
13454
13454
|
* @return LaunchInstanceConfigurationResponse
|
|
13455
13455
|
* @throws OciError when an error occurs
|
|
13456
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13456
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/LaunchInstanceConfiguration.ts.html |here} to see how to use LaunchInstanceConfiguration API.
|
|
13457
13457
|
*/
|
|
13458
13458
|
launchInstanceConfiguration(launchInstanceConfigurationRequest) {
|
|
13459
13459
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13523,7 +13523,7 @@ class ComputeManagementClient {
|
|
|
13523
13523
|
* @param ListClusterNetworkInstancesRequest
|
|
13524
13524
|
* @return ListClusterNetworkInstancesResponse
|
|
13525
13525
|
* @throws OciError when an error occurs
|
|
13526
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13526
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListClusterNetworkInstances.ts.html |here} to see how to use ListClusterNetworkInstances API.
|
|
13527
13527
|
*/
|
|
13528
13528
|
listClusterNetworkInstances(listClusterNetworkInstancesRequest) {
|
|
13529
13529
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13634,7 +13634,7 @@ class ComputeManagementClient {
|
|
|
13634
13634
|
* @param ListClusterNetworksRequest
|
|
13635
13635
|
* @return ListClusterNetworksResponse
|
|
13636
13636
|
* @throws OciError when an error occurs
|
|
13637
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13637
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListClusterNetworks.ts.html |here} to see how to use ListClusterNetworks API.
|
|
13638
13638
|
*/
|
|
13639
13639
|
listClusterNetworks(listClusterNetworksRequest) {
|
|
13640
13640
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13743,7 +13743,7 @@ class ComputeManagementClient {
|
|
|
13743
13743
|
* @param ListInstanceConfigurationsRequest
|
|
13744
13744
|
* @return ListInstanceConfigurationsResponse
|
|
13745
13745
|
* @throws OciError when an error occurs
|
|
13746
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13746
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListInstanceConfigurations.ts.html |here} to see how to use ListInstanceConfigurations API.
|
|
13747
13747
|
*/
|
|
13748
13748
|
listInstanceConfigurations(listInstanceConfigurationsRequest) {
|
|
13749
13749
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13849,7 +13849,7 @@ class ComputeManagementClient {
|
|
|
13849
13849
|
* @param ListInstancePoolInstancesRequest
|
|
13850
13850
|
* @return ListInstancePoolInstancesResponse
|
|
13851
13851
|
* @throws OciError when an error occurs
|
|
13852
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13852
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListInstancePoolInstances.ts.html |here} to see how to use ListInstancePoolInstances API.
|
|
13853
13853
|
*/
|
|
13854
13854
|
listInstancePoolInstances(listInstancePoolInstancesRequest) {
|
|
13855
13855
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13958,7 +13958,7 @@ class ComputeManagementClient {
|
|
|
13958
13958
|
* @param ListInstancePoolsRequest
|
|
13959
13959
|
* @return ListInstancePoolsResponse
|
|
13960
13960
|
* @throws OciError when an error occurs
|
|
13961
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13961
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListInstancePools.ts.html |here} to see how to use ListInstancePools API.
|
|
13962
13962
|
*/
|
|
13963
13963
|
listInstancePools(listInstancePoolsRequest) {
|
|
13964
13964
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14068,7 +14068,7 @@ class ComputeManagementClient {
|
|
|
14068
14068
|
* @param ResetInstancePoolRequest
|
|
14069
14069
|
* @return ResetInstancePoolResponse
|
|
14070
14070
|
* @throws OciError when an error occurs
|
|
14071
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14071
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ResetInstancePool.ts.html |here} to see how to use ResetInstancePool API.
|
|
14072
14072
|
*/
|
|
14073
14073
|
resetInstancePool(resetInstancePoolRequest) {
|
|
14074
14074
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14137,7 +14137,7 @@ class ComputeManagementClient {
|
|
|
14137
14137
|
* @param SoftresetInstancePoolRequest
|
|
14138
14138
|
* @return SoftresetInstancePoolResponse
|
|
14139
14139
|
* @throws OciError when an error occurs
|
|
14140
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14140
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/SoftresetInstancePool.ts.html |here} to see how to use SoftresetInstancePool API.
|
|
14141
14141
|
*/
|
|
14142
14142
|
softresetInstancePool(softresetInstancePoolRequest) {
|
|
14143
14143
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14206,7 +14206,7 @@ class ComputeManagementClient {
|
|
|
14206
14206
|
* @param SoftstopInstancePoolRequest
|
|
14207
14207
|
* @return SoftstopInstancePoolResponse
|
|
14208
14208
|
* @throws OciError when an error occurs
|
|
14209
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14209
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/SoftstopInstancePool.ts.html |here} to see how to use SoftstopInstancePool API.
|
|
14210
14210
|
*/
|
|
14211
14211
|
softstopInstancePool(softstopInstancePoolRequest) {
|
|
14212
14212
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14272,7 +14272,7 @@ class ComputeManagementClient {
|
|
|
14272
14272
|
* @param StartInstancePoolRequest
|
|
14273
14273
|
* @return StartInstancePoolResponse
|
|
14274
14274
|
* @throws OciError when an error occurs
|
|
14275
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14275
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/StartInstancePool.ts.html |here} to see how to use StartInstancePool API.
|
|
14276
14276
|
*/
|
|
14277
14277
|
startInstancePool(startInstancePoolRequest) {
|
|
14278
14278
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14338,7 +14338,7 @@ class ComputeManagementClient {
|
|
|
14338
14338
|
* @param StopInstancePoolRequest
|
|
14339
14339
|
* @return StopInstancePoolResponse
|
|
14340
14340
|
* @throws OciError when an error occurs
|
|
14341
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14341
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/StopInstancePool.ts.html |here} to see how to use StopInstancePool API.
|
|
14342
14342
|
*/
|
|
14343
14343
|
stopInstancePool(stopInstancePoolRequest) {
|
|
14344
14344
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14406,7 +14406,7 @@ class ComputeManagementClient {
|
|
|
14406
14406
|
* @param TerminateClusterNetworkRequest
|
|
14407
14407
|
* @return TerminateClusterNetworkResponse
|
|
14408
14408
|
* @throws OciError when an error occurs
|
|
14409
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14409
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/TerminateClusterNetwork.ts.html |here} to see how to use TerminateClusterNetwork API.
|
|
14410
14410
|
*/
|
|
14411
14411
|
terminateClusterNetwork(terminateClusterNetworkRequest) {
|
|
14412
14412
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14473,7 +14473,7 @@ class ComputeManagementClient {
|
|
|
14473
14473
|
* @param TerminateInstancePoolRequest
|
|
14474
14474
|
* @return TerminateInstancePoolResponse
|
|
14475
14475
|
* @throws OciError when an error occurs
|
|
14476
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14476
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/TerminateInstancePool.ts.html |here} to see how to use TerminateInstancePool API.
|
|
14477
14477
|
*/
|
|
14478
14478
|
terminateInstancePool(terminateInstancePoolRequest) {
|
|
14479
14479
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14529,7 +14529,7 @@ class ComputeManagementClient {
|
|
|
14529
14529
|
* @param UpdateClusterNetworkRequest
|
|
14530
14530
|
* @return UpdateClusterNetworkResponse
|
|
14531
14531
|
* @throws OciError when an error occurs
|
|
14532
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14532
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateClusterNetwork.ts.html |here} to see how to use UpdateClusterNetwork API.
|
|
14533
14533
|
*/
|
|
14534
14534
|
updateClusterNetwork(updateClusterNetworkRequest) {
|
|
14535
14535
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14594,7 +14594,7 @@ class ComputeManagementClient {
|
|
|
14594
14594
|
* @param UpdateInstanceConfigurationRequest
|
|
14595
14595
|
* @return UpdateInstanceConfigurationResponse
|
|
14596
14596
|
* @throws OciError when an error occurs
|
|
14597
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14597
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateInstanceConfiguration.ts.html |here} to see how to use UpdateInstanceConfiguration API.
|
|
14598
14598
|
*/
|
|
14599
14599
|
updateInstanceConfiguration(updateInstanceConfigurationRequest) {
|
|
14600
14600
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14662,7 +14662,7 @@ class ComputeManagementClient {
|
|
|
14662
14662
|
* @param UpdateInstancePoolRequest
|
|
14663
14663
|
* @return UpdateInstancePoolResponse
|
|
14664
14664
|
* @throws OciError when an error occurs
|
|
14665
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14665
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateInstancePool.ts.html |here} to see how to use UpdateInstancePool API.
|
|
14666
14666
|
*/
|
|
14667
14667
|
updateInstancePool(updateInstancePoolRequest) {
|
|
14668
14668
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14880,7 +14880,7 @@ class VirtualNetworkClient {
|
|
|
14880
14880
|
* @param AddDrgRouteDistributionStatementsRequest
|
|
14881
14881
|
* @return AddDrgRouteDistributionStatementsResponse
|
|
14882
14882
|
* @throws OciError when an error occurs
|
|
14883
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14883
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/AddDrgRouteDistributionStatements.ts.html |here} to see how to use AddDrgRouteDistributionStatements API.
|
|
14884
14884
|
*/
|
|
14885
14885
|
addDrgRouteDistributionStatements(addDrgRouteDistributionStatementsRequest) {
|
|
14886
14886
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14939,7 +14939,7 @@ class VirtualNetworkClient {
|
|
|
14939
14939
|
* @param AddDrgRouteRulesRequest
|
|
14940
14940
|
* @return AddDrgRouteRulesResponse
|
|
14941
14941
|
* @throws OciError when an error occurs
|
|
14942
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14942
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/AddDrgRouteRules.ts.html |here} to see how to use AddDrgRouteRules API.
|
|
14943
14943
|
*/
|
|
14944
14944
|
addDrgRouteRules(addDrgRouteRulesRequest) {
|
|
14945
14945
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14999,7 +14999,7 @@ class VirtualNetworkClient {
|
|
|
14999
14999
|
* @param AddIpv6SubnetCidrRequest
|
|
15000
15000
|
* @return AddIpv6SubnetCidrResponse
|
|
15001
15001
|
* @throws OciError when an error occurs
|
|
15002
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15002
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/AddIpv6SubnetCidr.ts.html |here} to see how to use AddIpv6SubnetCidr API.
|
|
15003
15003
|
*/
|
|
15004
15004
|
addIpv6SubnetCidr(addIpv6SubnetCidrRequest) {
|
|
15005
15005
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15068,7 +15068,7 @@ class VirtualNetworkClient {
|
|
|
15068
15068
|
* @param AddIpv6VcnCidrRequest
|
|
15069
15069
|
* @return AddIpv6VcnCidrResponse
|
|
15070
15070
|
* @throws OciError when an error occurs
|
|
15071
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15071
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/AddIpv6VcnCidr.ts.html |here} to see how to use AddIpv6VcnCidr API.
|
|
15072
15072
|
*/
|
|
15073
15073
|
addIpv6VcnCidr(addIpv6VcnCidrRequest) {
|
|
15074
15074
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15131,7 +15131,7 @@ class VirtualNetworkClient {
|
|
|
15131
15131
|
* @param AddNetworkSecurityGroupSecurityRulesRequest
|
|
15132
15132
|
* @return AddNetworkSecurityGroupSecurityRulesResponse
|
|
15133
15133
|
* @throws OciError when an error occurs
|
|
15134
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15134
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/AddNetworkSecurityGroupSecurityRules.ts.html |here} to see how to use AddNetworkSecurityGroupSecurityRules API.
|
|
15135
15135
|
*/
|
|
15136
15136
|
addNetworkSecurityGroupSecurityRules(addNetworkSecurityGroupSecurityRulesRequest) {
|
|
15137
15137
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15192,7 +15192,7 @@ class VirtualNetworkClient {
|
|
|
15192
15192
|
* @param AddPublicIpPoolCapacityRequest
|
|
15193
15193
|
* @return AddPublicIpPoolCapacityResponse
|
|
15194
15194
|
* @throws OciError when an error occurs
|
|
15195
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15195
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/AddPublicIpPoolCapacity.ts.html |here} to see how to use AddPublicIpPoolCapacity API.
|
|
15196
15196
|
*/
|
|
15197
15197
|
addPublicIpPoolCapacity(addPublicIpPoolCapacityRequest) {
|
|
15198
15198
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15264,7 +15264,7 @@ class VirtualNetworkClient {
|
|
|
15264
15264
|
* @param AddVcnCidrRequest
|
|
15265
15265
|
* @return AddVcnCidrResponse
|
|
15266
15266
|
* @throws OciError when an error occurs
|
|
15267
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15267
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/AddVcnCidr.ts.html |here} to see how to use AddVcnCidr API.
|
|
15268
15268
|
*/
|
|
15269
15269
|
addVcnCidr(addVcnCidrRequest) {
|
|
15270
15270
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15328,7 +15328,7 @@ class VirtualNetworkClient {
|
|
|
15328
15328
|
* @param AdvertiseByoipRangeRequest
|
|
15329
15329
|
* @return AdvertiseByoipRangeResponse
|
|
15330
15330
|
* @throws OciError when an error occurs
|
|
15331
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15331
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/AdvertiseByoipRange.ts.html |here} to see how to use AdvertiseByoipRange API.
|
|
15332
15332
|
*/
|
|
15333
15333
|
advertiseByoipRange(advertiseByoipRangeRequest) {
|
|
15334
15334
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15392,7 +15392,7 @@ class VirtualNetworkClient {
|
|
|
15392
15392
|
* @param AttachServiceIdRequest
|
|
15393
15393
|
* @return AttachServiceIdResponse
|
|
15394
15394
|
* @throws OciError when an error occurs
|
|
15395
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15395
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/AttachServiceId.ts.html |here} to see how to use AttachServiceId API.
|
|
15396
15396
|
*/
|
|
15397
15397
|
attachServiceId(attachServiceIdRequest) {
|
|
15398
15398
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15455,7 +15455,7 @@ class VirtualNetworkClient {
|
|
|
15455
15455
|
* @param BulkAddVirtualCircuitPublicPrefixesRequest
|
|
15456
15456
|
* @return BulkAddVirtualCircuitPublicPrefixesResponse
|
|
15457
15457
|
* @throws OciError when an error occurs
|
|
15458
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15458
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/BulkAddVirtualCircuitPublicPrefixes.ts.html |here} to see how to use BulkAddVirtualCircuitPublicPrefixes API.
|
|
15459
15459
|
*/
|
|
15460
15460
|
bulkAddVirtualCircuitPublicPrefixes(bulkAddVirtualCircuitPublicPrefixesRequest) {
|
|
15461
15461
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15507,7 +15507,7 @@ class VirtualNetworkClient {
|
|
|
15507
15507
|
* @param BulkDeleteVirtualCircuitPublicPrefixesRequest
|
|
15508
15508
|
* @return BulkDeleteVirtualCircuitPublicPrefixesResponse
|
|
15509
15509
|
* @throws OciError when an error occurs
|
|
15510
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15510
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/BulkDeleteVirtualCircuitPublicPrefixes.ts.html |here} to see how to use BulkDeleteVirtualCircuitPublicPrefixes API.
|
|
15511
15511
|
*/
|
|
15512
15512
|
bulkDeleteVirtualCircuitPublicPrefixes(bulkDeleteVirtualCircuitPublicPrefixesRequest) {
|
|
15513
15513
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15558,7 +15558,7 @@ class VirtualNetworkClient {
|
|
|
15558
15558
|
* @param ChangeByoipRangeCompartmentRequest
|
|
15559
15559
|
* @return ChangeByoipRangeCompartmentResponse
|
|
15560
15560
|
* @throws OciError when an error occurs
|
|
15561
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15561
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ChangeByoipRangeCompartment.ts.html |here} to see how to use ChangeByoipRangeCompartment API.
|
|
15562
15562
|
*/
|
|
15563
15563
|
changeByoipRangeCompartment(changeByoipRangeCompartmentRequest) {
|
|
15564
15564
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15617,7 +15617,7 @@ class VirtualNetworkClient {
|
|
|
15617
15617
|
* @param ChangeCaptureFilterCompartmentRequest
|
|
15618
15618
|
* @return ChangeCaptureFilterCompartmentResponse
|
|
15619
15619
|
* @throws OciError when an error occurs
|
|
15620
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15620
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ChangeCaptureFilterCompartment.ts.html |here} to see how to use ChangeCaptureFilterCompartment API.
|
|
15621
15621
|
*/
|
|
15622
15622
|
changeCaptureFilterCompartment(changeCaptureFilterCompartmentRequest) {
|
|
15623
15623
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15687,7 +15687,7 @@ class VirtualNetworkClient {
|
|
|
15687
15687
|
* @param ChangeCpeCompartmentRequest
|
|
15688
15688
|
* @return ChangeCpeCompartmentResponse
|
|
15689
15689
|
* @throws OciError when an error occurs
|
|
15690
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15690
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ChangeCpeCompartment.ts.html |here} to see how to use ChangeCpeCompartment API.
|
|
15691
15691
|
*/
|
|
15692
15692
|
changeCpeCompartment(changeCpeCompartmentRequest) {
|
|
15693
15693
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15751,7 +15751,7 @@ class VirtualNetworkClient {
|
|
|
15751
15751
|
* @param ChangeCrossConnectCompartmentRequest
|
|
15752
15752
|
* @return ChangeCrossConnectCompartmentResponse
|
|
15753
15753
|
* @throws OciError when an error occurs
|
|
15754
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15754
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ChangeCrossConnectCompartment.ts.html |here} to see how to use ChangeCrossConnectCompartment API.
|
|
15755
15755
|
*/
|
|
15756
15756
|
changeCrossConnectCompartment(changeCrossConnectCompartmentRequest) {
|
|
15757
15757
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15815,7 +15815,7 @@ class VirtualNetworkClient {
|
|
|
15815
15815
|
* @param ChangeCrossConnectGroupCompartmentRequest
|
|
15816
15816
|
* @return ChangeCrossConnectGroupCompartmentResponse
|
|
15817
15817
|
* @throws OciError when an error occurs
|
|
15818
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15818
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ChangeCrossConnectGroupCompartment.ts.html |here} to see how to use ChangeCrossConnectGroupCompartment API.
|
|
15819
15819
|
*/
|
|
15820
15820
|
changeCrossConnectGroupCompartment(changeCrossConnectGroupCompartmentRequest) {
|
|
15821
15821
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15879,7 +15879,7 @@ class VirtualNetworkClient {
|
|
|
15879
15879
|
* @param ChangeDhcpOptionsCompartmentRequest
|
|
15880
15880
|
* @return ChangeDhcpOptionsCompartmentResponse
|
|
15881
15881
|
* @throws OciError when an error occurs
|
|
15882
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15882
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ChangeDhcpOptionsCompartment.ts.html |here} to see how to use ChangeDhcpOptionsCompartment API.
|
|
15883
15883
|
*/
|
|
15884
15884
|
changeDhcpOptionsCompartment(changeDhcpOptionsCompartmentRequest) {
|
|
15885
15885
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15943,7 +15943,7 @@ class VirtualNetworkClient {
|
|
|
15943
15943
|
* @param ChangeDrgCompartmentRequest
|
|
15944
15944
|
* @return ChangeDrgCompartmentResponse
|
|
15945
15945
|
* @throws OciError when an error occurs
|
|
15946
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15946
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ChangeDrgCompartment.ts.html |here} to see how to use ChangeDrgCompartment API.
|
|
15947
15947
|
*/
|
|
15948
15948
|
changeDrgCompartment(changeDrgCompartmentRequest) {
|
|
15949
15949
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16012,7 +16012,7 @@ class VirtualNetworkClient {
|
|
|
16012
16012
|
* @param ChangeIPSecConnectionCompartmentRequest
|
|
16013
16013
|
* @return ChangeIPSecConnectionCompartmentResponse
|
|
16014
16014
|
* @throws OciError when an error occurs
|
|
16015
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16015
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ChangeIPSecConnectionCompartment.ts.html |here} to see how to use ChangeIPSecConnectionCompartment API.
|
|
16016
16016
|
*/
|
|
16017
16017
|
changeIPSecConnectionCompartment(changeIPSecConnectionCompartmentRequest) {
|
|
16018
16018
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16076,7 +16076,7 @@ class VirtualNetworkClient {
|
|
|
16076
16076
|
* @param ChangeInternetGatewayCompartmentRequest
|
|
16077
16077
|
* @return ChangeInternetGatewayCompartmentResponse
|
|
16078
16078
|
* @throws OciError when an error occurs
|
|
16079
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16079
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ChangeInternetGatewayCompartment.ts.html |here} to see how to use ChangeInternetGatewayCompartment API.
|
|
16080
16080
|
*/
|
|
16081
16081
|
changeInternetGatewayCompartment(changeInternetGatewayCompartmentRequest) {
|
|
16082
16082
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16140,7 +16140,7 @@ class VirtualNetworkClient {
|
|
|
16140
16140
|
* @param ChangeLocalPeeringGatewayCompartmentRequest
|
|
16141
16141
|
* @return ChangeLocalPeeringGatewayCompartmentResponse
|
|
16142
16142
|
* @throws OciError when an error occurs
|
|
16143
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16143
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ChangeLocalPeeringGatewayCompartment.ts.html |here} to see how to use ChangeLocalPeeringGatewayCompartment API.
|
|
16144
16144
|
*/
|
|
16145
16145
|
changeLocalPeeringGatewayCompartment(changeLocalPeeringGatewayCompartmentRequest) {
|
|
16146
16146
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16204,7 +16204,7 @@ class VirtualNetworkClient {
|
|
|
16204
16204
|
* @param ChangeNatGatewayCompartmentRequest
|
|
16205
16205
|
* @return ChangeNatGatewayCompartmentResponse
|
|
16206
16206
|
* @throws OciError when an error occurs
|
|
16207
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16207
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ChangeNatGatewayCompartment.ts.html |here} to see how to use ChangeNatGatewayCompartment API.
|
|
16208
16208
|
*/
|
|
16209
16209
|
changeNatGatewayCompartment(changeNatGatewayCompartmentRequest) {
|
|
16210
16210
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16267,7 +16267,7 @@ class VirtualNetworkClient {
|
|
|
16267
16267
|
* @param ChangeNetworkSecurityGroupCompartmentRequest
|
|
16268
16268
|
* @return ChangeNetworkSecurityGroupCompartmentResponse
|
|
16269
16269
|
* @throws OciError when an error occurs
|
|
16270
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16270
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ChangeNetworkSecurityGroupCompartment.ts.html |here} to see how to use ChangeNetworkSecurityGroupCompartment API.
|
|
16271
16271
|
*/
|
|
16272
16272
|
changeNetworkSecurityGroupCompartment(changeNetworkSecurityGroupCompartmentRequest) {
|
|
16273
16273
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16334,7 +16334,7 @@ class VirtualNetworkClient {
|
|
|
16334
16334
|
* @param ChangePublicIpCompartmentRequest
|
|
16335
16335
|
* @return ChangePublicIpCompartmentResponse
|
|
16336
16336
|
* @throws OciError when an error occurs
|
|
16337
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16337
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ChangePublicIpCompartment.ts.html |here} to see how to use ChangePublicIpCompartment API.
|
|
16338
16338
|
*/
|
|
16339
16339
|
changePublicIpCompartment(changePublicIpCompartmentRequest) {
|
|
16340
16340
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16398,7 +16398,7 @@ class VirtualNetworkClient {
|
|
|
16398
16398
|
* @param ChangePublicIpPoolCompartmentRequest
|
|
16399
16399
|
* @return ChangePublicIpPoolCompartmentResponse
|
|
16400
16400
|
* @throws OciError when an error occurs
|
|
16401
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16401
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ChangePublicIpPoolCompartment.ts.html |here} to see how to use ChangePublicIpPoolCompartment API.
|
|
16402
16402
|
*/
|
|
16403
16403
|
changePublicIpPoolCompartment(changePublicIpPoolCompartmentRequest) {
|
|
16404
16404
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16457,7 +16457,7 @@ class VirtualNetworkClient {
|
|
|
16457
16457
|
* @param ChangeRemotePeeringConnectionCompartmentRequest
|
|
16458
16458
|
* @return ChangeRemotePeeringConnectionCompartmentResponse
|
|
16459
16459
|
* @throws OciError when an error occurs
|
|
16460
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16460
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ChangeRemotePeeringConnectionCompartment.ts.html |here} to see how to use ChangeRemotePeeringConnectionCompartment API.
|
|
16461
16461
|
*/
|
|
16462
16462
|
changeRemotePeeringConnectionCompartment(changeRemotePeeringConnectionCompartmentRequest) {
|
|
16463
16463
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16521,7 +16521,7 @@ class VirtualNetworkClient {
|
|
|
16521
16521
|
* @param ChangeRouteTableCompartmentRequest
|
|
16522
16522
|
* @return ChangeRouteTableCompartmentResponse
|
|
16523
16523
|
* @throws OciError when an error occurs
|
|
16524
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16524
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ChangeRouteTableCompartment.ts.html |here} to see how to use ChangeRouteTableCompartment API.
|
|
16525
16525
|
*/
|
|
16526
16526
|
changeRouteTableCompartment(changeRouteTableCompartmentRequest) {
|
|
16527
16527
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16585,7 +16585,7 @@ class VirtualNetworkClient {
|
|
|
16585
16585
|
* @param ChangeSecurityListCompartmentRequest
|
|
16586
16586
|
* @return ChangeSecurityListCompartmentResponse
|
|
16587
16587
|
* @throws OciError when an error occurs
|
|
16588
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16588
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ChangeSecurityListCompartment.ts.html |here} to see how to use ChangeSecurityListCompartment API.
|
|
16589
16589
|
*/
|
|
16590
16590
|
changeSecurityListCompartment(changeSecurityListCompartmentRequest) {
|
|
16591
16591
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16649,7 +16649,7 @@ class VirtualNetworkClient {
|
|
|
16649
16649
|
* @param ChangeServiceGatewayCompartmentRequest
|
|
16650
16650
|
* @return ChangeServiceGatewayCompartmentResponse
|
|
16651
16651
|
* @throws OciError when an error occurs
|
|
16652
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16652
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ChangeServiceGatewayCompartment.ts.html |here} to see how to use ChangeServiceGatewayCompartment API.
|
|
16653
16653
|
*/
|
|
16654
16654
|
changeServiceGatewayCompartment(changeServiceGatewayCompartmentRequest) {
|
|
16655
16655
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16713,7 +16713,7 @@ class VirtualNetworkClient {
|
|
|
16713
16713
|
* @param ChangeSubnetCompartmentRequest
|
|
16714
16714
|
* @return ChangeSubnetCompartmentResponse
|
|
16715
16715
|
* @throws OciError when an error occurs
|
|
16716
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16716
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ChangeSubnetCompartment.ts.html |here} to see how to use ChangeSubnetCompartment API.
|
|
16717
16717
|
*/
|
|
16718
16718
|
changeSubnetCompartment(changeSubnetCompartmentRequest) {
|
|
16719
16719
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16782,7 +16782,7 @@ class VirtualNetworkClient {
|
|
|
16782
16782
|
* @param ChangeVcnCompartmentRequest
|
|
16783
16783
|
* @return ChangeVcnCompartmentResponse
|
|
16784
16784
|
* @throws OciError when an error occurs
|
|
16785
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16785
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ChangeVcnCompartment.ts.html |here} to see how to use ChangeVcnCompartment API.
|
|
16786
16786
|
*/
|
|
16787
16787
|
changeVcnCompartment(changeVcnCompartmentRequest) {
|
|
16788
16788
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16851,7 +16851,7 @@ class VirtualNetworkClient {
|
|
|
16851
16851
|
* @param ChangeVirtualCircuitCompartmentRequest
|
|
16852
16852
|
* @return ChangeVirtualCircuitCompartmentResponse
|
|
16853
16853
|
* @throws OciError when an error occurs
|
|
16854
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16854
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ChangeVirtualCircuitCompartment.ts.html |here} to see how to use ChangeVirtualCircuitCompartment API.
|
|
16855
16855
|
*/
|
|
16856
16856
|
changeVirtualCircuitCompartment(changeVirtualCircuitCompartmentRequest) {
|
|
16857
16857
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16915,7 +16915,7 @@ class VirtualNetworkClient {
|
|
|
16915
16915
|
* @param ChangeVlanCompartmentRequest
|
|
16916
16916
|
* @return ChangeVlanCompartmentResponse
|
|
16917
16917
|
* @throws OciError when an error occurs
|
|
16918
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16918
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ChangeVlanCompartment.ts.html |here} to see how to use ChangeVlanCompartment API.
|
|
16919
16919
|
*/
|
|
16920
16920
|
changeVlanCompartment(changeVlanCompartmentRequest) {
|
|
16921
16921
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16980,7 +16980,7 @@ class VirtualNetworkClient {
|
|
|
16980
16980
|
* @param ChangeVtapCompartmentRequest
|
|
16981
16981
|
* @return ChangeVtapCompartmentResponse
|
|
16982
16982
|
* @throws OciError when an error occurs
|
|
16983
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16983
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ChangeVtapCompartment.ts.html |here} to see how to use ChangeVtapCompartment API.
|
|
16984
16984
|
*/
|
|
16985
16985
|
changeVtapCompartment(changeVtapCompartmentRequest) {
|
|
16986
16986
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17055,7 +17055,7 @@ class VirtualNetworkClient {
|
|
|
17055
17055
|
* @param ConnectLocalPeeringGatewaysRequest
|
|
17056
17056
|
* @return ConnectLocalPeeringGatewaysResponse
|
|
17057
17057
|
* @throws OciError when an error occurs
|
|
17058
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17058
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ConnectLocalPeeringGateways.ts.html |here} to see how to use ConnectLocalPeeringGateways API.
|
|
17059
17059
|
*/
|
|
17060
17060
|
connectLocalPeeringGateways(connectLocalPeeringGatewaysRequest) {
|
|
17061
17061
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17117,7 +17117,7 @@ class VirtualNetworkClient {
|
|
|
17117
17117
|
* @param ConnectRemotePeeringConnectionsRequest
|
|
17118
17118
|
* @return ConnectRemotePeeringConnectionsResponse
|
|
17119
17119
|
* @throws OciError when an error occurs
|
|
17120
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17120
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ConnectRemotePeeringConnections.ts.html |here} to see how to use ConnectRemotePeeringConnections API.
|
|
17121
17121
|
*/
|
|
17122
17122
|
connectRemotePeeringConnections(connectRemotePeeringConnectionsRequest) {
|
|
17123
17123
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17172,7 +17172,7 @@ class VirtualNetworkClient {
|
|
|
17172
17172
|
* @param CreateByoipRangeRequest
|
|
17173
17173
|
* @return CreateByoipRangeResponse
|
|
17174
17174
|
* @throws OciError when an error occurs
|
|
17175
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17175
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateByoipRange.ts.html |here} to see how to use CreateByoipRange API.
|
|
17176
17176
|
*/
|
|
17177
17177
|
createByoipRange(createByoipRangeRequest) {
|
|
17178
17178
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17244,7 +17244,7 @@ class VirtualNetworkClient {
|
|
|
17244
17244
|
* @param CreateCaptureFilterRequest
|
|
17245
17245
|
* @return CreateCaptureFilterResponse
|
|
17246
17246
|
* @throws OciError when an error occurs
|
|
17247
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateCaptureFilter.ts.html |here} to see how to use CreateCaptureFilter API.
|
|
17248
17248
|
*/
|
|
17249
17249
|
createCaptureFilter(createCaptureFilterRequest) {
|
|
17250
17250
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17322,7 +17322,7 @@ class VirtualNetworkClient {
|
|
|
17322
17322
|
* @param CreateCpeRequest
|
|
17323
17323
|
* @return CreateCpeResponse
|
|
17324
17324
|
* @throws OciError when an error occurs
|
|
17325
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17325
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateCpe.ts.html |here} to see how to use CreateCpe API.
|
|
17326
17326
|
*/
|
|
17327
17327
|
createCpe(createCpeRequest) {
|
|
17328
17328
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17403,7 +17403,7 @@ class VirtualNetworkClient {
|
|
|
17403
17403
|
* @param CreateCrossConnectRequest
|
|
17404
17404
|
* @return CreateCrossConnectResponse
|
|
17405
17405
|
* @throws OciError when an error occurs
|
|
17406
|
-
* @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.86.1/core/CreateCrossConnect.ts.html |here} to see how to use CreateCrossConnect API.
|
|
17407
17407
|
*/
|
|
17408
17408
|
createCrossConnect(createCrossConnectRequest) {
|
|
17409
17409
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17480,7 +17480,7 @@ class VirtualNetworkClient {
|
|
|
17480
17480
|
* @param CreateCrossConnectGroupRequest
|
|
17481
17481
|
* @return CreateCrossConnectGroupResponse
|
|
17482
17482
|
* @throws OciError when an error occurs
|
|
17483
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17483
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateCrossConnectGroup.ts.html |here} to see how to use CreateCrossConnectGroup API.
|
|
17484
17484
|
*/
|
|
17485
17485
|
createCrossConnectGroup(createCrossConnectGroupRequest) {
|
|
17486
17486
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17554,7 +17554,7 @@ class VirtualNetworkClient {
|
|
|
17554
17554
|
* @param CreateDhcpOptionsRequest
|
|
17555
17555
|
* @return CreateDhcpOptionsResponse
|
|
17556
17556
|
* @throws OciError when an error occurs
|
|
17557
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17557
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateDhcpOptions.ts.html |here} to see how to use CreateDhcpOptions API.
|
|
17558
17558
|
*/
|
|
17559
17559
|
createDhcpOptions(createDhcpOptionsRequest) {
|
|
17560
17560
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17628,7 +17628,7 @@ class VirtualNetworkClient {
|
|
|
17628
17628
|
* @param CreateDrgRequest
|
|
17629
17629
|
* @return CreateDrgResponse
|
|
17630
17630
|
* @throws OciError when an error occurs
|
|
17631
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17631
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateDrg.ts.html |here} to see how to use CreateDrg API.
|
|
17632
17632
|
*/
|
|
17633
17633
|
createDrg(createDrgRequest) {
|
|
17634
17634
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17701,7 +17701,7 @@ class VirtualNetworkClient {
|
|
|
17701
17701
|
* @param CreateDrgAttachmentRequest
|
|
17702
17702
|
* @return CreateDrgAttachmentResponse
|
|
17703
17703
|
* @throws OciError when an error occurs
|
|
17704
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17704
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateDrgAttachment.ts.html |here} to see how to use CreateDrgAttachment API.
|
|
17705
17705
|
*/
|
|
17706
17706
|
createDrgAttachment(createDrgAttachmentRequest) {
|
|
17707
17707
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17767,7 +17767,7 @@ class VirtualNetworkClient {
|
|
|
17767
17767
|
* @param CreateDrgRouteDistributionRequest
|
|
17768
17768
|
* @return CreateDrgRouteDistributionResponse
|
|
17769
17769
|
* @throws OciError when an error occurs
|
|
17770
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17770
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateDrgRouteDistribution.ts.html |here} to see how to use CreateDrgRouteDistribution API.
|
|
17771
17771
|
*/
|
|
17772
17772
|
createDrgRouteDistribution(createDrgRouteDistributionRequest) {
|
|
17773
17773
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17831,7 +17831,7 @@ class VirtualNetworkClient {
|
|
|
17831
17831
|
* @param CreateDrgRouteTableRequest
|
|
17832
17832
|
* @return CreateDrgRouteTableResponse
|
|
17833
17833
|
* @throws OciError when an error occurs
|
|
17834
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17834
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateDrgRouteTable.ts.html |here} to see how to use CreateDrgRouteTable API.
|
|
17835
17835
|
*/
|
|
17836
17836
|
createDrgRouteTable(createDrgRouteTableRequest) {
|
|
17837
17837
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17921,7 +17921,7 @@ class VirtualNetworkClient {
|
|
|
17921
17921
|
* @param CreateIPSecConnectionRequest
|
|
17922
17922
|
* @return CreateIPSecConnectionResponse
|
|
17923
17923
|
* @throws OciError when an error occurs
|
|
17924
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17924
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateIPSecConnection.ts.html |here} to see how to use CreateIPSecConnection API.
|
|
17925
17925
|
*/
|
|
17926
17926
|
createIPSecConnection(createIPSecConnectionRequest) {
|
|
17927
17927
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18003,7 +18003,7 @@ class VirtualNetworkClient {
|
|
|
18003
18003
|
* @param CreateInternetGatewayRequest
|
|
18004
18004
|
* @return CreateInternetGatewayResponse
|
|
18005
18005
|
* @throws OciError when an error occurs
|
|
18006
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18006
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateInternetGateway.ts.html |here} to see how to use CreateInternetGateway API.
|
|
18007
18007
|
*/
|
|
18008
18008
|
createInternetGateway(createInternetGatewayRequest) {
|
|
18009
18009
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18066,7 +18066,7 @@ class VirtualNetworkClient {
|
|
|
18066
18066
|
* @param CreateIpv6Request
|
|
18067
18067
|
* @return CreateIpv6Response
|
|
18068
18068
|
* @throws OciError when an error occurs
|
|
18069
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18069
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateIpv6.ts.html |here} to see how to use CreateIpv6 API.
|
|
18070
18070
|
*/
|
|
18071
18071
|
createIpv6(createIpv6Request) {
|
|
18072
18072
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18130,7 +18130,7 @@ class VirtualNetworkClient {
|
|
|
18130
18130
|
* @param CreateLocalPeeringGatewayRequest
|
|
18131
18131
|
* @return CreateLocalPeeringGatewayResponse
|
|
18132
18132
|
* @throws OciError when an error occurs
|
|
18133
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18133
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateLocalPeeringGateway.ts.html |here} to see how to use CreateLocalPeeringGateway API.
|
|
18134
18134
|
*/
|
|
18135
18135
|
createLocalPeeringGateway(createLocalPeeringGatewayRequest) {
|
|
18136
18136
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18194,7 +18194,7 @@ class VirtualNetworkClient {
|
|
|
18194
18194
|
* @param CreateNatGatewayRequest
|
|
18195
18195
|
* @return CreateNatGatewayResponse
|
|
18196
18196
|
* @throws OciError when an error occurs
|
|
18197
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18197
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateNatGateway.ts.html |here} to see how to use CreateNatGateway API.
|
|
18198
18198
|
*/
|
|
18199
18199
|
createNatGateway(createNatGatewayRequest) {
|
|
18200
18200
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18257,7 +18257,7 @@ class VirtualNetworkClient {
|
|
|
18257
18257
|
* @param CreateNetworkSecurityGroupRequest
|
|
18258
18258
|
* @return CreateNetworkSecurityGroupResponse
|
|
18259
18259
|
* @throws OciError when an error occurs
|
|
18260
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18260
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateNetworkSecurityGroup.ts.html |here} to see how to use CreateNetworkSecurityGroup API.
|
|
18261
18261
|
*/
|
|
18262
18262
|
createNetworkSecurityGroup(createNetworkSecurityGroupRequest) {
|
|
18263
18263
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18322,7 +18322,7 @@ class VirtualNetworkClient {
|
|
|
18322
18322
|
* @param CreatePrivateIpRequest
|
|
18323
18323
|
* @return CreatePrivateIpResponse
|
|
18324
18324
|
* @throws OciError when an error occurs
|
|
18325
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18325
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreatePrivateIp.ts.html |here} to see how to use CreatePrivateIp API.
|
|
18326
18326
|
*/
|
|
18327
18327
|
createPrivateIp(createPrivateIpRequest) {
|
|
18328
18328
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18405,7 +18405,7 @@ class VirtualNetworkClient {
|
|
|
18405
18405
|
* @param CreatePublicIpRequest
|
|
18406
18406
|
* @return CreatePublicIpResponse
|
|
18407
18407
|
* @throws OciError when an error occurs
|
|
18408
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18408
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreatePublicIp.ts.html |here} to see how to use CreatePublicIp API.
|
|
18409
18409
|
*/
|
|
18410
18410
|
createPublicIp(createPublicIpRequest) {
|
|
18411
18411
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18468,7 +18468,7 @@ class VirtualNetworkClient {
|
|
|
18468
18468
|
* @param CreatePublicIpPoolRequest
|
|
18469
18469
|
* @return CreatePublicIpPoolResponse
|
|
18470
18470
|
* @throws OciError when an error occurs
|
|
18471
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18471
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreatePublicIpPool.ts.html |here} to see how to use CreatePublicIpPool API.
|
|
18472
18472
|
*/
|
|
18473
18473
|
createPublicIpPool(createPublicIpPoolRequest) {
|
|
18474
18474
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18532,7 +18532,7 @@ class VirtualNetworkClient {
|
|
|
18532
18532
|
* @param CreateRemotePeeringConnectionRequest
|
|
18533
18533
|
* @return CreateRemotePeeringConnectionResponse
|
|
18534
18534
|
* @throws OciError when an error occurs
|
|
18535
|
-
* @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.86.1/core/CreateRemotePeeringConnection.ts.html |here} to see how to use CreateRemotePeeringConnection API.
|
|
18536
18536
|
*/
|
|
18537
18537
|
createRemotePeeringConnection(createRemotePeeringConnectionRequest) {
|
|
18538
18538
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18609,7 +18609,7 @@ class VirtualNetworkClient {
|
|
|
18609
18609
|
* @param CreateRouteTableRequest
|
|
18610
18610
|
* @return CreateRouteTableResponse
|
|
18611
18611
|
* @throws OciError when an error occurs
|
|
18612
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18612
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateRouteTable.ts.html |here} to see how to use CreateRouteTable API.
|
|
18613
18613
|
*/
|
|
18614
18614
|
createRouteTable(createRouteTableRequest) {
|
|
18615
18615
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18685,7 +18685,7 @@ class VirtualNetworkClient {
|
|
|
18685
18685
|
* @param CreateSecurityListRequest
|
|
18686
18686
|
* @return CreateSecurityListResponse
|
|
18687
18687
|
* @throws OciError when an error occurs
|
|
18688
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18688
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateSecurityList.ts.html |here} to see how to use CreateSecurityList API.
|
|
18689
18689
|
*/
|
|
18690
18690
|
createSecurityList(createSecurityListRequest) {
|
|
18691
18691
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18756,7 +18756,7 @@ class VirtualNetworkClient {
|
|
|
18756
18756
|
* @param CreateServiceGatewayRequest
|
|
18757
18757
|
* @return CreateServiceGatewayResponse
|
|
18758
18758
|
* @throws OciError when an error occurs
|
|
18759
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18759
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateServiceGateway.ts.html |here} to see how to use CreateServiceGateway API.
|
|
18760
18760
|
*/
|
|
18761
18761
|
createServiceGateway(createServiceGatewayRequest) {
|
|
18762
18762
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18844,7 +18844,7 @@ class VirtualNetworkClient {
|
|
|
18844
18844
|
* @param CreateSubnetRequest
|
|
18845
18845
|
* @return CreateSubnetResponse
|
|
18846
18846
|
* @throws OciError when an error occurs
|
|
18847
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18847
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateSubnet.ts.html |here} to see how to use CreateSubnet API.
|
|
18848
18848
|
*/
|
|
18849
18849
|
createSubnet(createSubnetRequest) {
|
|
18850
18850
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18939,7 +18939,7 @@ class VirtualNetworkClient {
|
|
|
18939
18939
|
* @param CreateVcnRequest
|
|
18940
18940
|
* @return CreateVcnResponse
|
|
18941
18941
|
* @throws OciError when an error occurs
|
|
18942
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18942
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateVcn.ts.html |here} to see how to use CreateVcn API.
|
|
18943
18943
|
*/
|
|
18944
18944
|
createVcn(createVcnRequest) {
|
|
18945
18945
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19022,7 +19022,7 @@ class VirtualNetworkClient {
|
|
|
19022
19022
|
* @param CreateVirtualCircuitRequest
|
|
19023
19023
|
* @return CreateVirtualCircuitResponse
|
|
19024
19024
|
* @throws OciError when an error occurs
|
|
19025
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19025
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateVirtualCircuit.ts.html |here} to see how to use CreateVirtualCircuit API.
|
|
19026
19026
|
*/
|
|
19027
19027
|
createVirtualCircuit(createVirtualCircuitRequest) {
|
|
19028
19028
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19085,7 +19085,7 @@ class VirtualNetworkClient {
|
|
|
19085
19085
|
* @param CreateVlanRequest
|
|
19086
19086
|
* @return CreateVlanResponse
|
|
19087
19087
|
* @throws OciError when an error occurs
|
|
19088
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19088
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateVlan.ts.html |here} to see how to use CreateVlan API.
|
|
19089
19089
|
*/
|
|
19090
19090
|
createVlan(createVlanRequest) {
|
|
19091
19091
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19157,7 +19157,7 @@ class VirtualNetworkClient {
|
|
|
19157
19157
|
* @param CreateVtapRequest
|
|
19158
19158
|
* @return CreateVtapResponse
|
|
19159
19159
|
* @throws OciError when an error occurs
|
|
19160
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19160
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/CreateVtap.ts.html |here} to see how to use CreateVtap API.
|
|
19161
19161
|
*/
|
|
19162
19162
|
createVtap(createVtapRequest) {
|
|
19163
19163
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19225,7 +19225,7 @@ class VirtualNetworkClient {
|
|
|
19225
19225
|
* @param DeleteByoipRangeRequest
|
|
19226
19226
|
* @return DeleteByoipRangeResponse
|
|
19227
19227
|
* @throws OciError when an error occurs
|
|
19228
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19228
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteByoipRange.ts.html |here} to see how to use DeleteByoipRange API.
|
|
19229
19229
|
*/
|
|
19230
19230
|
deleteByoipRange(deleteByoipRangeRequest) {
|
|
19231
19231
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19287,7 +19287,7 @@ class VirtualNetworkClient {
|
|
|
19287
19287
|
* @param DeleteCaptureFilterRequest
|
|
19288
19288
|
* @return DeleteCaptureFilterResponse
|
|
19289
19289
|
* @throws OciError when an error occurs
|
|
19290
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19290
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteCaptureFilter.ts.html |here} to see how to use DeleteCaptureFilter API.
|
|
19291
19291
|
*/
|
|
19292
19292
|
deleteCaptureFilter(deleteCaptureFilterRequest) {
|
|
19293
19293
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19345,7 +19345,7 @@ class VirtualNetworkClient {
|
|
|
19345
19345
|
* @param DeleteCpeRequest
|
|
19346
19346
|
* @return DeleteCpeResponse
|
|
19347
19347
|
* @throws OciError when an error occurs
|
|
19348
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19348
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteCpe.ts.html |here} to see how to use DeleteCpe API.
|
|
19349
19349
|
*/
|
|
19350
19350
|
deleteCpe(deleteCpeRequest) {
|
|
19351
19351
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19401,7 +19401,7 @@ class VirtualNetworkClient {
|
|
|
19401
19401
|
* @param DeleteCrossConnectRequest
|
|
19402
19402
|
* @return DeleteCrossConnectResponse
|
|
19403
19403
|
* @throws OciError when an error occurs
|
|
19404
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19404
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteCrossConnect.ts.html |here} to see how to use DeleteCrossConnect API.
|
|
19405
19405
|
*/
|
|
19406
19406
|
deleteCrossConnect(deleteCrossConnectRequest) {
|
|
19407
19407
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19458,7 +19458,7 @@ class VirtualNetworkClient {
|
|
|
19458
19458
|
* @param DeleteCrossConnectGroupRequest
|
|
19459
19459
|
* @return DeleteCrossConnectGroupResponse
|
|
19460
19460
|
* @throws OciError when an error occurs
|
|
19461
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19461
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteCrossConnectGroup.ts.html |here} to see how to use DeleteCrossConnectGroup API.
|
|
19462
19462
|
*/
|
|
19463
19463
|
deleteCrossConnectGroup(deleteCrossConnectGroupRequest) {
|
|
19464
19464
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19517,7 +19517,7 @@ class VirtualNetworkClient {
|
|
|
19517
19517
|
* @param DeleteDhcpOptionsRequest
|
|
19518
19518
|
* @return DeleteDhcpOptionsResponse
|
|
19519
19519
|
* @throws OciError when an error occurs
|
|
19520
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19520
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteDhcpOptions.ts.html |here} to see how to use DeleteDhcpOptions API.
|
|
19521
19521
|
*/
|
|
19522
19522
|
deleteDhcpOptions(deleteDhcpOptionsRequest) {
|
|
19523
19523
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19575,7 +19575,7 @@ class VirtualNetworkClient {
|
|
|
19575
19575
|
* @param DeleteDrgRequest
|
|
19576
19576
|
* @return DeleteDrgResponse
|
|
19577
19577
|
* @throws OciError when an error occurs
|
|
19578
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19578
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteDrg.ts.html |here} to see how to use DeleteDrg API.
|
|
19579
19579
|
*/
|
|
19580
19580
|
deleteDrg(deleteDrgRequest) {
|
|
19581
19581
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19632,7 +19632,7 @@ class VirtualNetworkClient {
|
|
|
19632
19632
|
* @param DeleteDrgAttachmentRequest
|
|
19633
19633
|
* @return DeleteDrgAttachmentResponse
|
|
19634
19634
|
* @throws OciError when an error occurs
|
|
19635
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19635
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteDrgAttachment.ts.html |here} to see how to use DeleteDrgAttachment API.
|
|
19636
19636
|
*/
|
|
19637
19637
|
deleteDrgAttachment(deleteDrgAttachmentRequest) {
|
|
19638
19638
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19689,7 +19689,7 @@ class VirtualNetworkClient {
|
|
|
19689
19689
|
* @param DeleteDrgRouteDistributionRequest
|
|
19690
19690
|
* @return DeleteDrgRouteDistributionResponse
|
|
19691
19691
|
* @throws OciError when an error occurs
|
|
19692
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19692
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteDrgRouteDistribution.ts.html |here} to see how to use DeleteDrgRouteDistribution API.
|
|
19693
19693
|
*/
|
|
19694
19694
|
deleteDrgRouteDistribution(deleteDrgRouteDistributionRequest) {
|
|
19695
19695
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19744,7 +19744,7 @@ class VirtualNetworkClient {
|
|
|
19744
19744
|
* @param DeleteDrgRouteTableRequest
|
|
19745
19745
|
* @return DeleteDrgRouteTableResponse
|
|
19746
19746
|
* @throws OciError when an error occurs
|
|
19747
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19747
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteDrgRouteTable.ts.html |here} to see how to use DeleteDrgRouteTable API.
|
|
19748
19748
|
*/
|
|
19749
19749
|
deleteDrgRouteTable(deleteDrgRouteTableRequest) {
|
|
19750
19750
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19806,7 +19806,7 @@ class VirtualNetworkClient {
|
|
|
19806
19806
|
* @param DeleteIPSecConnectionRequest
|
|
19807
19807
|
* @return DeleteIPSecConnectionResponse
|
|
19808
19808
|
* @throws OciError when an error occurs
|
|
19809
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19809
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteIPSecConnection.ts.html |here} to see how to use DeleteIPSecConnection API.
|
|
19810
19810
|
*/
|
|
19811
19811
|
deleteIPSecConnection(deleteIPSecConnectionRequest) {
|
|
19812
19812
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19865,7 +19865,7 @@ class VirtualNetworkClient {
|
|
|
19865
19865
|
* @param DeleteInternetGatewayRequest
|
|
19866
19866
|
* @return DeleteInternetGatewayResponse
|
|
19867
19867
|
* @throws OciError when an error occurs
|
|
19868
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19868
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteInternetGateway.ts.html |here} to see how to use DeleteInternetGateway API.
|
|
19869
19869
|
*/
|
|
19870
19870
|
deleteInternetGateway(deleteInternetGatewayRequest) {
|
|
19871
19871
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19921,7 +19921,7 @@ class VirtualNetworkClient {
|
|
|
19921
19921
|
* @param DeleteIpv6Request
|
|
19922
19922
|
* @return DeleteIpv6Response
|
|
19923
19923
|
* @throws OciError when an error occurs
|
|
19924
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19924
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteIpv6.ts.html |here} to see how to use DeleteIpv6 API.
|
|
19925
19925
|
*/
|
|
19926
19926
|
deleteIpv6(deleteIpv6Request) {
|
|
19927
19927
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19980,7 +19980,7 @@ class VirtualNetworkClient {
|
|
|
19980
19980
|
* @param DeleteLocalPeeringGatewayRequest
|
|
19981
19981
|
* @return DeleteLocalPeeringGatewayResponse
|
|
19982
19982
|
* @throws OciError when an error occurs
|
|
19983
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19983
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteLocalPeeringGateway.ts.html |here} to see how to use DeleteLocalPeeringGateway API.
|
|
19984
19984
|
*/
|
|
19985
19985
|
deleteLocalPeeringGateway(deleteLocalPeeringGatewayRequest) {
|
|
19986
19986
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20039,7 +20039,7 @@ class VirtualNetworkClient {
|
|
|
20039
20039
|
* @param DeleteNatGatewayRequest
|
|
20040
20040
|
* @return DeleteNatGatewayResponse
|
|
20041
20041
|
* @throws OciError when an error occurs
|
|
20042
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20042
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteNatGateway.ts.html |here} to see how to use DeleteNatGateway API.
|
|
20043
20043
|
*/
|
|
20044
20044
|
deleteNatGateway(deleteNatGatewayRequest) {
|
|
20045
20045
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20100,7 +20100,7 @@ class VirtualNetworkClient {
|
|
|
20100
20100
|
* @param DeleteNetworkSecurityGroupRequest
|
|
20101
20101
|
* @return DeleteNetworkSecurityGroupResponse
|
|
20102
20102
|
* @throws OciError when an error occurs
|
|
20103
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20103
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteNetworkSecurityGroup.ts.html |here} to see how to use DeleteNetworkSecurityGroup API.
|
|
20104
20104
|
*/
|
|
20105
20105
|
deleteNetworkSecurityGroup(deleteNetworkSecurityGroupRequest) {
|
|
20106
20106
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20165,7 +20165,7 @@ class VirtualNetworkClient {
|
|
|
20165
20165
|
* @param DeletePrivateIpRequest
|
|
20166
20166
|
* @return DeletePrivateIpResponse
|
|
20167
20167
|
* @throws OciError when an error occurs
|
|
20168
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20168
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeletePrivateIp.ts.html |here} to see how to use DeletePrivateIp API.
|
|
20169
20169
|
*/
|
|
20170
20170
|
deletePrivateIp(deletePrivateIpRequest) {
|
|
20171
20171
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20234,7 +20234,7 @@ class VirtualNetworkClient {
|
|
|
20234
20234
|
* @param DeletePublicIpRequest
|
|
20235
20235
|
* @return DeletePublicIpResponse
|
|
20236
20236
|
* @throws OciError when an error occurs
|
|
20237
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20237
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeletePublicIp.ts.html |here} to see how to use DeletePublicIp API.
|
|
20238
20238
|
*/
|
|
20239
20239
|
deletePublicIp(deletePublicIpRequest) {
|
|
20240
20240
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20291,7 +20291,7 @@ class VirtualNetworkClient {
|
|
|
20291
20291
|
* @param DeletePublicIpPoolRequest
|
|
20292
20292
|
* @return DeletePublicIpPoolResponse
|
|
20293
20293
|
* @throws OciError when an error occurs
|
|
20294
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20294
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeletePublicIpPool.ts.html |here} to see how to use DeletePublicIpPool API.
|
|
20295
20295
|
*/
|
|
20296
20296
|
deletePublicIpPool(deletePublicIpPoolRequest) {
|
|
20297
20297
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20350,7 +20350,7 @@ class VirtualNetworkClient {
|
|
|
20350
20350
|
* @param DeleteRemotePeeringConnectionRequest
|
|
20351
20351
|
* @return DeleteRemotePeeringConnectionResponse
|
|
20352
20352
|
* @throws OciError when an error occurs
|
|
20353
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20353
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteRemotePeeringConnection.ts.html |here} to see how to use DeleteRemotePeeringConnection API.
|
|
20354
20354
|
*/
|
|
20355
20355
|
deleteRemotePeeringConnection(deleteRemotePeeringConnectionRequest) {
|
|
20356
20356
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20409,7 +20409,7 @@ class VirtualNetworkClient {
|
|
|
20409
20409
|
* @param DeleteRouteTableRequest
|
|
20410
20410
|
* @return DeleteRouteTableResponse
|
|
20411
20411
|
* @throws OciError when an error occurs
|
|
20412
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20412
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteRouteTable.ts.html |here} to see how to use DeleteRouteTable API.
|
|
20413
20413
|
*/
|
|
20414
20414
|
deleteRouteTable(deleteRouteTableRequest) {
|
|
20415
20415
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20468,7 +20468,7 @@ class VirtualNetworkClient {
|
|
|
20468
20468
|
* @param DeleteSecurityListRequest
|
|
20469
20469
|
* @return DeleteSecurityListResponse
|
|
20470
20470
|
* @throws OciError when an error occurs
|
|
20471
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20471
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteSecurityList.ts.html |here} to see how to use DeleteSecurityList API.
|
|
20472
20472
|
*/
|
|
20473
20473
|
deleteSecurityList(deleteSecurityListRequest) {
|
|
20474
20474
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20524,7 +20524,7 @@ class VirtualNetworkClient {
|
|
|
20524
20524
|
* @param DeleteServiceGatewayRequest
|
|
20525
20525
|
* @return DeleteServiceGatewayResponse
|
|
20526
20526
|
* @throws OciError when an error occurs
|
|
20527
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20527
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteServiceGateway.ts.html |here} to see how to use DeleteServiceGateway API.
|
|
20528
20528
|
*/
|
|
20529
20529
|
deleteServiceGateway(deleteServiceGatewayRequest) {
|
|
20530
20530
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20581,7 +20581,7 @@ class VirtualNetworkClient {
|
|
|
20581
20581
|
* @param DeleteSubnetRequest
|
|
20582
20582
|
* @return DeleteSubnetResponse
|
|
20583
20583
|
* @throws OciError when an error occurs
|
|
20584
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20584
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteSubnet.ts.html |here} to see how to use DeleteSubnet API.
|
|
20585
20585
|
*/
|
|
20586
20586
|
deleteSubnet(deleteSubnetRequest) {
|
|
20587
20587
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20641,7 +20641,7 @@ class VirtualNetworkClient {
|
|
|
20641
20641
|
* @param DeleteVcnRequest
|
|
20642
20642
|
* @return DeleteVcnResponse
|
|
20643
20643
|
* @throws OciError when an error occurs
|
|
20644
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20644
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteVcn.ts.html |here} to see how to use DeleteVcn API.
|
|
20645
20645
|
*/
|
|
20646
20646
|
deleteVcn(deleteVcnRequest) {
|
|
20647
20647
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20700,7 +20700,7 @@ class VirtualNetworkClient {
|
|
|
20700
20700
|
* @param DeleteVirtualCircuitRequest
|
|
20701
20701
|
* @return DeleteVirtualCircuitResponse
|
|
20702
20702
|
* @throws OciError when an error occurs
|
|
20703
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20703
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteVirtualCircuit.ts.html |here} to see how to use DeleteVirtualCircuit API.
|
|
20704
20704
|
*/
|
|
20705
20705
|
deleteVirtualCircuit(deleteVirtualCircuitRequest) {
|
|
20706
20706
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20755,7 +20755,7 @@ class VirtualNetworkClient {
|
|
|
20755
20755
|
* @param DeleteVlanRequest
|
|
20756
20756
|
* @return DeleteVlanResponse
|
|
20757
20757
|
* @throws OciError when an error occurs
|
|
20758
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20758
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteVlan.ts.html |here} to see how to use DeleteVlan API.
|
|
20759
20759
|
*/
|
|
20760
20760
|
deleteVlan(deleteVlanRequest) {
|
|
20761
20761
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20812,7 +20812,7 @@ class VirtualNetworkClient {
|
|
|
20812
20812
|
* @param DeleteVtapRequest
|
|
20813
20813
|
* @return DeleteVtapResponse
|
|
20814
20814
|
* @throws OciError when an error occurs
|
|
20815
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20815
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DeleteVtap.ts.html |here} to see how to use DeleteVtap API.
|
|
20816
20816
|
*/
|
|
20817
20817
|
deleteVtap(deleteVtapRequest) {
|
|
20818
20818
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20884,7 +20884,7 @@ class VirtualNetworkClient {
|
|
|
20884
20884
|
* @param DetachServiceIdRequest
|
|
20885
20885
|
* @return DetachServiceIdResponse
|
|
20886
20886
|
* @throws OciError when an error occurs
|
|
20887
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20887
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/DetachServiceId.ts.html |here} to see how to use DetachServiceId API.
|
|
20888
20888
|
*/
|
|
20889
20889
|
detachServiceId(detachServiceIdRequest) {
|
|
20890
20890
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20944,7 +20944,7 @@ class VirtualNetworkClient {
|
|
|
20944
20944
|
* @param GetAllDrgAttachmentsRequest
|
|
20945
20945
|
* @return GetAllDrgAttachmentsResponse
|
|
20946
20946
|
* @throws OciError when an error occurs
|
|
20947
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20947
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetAllDrgAttachments.ts.html |here} to see how to use GetAllDrgAttachments API.
|
|
20948
20948
|
*/
|
|
20949
20949
|
getAllDrgAttachments(getAllDrgAttachmentsRequest) {
|
|
20950
20950
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21053,7 +21053,7 @@ class VirtualNetworkClient {
|
|
|
21053
21053
|
* @param GetAllowedIkeIPSecParametersRequest
|
|
21054
21054
|
* @return GetAllowedIkeIPSecParametersResponse
|
|
21055
21055
|
* @throws OciError when an error occurs
|
|
21056
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21056
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetAllowedIkeIPSecParameters.ts.html |here} to see how to use GetAllowedIkeIPSecParameters API.
|
|
21057
21057
|
*/
|
|
21058
21058
|
getAllowedIkeIPSecParameters(getAllowedIkeIPSecParametersRequest) {
|
|
21059
21059
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21110,7 +21110,7 @@ class VirtualNetworkClient {
|
|
|
21110
21110
|
* @param GetByoipRangeRequest
|
|
21111
21111
|
* @return GetByoipRangeResponse
|
|
21112
21112
|
* @throws OciError when an error occurs
|
|
21113
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21113
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetByoipRange.ts.html |here} to see how to use GetByoipRange API.
|
|
21114
21114
|
*/
|
|
21115
21115
|
getByoipRange(getByoipRangeRequest) {
|
|
21116
21116
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21173,7 +21173,7 @@ class VirtualNetworkClient {
|
|
|
21173
21173
|
* @param GetCaptureFilterRequest
|
|
21174
21174
|
* @return GetCaptureFilterResponse
|
|
21175
21175
|
* @throws OciError when an error occurs
|
|
21176
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21176
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetCaptureFilter.ts.html |here} to see how to use GetCaptureFilter API.
|
|
21177
21177
|
*/
|
|
21178
21178
|
getCaptureFilter(getCaptureFilterRequest) {
|
|
21179
21179
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21236,7 +21236,7 @@ class VirtualNetworkClient {
|
|
|
21236
21236
|
* @param GetCpeRequest
|
|
21237
21237
|
* @return GetCpeResponse
|
|
21238
21238
|
* @throws OciError when an error occurs
|
|
21239
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21239
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetCpe.ts.html |here} to see how to use GetCpe API.
|
|
21240
21240
|
*/
|
|
21241
21241
|
getCpe(getCpeRequest) {
|
|
21242
21242
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21316,7 +21316,7 @@ class VirtualNetworkClient {
|
|
|
21316
21316
|
* @param GetCpeDeviceConfigContentRequest
|
|
21317
21317
|
* @return GetCpeDeviceConfigContentResponse
|
|
21318
21318
|
* @throws OciError when an error occurs
|
|
21319
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21319
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetCpeDeviceConfigContent.ts.html |here} to see how to use GetCpeDeviceConfigContent API.
|
|
21320
21320
|
*/
|
|
21321
21321
|
getCpeDeviceConfigContent(getCpeDeviceConfigContentRequest) {
|
|
21322
21322
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21382,7 +21382,7 @@ class VirtualNetworkClient {
|
|
|
21382
21382
|
* @param GetCpeDeviceShapeRequest
|
|
21383
21383
|
* @return GetCpeDeviceShapeResponse
|
|
21384
21384
|
* @throws OciError when an error occurs
|
|
21385
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21385
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetCpeDeviceShape.ts.html |here} to see how to use GetCpeDeviceShape API.
|
|
21386
21386
|
*/
|
|
21387
21387
|
getCpeDeviceShape(getCpeDeviceShapeRequest) {
|
|
21388
21388
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21440,7 +21440,7 @@ class VirtualNetworkClient {
|
|
|
21440
21440
|
* @param GetCrossConnectRequest
|
|
21441
21441
|
* @return GetCrossConnectResponse
|
|
21442
21442
|
* @throws OciError when an error occurs
|
|
21443
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21443
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetCrossConnect.ts.html |here} to see how to use GetCrossConnect API.
|
|
21444
21444
|
*/
|
|
21445
21445
|
getCrossConnect(getCrossConnectRequest) {
|
|
21446
21446
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21502,7 +21502,7 @@ class VirtualNetworkClient {
|
|
|
21502
21502
|
* @param GetCrossConnectGroupRequest
|
|
21503
21503
|
* @return GetCrossConnectGroupResponse
|
|
21504
21504
|
* @throws OciError when an error occurs
|
|
21505
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21505
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetCrossConnectGroup.ts.html |here} to see how to use GetCrossConnectGroup API.
|
|
21506
21506
|
*/
|
|
21507
21507
|
getCrossConnectGroup(getCrossConnectGroupRequest) {
|
|
21508
21508
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21564,7 +21564,7 @@ class VirtualNetworkClient {
|
|
|
21564
21564
|
* @param GetCrossConnectLetterOfAuthorityRequest
|
|
21565
21565
|
* @return GetCrossConnectLetterOfAuthorityResponse
|
|
21566
21566
|
* @throws OciError when an error occurs
|
|
21567
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21567
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetCrossConnectLetterOfAuthority.ts.html |here} to see how to use GetCrossConnectLetterOfAuthority API.
|
|
21568
21568
|
*/
|
|
21569
21569
|
getCrossConnectLetterOfAuthority(getCrossConnectLetterOfAuthorityRequest) {
|
|
21570
21570
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21622,7 +21622,7 @@ class VirtualNetworkClient {
|
|
|
21622
21622
|
* @param GetCrossConnectStatusRequest
|
|
21623
21623
|
* @return GetCrossConnectStatusResponse
|
|
21624
21624
|
* @throws OciError when an error occurs
|
|
21625
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21625
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetCrossConnectStatus.ts.html |here} to see how to use GetCrossConnectStatus API.
|
|
21626
21626
|
*/
|
|
21627
21627
|
getCrossConnectStatus(getCrossConnectStatusRequest) {
|
|
21628
21628
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21679,7 +21679,7 @@ class VirtualNetworkClient {
|
|
|
21679
21679
|
* @param GetDhcpOptionsRequest
|
|
21680
21680
|
* @return GetDhcpOptionsResponse
|
|
21681
21681
|
* @throws OciError when an error occurs
|
|
21682
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21682
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetDhcpOptions.ts.html |here} to see how to use GetDhcpOptions API.
|
|
21683
21683
|
*/
|
|
21684
21684
|
getDhcpOptions(getDhcpOptionsRequest) {
|
|
21685
21685
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21741,7 +21741,7 @@ class VirtualNetworkClient {
|
|
|
21741
21741
|
* @param GetDrgRequest
|
|
21742
21742
|
* @return GetDrgResponse
|
|
21743
21743
|
* @throws OciError when an error occurs
|
|
21744
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21744
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetDrg.ts.html |here} to see how to use GetDrg API.
|
|
21745
21745
|
*/
|
|
21746
21746
|
getDrg(getDrgRequest) {
|
|
21747
21747
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21803,7 +21803,7 @@ class VirtualNetworkClient {
|
|
|
21803
21803
|
* @param GetDrgAttachmentRequest
|
|
21804
21804
|
* @return GetDrgAttachmentResponse
|
|
21805
21805
|
* @throws OciError when an error occurs
|
|
21806
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21806
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetDrgAttachment.ts.html |here} to see how to use GetDrgAttachment API.
|
|
21807
21807
|
*/
|
|
21808
21808
|
getDrgAttachment(getDrgAttachmentRequest) {
|
|
21809
21809
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21867,7 +21867,7 @@ class VirtualNetworkClient {
|
|
|
21867
21867
|
* @param GetDrgRedundancyStatusRequest
|
|
21868
21868
|
* @return GetDrgRedundancyStatusResponse
|
|
21869
21869
|
* @throws OciError when an error occurs
|
|
21870
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21870
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetDrgRedundancyStatus.ts.html |here} to see how to use GetDrgRedundancyStatus API.
|
|
21871
21871
|
*/
|
|
21872
21872
|
getDrgRedundancyStatus(getDrgRedundancyStatusRequest) {
|
|
21873
21873
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21925,7 +21925,7 @@ class VirtualNetworkClient {
|
|
|
21925
21925
|
* @param GetDrgRouteDistributionRequest
|
|
21926
21926
|
* @return GetDrgRouteDistributionResponse
|
|
21927
21927
|
* @throws OciError when an error occurs
|
|
21928
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21928
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetDrgRouteDistribution.ts.html |here} to see how to use GetDrgRouteDistribution API.
|
|
21929
21929
|
*/
|
|
21930
21930
|
getDrgRouteDistribution(getDrgRouteDistributionRequest) {
|
|
21931
21931
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21987,7 +21987,7 @@ class VirtualNetworkClient {
|
|
|
21987
21987
|
* @param GetDrgRouteTableRequest
|
|
21988
21988
|
* @return GetDrgRouteTableResponse
|
|
21989
21989
|
* @throws OciError when an error occurs
|
|
21990
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21990
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetDrgRouteTable.ts.html |here} to see how to use GetDrgRouteTable API.
|
|
21991
21991
|
*/
|
|
21992
21992
|
getDrgRouteTable(getDrgRouteTableRequest) {
|
|
21993
21993
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22051,7 +22051,7 @@ class VirtualNetworkClient {
|
|
|
22051
22051
|
* @param GetFastConnectProviderServiceRequest
|
|
22052
22052
|
* @return GetFastConnectProviderServiceResponse
|
|
22053
22053
|
* @throws OciError when an error occurs
|
|
22054
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22054
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetFastConnectProviderService.ts.html |here} to see how to use GetFastConnectProviderService API.
|
|
22055
22055
|
*/
|
|
22056
22056
|
getFastConnectProviderService(getFastConnectProviderServiceRequest) {
|
|
22057
22057
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22110,7 +22110,7 @@ class VirtualNetworkClient {
|
|
|
22110
22110
|
* @param GetFastConnectProviderServiceKeyRequest
|
|
22111
22111
|
* @return GetFastConnectProviderServiceKeyResponse
|
|
22112
22112
|
* @throws OciError when an error occurs
|
|
22113
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22113
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetFastConnectProviderServiceKey.ts.html |here} to see how to use GetFastConnectProviderServiceKey API.
|
|
22114
22114
|
*/
|
|
22115
22115
|
getFastConnectProviderServiceKey(getFastConnectProviderServiceKeyRequest) {
|
|
22116
22116
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22171,7 +22171,7 @@ class VirtualNetworkClient {
|
|
|
22171
22171
|
* @param GetIPSecConnectionRequest
|
|
22172
22172
|
* @return GetIPSecConnectionResponse
|
|
22173
22173
|
* @throws OciError when an error occurs
|
|
22174
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22174
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetIPSecConnection.ts.html |here} to see how to use GetIPSecConnection API.
|
|
22175
22175
|
*/
|
|
22176
22176
|
getIPSecConnection(getIPSecConnectionRequest) {
|
|
22177
22177
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22237,7 +22237,7 @@ class VirtualNetworkClient {
|
|
|
22237
22237
|
* @param GetIPSecConnectionDeviceConfigRequest
|
|
22238
22238
|
* @return GetIPSecConnectionDeviceConfigResponse
|
|
22239
22239
|
* @throws OciError when an error occurs
|
|
22240
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22240
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetIPSecConnectionDeviceConfig.ts.html |here} to see how to use GetIPSecConnectionDeviceConfig API.
|
|
22241
22241
|
*/
|
|
22242
22242
|
getIPSecConnectionDeviceConfig(getIPSecConnectionDeviceConfigRequest) {
|
|
22243
22243
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22301,7 +22301,7 @@ class VirtualNetworkClient {
|
|
|
22301
22301
|
* @param GetIPSecConnectionDeviceStatusRequest
|
|
22302
22302
|
* @return GetIPSecConnectionDeviceStatusResponse
|
|
22303
22303
|
* @throws OciError when an error occurs
|
|
22304
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22304
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetIPSecConnectionDeviceStatus.ts.html |here} to see how to use GetIPSecConnectionDeviceStatus API.
|
|
22305
22305
|
*/
|
|
22306
22306
|
getIPSecConnectionDeviceStatus(getIPSecConnectionDeviceStatusRequest) {
|
|
22307
22307
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22366,7 +22366,7 @@ class VirtualNetworkClient {
|
|
|
22366
22366
|
* @param GetIPSecConnectionTunnelRequest
|
|
22367
22367
|
* @return GetIPSecConnectionTunnelResponse
|
|
22368
22368
|
* @throws OciError when an error occurs
|
|
22369
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22369
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetIPSecConnectionTunnel.ts.html |here} to see how to use GetIPSecConnectionTunnel API.
|
|
22370
22370
|
*/
|
|
22371
22371
|
getIPSecConnectionTunnel(getIPSecConnectionTunnelRequest) {
|
|
22372
22372
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22430,7 +22430,7 @@ class VirtualNetworkClient {
|
|
|
22430
22430
|
* @param GetIPSecConnectionTunnelErrorRequest
|
|
22431
22431
|
* @return GetIPSecConnectionTunnelErrorResponse
|
|
22432
22432
|
* @throws OciError when an error occurs
|
|
22433
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22433
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetIPSecConnectionTunnelError.ts.html |here} to see how to use GetIPSecConnectionTunnelError API.
|
|
22434
22434
|
*/
|
|
22435
22435
|
getIPSecConnectionTunnelError(getIPSecConnectionTunnelErrorRequest) {
|
|
22436
22436
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22490,7 +22490,7 @@ class VirtualNetworkClient {
|
|
|
22490
22490
|
* @param GetIPSecConnectionTunnelSharedSecretRequest
|
|
22491
22491
|
* @return GetIPSecConnectionTunnelSharedSecretResponse
|
|
22492
22492
|
* @throws OciError when an error occurs
|
|
22493
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22493
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetIPSecConnectionTunnelSharedSecret.ts.html |here} to see how to use GetIPSecConnectionTunnelSharedSecret API.
|
|
22494
22494
|
*/
|
|
22495
22495
|
getIPSecConnectionTunnelSharedSecret(getIPSecConnectionTunnelSharedSecretRequest) {
|
|
22496
22496
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22553,7 +22553,7 @@ class VirtualNetworkClient {
|
|
|
22553
22553
|
* @param GetInternetGatewayRequest
|
|
22554
22554
|
* @return GetInternetGatewayResponse
|
|
22555
22555
|
* @throws OciError when an error occurs
|
|
22556
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22556
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetInternetGateway.ts.html |here} to see how to use GetInternetGateway API.
|
|
22557
22557
|
*/
|
|
22558
22558
|
getInternetGateway(getInternetGatewayRequest) {
|
|
22559
22559
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22634,7 +22634,7 @@ class VirtualNetworkClient {
|
|
|
22634
22634
|
* @param GetIpsecCpeDeviceConfigContentRequest
|
|
22635
22635
|
* @return GetIpsecCpeDeviceConfigContentResponse
|
|
22636
22636
|
* @throws OciError when an error occurs
|
|
22637
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22637
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetIpsecCpeDeviceConfigContent.ts.html |here} to see how to use GetIpsecCpeDeviceConfigContent API.
|
|
22638
22638
|
*/
|
|
22639
22639
|
getIpsecCpeDeviceConfigContent(getIpsecCpeDeviceConfigContentRequest) {
|
|
22640
22640
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22695,7 +22695,7 @@ class VirtualNetworkClient {
|
|
|
22695
22695
|
* @param GetIpv6Request
|
|
22696
22696
|
* @return GetIpv6Response
|
|
22697
22697
|
* @throws OciError when an error occurs
|
|
22698
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22698
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetIpv6.ts.html |here} to see how to use GetIpv6 API.
|
|
22699
22699
|
*/
|
|
22700
22700
|
getIpv6(getIpv6Request) {
|
|
22701
22701
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22758,7 +22758,7 @@ class VirtualNetworkClient {
|
|
|
22758
22758
|
* @param GetLocalPeeringGatewayRequest
|
|
22759
22759
|
* @return GetLocalPeeringGatewayResponse
|
|
22760
22760
|
* @throws OciError when an error occurs
|
|
22761
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22761
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetLocalPeeringGateway.ts.html |here} to see how to use GetLocalPeeringGateway API.
|
|
22762
22762
|
*/
|
|
22763
22763
|
getLocalPeeringGateway(getLocalPeeringGatewayRequest) {
|
|
22764
22764
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22820,7 +22820,7 @@ class VirtualNetworkClient {
|
|
|
22820
22820
|
* @param GetNatGatewayRequest
|
|
22821
22821
|
* @return GetNatGatewayResponse
|
|
22822
22822
|
* @throws OciError when an error occurs
|
|
22823
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22823
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetNatGateway.ts.html |here} to see how to use GetNatGateway API.
|
|
22824
22824
|
*/
|
|
22825
22825
|
getNatGateway(getNatGatewayRequest) {
|
|
22826
22826
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22889,7 +22889,7 @@ class VirtualNetworkClient {
|
|
|
22889
22889
|
* @param GetNetworkSecurityGroupRequest
|
|
22890
22890
|
* @return GetNetworkSecurityGroupResponse
|
|
22891
22891
|
* @throws OciError when an error occurs
|
|
22892
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22892
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetNetworkSecurityGroup.ts.html |here} to see how to use GetNetworkSecurityGroup API.
|
|
22893
22893
|
*/
|
|
22894
22894
|
getNetworkSecurityGroup(getNetworkSecurityGroupRequest) {
|
|
22895
22895
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22951,7 +22951,7 @@ class VirtualNetworkClient {
|
|
|
22951
22951
|
* @param GetNetworkingTopologyRequest
|
|
22952
22952
|
* @return GetNetworkingTopologyResponse
|
|
22953
22953
|
* @throws OciError when an error occurs
|
|
22954
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22954
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetNetworkingTopology.ts.html |here} to see how to use GetNetworkingTopology API.
|
|
22955
22955
|
*/
|
|
22956
22956
|
getNetworkingTopology(getNetworkingTopologyRequest) {
|
|
22957
22957
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23022,7 +23022,7 @@ class VirtualNetworkClient {
|
|
|
23022
23022
|
* @param GetPrivateIpRequest
|
|
23023
23023
|
* @return GetPrivateIpResponse
|
|
23024
23024
|
* @throws OciError when an error occurs
|
|
23025
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23025
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetPrivateIp.ts.html |here} to see how to use GetPrivateIp API.
|
|
23026
23026
|
*/
|
|
23027
23027
|
getPrivateIp(getPrivateIpRequest) {
|
|
23028
23028
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23095,7 +23095,7 @@ class VirtualNetworkClient {
|
|
|
23095
23095
|
* @param GetPublicIpRequest
|
|
23096
23096
|
* @return GetPublicIpResponse
|
|
23097
23097
|
* @throws OciError when an error occurs
|
|
23098
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23098
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetPublicIp.ts.html |here} to see how to use GetPublicIp API.
|
|
23099
23099
|
*/
|
|
23100
23100
|
getPublicIp(getPublicIpRequest) {
|
|
23101
23101
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23162,7 +23162,7 @@ class VirtualNetworkClient {
|
|
|
23162
23162
|
* @param GetPublicIpByIpAddressRequest
|
|
23163
23163
|
* @return GetPublicIpByIpAddressResponse
|
|
23164
23164
|
* @throws OciError when an error occurs
|
|
23165
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23165
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetPublicIpByIpAddress.ts.html |here} to see how to use GetPublicIpByIpAddress API.
|
|
23166
23166
|
*/
|
|
23167
23167
|
getPublicIpByIpAddress(getPublicIpByIpAddressRequest) {
|
|
23168
23168
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23234,7 +23234,7 @@ class VirtualNetworkClient {
|
|
|
23234
23234
|
* @param GetPublicIpByPrivateIpIdRequest
|
|
23235
23235
|
* @return GetPublicIpByPrivateIpIdResponse
|
|
23236
23236
|
* @throws OciError when an error occurs
|
|
23237
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23237
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetPublicIpByPrivateIpId.ts.html |here} to see how to use GetPublicIpByPrivateIpId API.
|
|
23238
23238
|
*/
|
|
23239
23239
|
getPublicIpByPrivateIpId(getPublicIpByPrivateIpIdRequest) {
|
|
23240
23240
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23296,7 +23296,7 @@ class VirtualNetworkClient {
|
|
|
23296
23296
|
* @param GetPublicIpPoolRequest
|
|
23297
23297
|
* @return GetPublicIpPoolResponse
|
|
23298
23298
|
* @throws OciError when an error occurs
|
|
23299
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23299
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetPublicIpPool.ts.html |here} to see how to use GetPublicIpPool API.
|
|
23300
23300
|
*/
|
|
23301
23301
|
getPublicIpPool(getPublicIpPoolRequest) {
|
|
23302
23302
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23360,7 +23360,7 @@ class VirtualNetworkClient {
|
|
|
23360
23360
|
* @param GetRemotePeeringConnectionRequest
|
|
23361
23361
|
* @return GetRemotePeeringConnectionResponse
|
|
23362
23362
|
* @throws OciError when an error occurs
|
|
23363
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23363
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetRemotePeeringConnection.ts.html |here} to see how to use GetRemotePeeringConnection API.
|
|
23364
23364
|
*/
|
|
23365
23365
|
getRemotePeeringConnection(getRemotePeeringConnectionRequest) {
|
|
23366
23366
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23416,13 +23416,87 @@ class VirtualNetworkClient {
|
|
|
23416
23416
|
}
|
|
23417
23417
|
});
|
|
23418
23418
|
}
|
|
23419
|
+
/**
|
|
23420
|
+
* Gets the `IpInventory` resource.
|
|
23421
|
+
*
|
|
23422
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
23423
|
+
* @param GetResourceIpInventoryRequest
|
|
23424
|
+
* @return GetResourceIpInventoryResponse
|
|
23425
|
+
* @throws OciError when an error occurs
|
|
23426
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetResourceIpInventory.ts.html |here} to see how to use GetResourceIpInventory API.
|
|
23427
|
+
*/
|
|
23428
|
+
getResourceIpInventory(getResourceIpInventoryRequest) {
|
|
23429
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
23430
|
+
if (this.logger)
|
|
23431
|
+
this.logger.debug("Calling operation VirtualNetworkClient#getResourceIpInventory.");
|
|
23432
|
+
const operationName = "getResourceIpInventory";
|
|
23433
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/iaas/20160918/IpInventoryCollection/GetResourceIpInventory";
|
|
23434
|
+
const pathParams = {
|
|
23435
|
+
"{dataRequestId}": getResourceIpInventoryRequest.dataRequestId
|
|
23436
|
+
};
|
|
23437
|
+
const queryParams = {};
|
|
23438
|
+
let headerParams = {
|
|
23439
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
23440
|
+
"opc-request-id": getResourceIpInventoryRequest.opcRequestId
|
|
23441
|
+
};
|
|
23442
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
23443
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getResourceIpInventoryRequest.retryConfiguration, specRetryConfiguration);
|
|
23444
|
+
if (this.logger)
|
|
23445
|
+
retrier.logger = this.logger;
|
|
23446
|
+
const request = yield oci_common_2.composeRequest({
|
|
23447
|
+
baseEndpoint: this._endpoint,
|
|
23448
|
+
defaultHeaders: this._defaultHeaders,
|
|
23449
|
+
path: "/ipinventory/DataRequestId/{dataRequestId}",
|
|
23450
|
+
method: "GET",
|
|
23451
|
+
pathParams: pathParams,
|
|
23452
|
+
headerParams: headerParams,
|
|
23453
|
+
queryParams: queryParams
|
|
23454
|
+
});
|
|
23455
|
+
try {
|
|
23456
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
23457
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
23458
|
+
responseObject: {},
|
|
23459
|
+
body: yield response.json(),
|
|
23460
|
+
bodyKey: "ipInventoryCollection",
|
|
23461
|
+
bodyModel: model.IpInventoryCollection,
|
|
23462
|
+
type: "model.IpInventoryCollection",
|
|
23463
|
+
responseHeaders: [
|
|
23464
|
+
{
|
|
23465
|
+
value: response.headers.get("etag"),
|
|
23466
|
+
key: "etag",
|
|
23467
|
+
dataType: "string"
|
|
23468
|
+
},
|
|
23469
|
+
{
|
|
23470
|
+
value: response.headers.get("opc-next-page"),
|
|
23471
|
+
key: "opcNextPage",
|
|
23472
|
+
dataType: "string"
|
|
23473
|
+
},
|
|
23474
|
+
{
|
|
23475
|
+
value: response.headers.get("opc-request-id"),
|
|
23476
|
+
key: "opcRequestId",
|
|
23477
|
+
dataType: "string"
|
|
23478
|
+
},
|
|
23479
|
+
{
|
|
23480
|
+
value: response.headers.get("opc-total-items"),
|
|
23481
|
+
key: "opcTotalItems",
|
|
23482
|
+
dataType: "number"
|
|
23483
|
+
}
|
|
23484
|
+
]
|
|
23485
|
+
});
|
|
23486
|
+
return sdkResponse;
|
|
23487
|
+
}
|
|
23488
|
+
catch (err) {
|
|
23489
|
+
throw err;
|
|
23490
|
+
}
|
|
23491
|
+
});
|
|
23492
|
+
}
|
|
23419
23493
|
/**
|
|
23420
23494
|
* Gets the specified route table's information.
|
|
23421
23495
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
23422
23496
|
* @param GetRouteTableRequest
|
|
23423
23497
|
* @return GetRouteTableResponse
|
|
23424
23498
|
* @throws OciError when an error occurs
|
|
23425
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23499
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetRouteTable.ts.html |here} to see how to use GetRouteTable API.
|
|
23426
23500
|
*/
|
|
23427
23501
|
getRouteTable(getRouteTableRequest) {
|
|
23428
23502
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23484,7 +23558,7 @@ class VirtualNetworkClient {
|
|
|
23484
23558
|
* @param GetSecurityListRequest
|
|
23485
23559
|
* @return GetSecurityListResponse
|
|
23486
23560
|
* @throws OciError when an error occurs
|
|
23487
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23561
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetSecurityList.ts.html |here} to see how to use GetSecurityList API.
|
|
23488
23562
|
*/
|
|
23489
23563
|
getSecurityList(getSecurityListRequest) {
|
|
23490
23564
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23547,7 +23621,7 @@ class VirtualNetworkClient {
|
|
|
23547
23621
|
* @param GetServiceRequest
|
|
23548
23622
|
* @return GetServiceResponse
|
|
23549
23623
|
* @throws OciError when an error occurs
|
|
23550
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23624
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetService.ts.html |here} to see how to use GetService API.
|
|
23551
23625
|
*/
|
|
23552
23626
|
getService(getServiceRequest) {
|
|
23553
23627
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23609,7 +23683,7 @@ class VirtualNetworkClient {
|
|
|
23609
23683
|
* @param GetServiceGatewayRequest
|
|
23610
23684
|
* @return GetServiceGatewayResponse
|
|
23611
23685
|
* @throws OciError when an error occurs
|
|
23612
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23686
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetServiceGateway.ts.html |here} to see how to use GetServiceGateway API.
|
|
23613
23687
|
*/
|
|
23614
23688
|
getServiceGateway(getServiceGatewayRequest) {
|
|
23615
23689
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23671,7 +23745,7 @@ class VirtualNetworkClient {
|
|
|
23671
23745
|
* @param GetSubnetRequest
|
|
23672
23746
|
* @return GetSubnetResponse
|
|
23673
23747
|
* @throws OciError when an error occurs
|
|
23674
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23748
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetSubnet.ts.html |here} to see how to use GetSubnet API.
|
|
23675
23749
|
*/
|
|
23676
23750
|
getSubnet(getSubnetRequest) {
|
|
23677
23751
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23727,13 +23801,146 @@ class VirtualNetworkClient {
|
|
|
23727
23801
|
}
|
|
23728
23802
|
});
|
|
23729
23803
|
}
|
|
23804
|
+
/**
|
|
23805
|
+
* Gets the CIDR utilization data of the specified subnet. Specify the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
23806
|
+
*
|
|
23807
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
23808
|
+
* @param GetSubnetCidrUtilizationRequest
|
|
23809
|
+
* @return GetSubnetCidrUtilizationResponse
|
|
23810
|
+
* @throws OciError when an error occurs
|
|
23811
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetSubnetCidrUtilization.ts.html |here} to see how to use GetSubnetCidrUtilization API.
|
|
23812
|
+
*/
|
|
23813
|
+
getSubnetCidrUtilization(getSubnetCidrUtilizationRequest) {
|
|
23814
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
23815
|
+
if (this.logger)
|
|
23816
|
+
this.logger.debug("Calling operation VirtualNetworkClient#getSubnetCidrUtilization.");
|
|
23817
|
+
const operationName = "getSubnetCidrUtilization";
|
|
23818
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/iaas/20160918/IpInventoryCidrUtilizationCollection/GetSubnetCidrUtilization";
|
|
23819
|
+
const pathParams = {
|
|
23820
|
+
"{subnetId}": getSubnetCidrUtilizationRequest.subnetId
|
|
23821
|
+
};
|
|
23822
|
+
const queryParams = {};
|
|
23823
|
+
let headerParams = {
|
|
23824
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
23825
|
+
"opc-request-id": getSubnetCidrUtilizationRequest.opcRequestId
|
|
23826
|
+
};
|
|
23827
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
23828
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getSubnetCidrUtilizationRequest.retryConfiguration, specRetryConfiguration);
|
|
23829
|
+
if (this.logger)
|
|
23830
|
+
retrier.logger = this.logger;
|
|
23831
|
+
const request = yield oci_common_2.composeRequest({
|
|
23832
|
+
baseEndpoint: this._endpoint,
|
|
23833
|
+
defaultHeaders: this._defaultHeaders,
|
|
23834
|
+
path: "/ipInventory/subnets/{subnetId}/cidrs",
|
|
23835
|
+
method: "GET",
|
|
23836
|
+
pathParams: pathParams,
|
|
23837
|
+
headerParams: headerParams,
|
|
23838
|
+
queryParams: queryParams
|
|
23839
|
+
});
|
|
23840
|
+
try {
|
|
23841
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
23842
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
23843
|
+
responseObject: {},
|
|
23844
|
+
body: yield response.json(),
|
|
23845
|
+
bodyKey: "ipInventoryCidrUtilizationCollection",
|
|
23846
|
+
bodyModel: model.IpInventoryCidrUtilizationCollection,
|
|
23847
|
+
type: "model.IpInventoryCidrUtilizationCollection",
|
|
23848
|
+
responseHeaders: [
|
|
23849
|
+
{
|
|
23850
|
+
value: response.headers.get("etag"),
|
|
23851
|
+
key: "etag",
|
|
23852
|
+
dataType: "string"
|
|
23853
|
+
},
|
|
23854
|
+
{
|
|
23855
|
+
value: response.headers.get("opc-request-id"),
|
|
23856
|
+
key: "opcRequestId",
|
|
23857
|
+
dataType: "string"
|
|
23858
|
+
},
|
|
23859
|
+
{
|
|
23860
|
+
value: response.headers.get("opc-total-items"),
|
|
23861
|
+
key: "opcTotalItems",
|
|
23862
|
+
dataType: "number"
|
|
23863
|
+
}
|
|
23864
|
+
]
|
|
23865
|
+
});
|
|
23866
|
+
return sdkResponse;
|
|
23867
|
+
}
|
|
23868
|
+
catch (err) {
|
|
23869
|
+
throw err;
|
|
23870
|
+
}
|
|
23871
|
+
});
|
|
23872
|
+
}
|
|
23873
|
+
/**
|
|
23874
|
+
* Gets the IP Inventory data of the specified subnet. Specify the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
23875
|
+
*
|
|
23876
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
23877
|
+
* @param GetSubnetIpInventoryRequest
|
|
23878
|
+
* @return GetSubnetIpInventoryResponse
|
|
23879
|
+
* @throws OciError when an error occurs
|
|
23880
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetSubnetIpInventory.ts.html |here} to see how to use GetSubnetIpInventory API.
|
|
23881
|
+
*/
|
|
23882
|
+
getSubnetIpInventory(getSubnetIpInventoryRequest) {
|
|
23883
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
23884
|
+
if (this.logger)
|
|
23885
|
+
this.logger.debug("Calling operation VirtualNetworkClient#getSubnetIpInventory.");
|
|
23886
|
+
const operationName = "getSubnetIpInventory";
|
|
23887
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/iaas/20160918/IpInventorySubnetResourceCollection/GetSubnetIpInventory";
|
|
23888
|
+
const pathParams = {
|
|
23889
|
+
"{subnetId}": getSubnetIpInventoryRequest.subnetId
|
|
23890
|
+
};
|
|
23891
|
+
const queryParams = {};
|
|
23892
|
+
let headerParams = {
|
|
23893
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
23894
|
+
"opc-request-id": getSubnetIpInventoryRequest.opcRequestId
|
|
23895
|
+
};
|
|
23896
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
23897
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getSubnetIpInventoryRequest.retryConfiguration, specRetryConfiguration);
|
|
23898
|
+
if (this.logger)
|
|
23899
|
+
retrier.logger = this.logger;
|
|
23900
|
+
const request = yield oci_common_2.composeRequest({
|
|
23901
|
+
baseEndpoint: this._endpoint,
|
|
23902
|
+
defaultHeaders: this._defaultHeaders,
|
|
23903
|
+
path: "/ipInventory/subnets/{subnetId}",
|
|
23904
|
+
method: "GET",
|
|
23905
|
+
pathParams: pathParams,
|
|
23906
|
+
headerParams: headerParams,
|
|
23907
|
+
queryParams: queryParams
|
|
23908
|
+
});
|
|
23909
|
+
try {
|
|
23910
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
23911
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
23912
|
+
responseObject: {},
|
|
23913
|
+
body: yield response.json(),
|
|
23914
|
+
bodyKey: "ipInventorySubnetResourceCollection",
|
|
23915
|
+
bodyModel: model.IpInventorySubnetResourceCollection,
|
|
23916
|
+
type: "model.IpInventorySubnetResourceCollection",
|
|
23917
|
+
responseHeaders: [
|
|
23918
|
+
{
|
|
23919
|
+
value: response.headers.get("etag"),
|
|
23920
|
+
key: "etag",
|
|
23921
|
+
dataType: "string"
|
|
23922
|
+
},
|
|
23923
|
+
{
|
|
23924
|
+
value: response.headers.get("opc-request-id"),
|
|
23925
|
+
key: "opcRequestId",
|
|
23926
|
+
dataType: "string"
|
|
23927
|
+
}
|
|
23928
|
+
]
|
|
23929
|
+
});
|
|
23930
|
+
return sdkResponse;
|
|
23931
|
+
}
|
|
23932
|
+
catch (err) {
|
|
23933
|
+
throw err;
|
|
23934
|
+
}
|
|
23935
|
+
});
|
|
23936
|
+
}
|
|
23730
23937
|
/**
|
|
23731
23938
|
* Gets a topology for a given subnet.
|
|
23732
23939
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
23733
23940
|
* @param GetSubnetTopologyRequest
|
|
23734
23941
|
* @return GetSubnetTopologyResponse
|
|
23735
23942
|
* @throws OciError when an error occurs
|
|
23736
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23943
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetSubnetTopology.ts.html |here} to see how to use GetSubnetTopology API.
|
|
23737
23944
|
*/
|
|
23738
23945
|
getSubnetTopology(getSubnetTopologyRequest) {
|
|
23739
23946
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23806,7 +24013,7 @@ class VirtualNetworkClient {
|
|
|
23806
24013
|
* @param GetTunnelCpeDeviceConfigRequest
|
|
23807
24014
|
* @return GetTunnelCpeDeviceConfigResponse
|
|
23808
24015
|
* @throws OciError when an error occurs
|
|
23809
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24016
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetTunnelCpeDeviceConfig.ts.html |here} to see how to use GetTunnelCpeDeviceConfig API.
|
|
23810
24017
|
*/
|
|
23811
24018
|
getTunnelCpeDeviceConfig(getTunnelCpeDeviceConfigRequest) {
|
|
23812
24019
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23888,7 +24095,7 @@ class VirtualNetworkClient {
|
|
|
23888
24095
|
* @param GetTunnelCpeDeviceConfigContentRequest
|
|
23889
24096
|
* @return GetTunnelCpeDeviceConfigContentResponse
|
|
23890
24097
|
* @throws OciError when an error occurs
|
|
23891
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24098
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetTunnelCpeDeviceConfigContent.ts.html |here} to see how to use GetTunnelCpeDeviceConfigContent API.
|
|
23892
24099
|
*/
|
|
23893
24100
|
getTunnelCpeDeviceConfigContent(getTunnelCpeDeviceConfigContentRequest) {
|
|
23894
24101
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23947,7 +24154,7 @@ class VirtualNetworkClient {
|
|
|
23947
24154
|
* @param GetUpgradeStatusRequest
|
|
23948
24155
|
* @return GetUpgradeStatusResponse
|
|
23949
24156
|
* @throws OciError when an error occurs
|
|
23950
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24157
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetUpgradeStatus.ts.html |here} to see how to use GetUpgradeStatus API.
|
|
23951
24158
|
*/
|
|
23952
24159
|
getUpgradeStatus(getUpgradeStatusRequest) {
|
|
23953
24160
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24005,7 +24212,7 @@ class VirtualNetworkClient {
|
|
|
24005
24212
|
* @param GetVcnRequest
|
|
24006
24213
|
* @return GetVcnResponse
|
|
24007
24214
|
* @throws OciError when an error occurs
|
|
24008
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24215
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetVcn.ts.html |here} to see how to use GetVcn API.
|
|
24009
24216
|
*/
|
|
24010
24217
|
getVcn(getVcnRequest) {
|
|
24011
24218
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24067,7 +24274,7 @@ class VirtualNetworkClient {
|
|
|
24067
24274
|
* @param GetVcnDnsResolverAssociationRequest
|
|
24068
24275
|
* @return GetVcnDnsResolverAssociationResponse
|
|
24069
24276
|
* @throws OciError when an error occurs
|
|
24070
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24277
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetVcnDnsResolverAssociation.ts.html |here} to see how to use GetVcnDnsResolverAssociation API.
|
|
24071
24278
|
*/
|
|
24072
24279
|
getVcnDnsResolverAssociation(getVcnDnsResolverAssociationRequest) {
|
|
24073
24280
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24124,13 +24331,99 @@ class VirtualNetworkClient {
|
|
|
24124
24331
|
}
|
|
24125
24332
|
});
|
|
24126
24333
|
}
|
|
24334
|
+
/**
|
|
24335
|
+
* Gets the CIDR overlap information of the specified VCN in selected compartments. Specify the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
24336
|
+
*
|
|
24337
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
24338
|
+
* @param GetVcnOverlapRequest
|
|
24339
|
+
* @return GetVcnOverlapResponse
|
|
24340
|
+
* @throws OciError when an error occurs
|
|
24341
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetVcnOverlap.ts.html |here} to see how to use GetVcnOverlap API.
|
|
24342
|
+
*/
|
|
24343
|
+
getVcnOverlap(getVcnOverlapRequest) {
|
|
24344
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
24345
|
+
if (this.logger)
|
|
24346
|
+
this.logger.debug("Calling operation VirtualNetworkClient#getVcnOverlap.");
|
|
24347
|
+
const operationName = "getVcnOverlap";
|
|
24348
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/iaas/20160918/IpInventoryVcnOverlapCollection/GetVcnOverlap";
|
|
24349
|
+
const pathParams = {
|
|
24350
|
+
"{vcnId}": getVcnOverlapRequest.vcnId
|
|
24351
|
+
};
|
|
24352
|
+
const queryParams = {};
|
|
24353
|
+
let headerParams = {
|
|
24354
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
24355
|
+
"opc-request-id": getVcnOverlapRequest.opcRequestId,
|
|
24356
|
+
"opc-retry-token": getVcnOverlapRequest.opcRetryToken
|
|
24357
|
+
};
|
|
24358
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
24359
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getVcnOverlapRequest.retryConfiguration, specRetryConfiguration);
|
|
24360
|
+
if (this.logger)
|
|
24361
|
+
retrier.logger = this.logger;
|
|
24362
|
+
const request = yield oci_common_2.composeRequest({
|
|
24363
|
+
baseEndpoint: this._endpoint,
|
|
24364
|
+
defaultHeaders: this._defaultHeaders,
|
|
24365
|
+
path: "/ipInventory/vcns/{vcnId}/overlaps",
|
|
24366
|
+
method: "POST",
|
|
24367
|
+
bodyContent: common.ObjectSerializer.serialize(getVcnOverlapRequest.getVcnOverlapDetails, "GetIpInventoryVcnOverlapDetails", model.GetIpInventoryVcnOverlapDetails.getJsonObj),
|
|
24368
|
+
pathParams: pathParams,
|
|
24369
|
+
headerParams: headerParams,
|
|
24370
|
+
queryParams: queryParams
|
|
24371
|
+
});
|
|
24372
|
+
try {
|
|
24373
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
24374
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
24375
|
+
responseObject: {},
|
|
24376
|
+
body: yield response.json(),
|
|
24377
|
+
bodyKey: "ipInventoryVcnOverlapCollection",
|
|
24378
|
+
bodyModel: model.IpInventoryVcnOverlapCollection,
|
|
24379
|
+
type: "model.IpInventoryVcnOverlapCollection",
|
|
24380
|
+
responseHeaders: [
|
|
24381
|
+
{
|
|
24382
|
+
value: response.headers.get("etag"),
|
|
24383
|
+
key: "etag",
|
|
24384
|
+
dataType: "string"
|
|
24385
|
+
},
|
|
24386
|
+
{
|
|
24387
|
+
value: response.headers.get("opc-request-id"),
|
|
24388
|
+
key: "opcRequestId",
|
|
24389
|
+
dataType: "string"
|
|
24390
|
+
},
|
|
24391
|
+
{
|
|
24392
|
+
value: response.headers.get("opc-total-items"),
|
|
24393
|
+
key: "opcTotalItems",
|
|
24394
|
+
dataType: "number"
|
|
24395
|
+
},
|
|
24396
|
+
{
|
|
24397
|
+
value: response.headers.get("opc-work-request-id"),
|
|
24398
|
+
key: "opcWorkRequestId",
|
|
24399
|
+
dataType: "string"
|
|
24400
|
+
},
|
|
24401
|
+
{
|
|
24402
|
+
value: response.headers.get("lifecycle-state"),
|
|
24403
|
+
key: "lifecycleState",
|
|
24404
|
+
dataType: "string"
|
|
24405
|
+
},
|
|
24406
|
+
{
|
|
24407
|
+
value: response.headers.get("data-request-id"),
|
|
24408
|
+
key: "dataRequestId",
|
|
24409
|
+
dataType: "string"
|
|
24410
|
+
}
|
|
24411
|
+
]
|
|
24412
|
+
});
|
|
24413
|
+
return sdkResponse;
|
|
24414
|
+
}
|
|
24415
|
+
catch (err) {
|
|
24416
|
+
throw err;
|
|
24417
|
+
}
|
|
24418
|
+
});
|
|
24419
|
+
}
|
|
24127
24420
|
/**
|
|
24128
24421
|
* Gets a virtual network topology for a given VCN.
|
|
24129
24422
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
24130
24423
|
* @param GetVcnTopologyRequest
|
|
24131
24424
|
* @return GetVcnTopologyResponse
|
|
24132
24425
|
* @throws OciError when an error occurs
|
|
24133
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24426
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetVcnTopology.ts.html |here} to see how to use GetVcnTopology API.
|
|
24134
24427
|
*/
|
|
24135
24428
|
getVcnTopology(getVcnTopologyRequest) {
|
|
24136
24429
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24198,7 +24491,7 @@ class VirtualNetworkClient {
|
|
|
24198
24491
|
* @param GetVirtualCircuitRequest
|
|
24199
24492
|
* @return GetVirtualCircuitResponse
|
|
24200
24493
|
* @throws OciError when an error occurs
|
|
24201
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24494
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetVirtualCircuit.ts.html |here} to see how to use GetVirtualCircuit API.
|
|
24202
24495
|
*/
|
|
24203
24496
|
getVirtualCircuit(getVirtualCircuitRequest) {
|
|
24204
24497
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24260,7 +24553,7 @@ class VirtualNetworkClient {
|
|
|
24260
24553
|
* @param GetVlanRequest
|
|
24261
24554
|
* @return GetVlanResponse
|
|
24262
24555
|
* @throws OciError when an error occurs
|
|
24263
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24556
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetVlan.ts.html |here} to see how to use GetVlan API.
|
|
24264
24557
|
*/
|
|
24265
24558
|
getVlan(getVlanRequest) {
|
|
24266
24559
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24327,7 +24620,7 @@ class VirtualNetworkClient {
|
|
|
24327
24620
|
* @param GetVnicRequest
|
|
24328
24621
|
* @return GetVnicResponse
|
|
24329
24622
|
* @throws OciError when an error occurs
|
|
24330
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24623
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetVnic.ts.html |here} to see how to use GetVnic API.
|
|
24331
24624
|
*/
|
|
24332
24625
|
getVnic(getVnicRequest) {
|
|
24333
24626
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24389,7 +24682,7 @@ class VirtualNetworkClient {
|
|
|
24389
24682
|
* @param GetVtapRequest
|
|
24390
24683
|
* @return GetVtapResponse
|
|
24391
24684
|
* @throws OciError when an error occurs
|
|
24392
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24685
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/GetVtap.ts.html |here} to see how to use GetVtap API.
|
|
24393
24686
|
*/
|
|
24394
24687
|
getVtap(getVtapRequest) {
|
|
24395
24688
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24454,7 +24747,7 @@ class VirtualNetworkClient {
|
|
|
24454
24747
|
* @param ListAllowedPeerRegionsForRemotePeeringRequest
|
|
24455
24748
|
* @return ListAllowedPeerRegionsForRemotePeeringResponse
|
|
24456
24749
|
* @throws OciError when an error occurs
|
|
24457
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24750
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListAllowedPeerRegionsForRemotePeering.ts.html |here} to see how to use ListAllowedPeerRegionsForRemotePeering API.
|
|
24458
24751
|
*/
|
|
24459
24752
|
listAllowedPeerRegionsForRemotePeering(listAllowedPeerRegionsForRemotePeeringRequest) {
|
|
24460
24753
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24511,7 +24804,7 @@ class VirtualNetworkClient {
|
|
|
24511
24804
|
* @param ListByoipAllocatedRangesRequest
|
|
24512
24805
|
* @return ListByoipAllocatedRangesResponse
|
|
24513
24806
|
* @throws OciError when an error occurs
|
|
24514
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24807
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListByoipAllocatedRanges.ts.html |here} to see how to use ListByoipAllocatedRanges API.
|
|
24515
24808
|
*/
|
|
24516
24809
|
listByoipAllocatedRanges(listByoipAllocatedRangesRequest) {
|
|
24517
24810
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24579,7 +24872,7 @@ class VirtualNetworkClient {
|
|
|
24579
24872
|
* @param ListByoipRangesRequest
|
|
24580
24873
|
* @return ListByoipRangesResponse
|
|
24581
24874
|
* @throws OciError when an error occurs
|
|
24582
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24875
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListByoipRanges.ts.html |here} to see how to use ListByoipRanges API.
|
|
24583
24876
|
*/
|
|
24584
24877
|
listByoipRanges(listByoipRangesRequest) {
|
|
24585
24878
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24649,7 +24942,7 @@ class VirtualNetworkClient {
|
|
|
24649
24942
|
* @param ListCaptureFiltersRequest
|
|
24650
24943
|
* @return ListCaptureFiltersResponse
|
|
24651
24944
|
* @throws OciError when an error occurs
|
|
24652
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24945
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListCaptureFilters.ts.html |here} to see how to use ListCaptureFilters API.
|
|
24653
24946
|
*/
|
|
24654
24947
|
listCaptureFilters(listCaptureFiltersRequest) {
|
|
24655
24948
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24772,7 +25065,7 @@ class VirtualNetworkClient {
|
|
|
24772
25065
|
* @param ListCpeDeviceShapesRequest
|
|
24773
25066
|
* @return ListCpeDeviceShapesResponse
|
|
24774
25067
|
* @throws OciError when an error occurs
|
|
24775
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25068
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListCpeDeviceShapes.ts.html |here} to see how to use ListCpeDeviceShapes API.
|
|
24776
25069
|
*/
|
|
24777
25070
|
listCpeDeviceShapes(listCpeDeviceShapesRequest) {
|
|
24778
25071
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24877,7 +25170,7 @@ class VirtualNetworkClient {
|
|
|
24877
25170
|
* @param ListCpesRequest
|
|
24878
25171
|
* @return ListCpesResponse
|
|
24879
25172
|
* @throws OciError when an error occurs
|
|
24880
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25173
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListCpes.ts.html |here} to see how to use ListCpes API.
|
|
24881
25174
|
*/
|
|
24882
25175
|
listCpes(listCpesRequest) {
|
|
24883
25176
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24982,7 +25275,7 @@ class VirtualNetworkClient {
|
|
|
24982
25275
|
* @param ListCrossConnectGroupsRequest
|
|
24983
25276
|
* @return ListCrossConnectGroupsResponse
|
|
24984
25277
|
* @throws OciError when an error occurs
|
|
24985
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25278
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListCrossConnectGroups.ts.html |here} to see how to use ListCrossConnectGroups API.
|
|
24986
25279
|
*/
|
|
24987
25280
|
listCrossConnectGroups(listCrossConnectGroupsRequest) {
|
|
24988
25281
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25092,7 +25385,7 @@ class VirtualNetworkClient {
|
|
|
25092
25385
|
* @param ListCrossConnectLocationsRequest
|
|
25093
25386
|
* @return ListCrossConnectLocationsResponse
|
|
25094
25387
|
* @throws OciError when an error occurs
|
|
25095
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25388
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListCrossConnectLocations.ts.html |here} to see how to use ListCrossConnectLocations API.
|
|
25096
25389
|
*/
|
|
25097
25390
|
listCrossConnectLocations(listCrossConnectLocationsRequest) {
|
|
25098
25391
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25198,7 +25491,7 @@ class VirtualNetworkClient {
|
|
|
25198
25491
|
* @param ListCrossConnectMappingsRequest
|
|
25199
25492
|
* @return ListCrossConnectMappingsResponse
|
|
25200
25493
|
* @throws OciError when an error occurs
|
|
25201
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25494
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListCrossConnectMappings.ts.html |here} to see how to use ListCrossConnectMappings API.
|
|
25202
25495
|
*/
|
|
25203
25496
|
listCrossConnectMappings(listCrossConnectMappingsRequest) {
|
|
25204
25497
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25258,7 +25551,7 @@ class VirtualNetworkClient {
|
|
|
25258
25551
|
* @param ListCrossConnectsRequest
|
|
25259
25552
|
* @return ListCrossConnectsResponse
|
|
25260
25553
|
* @throws OciError when an error occurs
|
|
25261
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25554
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListCrossConnects.ts.html |here} to see how to use ListCrossConnects API.
|
|
25262
25555
|
*/
|
|
25263
25556
|
listCrossConnects(listCrossConnectsRequest) {
|
|
25264
25557
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25370,7 +25663,7 @@ class VirtualNetworkClient {
|
|
|
25370
25663
|
* @param ListCrossconnectPortSpeedShapesRequest
|
|
25371
25664
|
* @return ListCrossconnectPortSpeedShapesResponse
|
|
25372
25665
|
* @throws OciError when an error occurs
|
|
25373
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25666
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListCrossconnectPortSpeedShapes.ts.html |here} to see how to use ListCrossconnectPortSpeedShapes API.
|
|
25374
25667
|
*/
|
|
25375
25668
|
listCrossconnectPortSpeedShapes(listCrossconnectPortSpeedShapesRequest) {
|
|
25376
25669
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25478,7 +25771,7 @@ class VirtualNetworkClient {
|
|
|
25478
25771
|
* @param ListDhcpOptionsRequest
|
|
25479
25772
|
* @return ListDhcpOptionsResponse
|
|
25480
25773
|
* @throws OciError when an error occurs
|
|
25481
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25774
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListDhcpOptions.ts.html |here} to see how to use ListDhcpOptions API.
|
|
25482
25775
|
*/
|
|
25483
25776
|
listDhcpOptions(listDhcpOptionsRequest) {
|
|
25484
25777
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25593,7 +25886,7 @@ class VirtualNetworkClient {
|
|
|
25593
25886
|
* @param ListDrgAttachmentsRequest
|
|
25594
25887
|
* @return ListDrgAttachmentsResponse
|
|
25595
25888
|
* @throws OciError when an error occurs
|
|
25596
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25889
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListDrgAttachments.ts.html |here} to see how to use ListDrgAttachments API.
|
|
25597
25890
|
*/
|
|
25598
25891
|
listDrgAttachments(listDrgAttachmentsRequest) {
|
|
25599
25892
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25706,7 +25999,7 @@ class VirtualNetworkClient {
|
|
|
25706
25999
|
* @param ListDrgRouteDistributionStatementsRequest
|
|
25707
26000
|
* @return ListDrgRouteDistributionStatementsResponse
|
|
25708
26001
|
* @throws OciError when an error occurs
|
|
25709
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26002
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListDrgRouteDistributionStatements.ts.html |here} to see how to use ListDrgRouteDistributionStatements API.
|
|
25710
26003
|
*/
|
|
25711
26004
|
listDrgRouteDistributionStatements(listDrgRouteDistributionStatementsRequest) {
|
|
25712
26005
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25817,7 +26110,7 @@ class VirtualNetworkClient {
|
|
|
25817
26110
|
* @param ListDrgRouteDistributionsRequest
|
|
25818
26111
|
* @return ListDrgRouteDistributionsResponse
|
|
25819
26112
|
* @throws OciError when an error occurs
|
|
25820
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26113
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListDrgRouteDistributions.ts.html |here} to see how to use ListDrgRouteDistributions API.
|
|
25821
26114
|
*/
|
|
25822
26115
|
listDrgRouteDistributions(listDrgRouteDistributionsRequest) {
|
|
25823
26116
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25925,7 +26218,7 @@ class VirtualNetworkClient {
|
|
|
25925
26218
|
* @param ListDrgRouteRulesRequest
|
|
25926
26219
|
* @return ListDrgRouteRulesResponse
|
|
25927
26220
|
* @throws OciError when an error occurs
|
|
25928
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26221
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListDrgRouteRules.ts.html |here} to see how to use ListDrgRouteRules API.
|
|
25929
26222
|
*/
|
|
25930
26223
|
listDrgRouteRules(listDrgRouteRulesRequest) {
|
|
25931
26224
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26034,7 +26327,7 @@ class VirtualNetworkClient {
|
|
|
26034
26327
|
* @param ListDrgRouteTablesRequest
|
|
26035
26328
|
* @return ListDrgRouteTablesResponse
|
|
26036
26329
|
* @throws OciError when an error occurs
|
|
26037
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26330
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListDrgRouteTables.ts.html |here} to see how to use ListDrgRouteTables API.
|
|
26038
26331
|
*/
|
|
26039
26332
|
listDrgRouteTables(listDrgRouteTablesRequest) {
|
|
26040
26333
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26144,7 +26437,7 @@ class VirtualNetworkClient {
|
|
|
26144
26437
|
* @param ListDrgsRequest
|
|
26145
26438
|
* @return ListDrgsResponse
|
|
26146
26439
|
* @throws OciError when an error occurs
|
|
26147
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26440
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListDrgs.ts.html |here} to see how to use ListDrgs API.
|
|
26148
26441
|
*/
|
|
26149
26442
|
listDrgs(listDrgsRequest) {
|
|
26150
26443
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26255,7 +26548,7 @@ class VirtualNetworkClient {
|
|
|
26255
26548
|
* @param ListFastConnectProviderServicesRequest
|
|
26256
26549
|
* @return ListFastConnectProviderServicesResponse
|
|
26257
26550
|
* @throws OciError when an error occurs
|
|
26258
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26551
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListFastConnectProviderServices.ts.html |here} to see how to use ListFastConnectProviderServices API.
|
|
26259
26552
|
*/
|
|
26260
26553
|
listFastConnectProviderServices(listFastConnectProviderServicesRequest) {
|
|
26261
26554
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26363,7 +26656,7 @@ class VirtualNetworkClient {
|
|
|
26363
26656
|
* @param ListFastConnectProviderVirtualCircuitBandwidthShapesRequest
|
|
26364
26657
|
* @return ListFastConnectProviderVirtualCircuitBandwidthShapesResponse
|
|
26365
26658
|
* @throws OciError when an error occurs
|
|
26366
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26659
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListFastConnectProviderVirtualCircuitBandwidthShapes.ts.html |here} to see how to use ListFastConnectProviderVirtualCircuitBandwidthShapes API.
|
|
26367
26660
|
*/
|
|
26368
26661
|
listFastConnectProviderVirtualCircuitBandwidthShapes(listFastConnectProviderVirtualCircuitBandwidthShapesRequest) {
|
|
26369
26662
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26469,7 +26762,7 @@ class VirtualNetworkClient {
|
|
|
26469
26762
|
* @param ListIPSecConnectionTunnelRoutesRequest
|
|
26470
26763
|
* @return ListIPSecConnectionTunnelRoutesResponse
|
|
26471
26764
|
* @throws OciError when an error occurs
|
|
26472
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26765
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListIPSecConnectionTunnelRoutes.ts.html |here} to see how to use ListIPSecConnectionTunnelRoutes API.
|
|
26473
26766
|
*/
|
|
26474
26767
|
listIPSecConnectionTunnelRoutes(listIPSecConnectionTunnelRoutesRequest) {
|
|
26475
26768
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26582,7 +26875,7 @@ class VirtualNetworkClient {
|
|
|
26582
26875
|
* @param ListIPSecConnectionTunnelSecurityAssociationsRequest
|
|
26583
26876
|
* @return ListIPSecConnectionTunnelSecurityAssociationsResponse
|
|
26584
26877
|
* @throws OciError when an error occurs
|
|
26585
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26878
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListIPSecConnectionTunnelSecurityAssociations.ts.html |here} to see how to use ListIPSecConnectionTunnelSecurityAssociations API.
|
|
26586
26879
|
*/
|
|
26587
26880
|
listIPSecConnectionTunnelSecurityAssociations(listIPSecConnectionTunnelSecurityAssociationsRequest) {
|
|
26588
26881
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26694,7 +26987,7 @@ class VirtualNetworkClient {
|
|
|
26694
26987
|
* @param ListIPSecConnectionTunnelsRequest
|
|
26695
26988
|
* @return ListIPSecConnectionTunnelsResponse
|
|
26696
26989
|
* @throws OciError when an error occurs
|
|
26697
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26990
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListIPSecConnectionTunnels.ts.html |here} to see how to use ListIPSecConnectionTunnels API.
|
|
26698
26991
|
*/
|
|
26699
26992
|
listIPSecConnectionTunnels(listIPSecConnectionTunnelsRequest) {
|
|
26700
26993
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26801,7 +27094,7 @@ class VirtualNetworkClient {
|
|
|
26801
27094
|
* @param ListIPSecConnectionsRequest
|
|
26802
27095
|
* @return ListIPSecConnectionsResponse
|
|
26803
27096
|
* @throws OciError when an error occurs
|
|
26804
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27097
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListIPSecConnections.ts.html |here} to see how to use ListIPSecConnections API.
|
|
26805
27098
|
*/
|
|
26806
27099
|
listIPSecConnections(listIPSecConnectionsRequest) {
|
|
26807
27100
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26909,7 +27202,7 @@ class VirtualNetworkClient {
|
|
|
26909
27202
|
* @param ListInternetGatewaysRequest
|
|
26910
27203
|
* @return ListInternetGatewaysResponse
|
|
26911
27204
|
* @throws OciError when an error occurs
|
|
26912
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27205
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListInternetGateways.ts.html |here} to see how to use ListInternetGateways API.
|
|
26913
27206
|
*/
|
|
26914
27207
|
listInternetGateways(listInternetGatewaysRequest) {
|
|
26915
27208
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27012,6 +27305,94 @@ class VirtualNetworkClient {
|
|
|
27012
27305
|
listInternetGatewaysResponseIterator(request) {
|
|
27013
27306
|
return oci_common_1.paginateResponses(request, req => this.listInternetGateways(req));
|
|
27014
27307
|
}
|
|
27308
|
+
/**
|
|
27309
|
+
* Lists the IP Inventory information in the selected compartments.
|
|
27310
|
+
*
|
|
27311
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
27312
|
+
* @param ListIpInventoryRequest
|
|
27313
|
+
* @return ListIpInventoryResponse
|
|
27314
|
+
* @throws OciError when an error occurs
|
|
27315
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListIpInventory.ts.html |here} to see how to use ListIpInventory API.
|
|
27316
|
+
*/
|
|
27317
|
+
listIpInventory(listIpInventoryRequest) {
|
|
27318
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
27319
|
+
if (this.logger)
|
|
27320
|
+
this.logger.debug("Calling operation VirtualNetworkClient#listIpInventory.");
|
|
27321
|
+
const operationName = "listIpInventory";
|
|
27322
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/iaas/20160918/Vcn/ListIpInventory";
|
|
27323
|
+
const pathParams = {};
|
|
27324
|
+
const queryParams = {};
|
|
27325
|
+
let headerParams = {
|
|
27326
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
27327
|
+
"opc-request-id": listIpInventoryRequest.opcRequestId
|
|
27328
|
+
};
|
|
27329
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
27330
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listIpInventoryRequest.retryConfiguration, specRetryConfiguration);
|
|
27331
|
+
if (this.logger)
|
|
27332
|
+
retrier.logger = this.logger;
|
|
27333
|
+
const request = yield oci_common_2.composeRequest({
|
|
27334
|
+
baseEndpoint: this._endpoint,
|
|
27335
|
+
defaultHeaders: this._defaultHeaders,
|
|
27336
|
+
path: "/ipInventory",
|
|
27337
|
+
method: "POST",
|
|
27338
|
+
bodyContent: common.ObjectSerializer.serialize(listIpInventoryRequest.listIpInventoryDetails, "ListIpInventoryDetails", model.ListIpInventoryDetails.getJsonObj),
|
|
27339
|
+
pathParams: pathParams,
|
|
27340
|
+
headerParams: headerParams,
|
|
27341
|
+
queryParams: queryParams
|
|
27342
|
+
});
|
|
27343
|
+
try {
|
|
27344
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
27345
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
27346
|
+
responseObject: {},
|
|
27347
|
+
body: yield response.json(),
|
|
27348
|
+
bodyKey: "ipInventoryCollection",
|
|
27349
|
+
bodyModel: model.IpInventoryCollection,
|
|
27350
|
+
type: "model.IpInventoryCollection",
|
|
27351
|
+
responseHeaders: [
|
|
27352
|
+
{
|
|
27353
|
+
value: response.headers.get("etag"),
|
|
27354
|
+
key: "etag",
|
|
27355
|
+
dataType: "string"
|
|
27356
|
+
},
|
|
27357
|
+
{
|
|
27358
|
+
value: response.headers.get("opc-next-page"),
|
|
27359
|
+
key: "opcNextPage",
|
|
27360
|
+
dataType: "string"
|
|
27361
|
+
},
|
|
27362
|
+
{
|
|
27363
|
+
value: response.headers.get("opc-request-id"),
|
|
27364
|
+
key: "opcRequestId",
|
|
27365
|
+
dataType: "string"
|
|
27366
|
+
},
|
|
27367
|
+
{
|
|
27368
|
+
value: response.headers.get("opc-total-items"),
|
|
27369
|
+
key: "opcTotalItems",
|
|
27370
|
+
dataType: "number"
|
|
27371
|
+
},
|
|
27372
|
+
{
|
|
27373
|
+
value: response.headers.get("opc-work-request-id"),
|
|
27374
|
+
key: "opcWorkRequestId",
|
|
27375
|
+
dataType: "string"
|
|
27376
|
+
},
|
|
27377
|
+
{
|
|
27378
|
+
value: response.headers.get("lifecycle-state"),
|
|
27379
|
+
key: "lifecycleState",
|
|
27380
|
+
dataType: "string"
|
|
27381
|
+
},
|
|
27382
|
+
{
|
|
27383
|
+
value: response.headers.get("data-request-id"),
|
|
27384
|
+
key: "dataRequestId",
|
|
27385
|
+
dataType: "string"
|
|
27386
|
+
}
|
|
27387
|
+
]
|
|
27388
|
+
});
|
|
27389
|
+
return sdkResponse;
|
|
27390
|
+
}
|
|
27391
|
+
catch (err) {
|
|
27392
|
+
throw err;
|
|
27393
|
+
}
|
|
27394
|
+
});
|
|
27395
|
+
}
|
|
27015
27396
|
/**
|
|
27016
27397
|
* Lists the {@link Ipv6} objects based
|
|
27017
27398
|
* on one of these filters:
|
|
@@ -27026,7 +27407,7 @@ class VirtualNetworkClient {
|
|
|
27026
27407
|
* @param ListIpv6sRequest
|
|
27027
27408
|
* @return ListIpv6sResponse
|
|
27028
27409
|
* @throws OciError when an error occurs
|
|
27029
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27410
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListIpv6s.ts.html |here} to see how to use ListIpv6s API.
|
|
27030
27411
|
*/
|
|
27031
27412
|
listIpv6s(listIpv6sRequest) {
|
|
27032
27413
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27135,7 +27516,7 @@ class VirtualNetworkClient {
|
|
|
27135
27516
|
* @param ListLocalPeeringGatewaysRequest
|
|
27136
27517
|
* @return ListLocalPeeringGatewaysResponse
|
|
27137
27518
|
* @throws OciError when an error occurs
|
|
27138
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27519
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListLocalPeeringGateways.ts.html |here} to see how to use ListLocalPeeringGateways API.
|
|
27139
27520
|
*/
|
|
27140
27521
|
listLocalPeeringGateways(listLocalPeeringGatewaysRequest) {
|
|
27141
27522
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27242,7 +27623,7 @@ class VirtualNetworkClient {
|
|
|
27242
27623
|
* @param ListNatGatewaysRequest
|
|
27243
27624
|
* @return ListNatGatewaysResponse
|
|
27244
27625
|
* @throws OciError when an error occurs
|
|
27245
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27626
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListNatGateways.ts.html |here} to see how to use ListNatGateways API.
|
|
27246
27627
|
*/
|
|
27247
27628
|
listNatGateways(listNatGatewaysRequest) {
|
|
27248
27629
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27352,7 +27733,7 @@ class VirtualNetworkClient {
|
|
|
27352
27733
|
* @param ListNetworkSecurityGroupSecurityRulesRequest
|
|
27353
27734
|
* @return ListNetworkSecurityGroupSecurityRulesResponse
|
|
27354
27735
|
* @throws OciError when an error occurs
|
|
27355
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27736
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListNetworkSecurityGroupSecurityRules.ts.html |here} to see how to use ListNetworkSecurityGroupSecurityRules API.
|
|
27356
27737
|
*/
|
|
27357
27738
|
listNetworkSecurityGroupSecurityRules(listNetworkSecurityGroupSecurityRulesRequest) {
|
|
27358
27739
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27461,7 +27842,7 @@ class VirtualNetworkClient {
|
|
|
27461
27842
|
* @param ListNetworkSecurityGroupVnicsRequest
|
|
27462
27843
|
* @return ListNetworkSecurityGroupVnicsResponse
|
|
27463
27844
|
* @throws OciError when an error occurs
|
|
27464
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27845
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListNetworkSecurityGroupVnics.ts.html |here} to see how to use ListNetworkSecurityGroupVnics API.
|
|
27465
27846
|
*/
|
|
27466
27847
|
listNetworkSecurityGroupVnics(listNetworkSecurityGroupVnicsRequest) {
|
|
27467
27848
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27570,7 +27951,7 @@ class VirtualNetworkClient {
|
|
|
27570
27951
|
* @param ListNetworkSecurityGroupsRequest
|
|
27571
27952
|
* @return ListNetworkSecurityGroupsResponse
|
|
27572
27953
|
* @throws OciError when an error occurs
|
|
27573
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27954
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListNetworkSecurityGroups.ts.html |here} to see how to use ListNetworkSecurityGroups API.
|
|
27574
27955
|
*/
|
|
27575
27956
|
listNetworkSecurityGroups(listNetworkSecurityGroupsRequest) {
|
|
27576
27957
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27696,7 +28077,7 @@ class VirtualNetworkClient {
|
|
|
27696
28077
|
* @param ListPrivateIpsRequest
|
|
27697
28078
|
* @return ListPrivateIpsResponse
|
|
27698
28079
|
* @throws OciError when an error occurs
|
|
27699
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28080
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListPrivateIps.ts.html |here} to see how to use ListPrivateIps API.
|
|
27700
28081
|
*/
|
|
27701
28082
|
listPrivateIps(listPrivateIpsRequest) {
|
|
27702
28083
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27805,7 +28186,7 @@ class VirtualNetworkClient {
|
|
|
27805
28186
|
* @param ListPublicIpPoolsRequest
|
|
27806
28187
|
* @return ListPublicIpPoolsResponse
|
|
27807
28188
|
* @throws OciError when an error occurs
|
|
27808
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28189
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListPublicIpPools.ts.html |here} to see how to use ListPublicIpPools API.
|
|
27809
28190
|
*/
|
|
27810
28191
|
listPublicIpPools(listPublicIpPoolsRequest) {
|
|
27811
28192
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27894,7 +28275,7 @@ class VirtualNetworkClient {
|
|
|
27894
28275
|
* @param ListPublicIpsRequest
|
|
27895
28276
|
* @return ListPublicIpsResponse
|
|
27896
28277
|
* @throws OciError when an error occurs
|
|
27897
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28278
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListPublicIps.ts.html |here} to see how to use ListPublicIps API.
|
|
27898
28279
|
*/
|
|
27899
28280
|
listPublicIps(listPublicIpsRequest) {
|
|
27900
28281
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28004,7 +28385,7 @@ class VirtualNetworkClient {
|
|
|
28004
28385
|
* @param ListRemotePeeringConnectionsRequest
|
|
28005
28386
|
* @return ListRemotePeeringConnectionsResponse
|
|
28006
28387
|
* @throws OciError when an error occurs
|
|
28007
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28388
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListRemotePeeringConnections.ts.html |here} to see how to use ListRemotePeeringConnections API.
|
|
28008
28389
|
*/
|
|
28009
28390
|
listRemotePeeringConnections(listRemotePeeringConnectionsRequest) {
|
|
28010
28391
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28113,7 +28494,7 @@ class VirtualNetworkClient {
|
|
|
28113
28494
|
* @param ListRouteTablesRequest
|
|
28114
28495
|
* @return ListRouteTablesResponse
|
|
28115
28496
|
* @throws OciError when an error occurs
|
|
28116
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28497
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListRouteTables.ts.html |here} to see how to use ListRouteTables API.
|
|
28117
28498
|
*/
|
|
28118
28499
|
listRouteTables(listRouteTablesRequest) {
|
|
28119
28500
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28224,7 +28605,7 @@ class VirtualNetworkClient {
|
|
|
28224
28605
|
* @param ListSecurityListsRequest
|
|
28225
28606
|
* @return ListSecurityListsResponse
|
|
28226
28607
|
* @throws OciError when an error occurs
|
|
28227
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28608
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListSecurityLists.ts.html |here} to see how to use ListSecurityLists API.
|
|
28228
28609
|
*/
|
|
28229
28610
|
listSecurityLists(listSecurityListsRequest) {
|
|
28230
28611
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28335,7 +28716,7 @@ class VirtualNetworkClient {
|
|
|
28335
28716
|
* @param ListServiceGatewaysRequest
|
|
28336
28717
|
* @return ListServiceGatewaysResponse
|
|
28337
28718
|
* @throws OciError when an error occurs
|
|
28338
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28719
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListServiceGateways.ts.html |here} to see how to use ListServiceGateways API.
|
|
28339
28720
|
*/
|
|
28340
28721
|
listServiceGateways(listServiceGatewaysRequest) {
|
|
28341
28722
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28445,7 +28826,7 @@ class VirtualNetworkClient {
|
|
|
28445
28826
|
* @param ListServicesRequest
|
|
28446
28827
|
* @return ListServicesResponse
|
|
28447
28828
|
* @throws OciError when an error occurs
|
|
28448
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28829
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListServices.ts.html |here} to see how to use ListServices API.
|
|
28449
28830
|
*/
|
|
28450
28831
|
listServices(listServicesRequest) {
|
|
28451
28832
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28550,7 +28931,7 @@ class VirtualNetworkClient {
|
|
|
28550
28931
|
* @param ListSubnetsRequest
|
|
28551
28932
|
* @return ListSubnetsResponse
|
|
28552
28933
|
* @throws OciError when an error occurs
|
|
28553
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28934
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListSubnets.ts.html |here} to see how to use ListSubnets API.
|
|
28554
28935
|
*/
|
|
28555
28936
|
listSubnets(listSubnetsRequest) {
|
|
28556
28937
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28660,7 +29041,7 @@ class VirtualNetworkClient {
|
|
|
28660
29041
|
* @param ListVcnsRequest
|
|
28661
29042
|
* @return ListVcnsResponse
|
|
28662
29043
|
* @throws OciError when an error occurs
|
|
28663
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29044
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListVcns.ts.html |here} to see how to use ListVcns API.
|
|
28664
29045
|
*/
|
|
28665
29046
|
listVcns(listVcnsRequest) {
|
|
28666
29047
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28768,7 +29149,7 @@ class VirtualNetworkClient {
|
|
|
28768
29149
|
* @param ListVirtualCircuitAssociatedTunnelsRequest
|
|
28769
29150
|
* @return ListVirtualCircuitAssociatedTunnelsResponse
|
|
28770
29151
|
* @throws OciError when an error occurs
|
|
28771
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29152
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListVirtualCircuitAssociatedTunnels.ts.html |here} to see how to use ListVirtualCircuitAssociatedTunnels API.
|
|
28772
29153
|
*/
|
|
28773
29154
|
listVirtualCircuitAssociatedTunnels(listVirtualCircuitAssociatedTunnelsRequest) {
|
|
28774
29155
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28879,7 +29260,7 @@ class VirtualNetworkClient {
|
|
|
28879
29260
|
* @param ListVirtualCircuitBandwidthShapesRequest
|
|
28880
29261
|
* @return ListVirtualCircuitBandwidthShapesResponse
|
|
28881
29262
|
* @throws OciError when an error occurs
|
|
28882
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29263
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListVirtualCircuitBandwidthShapes.ts.html |here} to see how to use ListVirtualCircuitBandwidthShapes API.
|
|
28883
29264
|
*/
|
|
28884
29265
|
listVirtualCircuitBandwidthShapes(listVirtualCircuitBandwidthShapesRequest) {
|
|
28885
29266
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28985,7 +29366,7 @@ class VirtualNetworkClient {
|
|
|
28985
29366
|
* @param ListVirtualCircuitPublicPrefixesRequest
|
|
28986
29367
|
* @return ListVirtualCircuitPublicPrefixesResponse
|
|
28987
29368
|
* @throws OciError when an error occurs
|
|
28988
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29369
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListVirtualCircuitPublicPrefixes.ts.html |here} to see how to use ListVirtualCircuitPublicPrefixes API.
|
|
28989
29370
|
*/
|
|
28990
29371
|
listVirtualCircuitPublicPrefixes(listVirtualCircuitPublicPrefixesRequest) {
|
|
28991
29372
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29045,7 +29426,7 @@ class VirtualNetworkClient {
|
|
|
29045
29426
|
* @param ListVirtualCircuitsRequest
|
|
29046
29427
|
* @return ListVirtualCircuitsResponse
|
|
29047
29428
|
* @throws OciError when an error occurs
|
|
29048
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29429
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListVirtualCircuits.ts.html |here} to see how to use ListVirtualCircuits API.
|
|
29049
29430
|
*/
|
|
29050
29431
|
listVirtualCircuits(listVirtualCircuitsRequest) {
|
|
29051
29432
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29154,7 +29535,7 @@ class VirtualNetworkClient {
|
|
|
29154
29535
|
* @param ListVlansRequest
|
|
29155
29536
|
* @return ListVlansResponse
|
|
29156
29537
|
* @throws OciError when an error occurs
|
|
29157
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29538
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListVlans.ts.html |here} to see how to use ListVlans API.
|
|
29158
29539
|
*/
|
|
29159
29540
|
listVlans(listVlansRequest) {
|
|
29160
29541
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29265,7 +29646,7 @@ class VirtualNetworkClient {
|
|
|
29265
29646
|
* @param ListVtapsRequest
|
|
29266
29647
|
* @return ListVtapsResponse
|
|
29267
29648
|
* @throws OciError when an error occurs
|
|
29268
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29649
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ListVtaps.ts.html |here} to see how to use ListVtaps API.
|
|
29269
29650
|
*/
|
|
29270
29651
|
listVtaps(listVtapsRequest) {
|
|
29271
29652
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29388,7 +29769,7 @@ class VirtualNetworkClient {
|
|
|
29388
29769
|
* @param ModifyVcnCidrRequest
|
|
29389
29770
|
* @return ModifyVcnCidrResponse
|
|
29390
29771
|
* @throws OciError when an error occurs
|
|
29391
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29772
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ModifyVcnCidr.ts.html |here} to see how to use ModifyVcnCidr API.
|
|
29392
29773
|
*/
|
|
29393
29774
|
modifyVcnCidr(modifyVcnCidrRequest) {
|
|
29394
29775
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29451,7 +29832,7 @@ class VirtualNetworkClient {
|
|
|
29451
29832
|
* @param RemoveDrgRouteDistributionStatementsRequest
|
|
29452
29833
|
* @return RemoveDrgRouteDistributionStatementsResponse
|
|
29453
29834
|
* @throws OciError when an error occurs
|
|
29454
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29835
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/RemoveDrgRouteDistributionStatements.ts.html |here} to see how to use RemoveDrgRouteDistributionStatements API.
|
|
29455
29836
|
*/
|
|
29456
29837
|
removeDrgRouteDistributionStatements(removeDrgRouteDistributionStatementsRequest) {
|
|
29457
29838
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29506,7 +29887,7 @@ class VirtualNetworkClient {
|
|
|
29506
29887
|
* @param RemoveDrgRouteRulesRequest
|
|
29507
29888
|
* @return RemoveDrgRouteRulesResponse
|
|
29508
29889
|
* @throws OciError when an error occurs
|
|
29509
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29890
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/RemoveDrgRouteRules.ts.html |here} to see how to use RemoveDrgRouteRules API.
|
|
29510
29891
|
*/
|
|
29511
29892
|
removeDrgRouteRules(removeDrgRouteRulesRequest) {
|
|
29512
29893
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29561,7 +29942,7 @@ class VirtualNetworkClient {
|
|
|
29561
29942
|
* @param RemoveExportDrgRouteDistributionRequest
|
|
29562
29943
|
* @return RemoveExportDrgRouteDistributionResponse
|
|
29563
29944
|
* @throws OciError when an error occurs
|
|
29564
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29945
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/RemoveExportDrgRouteDistribution.ts.html |here} to see how to use RemoveExportDrgRouteDistribution API.
|
|
29565
29946
|
*/
|
|
29566
29947
|
removeExportDrgRouteDistribution(removeExportDrgRouteDistributionRequest) {
|
|
29567
29948
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29627,7 +30008,7 @@ class VirtualNetworkClient {
|
|
|
29627
30008
|
* @param RemoveImportDrgRouteDistributionRequest
|
|
29628
30009
|
* @return RemoveImportDrgRouteDistributionResponse
|
|
29629
30010
|
* @throws OciError when an error occurs
|
|
29630
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30011
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/RemoveImportDrgRouteDistribution.ts.html |here} to see how to use RemoveImportDrgRouteDistribution API.
|
|
29631
30012
|
*/
|
|
29632
30013
|
removeImportDrgRouteDistribution(removeImportDrgRouteDistributionRequest) {
|
|
29633
30014
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29692,7 +30073,7 @@ class VirtualNetworkClient {
|
|
|
29692
30073
|
* @param RemoveIpv6SubnetCidrRequest
|
|
29693
30074
|
* @return RemoveIpv6SubnetCidrResponse
|
|
29694
30075
|
* @throws OciError when an error occurs
|
|
29695
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30076
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/RemoveIpv6SubnetCidr.ts.html |here} to see how to use RemoveIpv6SubnetCidr API.
|
|
29696
30077
|
*/
|
|
29697
30078
|
removeIpv6SubnetCidr(removeIpv6SubnetCidrRequest) {
|
|
29698
30079
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29760,7 +30141,7 @@ class VirtualNetworkClient {
|
|
|
29760
30141
|
* @param RemoveIpv6VcnCidrRequest
|
|
29761
30142
|
* @return RemoveIpv6VcnCidrResponse
|
|
29762
30143
|
* @throws OciError when an error occurs
|
|
29763
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30144
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/RemoveIpv6VcnCidr.ts.html |here} to see how to use RemoveIpv6VcnCidr API.
|
|
29764
30145
|
*/
|
|
29765
30146
|
removeIpv6VcnCidr(removeIpv6VcnCidrRequest) {
|
|
29766
30147
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29828,7 +30209,7 @@ class VirtualNetworkClient {
|
|
|
29828
30209
|
* @param RemoveNetworkSecurityGroupSecurityRulesRequest
|
|
29829
30210
|
* @return RemoveNetworkSecurityGroupSecurityRulesResponse
|
|
29830
30211
|
* @throws OciError when an error occurs
|
|
29831
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30212
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/RemoveNetworkSecurityGroupSecurityRules.ts.html |here} to see how to use RemoveNetworkSecurityGroupSecurityRules API.
|
|
29832
30213
|
*/
|
|
29833
30214
|
removeNetworkSecurityGroupSecurityRules(removeNetworkSecurityGroupSecurityRulesRequest) {
|
|
29834
30215
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29883,7 +30264,7 @@ class VirtualNetworkClient {
|
|
|
29883
30264
|
* @param RemovePublicIpPoolCapacityRequest
|
|
29884
30265
|
* @return RemovePublicIpPoolCapacityResponse
|
|
29885
30266
|
* @throws OciError when an error occurs
|
|
29886
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30267
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/RemovePublicIpPoolCapacity.ts.html |here} to see how to use RemovePublicIpPoolCapacity API.
|
|
29887
30268
|
*/
|
|
29888
30269
|
removePublicIpPoolCapacity(removePublicIpPoolCapacityRequest) {
|
|
29889
30270
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29953,7 +30334,7 @@ class VirtualNetworkClient {
|
|
|
29953
30334
|
* @param RemoveVcnCidrRequest
|
|
29954
30335
|
* @return RemoveVcnCidrResponse
|
|
29955
30336
|
* @throws OciError when an error occurs
|
|
29956
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30337
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/RemoveVcnCidr.ts.html |here} to see how to use RemoveVcnCidr API.
|
|
29957
30338
|
*/
|
|
29958
30339
|
removeVcnCidr(removeVcnCidrRequest) {
|
|
29959
30340
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30016,7 +30397,7 @@ class VirtualNetworkClient {
|
|
|
30016
30397
|
* @param UpdateByoipRangeRequest
|
|
30017
30398
|
* @return UpdateByoipRangeResponse
|
|
30018
30399
|
* @throws OciError when an error occurs
|
|
30019
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30400
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateByoipRange.ts.html |here} to see how to use UpdateByoipRange API.
|
|
30020
30401
|
*/
|
|
30021
30402
|
updateByoipRange(updateByoipRangeRequest) {
|
|
30022
30403
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30082,7 +30463,7 @@ class VirtualNetworkClient {
|
|
|
30082
30463
|
* @param UpdateCaptureFilterRequest
|
|
30083
30464
|
* @return UpdateCaptureFilterResponse
|
|
30084
30465
|
* @throws OciError when an error occurs
|
|
30085
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30466
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateCaptureFilter.ts.html |here} to see how to use UpdateCaptureFilter API.
|
|
30086
30467
|
*/
|
|
30087
30468
|
updateCaptureFilter(updateCaptureFilterRequest) {
|
|
30088
30469
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30149,7 +30530,7 @@ class VirtualNetworkClient {
|
|
|
30149
30530
|
* @param UpdateCpeRequest
|
|
30150
30531
|
* @return UpdateCpeResponse
|
|
30151
30532
|
* @throws OciError when an error occurs
|
|
30152
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30533
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateCpe.ts.html |here} to see how to use UpdateCpe API.
|
|
30153
30534
|
*/
|
|
30154
30535
|
updateCpe(updateCpeRequest) {
|
|
30155
30536
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30213,7 +30594,7 @@ class VirtualNetworkClient {
|
|
|
30213
30594
|
* @param UpdateCrossConnectRequest
|
|
30214
30595
|
* @return UpdateCrossConnectResponse
|
|
30215
30596
|
* @throws OciError when an error occurs
|
|
30216
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30597
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateCrossConnect.ts.html |here} to see how to use UpdateCrossConnect API.
|
|
30217
30598
|
*/
|
|
30218
30599
|
updateCrossConnect(updateCrossConnectRequest) {
|
|
30219
30600
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30279,7 +30660,7 @@ class VirtualNetworkClient {
|
|
|
30279
30660
|
* @param UpdateCrossConnectGroupRequest
|
|
30280
30661
|
* @return UpdateCrossConnectGroupResponse
|
|
30281
30662
|
* @throws OciError when an error occurs
|
|
30282
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30663
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateCrossConnectGroup.ts.html |here} to see how to use UpdateCrossConnectGroup API.
|
|
30283
30664
|
*/
|
|
30284
30665
|
updateCrossConnectGroup(updateCrossConnectGroupRequest) {
|
|
30285
30666
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30347,7 +30728,7 @@ class VirtualNetworkClient {
|
|
|
30347
30728
|
* @param UpdateDhcpOptionsRequest
|
|
30348
30729
|
* @return UpdateDhcpOptionsResponse
|
|
30349
30730
|
* @throws OciError when an error occurs
|
|
30350
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30731
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateDhcpOptions.ts.html |here} to see how to use UpdateDhcpOptions API.
|
|
30351
30732
|
*/
|
|
30352
30733
|
updateDhcpOptions(updateDhcpOptionsRequest) {
|
|
30353
30734
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30412,7 +30793,7 @@ class VirtualNetworkClient {
|
|
|
30412
30793
|
* @param UpdateDrgRequest
|
|
30413
30794
|
* @return UpdateDrgResponse
|
|
30414
30795
|
* @throws OciError when an error occurs
|
|
30415
|
-
* @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.86.1/core/UpdateDrg.ts.html |here} to see how to use UpdateDrg API.
|
|
30416
30797
|
*/
|
|
30417
30798
|
updateDrg(updateDrgRequest) {
|
|
30418
30799
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30478,7 +30859,7 @@ class VirtualNetworkClient {
|
|
|
30478
30859
|
* @param UpdateDrgAttachmentRequest
|
|
30479
30860
|
* @return UpdateDrgAttachmentResponse
|
|
30480
30861
|
* @throws OciError when an error occurs
|
|
30481
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30862
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateDrgAttachment.ts.html |here} to see how to use UpdateDrgAttachment API.
|
|
30482
30863
|
*/
|
|
30483
30864
|
updateDrgAttachment(updateDrgAttachmentRequest) {
|
|
30484
30865
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30543,7 +30924,7 @@ class VirtualNetworkClient {
|
|
|
30543
30924
|
* @param UpdateDrgRouteDistributionRequest
|
|
30544
30925
|
* @return UpdateDrgRouteDistributionResponse
|
|
30545
30926
|
* @throws OciError when an error occurs
|
|
30546
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30927
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateDrgRouteDistribution.ts.html |here} to see how to use UpdateDrgRouteDistribution API.
|
|
30547
30928
|
*/
|
|
30548
30929
|
updateDrgRouteDistribution(updateDrgRouteDistributionRequest) {
|
|
30549
30930
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30608,7 +30989,7 @@ class VirtualNetworkClient {
|
|
|
30608
30989
|
* @param UpdateDrgRouteDistributionStatementsRequest
|
|
30609
30990
|
* @return UpdateDrgRouteDistributionStatementsResponse
|
|
30610
30991
|
* @throws OciError when an error occurs
|
|
30611
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30992
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateDrgRouteDistributionStatements.ts.html |here} to see how to use UpdateDrgRouteDistributionStatements API.
|
|
30612
30993
|
*/
|
|
30613
30994
|
updateDrgRouteDistributionStatements(updateDrgRouteDistributionStatementsRequest) {
|
|
30614
30995
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30667,7 +31048,7 @@ class VirtualNetworkClient {
|
|
|
30667
31048
|
* @param UpdateDrgRouteRulesRequest
|
|
30668
31049
|
* @return UpdateDrgRouteRulesResponse
|
|
30669
31050
|
* @throws OciError when an error occurs
|
|
30670
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
31051
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateDrgRouteRules.ts.html |here} to see how to use UpdateDrgRouteRules API.
|
|
30671
31052
|
*/
|
|
30672
31053
|
updateDrgRouteRules(updateDrgRouteRulesRequest) {
|
|
30673
31054
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30726,7 +31107,7 @@ class VirtualNetworkClient {
|
|
|
30726
31107
|
* @param UpdateDrgRouteTableRequest
|
|
30727
31108
|
* @return UpdateDrgRouteTableResponse
|
|
30728
31109
|
* @throws OciError when an error occurs
|
|
30729
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
31110
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateDrgRouteTable.ts.html |here} to see how to use UpdateDrgRouteTable API.
|
|
30730
31111
|
*/
|
|
30731
31112
|
updateDrgRouteTable(updateDrgRouteTableRequest) {
|
|
30732
31113
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30794,7 +31175,7 @@ class VirtualNetworkClient {
|
|
|
30794
31175
|
* @param UpdateIPSecConnectionRequest
|
|
30795
31176
|
* @return UpdateIPSecConnectionResponse
|
|
30796
31177
|
* @throws OciError when an error occurs
|
|
30797
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
31178
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateIPSecConnection.ts.html |here} to see how to use UpdateIPSecConnection API.
|
|
30798
31179
|
*/
|
|
30799
31180
|
updateIPSecConnection(updateIPSecConnectionRequest) {
|
|
30800
31181
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30870,7 +31251,7 @@ class VirtualNetworkClient {
|
|
|
30870
31251
|
* @param UpdateIPSecConnectionTunnelRequest
|
|
30871
31252
|
* @return UpdateIPSecConnectionTunnelResponse
|
|
30872
31253
|
* @throws OciError when an error occurs
|
|
30873
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
31254
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateIPSecConnectionTunnel.ts.html |here} to see how to use UpdateIPSecConnectionTunnel API.
|
|
30874
31255
|
*/
|
|
30875
31256
|
updateIPSecConnectionTunnel(updateIPSecConnectionTunnelRequest) {
|
|
30876
31257
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30939,7 +31320,7 @@ class VirtualNetworkClient {
|
|
|
30939
31320
|
* @param UpdateIPSecConnectionTunnelSharedSecretRequest
|
|
30940
31321
|
* @return UpdateIPSecConnectionTunnelSharedSecretResponse
|
|
30941
31322
|
* @throws OciError when an error occurs
|
|
30942
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
31323
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateIPSecConnectionTunnelSharedSecret.ts.html |here} to see how to use UpdateIPSecConnectionTunnelSharedSecret API.
|
|
30943
31324
|
*/
|
|
30944
31325
|
updateIPSecConnectionTunnelSharedSecret(updateIPSecConnectionTunnelSharedSecretRequest) {
|
|
30945
31326
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -31009,7 +31390,7 @@ class VirtualNetworkClient {
|
|
|
31009
31390
|
* @param UpdateInternetGatewayRequest
|
|
31010
31391
|
* @return UpdateInternetGatewayResponse
|
|
31011
31392
|
* @throws OciError when an error occurs
|
|
31012
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
31393
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateInternetGateway.ts.html |here} to see how to use UpdateInternetGateway API.
|
|
31013
31394
|
*/
|
|
31014
31395
|
updateInternetGateway(updateInternetGatewayRequest) {
|
|
31015
31396
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -31080,7 +31461,7 @@ class VirtualNetworkClient {
|
|
|
31080
31461
|
* @param UpdateIpv6Request
|
|
31081
31462
|
* @return UpdateIpv6Response
|
|
31082
31463
|
* @throws OciError when an error occurs
|
|
31083
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
31464
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateIpv6.ts.html |here} to see how to use UpdateIpv6 API.
|
|
31084
31465
|
*/
|
|
31085
31466
|
updateIpv6(updateIpv6Request) {
|
|
31086
31467
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -31146,7 +31527,7 @@ class VirtualNetworkClient {
|
|
|
31146
31527
|
* @param UpdateLocalPeeringGatewayRequest
|
|
31147
31528
|
* @return UpdateLocalPeeringGatewayResponse
|
|
31148
31529
|
* @throws OciError when an error occurs
|
|
31149
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
31530
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateLocalPeeringGateway.ts.html |here} to see how to use UpdateLocalPeeringGateway API.
|
|
31150
31531
|
*/
|
|
31151
31532
|
updateLocalPeeringGateway(updateLocalPeeringGatewayRequest) {
|
|
31152
31533
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -31211,7 +31592,7 @@ class VirtualNetworkClient {
|
|
|
31211
31592
|
* @param UpdateNatGatewayRequest
|
|
31212
31593
|
* @return UpdateNatGatewayResponse
|
|
31213
31594
|
* @throws OciError when an error occurs
|
|
31214
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
31595
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateNatGateway.ts.html |here} to see how to use UpdateNatGateway API.
|
|
31215
31596
|
*/
|
|
31216
31597
|
updateNatGateway(updateNatGatewayRequest) {
|
|
31217
31598
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -31290,7 +31671,7 @@ class VirtualNetworkClient {
|
|
|
31290
31671
|
* @param UpdateNetworkSecurityGroupRequest
|
|
31291
31672
|
* @return UpdateNetworkSecurityGroupResponse
|
|
31292
31673
|
* @throws OciError when an error occurs
|
|
31293
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
31674
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateNetworkSecurityGroup.ts.html |here} to see how to use UpdateNetworkSecurityGroup API.
|
|
31294
31675
|
*/
|
|
31295
31676
|
updateNetworkSecurityGroup(updateNetworkSecurityGroupRequest) {
|
|
31296
31677
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -31355,7 +31736,7 @@ class VirtualNetworkClient {
|
|
|
31355
31736
|
* @param UpdateNetworkSecurityGroupSecurityRulesRequest
|
|
31356
31737
|
* @return UpdateNetworkSecurityGroupSecurityRulesResponse
|
|
31357
31738
|
* @throws OciError when an error occurs
|
|
31358
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
31739
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateNetworkSecurityGroupSecurityRules.ts.html |here} to see how to use UpdateNetworkSecurityGroupSecurityRules API.
|
|
31359
31740
|
*/
|
|
31360
31741
|
updateNetworkSecurityGroupSecurityRules(updateNetworkSecurityGroupSecurityRulesRequest) {
|
|
31361
31742
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -31423,7 +31804,7 @@ class VirtualNetworkClient {
|
|
|
31423
31804
|
* @param UpdatePrivateIpRequest
|
|
31424
31805
|
* @return UpdatePrivateIpResponse
|
|
31425
31806
|
* @throws OciError when an error occurs
|
|
31426
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
31807
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdatePrivateIp.ts.html |here} to see how to use UpdatePrivateIp API.
|
|
31427
31808
|
*/
|
|
31428
31809
|
updatePrivateIp(updatePrivateIpRequest) {
|
|
31429
31810
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -31526,7 +31907,7 @@ class VirtualNetworkClient {
|
|
|
31526
31907
|
* @param UpdatePublicIpRequest
|
|
31527
31908
|
* @return UpdatePublicIpResponse
|
|
31528
31909
|
* @throws OciError when an error occurs
|
|
31529
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
31910
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdatePublicIp.ts.html |here} to see how to use UpdatePublicIp API.
|
|
31530
31911
|
*/
|
|
31531
31912
|
updatePublicIp(updatePublicIpRequest) {
|
|
31532
31913
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -31591,7 +31972,7 @@ class VirtualNetworkClient {
|
|
|
31591
31972
|
* @param UpdatePublicIpPoolRequest
|
|
31592
31973
|
* @return UpdatePublicIpPoolResponse
|
|
31593
31974
|
* @throws OciError when an error occurs
|
|
31594
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
31975
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdatePublicIpPool.ts.html |here} to see how to use UpdatePublicIpPool API.
|
|
31595
31976
|
*/
|
|
31596
31977
|
updatePublicIpPool(updatePublicIpPoolRequest) {
|
|
31597
31978
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -31657,7 +32038,7 @@ class VirtualNetworkClient {
|
|
|
31657
32038
|
* @param UpdateRemotePeeringConnectionRequest
|
|
31658
32039
|
* @return UpdateRemotePeeringConnectionResponse
|
|
31659
32040
|
* @throws OciError when an error occurs
|
|
31660
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
32041
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateRemotePeeringConnection.ts.html |here} to see how to use UpdateRemotePeeringConnection API.
|
|
31661
32042
|
*/
|
|
31662
32043
|
updateRemotePeeringConnection(updateRemotePeeringConnectionRequest) {
|
|
31663
32044
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -31725,7 +32106,7 @@ class VirtualNetworkClient {
|
|
|
31725
32106
|
* @param UpdateRouteTableRequest
|
|
31726
32107
|
* @return UpdateRouteTableResponse
|
|
31727
32108
|
* @throws OciError when an error occurs
|
|
31728
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
32109
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateRouteTable.ts.html |here} to see how to use UpdateRouteTable API.
|
|
31729
32110
|
*/
|
|
31730
32111
|
updateRouteTable(updateRouteTableRequest) {
|
|
31731
32112
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -31794,7 +32175,7 @@ class VirtualNetworkClient {
|
|
|
31794
32175
|
* @param UpdateSecurityListRequest
|
|
31795
32176
|
* @return UpdateSecurityListResponse
|
|
31796
32177
|
* @throws OciError when an error occurs
|
|
31797
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
32178
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateSecurityList.ts.html |here} to see how to use UpdateSecurityList API.
|
|
31798
32179
|
*/
|
|
31799
32180
|
updateSecurityList(updateSecurityListRequest) {
|
|
31800
32181
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -31860,7 +32241,7 @@ class VirtualNetworkClient {
|
|
|
31860
32241
|
* @param UpdateServiceGatewayRequest
|
|
31861
32242
|
* @return UpdateServiceGatewayResponse
|
|
31862
32243
|
* @throws OciError when an error occurs
|
|
31863
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
32244
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateServiceGateway.ts.html |here} to see how to use UpdateServiceGateway API.
|
|
31864
32245
|
*/
|
|
31865
32246
|
updateServiceGateway(updateServiceGatewayRequest) {
|
|
31866
32247
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -31925,7 +32306,7 @@ class VirtualNetworkClient {
|
|
|
31925
32306
|
* @param UpdateSubnetRequest
|
|
31926
32307
|
* @return UpdateSubnetResponse
|
|
31927
32308
|
* @throws OciError when an error occurs
|
|
31928
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
32309
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateSubnet.ts.html |here} to see how to use UpdateSubnet API.
|
|
31929
32310
|
*/
|
|
31930
32311
|
updateSubnet(updateSubnetRequest) {
|
|
31931
32312
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -31992,7 +32373,7 @@ class VirtualNetworkClient {
|
|
|
31992
32373
|
* @param UpdateTunnelCpeDeviceConfigRequest
|
|
31993
32374
|
* @return UpdateTunnelCpeDeviceConfigResponse
|
|
31994
32375
|
* @throws OciError when an error occurs
|
|
31995
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
32376
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateTunnelCpeDeviceConfig.ts.html |here} to see how to use UpdateTunnelCpeDeviceConfig API.
|
|
31996
32377
|
*/
|
|
31997
32378
|
updateTunnelCpeDeviceConfig(updateTunnelCpeDeviceConfigRequest) {
|
|
31998
32379
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -32060,7 +32441,7 @@ class VirtualNetworkClient {
|
|
|
32060
32441
|
* @param UpdateVcnRequest
|
|
32061
32442
|
* @return UpdateVcnResponse
|
|
32062
32443
|
* @throws OciError when an error occurs
|
|
32063
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
32444
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateVcn.ts.html |here} to see how to use UpdateVcn API.
|
|
32064
32445
|
*/
|
|
32065
32446
|
updateVcn(updateVcnRequest) {
|
|
32066
32447
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -32148,7 +32529,7 @@ class VirtualNetworkClient {
|
|
|
32148
32529
|
* @param UpdateVirtualCircuitRequest
|
|
32149
32530
|
* @return UpdateVirtualCircuitResponse
|
|
32150
32531
|
* @throws OciError when an error occurs
|
|
32151
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
32532
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateVirtualCircuit.ts.html |here} to see how to use UpdateVirtualCircuit API.
|
|
32152
32533
|
*/
|
|
32153
32534
|
updateVirtualCircuit(updateVirtualCircuitRequest) {
|
|
32154
32535
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -32214,7 +32595,7 @@ class VirtualNetworkClient {
|
|
|
32214
32595
|
* @param UpdateVlanRequest
|
|
32215
32596
|
* @return UpdateVlanResponse
|
|
32216
32597
|
* @throws OciError when an error occurs
|
|
32217
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
32598
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateVlan.ts.html |here} to see how to use UpdateVlan API.
|
|
32218
32599
|
*/
|
|
32219
32600
|
updateVlan(updateVlanRequest) {
|
|
32220
32601
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -32280,7 +32661,7 @@ class VirtualNetworkClient {
|
|
|
32280
32661
|
* @param UpdateVnicRequest
|
|
32281
32662
|
* @return UpdateVnicResponse
|
|
32282
32663
|
* @throws OciError when an error occurs
|
|
32283
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
32664
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateVnic.ts.html |here} to see how to use UpdateVnic API.
|
|
32284
32665
|
*/
|
|
32285
32666
|
updateVnic(updateVnicRequest) {
|
|
32286
32667
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -32345,7 +32726,7 @@ class VirtualNetworkClient {
|
|
|
32345
32726
|
* @param UpdateVtapRequest
|
|
32346
32727
|
* @return UpdateVtapResponse
|
|
32347
32728
|
* @throws OciError when an error occurs
|
|
32348
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
32729
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpdateVtap.ts.html |here} to see how to use UpdateVtap API.
|
|
32349
32730
|
*/
|
|
32350
32731
|
updateVtap(updateVtapRequest) {
|
|
32351
32732
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -32417,7 +32798,7 @@ class VirtualNetworkClient {
|
|
|
32417
32798
|
* @param UpgradeDrgRequest
|
|
32418
32799
|
* @return UpgradeDrgResponse
|
|
32419
32800
|
* @throws OciError when an error occurs
|
|
32420
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
32801
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/UpgradeDrg.ts.html |here} to see how to use UpgradeDrg API.
|
|
32421
32802
|
*/
|
|
32422
32803
|
upgradeDrg(upgradeDrgRequest) {
|
|
32423
32804
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -32479,7 +32860,7 @@ class VirtualNetworkClient {
|
|
|
32479
32860
|
* @param ValidateByoipRangeRequest
|
|
32480
32861
|
* @return ValidateByoipRangeResponse
|
|
32481
32862
|
* @throws OciError when an error occurs
|
|
32482
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
32863
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/ValidateByoipRange.ts.html |here} to see how to use ValidateByoipRange API.
|
|
32483
32864
|
*/
|
|
32484
32865
|
validateByoipRange(validateByoipRangeRequest) {
|
|
32485
32866
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -32539,7 +32920,7 @@ class VirtualNetworkClient {
|
|
|
32539
32920
|
* @param WithdrawByoipRangeRequest
|
|
32540
32921
|
* @return WithdrawByoipRangeResponse
|
|
32541
32922
|
* @throws OciError when an error occurs
|
|
32542
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
32923
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/core/WithdrawByoipRange.ts.html |here} to see how to use WithdrawByoipRange API.
|
|
32543
32924
|
*/
|
|
32544
32925
|
withdrawByoipRange(withdrawByoipRangeRequest) {
|
|
32545
32926
|
return __awaiter(this, void 0, void 0, function* () {
|