oci-core 2.21.0 → 2.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +434 -400
- package/lib/client.js +603 -400
- package/lib/client.js.map +1 -1
- package/lib/model/add-subnet-ipv6-cidr-details.d.ts +35 -0
- package/lib/model/add-subnet-ipv6-cidr-details.js +34 -0
- package/lib/model/add-subnet-ipv6-cidr-details.js.map +1 -0
- package/lib/model/add-vcn-ipv6-cidr-details.d.ts +41 -0
- package/lib/model/add-vcn-ipv6-cidr-details.js +62 -0
- package/lib/model/add-vcn-ipv6-cidr-details.js.map +1 -0
- package/lib/model/boot-volume.d.ts +2 -2
- package/lib/model/byoip-range-summary.d.ts +13 -0
- package/lib/model/byoip-range-summary.js +34 -2
- package/lib/model/byoip-range-summary.js.map +1 -1
- package/lib/model/byoip-range-vcn-ipv6-allocation-summary.d.ts +47 -0
- package/lib/model/byoip-range-vcn-ipv6-allocation-summary.js +34 -0
- package/lib/model/byoip-range-vcn-ipv6-allocation-summary.js.map +1 -0
- package/lib/model/byoip-range.d.ts +15 -2
- package/lib/model/byoip-range.js +34 -2
- package/lib/model/byoip-range.js.map +1 -1
- package/lib/model/byoipv6-cidr-details.d.ts +41 -0
- package/lib/model/byoipv6-cidr-details.js +34 -0
- package/lib/model/byoipv6-cidr-details.js.map +1 -0
- package/lib/model/create-byoip-range-details.d.ts +6 -1
- package/lib/model/create-byoip-range-details.js.map +1 -1
- package/lib/model/create-ipv6-details.d.ts +5 -0
- package/lib/model/create-ipv6-details.js.map +1 -1
- package/lib/model/create-subnet-details.d.ts +8 -0
- package/lib/model/create-subnet-details.js.map +1 -1
- package/lib/model/create-vcn-details.d.ts +23 -0
- package/lib/model/create-vcn-details.js +34 -2
- package/lib/model/create-vcn-details.js.map +1 -1
- package/lib/model/create-volume-details.d.ts +3 -1
- package/lib/model/create-volume-details.js.map +1 -1
- package/lib/model/index.d.ts +12 -0
- package/lib/model/index.js +22 -10
- package/lib/model/index.js.map +1 -1
- package/lib/model/instance-configuration-create-volume-details.d.ts +2 -0
- package/lib/model/instance-configuration-create-volume-details.js.map +1 -1
- package/lib/model/remove-subnet-ipv6-cidr-details.d.ts +35 -0
- package/lib/model/remove-subnet-ipv6-cidr-details.js +34 -0
- package/lib/model/remove-subnet-ipv6-cidr-details.js.map +1 -0
- package/lib/model/remove-vcn-ipv6-cidr-details.d.ts +36 -0
- package/lib/model/remove-vcn-ipv6-cidr-details.js +34 -0
- package/lib/model/remove-vcn-ipv6-cidr-details.js.map +1 -0
- package/lib/model/subnet.d.ts +5 -0
- package/lib/model/subnet.js.map +1 -1
- package/lib/model/update-subnet-details.d.ts +8 -0
- package/lib/model/update-subnet-details.js.map +1 -1
- package/lib/model/update-volume-details.d.ts +3 -1
- package/lib/model/update-volume-details.js.map +1 -1
- package/lib/model/vcn.d.ts +10 -0
- package/lib/model/vcn.js.map +1 -1
- package/lib/model/volume.d.ts +3 -1
- 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 +49 -0
- package/lib/request/add-ipv6-subnet-cidr-request.js +15 -0
- package/lib/request/add-ipv6-subnet-cidr-request.js.map +1 -0
- package/lib/request/add-ipv6-vcn-cidr-request.d.ts +7 -1
- package/lib/request/add-network-security-group-security-rules-request.d.ts +1 -1
- package/lib/request/add-public-ip-pool-capacity-request.d.ts +1 -1
- package/lib/request/add-vcn-cidr-request.d.ts +1 -1
- package/lib/request/advertise-byoip-range-request.d.ts +1 -1
- package/lib/request/attach-boot-volume-request.d.ts +1 -1
- package/lib/request/attach-instance-pool-instance-request.d.ts +1 -1
- package/lib/request/attach-load-balancer-request.d.ts +1 -1
- package/lib/request/attach-service-id-request.d.ts +1 -1
- package/lib/request/attach-vnic-request.d.ts +1 -1
- package/lib/request/attach-volume-request.d.ts +1 -1
- package/lib/request/bulk-add-virtual-circuit-public-prefixes-request.d.ts +1 -1
- package/lib/request/bulk-delete-virtual-circuit-public-prefixes-request.d.ts +1 -1
- package/lib/request/capture-console-history-request.d.ts +1 -1
- package/lib/request/change-boot-volume-backup-compartment-request.d.ts +1 -1
- package/lib/request/change-boot-volume-compartment-request.d.ts +1 -1
- package/lib/request/change-byoip-range-compartment-request.d.ts +1 -1
- package/lib/request/change-cluster-network-compartment-request.d.ts +1 -1
- package/lib/request/change-compute-capacity-reservation-compartment-request.d.ts +1 -1
- package/lib/request/change-compute-image-capability-schema-compartment-request.d.ts +1 -1
- package/lib/request/change-cpe-compartment-request.d.ts +1 -1
- package/lib/request/change-cross-connect-compartment-request.d.ts +1 -1
- package/lib/request/change-cross-connect-group-compartment-request.d.ts +1 -1
- package/lib/request/change-dedicated-vm-host-compartment-request.d.ts +1 -1
- package/lib/request/change-dhcp-options-compartment-request.d.ts +1 -1
- package/lib/request/change-drg-compartment-request.d.ts +1 -1
- package/lib/request/change-image-compartment-request.d.ts +1 -1
- package/lib/request/change-instance-compartment-request.d.ts +1 -1
- package/lib/request/change-instance-configuration-compartment-request.d.ts +1 -1
- package/lib/request/change-instance-pool-compartment-request.d.ts +1 -1
- package/lib/request/change-internet-gateway-compartment-request.d.ts +1 -1
- package/lib/request/change-ipsec-connection-compartment-request.d.ts +1 -1
- package/lib/request/change-local-peering-gateway-compartment-request.d.ts +1 -1
- package/lib/request/change-nat-gateway-compartment-request.d.ts +1 -1
- package/lib/request/change-network-security-group-compartment-request.d.ts +1 -1
- package/lib/request/change-public-ip-compartment-request.d.ts +1 -1
- package/lib/request/change-public-ip-pool-compartment-request.d.ts +1 -1
- package/lib/request/change-remote-peering-connection-compartment-request.d.ts +1 -1
- package/lib/request/change-route-table-compartment-request.d.ts +1 -1
- package/lib/request/change-security-list-compartment-request.d.ts +1 -1
- package/lib/request/change-service-gateway-compartment-request.d.ts +1 -1
- package/lib/request/change-subnet-compartment-request.d.ts +1 -1
- package/lib/request/change-vcn-compartment-request.d.ts +1 -1
- package/lib/request/change-virtual-circuit-compartment-request.d.ts +1 -1
- package/lib/request/change-vlan-compartment-request.d.ts +1 -1
- package/lib/request/change-volume-backup-compartment-request.d.ts +1 -1
- package/lib/request/change-volume-compartment-request.d.ts +1 -1
- package/lib/request/change-volume-group-backup-compartment-request.d.ts +1 -1
- package/lib/request/change-volume-group-compartment-request.d.ts +1 -1
- package/lib/request/connect-local-peering-gateways-request.d.ts +1 -1
- package/lib/request/connect-remote-peering-connections-request.d.ts +1 -1
- package/lib/request/copy-boot-volume-backup-request.d.ts +1 -1
- package/lib/request/copy-volume-backup-request.d.ts +1 -1
- package/lib/request/copy-volume-group-backup-request.d.ts +1 -1
- package/lib/request/create-app-catalog-subscription-request.d.ts +1 -1
- package/lib/request/create-boot-volume-backup-request.d.ts +1 -1
- package/lib/request/create-boot-volume-request.d.ts +1 -1
- package/lib/request/create-byoip-range-request.d.ts +1 -1
- package/lib/request/create-cluster-network-request.d.ts +1 -1
- package/lib/request/create-compute-capacity-reservation-request.d.ts +1 -1
- package/lib/request/create-compute-image-capability-schema-request.d.ts +1 -1
- package/lib/request/create-cpe-request.d.ts +1 -1
- package/lib/request/create-cross-connect-group-request.d.ts +1 -1
- package/lib/request/create-cross-connect-request.d.ts +1 -1
- package/lib/request/create-dedicated-vm-host-request.d.ts +1 -1
- package/lib/request/create-dhcp-options-request.d.ts +1 -1
- package/lib/request/create-drg-attachment-request.d.ts +1 -1
- package/lib/request/create-drg-request.d.ts +1 -1
- package/lib/request/create-drg-route-distribution-request.d.ts +1 -1
- package/lib/request/create-drg-route-table-request.d.ts +1 -1
- package/lib/request/create-image-request.d.ts +1 -1
- package/lib/request/create-instance-configuration-request.d.ts +1 -1
- package/lib/request/create-instance-console-connection-request.d.ts +1 -1
- package/lib/request/create-instance-pool-request.d.ts +1 -1
- package/lib/request/create-internet-gateway-request.d.ts +1 -1
- package/lib/request/create-ipsec-connection-request.d.ts +1 -1
- package/lib/request/create-ipv6-request.d.ts +1 -1
- package/lib/request/create-local-peering-gateway-request.d.ts +1 -1
- package/lib/request/create-nat-gateway-request.d.ts +1 -1
- package/lib/request/create-network-security-group-request.d.ts +1 -1
- package/lib/request/create-private-ip-request.d.ts +1 -1
- package/lib/request/create-public-ip-pool-request.d.ts +1 -1
- package/lib/request/create-public-ip-request.d.ts +1 -1
- package/lib/request/create-remote-peering-connection-request.d.ts +1 -1
- package/lib/request/create-route-table-request.d.ts +1 -1
- package/lib/request/create-security-list-request.d.ts +1 -1
- package/lib/request/create-service-gateway-request.d.ts +1 -1
- package/lib/request/create-subnet-request.d.ts +1 -1
- package/lib/request/create-vcn-request.d.ts +1 -1
- package/lib/request/create-virtual-circuit-request.d.ts +1 -1
- package/lib/request/create-vlan-request.d.ts +1 -1
- package/lib/request/create-volume-backup-policy-assignment-request.d.ts +1 -1
- package/lib/request/create-volume-backup-policy-request.d.ts +1 -1
- package/lib/request/create-volume-backup-request.d.ts +1 -1
- package/lib/request/create-volume-group-backup-request.d.ts +1 -1
- package/lib/request/create-volume-group-request.d.ts +1 -1
- package/lib/request/create-volume-request.d.ts +1 -1
- package/lib/request/delete-app-catalog-subscription-request.d.ts +1 -1
- package/lib/request/delete-boot-volume-backup-request.d.ts +1 -1
- package/lib/request/delete-boot-volume-kms-key-request.d.ts +1 -1
- package/lib/request/delete-boot-volume-request.d.ts +1 -1
- package/lib/request/delete-byoip-range-request.d.ts +1 -1
- package/lib/request/delete-compute-capacity-reservation-request.d.ts +1 -1
- package/lib/request/delete-compute-image-capability-schema-request.d.ts +1 -1
- package/lib/request/delete-console-history-request.d.ts +1 -1
- package/lib/request/delete-cpe-request.d.ts +1 -1
- package/lib/request/delete-cross-connect-group-request.d.ts +1 -1
- package/lib/request/delete-cross-connect-request.d.ts +1 -1
- package/lib/request/delete-dedicated-vm-host-request.d.ts +1 -1
- package/lib/request/delete-dhcp-options-request.d.ts +1 -1
- package/lib/request/delete-drg-attachment-request.d.ts +1 -1
- package/lib/request/delete-drg-request.d.ts +1 -1
- package/lib/request/delete-drg-route-distribution-request.d.ts +1 -1
- package/lib/request/delete-drg-route-table-request.d.ts +1 -1
- package/lib/request/delete-image-request.d.ts +1 -1
- package/lib/request/delete-instance-configuration-request.d.ts +1 -1
- package/lib/request/delete-instance-console-connection-request.d.ts +1 -1
- package/lib/request/delete-internet-gateway-request.d.ts +1 -1
- package/lib/request/delete-ipsec-connection-request.d.ts +1 -1
- package/lib/request/delete-ipv6-request.d.ts +1 -1
- package/lib/request/delete-local-peering-gateway-request.d.ts +1 -1
- package/lib/request/delete-nat-gateway-request.d.ts +1 -1
- package/lib/request/delete-network-security-group-request.d.ts +1 -1
- package/lib/request/delete-private-ip-request.d.ts +1 -1
- package/lib/request/delete-public-ip-pool-request.d.ts +1 -1
- package/lib/request/delete-public-ip-request.d.ts +1 -1
- package/lib/request/delete-remote-peering-connection-request.d.ts +1 -1
- package/lib/request/delete-route-table-request.d.ts +1 -1
- package/lib/request/delete-security-list-request.d.ts +1 -1
- package/lib/request/delete-service-gateway-request.d.ts +1 -1
- package/lib/request/delete-subnet-request.d.ts +1 -1
- package/lib/request/delete-vcn-request.d.ts +1 -1
- package/lib/request/delete-virtual-circuit-request.d.ts +1 -1
- package/lib/request/delete-vlan-request.d.ts +1 -1
- package/lib/request/delete-volume-backup-policy-assignment-request.d.ts +1 -1
- package/lib/request/delete-volume-backup-policy-request.d.ts +1 -1
- package/lib/request/delete-volume-backup-request.d.ts +1 -1
- package/lib/request/delete-volume-group-backup-request.d.ts +1 -1
- package/lib/request/delete-volume-group-request.d.ts +1 -1
- package/lib/request/delete-volume-kms-key-request.d.ts +1 -1
- package/lib/request/delete-volume-request.d.ts +1 -1
- package/lib/request/detach-boot-volume-request.d.ts +1 -1
- package/lib/request/detach-instance-pool-instance-request.d.ts +1 -1
- package/lib/request/detach-load-balancer-request.d.ts +1 -1
- package/lib/request/detach-service-id-request.d.ts +1 -1
- package/lib/request/detach-vnic-request.d.ts +1 -1
- package/lib/request/detach-volume-request.d.ts +1 -1
- package/lib/request/export-image-request.d.ts +1 -1
- package/lib/request/get-all-drg-attachments-request.d.ts +1 -1
- package/lib/request/get-allowed-ike-ipsec-parameters-request.d.ts +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-cluster-network-request.d.ts +1 -1
- package/lib/request/get-compute-capacity-reservation-request.d.ts +1 -1
- package/lib/request/get-compute-global-image-capability-schema-request.d.ts +1 -1
- package/lib/request/get-compute-global-image-capability-schema-version-request.d.ts +1 -1
- package/lib/request/get-compute-image-capability-schema-request.d.ts +1 -1
- package/lib/request/get-console-history-content-request.d.ts +1 -1
- package/lib/request/get-console-history-request.d.ts +1 -1
- package/lib/request/get-cpe-device-config-content-request.d.ts +1 -1
- package/lib/request/get-cpe-device-shape-request.d.ts +1 -1
- package/lib/request/get-cpe-request.d.ts +1 -1
- package/lib/request/get-cross-connect-group-request.d.ts +1 -1
- package/lib/request/get-cross-connect-letter-of-authority-request.d.ts +1 -1
- package/lib/request/get-cross-connect-request.d.ts +1 -1
- package/lib/request/get-cross-connect-status-request.d.ts +1 -1
- package/lib/request/get-dedicated-vm-host-request.d.ts +1 -1
- package/lib/request/get-dhcp-options-request.d.ts +1 -1
- package/lib/request/get-drg-attachment-request.d.ts +1 -1
- package/lib/request/get-drg-redundancy-status-request.d.ts +1 -1
- package/lib/request/get-drg-request.d.ts +1 -1
- package/lib/request/get-drg-route-distribution-request.d.ts +1 -1
- package/lib/request/get-drg-route-table-request.d.ts +1 -1
- package/lib/request/get-fast-connect-provider-service-key-request.d.ts +1 -1
- package/lib/request/get-fast-connect-provider-service-request.d.ts +1 -1
- package/lib/request/get-image-request.d.ts +1 -1
- package/lib/request/get-image-shape-compatibility-entry-request.d.ts +1 -1
- package/lib/request/get-instance-configuration-request.d.ts +1 -1
- package/lib/request/get-instance-console-connection-request.d.ts +1 -1
- package/lib/request/get-instance-pool-instance-request.d.ts +1 -1
- package/lib/request/get-instance-pool-load-balancer-attachment-request.d.ts +1 -1
- package/lib/request/get-instance-pool-request.d.ts +1 -1
- package/lib/request/get-instance-request.d.ts +1 -1
- package/lib/request/get-internet-gateway-request.d.ts +1 -1
- package/lib/request/get-ipsec-connection-device-config-request.d.ts +1 -1
- package/lib/request/get-ipsec-connection-device-status-request.d.ts +1 -1
- package/lib/request/get-ipsec-connection-request.d.ts +1 -1
- package/lib/request/get-ipsec-connection-tunnel-error-request.d.ts +1 -1
- package/lib/request/get-ipsec-connection-tunnel-request.d.ts +1 -1
- package/lib/request/get-ipsec-connection-tunnel-shared-secret-request.d.ts +1 -1
- package/lib/request/get-ipsec-cpe-device-config-content-request.d.ts +1 -1
- package/lib/request/get-ipv6-request.d.ts +1 -1
- package/lib/request/get-local-peering-gateway-request.d.ts +1 -1
- package/lib/request/get-measured-boot-report-request.d.ts +1 -1
- package/lib/request/get-nat-gateway-request.d.ts +1 -1
- package/lib/request/get-network-security-group-request.d.ts +1 -1
- package/lib/request/get-networking-topology-request.d.ts +1 -1
- package/lib/request/get-private-ip-request.d.ts +1 -1
- package/lib/request/get-public-ip-by-ip-address-request.d.ts +1 -1
- package/lib/request/get-public-ip-by-private-ip-id-request.d.ts +1 -1
- package/lib/request/get-public-ip-pool-request.d.ts +1 -1
- package/lib/request/get-public-ip-request.d.ts +1 -1
- package/lib/request/get-remote-peering-connection-request.d.ts +1 -1
- package/lib/request/get-route-table-request.d.ts +1 -1
- package/lib/request/get-security-list-request.d.ts +1 -1
- package/lib/request/get-service-gateway-request.d.ts +1 -1
- package/lib/request/get-service-request.d.ts +1 -1
- package/lib/request/get-subnet-request.d.ts +1 -1
- package/lib/request/get-subnet-topology-request.d.ts +1 -1
- package/lib/request/get-tunnel-cpe-device-config-content-request.d.ts +1 -1
- package/lib/request/get-tunnel-cpe-device-config-request.d.ts +1 -1
- package/lib/request/get-upgrade-status-request.d.ts +1 -1
- package/lib/request/get-vcn-dns-resolver-association-request.d.ts +1 -1
- package/lib/request/get-vcn-request.d.ts +1 -1
- package/lib/request/get-vcn-topology-request.d.ts +1 -1
- package/lib/request/get-virtual-circuit-request.d.ts +1 -1
- package/lib/request/get-vlan-request.d.ts +1 -1
- package/lib/request/get-vnic-attachment-request.d.ts +1 -1
- package/lib/request/get-vnic-request.d.ts +1 -1
- package/lib/request/get-volume-attachment-request.d.ts +1 -1
- package/lib/request/get-volume-backup-policy-asset-assignment-request.d.ts +1 -1
- package/lib/request/get-volume-backup-policy-assignment-request.d.ts +1 -1
- package/lib/request/get-volume-backup-policy-request.d.ts +1 -1
- package/lib/request/get-volume-backup-request.d.ts +1 -1
- package/lib/request/get-volume-group-backup-request.d.ts +1 -1
- package/lib/request/get-volume-group-replica-request.d.ts +1 -1
- package/lib/request/get-volume-group-request.d.ts +1 -1
- package/lib/request/get-volume-kms-key-request.d.ts +1 -1
- package/lib/request/get-volume-request.d.ts +1 -1
- package/lib/request/get-windows-instance-initial-credentials-request.d.ts +1 -1
- package/lib/request/index.d.ts +6 -0
- package/lib/request/index.js.map +1 -1
- package/lib/request/instance-action-request.d.ts +1 -1
- package/lib/request/launch-instance-configuration-request.d.ts +1 -1
- package/lib/request/launch-instance-request.d.ts +1 -1
- package/lib/request/list-allowed-peer-regions-for-remote-peering-request.d.ts +1 -1
- package/lib/request/list-app-catalog-listing-resource-versions-request.d.ts +1 -1
- package/lib/request/list-app-catalog-listings-request.d.ts +1 -1
- package/lib/request/list-app-catalog-subscriptions-request.d.ts +1 -1
- package/lib/request/list-block-volume-replicas-request.d.ts +1 -1
- package/lib/request/list-boot-volume-attachments-request.d.ts +1 -1
- package/lib/request/list-boot-volume-backups-request.d.ts +1 -1
- package/lib/request/list-boot-volume-replicas-request.d.ts +1 -1
- package/lib/request/list-boot-volumes-request.d.ts +1 -1
- package/lib/request/list-byoip-allocated-ranges-request.d.ts +1 -1
- package/lib/request/list-byoip-ranges-request.d.ts +1 -1
- package/lib/request/list-cluster-network-instances-request.d.ts +1 -1
- package/lib/request/list-cluster-networks-request.d.ts +1 -1
- package/lib/request/list-compute-capacity-reservation-instance-shapes-request.d.ts +1 -1
- package/lib/request/list-compute-capacity-reservation-instances-request.d.ts +1 -1
- package/lib/request/list-compute-capacity-reservations-request.d.ts +1 -1
- package/lib/request/list-compute-global-image-capability-schema-versions-request.d.ts +1 -1
- package/lib/request/list-compute-global-image-capability-schemas-request.d.ts +1 -1
- package/lib/request/list-compute-image-capability-schemas-request.d.ts +1 -1
- package/lib/request/list-console-histories-request.d.ts +1 -1
- package/lib/request/list-cpe-device-shapes-request.d.ts +1 -1
- package/lib/request/list-cpes-request.d.ts +1 -1
- package/lib/request/list-cross-connect-groups-request.d.ts +1 -1
- package/lib/request/list-cross-connect-locations-request.d.ts +1 -1
- package/lib/request/list-cross-connect-mappings-request.d.ts +1 -1
- package/lib/request/list-cross-connects-request.d.ts +1 -1
- package/lib/request/list-crossconnect-port-speed-shapes-request.d.ts +1 -1
- package/lib/request/list-dedicated-vm-host-instance-shapes-request.d.ts +1 -1
- package/lib/request/list-dedicated-vm-host-instances-request.d.ts +1 -1
- package/lib/request/list-dedicated-vm-host-shapes-request.d.ts +1 -1
- package/lib/request/list-dedicated-vm-hosts-request.d.ts +1 -1
- package/lib/request/list-dhcp-options-request.d.ts +1 -1
- package/lib/request/list-drg-attachments-request.d.ts +1 -1
- package/lib/request/list-drg-route-distribution-statements-request.d.ts +1 -1
- package/lib/request/list-drg-route-distributions-request.d.ts +1 -1
- package/lib/request/list-drg-route-rules-request.d.ts +1 -1
- package/lib/request/list-drg-route-tables-request.d.ts +1 -1
- package/lib/request/list-drgs-request.d.ts +1 -1
- package/lib/request/list-fast-connect-provider-services-request.d.ts +1 -1
- package/lib/request/list-fast-connect-provider-virtual-circuit-bandwidth-shapes-request.d.ts +1 -1
- package/lib/request/list-image-shape-compatibility-entries-request.d.ts +1 -1
- package/lib/request/list-images-request.d.ts +1 -1
- package/lib/request/list-instance-configurations-request.d.ts +1 -1
- package/lib/request/list-instance-console-connections-request.d.ts +1 -1
- package/lib/request/list-instance-devices-request.d.ts +1 -1
- package/lib/request/list-instance-pool-instances-request.d.ts +1 -1
- package/lib/request/list-instance-pools-request.d.ts +1 -1
- package/lib/request/list-instances-request.d.ts +1 -1
- package/lib/request/list-internet-gateways-request.d.ts +1 -1
- package/lib/request/list-ipsec-connection-tunnel-routes-request.d.ts +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-bandwidth-shapes-request.d.ts +1 -1
- package/lib/request/list-virtual-circuit-public-prefixes-request.d.ts +1 -1
- package/lib/request/list-virtual-circuits-request.d.ts +1 -1
- package/lib/request/list-vlans-request.d.ts +1 -1
- package/lib/request/list-vnic-attachments-request.d.ts +1 -1
- package/lib/request/list-volume-attachments-request.d.ts +1 -1
- package/lib/request/list-volume-backup-policies-request.d.ts +1 -1
- package/lib/request/list-volume-backups-request.d.ts +1 -1
- package/lib/request/list-volume-group-backups-request.d.ts +1 -1
- package/lib/request/list-volume-group-replicas-request.d.ts +1 -1
- package/lib/request/list-volume-groups-request.d.ts +1 -1
- package/lib/request/list-volumes-request.d.ts +1 -1
- package/lib/request/modify-vcn-cidr-request.d.ts +1 -1
- package/lib/request/remove-drg-route-distribution-statements-request.d.ts +1 -1
- package/lib/request/remove-drg-route-rules-request.d.ts +1 -1
- package/lib/request/remove-export-drg-route-distribution-request.d.ts +1 -1
- package/lib/request/remove-image-shape-compatibility-entry-request.d.ts +1 -1
- package/lib/request/remove-import-drg-route-distribution-request.d.ts +1 -1
- package/lib/request/remove-ipv6-subnet-cidr-request.d.ts +49 -0
- package/lib/request/remove-ipv6-subnet-cidr-request.js +15 -0
- package/lib/request/remove-ipv6-subnet-cidr-request.js.map +1 -0
- package/lib/request/remove-ipv6-vcn-cidr-request.d.ts +49 -0
- package/lib/request/remove-ipv6-vcn-cidr-request.js +15 -0
- package/lib/request/remove-ipv6-vcn-cidr-request.js.map +1 -0
- package/lib/request/remove-network-security-group-security-rules-request.d.ts +1 -1
- package/lib/request/remove-public-ip-pool-capacity-request.d.ts +1 -1
- package/lib/request/remove-vcn-cidr-request.d.ts +1 -1
- package/lib/request/reset-instance-pool-request.d.ts +1 -1
- package/lib/request/softreset-instance-pool-request.d.ts +1 -1
- package/lib/request/start-instance-pool-request.d.ts +1 -1
- package/lib/request/stop-instance-pool-request.d.ts +1 -1
- package/lib/request/terminate-cluster-network-request.d.ts +1 -1
- package/lib/request/terminate-instance-pool-request.d.ts +1 -1
- package/lib/request/terminate-instance-request.d.ts +1 -1
- package/lib/request/update-boot-volume-backup-request.d.ts +1 -1
- package/lib/request/update-boot-volume-kms-key-request.d.ts +1 -1
- package/lib/request/update-boot-volume-request.d.ts +1 -1
- package/lib/request/update-byoip-range-request.d.ts +1 -1
- package/lib/request/update-cluster-network-request.d.ts +1 -1
- package/lib/request/update-compute-capacity-reservation-request.d.ts +1 -1
- package/lib/request/update-compute-image-capability-schema-request.d.ts +1 -1
- package/lib/request/update-console-history-request.d.ts +1 -1
- package/lib/request/update-cpe-request.d.ts +1 -1
- package/lib/request/update-cross-connect-group-request.d.ts +1 -1
- package/lib/request/update-cross-connect-request.d.ts +1 -1
- package/lib/request/update-dedicated-vm-host-request.d.ts +1 -1
- package/lib/request/update-dhcp-options-request.d.ts +1 -1
- package/lib/request/update-drg-attachment-request.d.ts +1 -1
- package/lib/request/update-drg-request.d.ts +1 -1
- package/lib/request/update-drg-route-distribution-request.d.ts +1 -1
- package/lib/request/update-drg-route-distribution-statements-request.d.ts +1 -1
- package/lib/request/update-drg-route-rules-request.d.ts +1 -1
- package/lib/request/update-drg-route-table-request.d.ts +1 -1
- package/lib/request/update-image-request.d.ts +1 -1
- package/lib/request/update-instance-configuration-request.d.ts +1 -1
- package/lib/request/update-instance-console-connection-request.d.ts +1 -1
- package/lib/request/update-instance-pool-request.d.ts +1 -1
- package/lib/request/update-instance-request.d.ts +1 -1
- package/lib/request/update-internet-gateway-request.d.ts +1 -1
- package/lib/request/update-ipsec-connection-request.d.ts +1 -1
- package/lib/request/update-ipsec-connection-tunnel-request.d.ts +1 -1
- package/lib/request/update-ipsec-connection-tunnel-shared-secret-request.d.ts +1 -1
- package/lib/request/update-ipv6-request.d.ts +1 -1
- package/lib/request/update-local-peering-gateway-request.d.ts +1 -1
- package/lib/request/update-nat-gateway-request.d.ts +1 -1
- package/lib/request/update-network-security-group-request.d.ts +1 -1
- package/lib/request/update-network-security-group-security-rules-request.d.ts +1 -1
- package/lib/request/update-private-ip-request.d.ts +1 -1
- package/lib/request/update-public-ip-pool-request.d.ts +1 -1
- package/lib/request/update-public-ip-request.d.ts +1 -1
- package/lib/request/update-remote-peering-connection-request.d.ts +1 -1
- package/lib/request/update-route-table-request.d.ts +1 -1
- package/lib/request/update-security-list-request.d.ts +1 -1
- package/lib/request/update-service-gateway-request.d.ts +1 -1
- package/lib/request/update-subnet-request.d.ts +1 -1
- package/lib/request/update-tunnel-cpe-device-config-request.d.ts +1 -1
- package/lib/request/update-vcn-request.d.ts +1 -1
- package/lib/request/update-virtual-circuit-request.d.ts +1 -1
- package/lib/request/update-vlan-request.d.ts +1 -1
- package/lib/request/update-vnic-request.d.ts +1 -1
- package/lib/request/update-volume-attachment-request.d.ts +1 -1
- package/lib/request/update-volume-backup-policy-request.d.ts +1 -1
- package/lib/request/update-volume-backup-request.d.ts +1 -1
- package/lib/request/update-volume-group-backup-request.d.ts +1 -1
- package/lib/request/update-volume-group-request.d.ts +1 -1
- package/lib/request/update-volume-kms-key-request.d.ts +1 -1
- package/lib/request/update-volume-request.d.ts +1 -1
- package/lib/request/upgrade-drg-request.d.ts +1 -1
- package/lib/request/validate-byoip-range-request.d.ts +1 -1
- package/lib/request/withdraw-byoip-range-request.d.ts +1 -1
- package/lib/response/add-ipv6-subnet-cidr-response.d.ts +31 -0
- package/lib/response/add-ipv6-subnet-cidr-response.js +15 -0
- package/lib/response/add-ipv6-subnet-cidr-response.js.map +1 -0
- package/lib/response/index.d.ts +6 -0
- package/lib/response/remove-ipv6-subnet-cidr-response.d.ts +31 -0
- package/lib/response/remove-ipv6-subnet-cidr-response.js +15 -0
- package/lib/response/remove-ipv6-subnet-cidr-response.js.map +1 -0
- package/lib/response/remove-ipv6-vcn-cidr-response.d.ts +31 -0
- package/lib/response/remove-ipv6-vcn-cidr-response.js +15 -0
- package/lib/response/remove-ipv6-vcn-cidr-response.js.map +1 -0
- package/lib/virtualnetwork-waiter.d.ts +30 -0
- package/lib/virtualnetwork-waiter.js +39 -0
- package/lib/virtualnetwork-waiter.js.map +1 -1
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -163,7 +163,7 @@ class BlockstorageClient {
|
|
|
163
163
|
* @param ChangeBootVolumeBackupCompartmentRequest
|
|
164
164
|
* @return ChangeBootVolumeBackupCompartmentResponse
|
|
165
165
|
* @throws OciError when an error occurs
|
|
166
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
166
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeBootVolumeBackupCompartment.ts.html |here} to see how to use ChangeBootVolumeBackupCompartment API.
|
|
167
167
|
*/
|
|
168
168
|
changeBootVolumeBackupCompartment(changeBootVolumeBackupCompartmentRequest) {
|
|
169
169
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -224,7 +224,7 @@ class BlockstorageClient {
|
|
|
224
224
|
* @param ChangeBootVolumeCompartmentRequest
|
|
225
225
|
* @return ChangeBootVolumeCompartmentResponse
|
|
226
226
|
* @throws OciError when an error occurs
|
|
227
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
227
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeBootVolumeCompartment.ts.html |here} to see how to use ChangeBootVolumeCompartment API.
|
|
228
228
|
*/
|
|
229
229
|
changeBootVolumeCompartment(changeBootVolumeCompartmentRequest) {
|
|
230
230
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -285,7 +285,7 @@ class BlockstorageClient {
|
|
|
285
285
|
* @param ChangeVolumeBackupCompartmentRequest
|
|
286
286
|
* @return ChangeVolumeBackupCompartmentResponse
|
|
287
287
|
* @throws OciError when an error occurs
|
|
288
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
288
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeVolumeBackupCompartment.ts.html |here} to see how to use ChangeVolumeBackupCompartment API.
|
|
289
289
|
*/
|
|
290
290
|
changeVolumeBackupCompartment(changeVolumeBackupCompartmentRequest) {
|
|
291
291
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -346,7 +346,7 @@ class BlockstorageClient {
|
|
|
346
346
|
* @param ChangeVolumeCompartmentRequest
|
|
347
347
|
* @return ChangeVolumeCompartmentResponse
|
|
348
348
|
* @throws OciError when an error occurs
|
|
349
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
349
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeVolumeCompartment.ts.html |here} to see how to use ChangeVolumeCompartment API.
|
|
350
350
|
*/
|
|
351
351
|
changeVolumeCompartment(changeVolumeCompartmentRequest) {
|
|
352
352
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -407,7 +407,7 @@ class BlockstorageClient {
|
|
|
407
407
|
* @param ChangeVolumeGroupBackupCompartmentRequest
|
|
408
408
|
* @return ChangeVolumeGroupBackupCompartmentResponse
|
|
409
409
|
* @throws OciError when an error occurs
|
|
410
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
410
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeVolumeGroupBackupCompartment.ts.html |here} to see how to use ChangeVolumeGroupBackupCompartment API.
|
|
411
411
|
*/
|
|
412
412
|
changeVolumeGroupBackupCompartment(changeVolumeGroupBackupCompartmentRequest) {
|
|
413
413
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -468,7 +468,7 @@ class BlockstorageClient {
|
|
|
468
468
|
* @param ChangeVolumeGroupCompartmentRequest
|
|
469
469
|
* @return ChangeVolumeGroupCompartmentResponse
|
|
470
470
|
* @throws OciError when an error occurs
|
|
471
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
471
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeVolumeGroupCompartment.ts.html |here} to see how to use ChangeVolumeGroupCompartment API.
|
|
472
472
|
*/
|
|
473
473
|
changeVolumeGroupCompartment(changeVolumeGroupCompartmentRequest) {
|
|
474
474
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -528,7 +528,7 @@ class BlockstorageClient {
|
|
|
528
528
|
* @param CopyBootVolumeBackupRequest
|
|
529
529
|
* @return CopyBootVolumeBackupResponse
|
|
530
530
|
* @throws OciError when an error occurs
|
|
531
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
531
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CopyBootVolumeBackup.ts.html |here} to see how to use CopyBootVolumeBackup API.
|
|
532
532
|
*/
|
|
533
533
|
copyBootVolumeBackup(copyBootVolumeBackupRequest) {
|
|
534
534
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -608,7 +608,7 @@ class BlockstorageClient {
|
|
|
608
608
|
* @param CopyVolumeBackupRequest
|
|
609
609
|
* @return CopyVolumeBackupResponse
|
|
610
610
|
* @throws OciError when an error occurs
|
|
611
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
611
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CopyVolumeBackup.ts.html |here} to see how to use CopyVolumeBackup API.
|
|
612
612
|
*/
|
|
613
613
|
copyVolumeBackup(copyVolumeBackupRequest) {
|
|
614
614
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -688,7 +688,7 @@ class BlockstorageClient {
|
|
|
688
688
|
* @param CopyVolumeGroupBackupRequest
|
|
689
689
|
* @return CopyVolumeGroupBackupResponse
|
|
690
690
|
* @throws OciError when an error occurs
|
|
691
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
691
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CopyVolumeGroupBackup.ts.html |here} to see how to use CopyVolumeGroupBackup API.
|
|
692
692
|
*/
|
|
693
693
|
copyVolumeGroupBackup(copyVolumeGroupBackupRequest) {
|
|
694
694
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -755,7 +755,7 @@ class BlockstorageClient {
|
|
|
755
755
|
* @param CreateBootVolumeRequest
|
|
756
756
|
* @return CreateBootVolumeResponse
|
|
757
757
|
* @throws OciError when an error occurs
|
|
758
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
758
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateBootVolume.ts.html |here} to see how to use CreateBootVolume API.
|
|
759
759
|
*/
|
|
760
760
|
createBootVolume(createBootVolumeRequest) {
|
|
761
761
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -821,7 +821,7 @@ class BlockstorageClient {
|
|
|
821
821
|
* @param CreateBootVolumeBackupRequest
|
|
822
822
|
* @return CreateBootVolumeBackupResponse
|
|
823
823
|
* @throws OciError when an error occurs
|
|
824
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
824
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateBootVolumeBackup.ts.html |here} to see how to use CreateBootVolumeBackup API.
|
|
825
825
|
*/
|
|
826
826
|
createBootVolumeBackup(createBootVolumeBackupRequest) {
|
|
827
827
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -895,7 +895,7 @@ class BlockstorageClient {
|
|
|
895
895
|
* @param CreateVolumeRequest
|
|
896
896
|
* @return CreateVolumeResponse
|
|
897
897
|
* @throws OciError when an error occurs
|
|
898
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
898
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateVolume.ts.html |here} to see how to use CreateVolume API.
|
|
899
899
|
*/
|
|
900
900
|
createVolume(createVolumeRequest) {
|
|
901
901
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -961,7 +961,7 @@ class BlockstorageClient {
|
|
|
961
961
|
* @param CreateVolumeBackupRequest
|
|
962
962
|
* @return CreateVolumeBackupResponse
|
|
963
963
|
* @throws OciError when an error occurs
|
|
964
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
964
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateVolumeBackup.ts.html |here} to see how to use CreateVolumeBackup API.
|
|
965
965
|
*/
|
|
966
966
|
createVolumeBackup(createVolumeBackupRequest) {
|
|
967
967
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1025,7 +1025,7 @@ class BlockstorageClient {
|
|
|
1025
1025
|
* @param CreateVolumeBackupPolicyRequest
|
|
1026
1026
|
* @return CreateVolumeBackupPolicyResponse
|
|
1027
1027
|
* @throws OciError when an error occurs
|
|
1028
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1028
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateVolumeBackupPolicy.ts.html |here} to see how to use CreateVolumeBackupPolicy API.
|
|
1029
1029
|
*/
|
|
1030
1030
|
createVolumeBackupPolicy(createVolumeBackupPolicyRequest) {
|
|
1031
1031
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1089,7 +1089,7 @@ class BlockstorageClient {
|
|
|
1089
1089
|
* @param CreateVolumeBackupPolicyAssignmentRequest
|
|
1090
1090
|
* @return CreateVolumeBackupPolicyAssignmentResponse
|
|
1091
1091
|
* @throws OciError when an error occurs
|
|
1092
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1092
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateVolumeBackupPolicyAssignment.ts.html |here} to see how to use CreateVolumeBackupPolicyAssignment API.
|
|
1093
1093
|
*/
|
|
1094
1094
|
createVolumeBackupPolicyAssignment(createVolumeBackupPolicyAssignmentRequest) {
|
|
1095
1095
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1155,7 +1155,7 @@ class BlockstorageClient {
|
|
|
1155
1155
|
* @param CreateVolumeGroupRequest
|
|
1156
1156
|
* @return CreateVolumeGroupResponse
|
|
1157
1157
|
* @throws OciError when an error occurs
|
|
1158
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1158
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateVolumeGroup.ts.html |here} to see how to use CreateVolumeGroup API.
|
|
1159
1159
|
*/
|
|
1160
1160
|
createVolumeGroup(createVolumeGroupRequest) {
|
|
1161
1161
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1217,7 +1217,7 @@ class BlockstorageClient {
|
|
|
1217
1217
|
* @param CreateVolumeGroupBackupRequest
|
|
1218
1218
|
* @return CreateVolumeGroupBackupResponse
|
|
1219
1219
|
* @throws OciError when an error occurs
|
|
1220
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1220
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateVolumeGroupBackup.ts.html |here} to see how to use CreateVolumeGroupBackup API.
|
|
1221
1221
|
*/
|
|
1222
1222
|
createVolumeGroupBackup(createVolumeGroupBackupRequest) {
|
|
1223
1223
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1281,7 +1281,7 @@ class BlockstorageClient {
|
|
|
1281
1281
|
* @param DeleteBootVolumeRequest
|
|
1282
1282
|
* @return DeleteBootVolumeResponse
|
|
1283
1283
|
* @throws OciError when an error occurs
|
|
1284
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1284
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteBootVolume.ts.html |here} to see how to use DeleteBootVolume API.
|
|
1285
1285
|
*/
|
|
1286
1286
|
deleteBootVolume(deleteBootVolumeRequest) {
|
|
1287
1287
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1333,7 +1333,7 @@ class BlockstorageClient {
|
|
|
1333
1333
|
* @param DeleteBootVolumeBackupRequest
|
|
1334
1334
|
* @return DeleteBootVolumeBackupResponse
|
|
1335
1335
|
* @throws OciError when an error occurs
|
|
1336
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1336
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteBootVolumeBackup.ts.html |here} to see how to use DeleteBootVolumeBackup API.
|
|
1337
1337
|
*/
|
|
1338
1338
|
deleteBootVolumeBackup(deleteBootVolumeBackupRequest) {
|
|
1339
1339
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1386,7 +1386,7 @@ class BlockstorageClient {
|
|
|
1386
1386
|
* @param DeleteBootVolumeKmsKeyRequest
|
|
1387
1387
|
* @return DeleteBootVolumeKmsKeyResponse
|
|
1388
1388
|
* @throws OciError when an error occurs
|
|
1389
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1389
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteBootVolumeKmsKey.ts.html |here} to see how to use DeleteBootVolumeKmsKey API.
|
|
1390
1390
|
*/
|
|
1391
1391
|
deleteBootVolumeKmsKey(deleteBootVolumeKmsKeyRequest) {
|
|
1392
1392
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1442,7 +1442,7 @@ class BlockstorageClient {
|
|
|
1442
1442
|
* @param DeleteVolumeRequest
|
|
1443
1443
|
* @return DeleteVolumeResponse
|
|
1444
1444
|
* @throws OciError when an error occurs
|
|
1445
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1445
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteVolume.ts.html |here} to see how to use DeleteVolume API.
|
|
1446
1446
|
*/
|
|
1447
1447
|
deleteVolume(deleteVolumeRequest) {
|
|
1448
1448
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1494,7 +1494,7 @@ class BlockstorageClient {
|
|
|
1494
1494
|
* @param DeleteVolumeBackupRequest
|
|
1495
1495
|
* @return DeleteVolumeBackupResponse
|
|
1496
1496
|
* @throws OciError when an error occurs
|
|
1497
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1497
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteVolumeBackup.ts.html |here} to see how to use DeleteVolumeBackup API.
|
|
1498
1498
|
*/
|
|
1499
1499
|
deleteVolumeBackup(deleteVolumeBackupRequest) {
|
|
1500
1500
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1551,7 +1551,7 @@ class BlockstorageClient {
|
|
|
1551
1551
|
* @param DeleteVolumeBackupPolicyRequest
|
|
1552
1552
|
* @return DeleteVolumeBackupPolicyResponse
|
|
1553
1553
|
* @throws OciError when an error occurs
|
|
1554
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1554
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteVolumeBackupPolicy.ts.html |here} to see how to use DeleteVolumeBackupPolicy API.
|
|
1555
1555
|
*/
|
|
1556
1556
|
deleteVolumeBackupPolicy(deleteVolumeBackupPolicyRequest) {
|
|
1557
1557
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1604,7 +1604,7 @@ class BlockstorageClient {
|
|
|
1604
1604
|
* @param DeleteVolumeBackupPolicyAssignmentRequest
|
|
1605
1605
|
* @return DeleteVolumeBackupPolicyAssignmentResponse
|
|
1606
1606
|
* @throws OciError when an error occurs
|
|
1607
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1607
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteVolumeBackupPolicyAssignment.ts.html |here} to see how to use DeleteVolumeBackupPolicyAssignment API.
|
|
1608
1608
|
*/
|
|
1609
1609
|
deleteVolumeBackupPolicyAssignment(deleteVolumeBackupPolicyAssignmentRequest) {
|
|
1610
1610
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1658,7 +1658,7 @@ class BlockstorageClient {
|
|
|
1658
1658
|
* @param DeleteVolumeGroupRequest
|
|
1659
1659
|
* @return DeleteVolumeGroupResponse
|
|
1660
1660
|
* @throws OciError when an error occurs
|
|
1661
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1661
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteVolumeGroup.ts.html |here} to see how to use DeleteVolumeGroup API.
|
|
1662
1662
|
*/
|
|
1663
1663
|
deleteVolumeGroup(deleteVolumeGroupRequest) {
|
|
1664
1664
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1712,7 +1712,7 @@ class BlockstorageClient {
|
|
|
1712
1712
|
* @param DeleteVolumeGroupBackupRequest
|
|
1713
1713
|
* @return DeleteVolumeGroupBackupResponse
|
|
1714
1714
|
* @throws OciError when an error occurs
|
|
1715
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1715
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteVolumeGroupBackup.ts.html |here} to see how to use DeleteVolumeGroupBackup API.
|
|
1716
1716
|
*/
|
|
1717
1717
|
deleteVolumeGroupBackup(deleteVolumeGroupBackupRequest) {
|
|
1718
1718
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1765,7 +1765,7 @@ class BlockstorageClient {
|
|
|
1765
1765
|
* @param DeleteVolumeKmsKeyRequest
|
|
1766
1766
|
* @return DeleteVolumeKmsKeyResponse
|
|
1767
1767
|
* @throws OciError when an error occurs
|
|
1768
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1768
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteVolumeKmsKey.ts.html |here} to see how to use DeleteVolumeKmsKey API.
|
|
1769
1769
|
*/
|
|
1770
1770
|
deleteVolumeKmsKey(deleteVolumeKmsKeyRequest) {
|
|
1771
1771
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1817,7 +1817,7 @@ class BlockstorageClient {
|
|
|
1817
1817
|
* @param GetBlockVolumeReplicaRequest
|
|
1818
1818
|
* @return GetBlockVolumeReplicaResponse
|
|
1819
1819
|
* @throws OciError when an error occurs
|
|
1820
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1820
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetBlockVolumeReplica.ts.html |here} to see how to use GetBlockVolumeReplica API.
|
|
1821
1821
|
*/
|
|
1822
1822
|
getBlockVolumeReplica(getBlockVolumeReplicaRequest) {
|
|
1823
1823
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1877,7 +1877,7 @@ class BlockstorageClient {
|
|
|
1877
1877
|
* @param GetBootVolumeRequest
|
|
1878
1878
|
* @return GetBootVolumeResponse
|
|
1879
1879
|
* @throws OciError when an error occurs
|
|
1880
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1880
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetBootVolume.ts.html |here} to see how to use GetBootVolume API.
|
|
1881
1881
|
*/
|
|
1882
1882
|
getBootVolume(getBootVolumeRequest) {
|
|
1883
1883
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1937,7 +1937,7 @@ class BlockstorageClient {
|
|
|
1937
1937
|
* @param GetBootVolumeBackupRequest
|
|
1938
1938
|
* @return GetBootVolumeBackupResponse
|
|
1939
1939
|
* @throws OciError when an error occurs
|
|
1940
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1940
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetBootVolumeBackup.ts.html |here} to see how to use GetBootVolumeBackup API.
|
|
1941
1941
|
*/
|
|
1942
1942
|
getBootVolumeBackup(getBootVolumeBackupRequest) {
|
|
1943
1943
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1998,7 +1998,7 @@ class BlockstorageClient {
|
|
|
1998
1998
|
* @param GetBootVolumeKmsKeyRequest
|
|
1999
1999
|
* @return GetBootVolumeKmsKeyResponse
|
|
2000
2000
|
* @throws OciError when an error occurs
|
|
2001
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2001
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetBootVolumeKmsKey.ts.html |here} to see how to use GetBootVolumeKmsKey API.
|
|
2002
2002
|
*/
|
|
2003
2003
|
getBootVolumeKmsKey(getBootVolumeKmsKeyRequest) {
|
|
2004
2004
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2059,7 +2059,7 @@ class BlockstorageClient {
|
|
|
2059
2059
|
* @param GetBootVolumeReplicaRequest
|
|
2060
2060
|
* @return GetBootVolumeReplicaResponse
|
|
2061
2061
|
* @throws OciError when an error occurs
|
|
2062
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2062
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetBootVolumeReplica.ts.html |here} to see how to use GetBootVolumeReplica API.
|
|
2063
2063
|
*/
|
|
2064
2064
|
getBootVolumeReplica(getBootVolumeReplicaRequest) {
|
|
2065
2065
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2119,7 +2119,7 @@ class BlockstorageClient {
|
|
|
2119
2119
|
* @param GetVolumeRequest
|
|
2120
2120
|
* @return GetVolumeResponse
|
|
2121
2121
|
* @throws OciError when an error occurs
|
|
2122
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2122
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetVolume.ts.html |here} to see how to use GetVolume API.
|
|
2123
2123
|
*/
|
|
2124
2124
|
getVolume(getVolumeRequest) {
|
|
2125
2125
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2179,7 +2179,7 @@ class BlockstorageClient {
|
|
|
2179
2179
|
* @param GetVolumeBackupRequest
|
|
2180
2180
|
* @return GetVolumeBackupResponse
|
|
2181
2181
|
* @throws OciError when an error occurs
|
|
2182
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2182
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetVolumeBackup.ts.html |here} to see how to use GetVolumeBackup API.
|
|
2183
2183
|
*/
|
|
2184
2184
|
getVolumeBackup(getVolumeBackupRequest) {
|
|
2185
2185
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2239,7 +2239,7 @@ class BlockstorageClient {
|
|
|
2239
2239
|
* @param GetVolumeBackupPolicyRequest
|
|
2240
2240
|
* @return GetVolumeBackupPolicyResponse
|
|
2241
2241
|
* @throws OciError when an error occurs
|
|
2242
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2242
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetVolumeBackupPolicy.ts.html |here} to see how to use GetVolumeBackupPolicy API.
|
|
2243
2243
|
*/
|
|
2244
2244
|
getVolumeBackupPolicy(getVolumeBackupPolicyRequest) {
|
|
2245
2245
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2302,7 +2302,7 @@ class BlockstorageClient {
|
|
|
2302
2302
|
* @param GetVolumeBackupPolicyAssetAssignmentRequest
|
|
2303
2303
|
* @return GetVolumeBackupPolicyAssetAssignmentResponse
|
|
2304
2304
|
* @throws OciError when an error occurs
|
|
2305
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2305
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetVolumeBackupPolicyAssetAssignment.ts.html |here} to see how to use GetVolumeBackupPolicyAssetAssignment API.
|
|
2306
2306
|
*/
|
|
2307
2307
|
getVolumeBackupPolicyAssetAssignment(getVolumeBackupPolicyAssetAssignmentRequest) {
|
|
2308
2308
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2404,7 +2404,7 @@ class BlockstorageClient {
|
|
|
2404
2404
|
* @param GetVolumeBackupPolicyAssignmentRequest
|
|
2405
2405
|
* @return GetVolumeBackupPolicyAssignmentResponse
|
|
2406
2406
|
* @throws OciError when an error occurs
|
|
2407
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2407
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetVolumeBackupPolicyAssignment.ts.html |here} to see how to use GetVolumeBackupPolicyAssignment API.
|
|
2408
2408
|
*/
|
|
2409
2409
|
getVolumeBackupPolicyAssignment(getVolumeBackupPolicyAssignmentRequest) {
|
|
2410
2410
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2464,7 +2464,7 @@ class BlockstorageClient {
|
|
|
2464
2464
|
* @param GetVolumeGroupRequest
|
|
2465
2465
|
* @return GetVolumeGroupResponse
|
|
2466
2466
|
* @throws OciError when an error occurs
|
|
2467
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2467
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetVolumeGroup.ts.html |here} to see how to use GetVolumeGroup API.
|
|
2468
2468
|
*/
|
|
2469
2469
|
getVolumeGroup(getVolumeGroupRequest) {
|
|
2470
2470
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2524,7 +2524,7 @@ class BlockstorageClient {
|
|
|
2524
2524
|
* @param GetVolumeGroupBackupRequest
|
|
2525
2525
|
* @return GetVolumeGroupBackupResponse
|
|
2526
2526
|
* @throws OciError when an error occurs
|
|
2527
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2527
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetVolumeGroupBackup.ts.html |here} to see how to use GetVolumeGroupBackup API.
|
|
2528
2528
|
*/
|
|
2529
2529
|
getVolumeGroupBackup(getVolumeGroupBackupRequest) {
|
|
2530
2530
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2584,7 +2584,7 @@ class BlockstorageClient {
|
|
|
2584
2584
|
* @param GetVolumeGroupReplicaRequest
|
|
2585
2585
|
* @return GetVolumeGroupReplicaResponse
|
|
2586
2586
|
* @throws OciError when an error occurs
|
|
2587
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2587
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetVolumeGroupReplica.ts.html |here} to see how to use GetVolumeGroupReplica API.
|
|
2588
2588
|
*/
|
|
2589
2589
|
getVolumeGroupReplica(getVolumeGroupReplicaRequest) {
|
|
2590
2590
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2645,7 +2645,7 @@ class BlockstorageClient {
|
|
|
2645
2645
|
* @param GetVolumeKmsKeyRequest
|
|
2646
2646
|
* @return GetVolumeKmsKeyResponse
|
|
2647
2647
|
* @throws OciError when an error occurs
|
|
2648
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2648
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetVolumeKmsKey.ts.html |here} to see how to use GetVolumeKmsKey API.
|
|
2649
2649
|
*/
|
|
2650
2650
|
getVolumeKmsKey(getVolumeKmsKeyRequest) {
|
|
2651
2651
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2707,7 +2707,7 @@ class BlockstorageClient {
|
|
|
2707
2707
|
* @param ListBlockVolumeReplicasRequest
|
|
2708
2708
|
* @return ListBlockVolumeReplicasResponse
|
|
2709
2709
|
* @throws OciError when an error occurs
|
|
2710
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2710
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListBlockVolumeReplicas.ts.html |here} to see how to use ListBlockVolumeReplicas API.
|
|
2711
2711
|
*/
|
|
2712
2712
|
listBlockVolumeReplicas(listBlockVolumeReplicasRequest) {
|
|
2713
2713
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2815,7 +2815,7 @@ class BlockstorageClient {
|
|
|
2815
2815
|
* @param ListBootVolumeBackupsRequest
|
|
2816
2816
|
* @return ListBootVolumeBackupsResponse
|
|
2817
2817
|
* @throws OciError when an error occurs
|
|
2818
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2818
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListBootVolumeBackups.ts.html |here} to see how to use ListBootVolumeBackups API.
|
|
2819
2819
|
*/
|
|
2820
2820
|
listBootVolumeBackups(listBootVolumeBackupsRequest) {
|
|
2821
2821
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2924,7 +2924,7 @@ class BlockstorageClient {
|
|
|
2924
2924
|
* @param ListBootVolumeReplicasRequest
|
|
2925
2925
|
* @return ListBootVolumeReplicasResponse
|
|
2926
2926
|
* @throws OciError when an error occurs
|
|
2927
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2927
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListBootVolumeReplicas.ts.html |here} to see how to use ListBootVolumeReplicas API.
|
|
2928
2928
|
*/
|
|
2929
2929
|
listBootVolumeReplicas(listBootVolumeReplicasRequest) {
|
|
2930
2930
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3032,7 +3032,7 @@ class BlockstorageClient {
|
|
|
3032
3032
|
* @param ListBootVolumesRequest
|
|
3033
3033
|
* @return ListBootVolumesResponse
|
|
3034
3034
|
* @throws OciError when an error occurs
|
|
3035
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3035
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListBootVolumes.ts.html |here} to see how to use ListBootVolumes API.
|
|
3036
3036
|
*/
|
|
3037
3037
|
listBootVolumes(listBootVolumesRequest) {
|
|
3038
3038
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3140,7 +3140,7 @@ class BlockstorageClient {
|
|
|
3140
3140
|
* @param ListVolumeBackupPoliciesRequest
|
|
3141
3141
|
* @return ListVolumeBackupPoliciesResponse
|
|
3142
3142
|
* @throws OciError when an error occurs
|
|
3143
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3143
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListVolumeBackupPolicies.ts.html |here} to see how to use ListVolumeBackupPolicies API.
|
|
3144
3144
|
*/
|
|
3145
3145
|
listVolumeBackupPolicies(listVolumeBackupPoliciesRequest) {
|
|
3146
3146
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3243,7 +3243,7 @@ class BlockstorageClient {
|
|
|
3243
3243
|
* @param ListVolumeBackupsRequest
|
|
3244
3244
|
* @return ListVolumeBackupsResponse
|
|
3245
3245
|
* @throws OciError when an error occurs
|
|
3246
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3246
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListVolumeBackups.ts.html |here} to see how to use ListVolumeBackups API.
|
|
3247
3247
|
*/
|
|
3248
3248
|
listVolumeBackups(listVolumeBackupsRequest) {
|
|
3249
3249
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3353,7 +3353,7 @@ class BlockstorageClient {
|
|
|
3353
3353
|
* @param ListVolumeGroupBackupsRequest
|
|
3354
3354
|
* @return ListVolumeGroupBackupsResponse
|
|
3355
3355
|
* @throws OciError when an error occurs
|
|
3356
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3356
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListVolumeGroupBackups.ts.html |here} to see how to use ListVolumeGroupBackups API.
|
|
3357
3357
|
*/
|
|
3358
3358
|
listVolumeGroupBackups(listVolumeGroupBackupsRequest) {
|
|
3359
3359
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3461,7 +3461,7 @@ class BlockstorageClient {
|
|
|
3461
3461
|
* @param ListVolumeGroupReplicasRequest
|
|
3462
3462
|
* @return ListVolumeGroupReplicasResponse
|
|
3463
3463
|
* @throws OciError when an error occurs
|
|
3464
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3464
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListVolumeGroupReplicas.ts.html |here} to see how to use ListVolumeGroupReplicas API.
|
|
3465
3465
|
*/
|
|
3466
3466
|
listVolumeGroupReplicas(listVolumeGroupReplicasRequest) {
|
|
3467
3467
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3570,7 +3570,7 @@ class BlockstorageClient {
|
|
|
3570
3570
|
* @param ListVolumeGroupsRequest
|
|
3571
3571
|
* @return ListVolumeGroupsResponse
|
|
3572
3572
|
* @throws OciError when an error occurs
|
|
3573
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3573
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListVolumeGroups.ts.html |here} to see how to use ListVolumeGroups API.
|
|
3574
3574
|
*/
|
|
3575
3575
|
listVolumeGroups(listVolumeGroupsRequest) {
|
|
3576
3576
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3678,7 +3678,7 @@ class BlockstorageClient {
|
|
|
3678
3678
|
* @param ListVolumesRequest
|
|
3679
3679
|
* @return ListVolumesResponse
|
|
3680
3680
|
* @throws OciError when an error occurs
|
|
3681
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3681
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListVolumes.ts.html |here} to see how to use ListVolumes API.
|
|
3682
3682
|
*/
|
|
3683
3683
|
listVolumes(listVolumesRequest) {
|
|
3684
3684
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3786,7 +3786,7 @@ class BlockstorageClient {
|
|
|
3786
3786
|
* @param UpdateBootVolumeRequest
|
|
3787
3787
|
* @return UpdateBootVolumeResponse
|
|
3788
3788
|
* @throws OciError when an error occurs
|
|
3789
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3789
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateBootVolume.ts.html |here} to see how to use UpdateBootVolume API.
|
|
3790
3790
|
*/
|
|
3791
3791
|
updateBootVolume(updateBootVolumeRequest) {
|
|
3792
3792
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3850,7 +3850,7 @@ class BlockstorageClient {
|
|
|
3850
3850
|
* @param UpdateBootVolumeBackupRequest
|
|
3851
3851
|
* @return UpdateBootVolumeBackupResponse
|
|
3852
3852
|
* @throws OciError when an error occurs
|
|
3853
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3853
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateBootVolumeBackup.ts.html |here} to see how to use UpdateBootVolumeBackup API.
|
|
3854
3854
|
*/
|
|
3855
3855
|
updateBootVolumeBackup(updateBootVolumeBackupRequest) {
|
|
3856
3856
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3908,7 +3908,7 @@ class BlockstorageClient {
|
|
|
3908
3908
|
* @param UpdateBootVolumeKmsKeyRequest
|
|
3909
3909
|
* @return UpdateBootVolumeKmsKeyResponse
|
|
3910
3910
|
* @throws OciError when an error occurs
|
|
3911
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3911
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateBootVolumeKmsKey.ts.html |here} to see how to use UpdateBootVolumeKmsKey API.
|
|
3912
3912
|
*/
|
|
3913
3913
|
updateBootVolumeKmsKey(updateBootVolumeKmsKeyRequest) {
|
|
3914
3914
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3972,7 +3972,7 @@ class BlockstorageClient {
|
|
|
3972
3972
|
* @param UpdateVolumeRequest
|
|
3973
3973
|
* @return UpdateVolumeResponse
|
|
3974
3974
|
* @throws OciError when an error occurs
|
|
3975
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3975
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateVolume.ts.html |here} to see how to use UpdateVolume API.
|
|
3976
3976
|
*/
|
|
3977
3977
|
updateVolume(updateVolumeRequest) {
|
|
3978
3978
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4036,7 +4036,7 @@ class BlockstorageClient {
|
|
|
4036
4036
|
* @param UpdateVolumeBackupRequest
|
|
4037
4037
|
* @return UpdateVolumeBackupResponse
|
|
4038
4038
|
* @throws OciError when an error occurs
|
|
4039
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4039
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateVolumeBackup.ts.html |here} to see how to use UpdateVolumeBackup API.
|
|
4040
4040
|
*/
|
|
4041
4041
|
updateVolumeBackup(updateVolumeBackupRequest) {
|
|
4042
4042
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4098,7 +4098,7 @@ class BlockstorageClient {
|
|
|
4098
4098
|
* @param UpdateVolumeBackupPolicyRequest
|
|
4099
4099
|
* @return UpdateVolumeBackupPolicyResponse
|
|
4100
4100
|
* @throws OciError when an error occurs
|
|
4101
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4101
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateVolumeBackupPolicy.ts.html |here} to see how to use UpdateVolumeBackupPolicy API.
|
|
4102
4102
|
*/
|
|
4103
4103
|
updateVolumeBackupPolicy(updateVolumeBackupPolicyRequest) {
|
|
4104
4104
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4168,7 +4168,7 @@ class BlockstorageClient {
|
|
|
4168
4168
|
* @param UpdateVolumeGroupRequest
|
|
4169
4169
|
* @return UpdateVolumeGroupResponse
|
|
4170
4170
|
* @throws OciError when an error occurs
|
|
4171
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4171
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateVolumeGroup.ts.html |here} to see how to use UpdateVolumeGroup API.
|
|
4172
4172
|
*/
|
|
4173
4173
|
updateVolumeGroup(updateVolumeGroupRequest) {
|
|
4174
4174
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4232,7 +4232,7 @@ class BlockstorageClient {
|
|
|
4232
4232
|
* @param UpdateVolumeGroupBackupRequest
|
|
4233
4233
|
* @return UpdateVolumeGroupBackupResponse
|
|
4234
4234
|
* @throws OciError when an error occurs
|
|
4235
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4235
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateVolumeGroupBackup.ts.html |here} to see how to use UpdateVolumeGroupBackup API.
|
|
4236
4236
|
*/
|
|
4237
4237
|
updateVolumeGroupBackup(updateVolumeGroupBackupRequest) {
|
|
4238
4238
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4290,7 +4290,7 @@ class BlockstorageClient {
|
|
|
4290
4290
|
* @param UpdateVolumeKmsKeyRequest
|
|
4291
4291
|
* @return UpdateVolumeKmsKeyResponse
|
|
4292
4292
|
* @throws OciError when an error occurs
|
|
4293
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4293
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateVolumeKmsKey.ts.html |here} to see how to use UpdateVolumeKmsKey API.
|
|
4294
4294
|
*/
|
|
4295
4295
|
updateVolumeKmsKey(updateVolumeKmsKeyRequest) {
|
|
4296
4296
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4453,7 +4453,7 @@ class ComputeClient {
|
|
|
4453
4453
|
* @param AcceptShieldedIntegrityPolicyRequest
|
|
4454
4454
|
* @return AcceptShieldedIntegrityPolicyResponse
|
|
4455
4455
|
* @throws OciError when an error occurs
|
|
4456
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4456
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/AcceptShieldedIntegrityPolicy.ts.html |here} to see how to use AcceptShieldedIntegrityPolicy API.
|
|
4457
4457
|
*/
|
|
4458
4458
|
acceptShieldedIntegrityPolicy(acceptShieldedIntegrityPolicyRequest) {
|
|
4459
4459
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4507,7 +4507,7 @@ class ComputeClient {
|
|
|
4507
4507
|
* @param AddImageShapeCompatibilityEntryRequest
|
|
4508
4508
|
* @return AddImageShapeCompatibilityEntryResponse
|
|
4509
4509
|
* @throws OciError when an error occurs
|
|
4510
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4510
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/AddImageShapeCompatibilityEntry.ts.html |here} to see how to use AddImageShapeCompatibilityEntry API.
|
|
4511
4511
|
*/
|
|
4512
4512
|
addImageShapeCompatibilityEntry(addImageShapeCompatibilityEntryRequest) {
|
|
4513
4513
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4565,7 +4565,7 @@ class ComputeClient {
|
|
|
4565
4565
|
* @param AttachBootVolumeRequest
|
|
4566
4566
|
* @return AttachBootVolumeResponse
|
|
4567
4567
|
* @throws OciError when an error occurs
|
|
4568
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4568
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/AttachBootVolume.ts.html |here} to see how to use AttachBootVolume API.
|
|
4569
4569
|
*/
|
|
4570
4570
|
attachBootVolume(attachBootVolumeRequest) {
|
|
4571
4571
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4628,7 +4628,7 @@ class ComputeClient {
|
|
|
4628
4628
|
* @param AttachVnicRequest
|
|
4629
4629
|
* @return AttachVnicResponse
|
|
4630
4630
|
* @throws OciError when an error occurs
|
|
4631
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4631
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/AttachVnic.ts.html |here} to see how to use AttachVnic API.
|
|
4632
4632
|
*/
|
|
4633
4633
|
attachVnic(attachVnicRequest) {
|
|
4634
4634
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4689,7 +4689,7 @@ class ComputeClient {
|
|
|
4689
4689
|
* @param AttachVolumeRequest
|
|
4690
4690
|
* @return AttachVolumeResponse
|
|
4691
4691
|
* @throws OciError when an error occurs
|
|
4692
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4692
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/AttachVolume.ts.html |here} to see how to use AttachVolume API.
|
|
4693
4693
|
*/
|
|
4694
4694
|
attachVolume(attachVolumeRequest) {
|
|
4695
4695
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4766,7 +4766,7 @@ class ComputeClient {
|
|
|
4766
4766
|
* @param CaptureConsoleHistoryRequest
|
|
4767
4767
|
* @return CaptureConsoleHistoryResponse
|
|
4768
4768
|
* @throws OciError when an error occurs
|
|
4769
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4769
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CaptureConsoleHistory.ts.html |here} to see how to use CaptureConsoleHistory API.
|
|
4770
4770
|
*/
|
|
4771
4771
|
captureConsoleHistory(captureConsoleHistoryRequest) {
|
|
4772
4772
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4829,7 +4829,7 @@ class ComputeClient {
|
|
|
4829
4829
|
* @param ChangeComputeCapacityReservationCompartmentRequest
|
|
4830
4830
|
* @return ChangeComputeCapacityReservationCompartmentResponse
|
|
4831
4831
|
* @throws OciError when an error occurs
|
|
4832
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4832
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeComputeCapacityReservationCompartment.ts.html |here} to see how to use ChangeComputeCapacityReservationCompartment API.
|
|
4833
4833
|
*/
|
|
4834
4834
|
changeComputeCapacityReservationCompartment(changeComputeCapacityReservationCompartmentRequest) {
|
|
4835
4835
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4892,7 +4892,7 @@ class ComputeClient {
|
|
|
4892
4892
|
* @param ChangeComputeImageCapabilitySchemaCompartmentRequest
|
|
4893
4893
|
* @return ChangeComputeImageCapabilitySchemaCompartmentResponse
|
|
4894
4894
|
* @throws OciError when an error occurs
|
|
4895
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4895
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeComputeImageCapabilitySchemaCompartment.ts.html |here} to see how to use ChangeComputeImageCapabilitySchemaCompartment API.
|
|
4896
4896
|
*/
|
|
4897
4897
|
changeComputeImageCapabilitySchemaCompartment(changeComputeImageCapabilitySchemaCompartmentRequest) {
|
|
4898
4898
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4947,7 +4947,7 @@ class ComputeClient {
|
|
|
4947
4947
|
* @param ChangeDedicatedVmHostCompartmentRequest
|
|
4948
4948
|
* @return ChangeDedicatedVmHostCompartmentResponse
|
|
4949
4949
|
* @throws OciError when an error occurs
|
|
4950
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4950
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeDedicatedVmHostCompartment.ts.html |here} to see how to use ChangeDedicatedVmHostCompartment API.
|
|
4951
4951
|
*/
|
|
4952
4952
|
changeDedicatedVmHostCompartment(changeDedicatedVmHostCompartmentRequest) {
|
|
4953
4953
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5015,7 +5015,7 @@ class ComputeClient {
|
|
|
5015
5015
|
* @param ChangeImageCompartmentRequest
|
|
5016
5016
|
* @return ChangeImageCompartmentResponse
|
|
5017
5017
|
* @throws OciError when an error occurs
|
|
5018
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5018
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeImageCompartment.ts.html |here} to see how to use ChangeImageCompartment API.
|
|
5019
5019
|
*/
|
|
5020
5020
|
changeImageCompartment(changeImageCompartmentRequest) {
|
|
5021
5021
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5081,7 +5081,7 @@ class ComputeClient {
|
|
|
5081
5081
|
* @param ChangeInstanceCompartmentRequest
|
|
5082
5082
|
* @return ChangeInstanceCompartmentResponse
|
|
5083
5083
|
* @throws OciError when an error occurs
|
|
5084
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5084
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeInstanceCompartment.ts.html |here} to see how to use ChangeInstanceCompartment API.
|
|
5085
5085
|
*/
|
|
5086
5086
|
changeInstanceCompartment(changeInstanceCompartmentRequest) {
|
|
5087
5087
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5147,7 +5147,7 @@ class ComputeClient {
|
|
|
5147
5147
|
* @param CreateAppCatalogSubscriptionRequest
|
|
5148
5148
|
* @return CreateAppCatalogSubscriptionResponse
|
|
5149
5149
|
* @throws OciError when an error occurs
|
|
5150
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5150
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateAppCatalogSubscription.ts.html |here} to see how to use CreateAppCatalogSubscription API.
|
|
5151
5151
|
*/
|
|
5152
5152
|
createAppCatalogSubscription(createAppCatalogSubscriptionRequest) {
|
|
5153
5153
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5212,7 +5212,7 @@ class ComputeClient {
|
|
|
5212
5212
|
* @param CreateComputeCapacityReservationRequest
|
|
5213
5213
|
* @return CreateComputeCapacityReservationResponse
|
|
5214
5214
|
* @throws OciError when an error occurs
|
|
5215
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5215
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateComputeCapacityReservation.ts.html |here} to see how to use CreateComputeCapacityReservation API.
|
|
5216
5216
|
*/
|
|
5217
5217
|
createComputeCapacityReservation(createComputeCapacityReservationRequest) {
|
|
5218
5218
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5284,7 +5284,7 @@ class ComputeClient {
|
|
|
5284
5284
|
* @param CreateComputeImageCapabilitySchemaRequest
|
|
5285
5285
|
* @return CreateComputeImageCapabilitySchemaResponse
|
|
5286
5286
|
* @throws OciError when an error occurs
|
|
5287
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5287
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateComputeImageCapabilitySchema.ts.html |here} to see how to use CreateComputeImageCapabilitySchema API.
|
|
5288
5288
|
*/
|
|
5289
5289
|
createComputeImageCapabilitySchema(createComputeImageCapabilitySchemaRequest) {
|
|
5290
5290
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5348,7 +5348,7 @@ class ComputeClient {
|
|
|
5348
5348
|
* @param CreateDedicatedVmHostRequest
|
|
5349
5349
|
* @return CreateDedicatedVmHostResponse
|
|
5350
5350
|
* @throws OciError when an error occurs
|
|
5351
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5351
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateDedicatedVmHost.ts.html |here} to see how to use CreateDedicatedVmHost API.
|
|
5352
5352
|
*/
|
|
5353
5353
|
createDedicatedVmHost(createDedicatedVmHostRequest) {
|
|
5354
5354
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5437,7 +5437,7 @@ class ComputeClient {
|
|
|
5437
5437
|
* @param CreateImageRequest
|
|
5438
5438
|
* @return CreateImageResponse
|
|
5439
5439
|
* @throws OciError when an error occurs
|
|
5440
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5440
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateImage.ts.html |here} to see how to use CreateImage API.
|
|
5441
5441
|
*/
|
|
5442
5442
|
createImage(createImageRequest) {
|
|
5443
5443
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5507,7 +5507,7 @@ class ComputeClient {
|
|
|
5507
5507
|
* @param CreateInstanceConsoleConnectionRequest
|
|
5508
5508
|
* @return CreateInstanceConsoleConnectionResponse
|
|
5509
5509
|
* @throws OciError when an error occurs
|
|
5510
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5510
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateInstanceConsoleConnection.ts.html |here} to see how to use CreateInstanceConsoleConnection API.
|
|
5511
5511
|
*/
|
|
5512
5512
|
createInstanceConsoleConnection(createInstanceConsoleConnectionRequest) {
|
|
5513
5513
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5567,7 +5567,7 @@ class ComputeClient {
|
|
|
5567
5567
|
* @param DeleteAppCatalogSubscriptionRequest
|
|
5568
5568
|
* @return DeleteAppCatalogSubscriptionResponse
|
|
5569
5569
|
* @throws OciError when an error occurs
|
|
5570
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5570
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteAppCatalogSubscription.ts.html |here} to see how to use DeleteAppCatalogSubscription API.
|
|
5571
5571
|
*/
|
|
5572
5572
|
deleteAppCatalogSubscription(deleteAppCatalogSubscriptionRequest) {
|
|
5573
5573
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5620,7 +5620,7 @@ class ComputeClient {
|
|
|
5620
5620
|
* @param DeleteComputeCapacityReservationRequest
|
|
5621
5621
|
* @return DeleteComputeCapacityReservationResponse
|
|
5622
5622
|
* @throws OciError when an error occurs
|
|
5623
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5623
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteComputeCapacityReservation.ts.html |here} to see how to use DeleteComputeCapacityReservation API.
|
|
5624
5624
|
*/
|
|
5625
5625
|
deleteComputeCapacityReservation(deleteComputeCapacityReservationRequest) {
|
|
5626
5626
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5679,7 +5679,7 @@ class ComputeClient {
|
|
|
5679
5679
|
* @param DeleteComputeImageCapabilitySchemaRequest
|
|
5680
5680
|
* @return DeleteComputeImageCapabilitySchemaResponse
|
|
5681
5681
|
* @throws OciError when an error occurs
|
|
5682
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5682
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteComputeImageCapabilitySchema.ts.html |here} to see how to use DeleteComputeImageCapabilitySchema API.
|
|
5683
5683
|
*/
|
|
5684
5684
|
deleteComputeImageCapabilitySchema(deleteComputeImageCapabilitySchemaRequest) {
|
|
5685
5685
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5732,7 +5732,7 @@ class ComputeClient {
|
|
|
5732
5732
|
* @param DeleteConsoleHistoryRequest
|
|
5733
5733
|
* @return DeleteConsoleHistoryResponse
|
|
5734
5734
|
* @throws OciError when an error occurs
|
|
5735
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5735
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteConsoleHistory.ts.html |here} to see how to use DeleteConsoleHistory API.
|
|
5736
5736
|
*/
|
|
5737
5737
|
deleteConsoleHistory(deleteConsoleHistoryRequest) {
|
|
5738
5738
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5788,7 +5788,7 @@ class ComputeClient {
|
|
|
5788
5788
|
* @param DeleteDedicatedVmHostRequest
|
|
5789
5789
|
* @return DeleteDedicatedVmHostResponse
|
|
5790
5790
|
* @throws OciError when an error occurs
|
|
5791
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5791
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteDedicatedVmHost.ts.html |here} to see how to use DeleteDedicatedVmHost API.
|
|
5792
5792
|
*/
|
|
5793
5793
|
deleteDedicatedVmHost(deleteDedicatedVmHostRequest) {
|
|
5794
5794
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5845,7 +5845,7 @@ class ComputeClient {
|
|
|
5845
5845
|
* @param DeleteImageRequest
|
|
5846
5846
|
* @return DeleteImageResponse
|
|
5847
5847
|
* @throws OciError when an error occurs
|
|
5848
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5848
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteImage.ts.html |here} to see how to use DeleteImage API.
|
|
5849
5849
|
*/
|
|
5850
5850
|
deleteImage(deleteImageRequest) {
|
|
5851
5851
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5897,7 +5897,7 @@ class ComputeClient {
|
|
|
5897
5897
|
* @param DeleteInstanceConsoleConnectionRequest
|
|
5898
5898
|
* @return DeleteInstanceConsoleConnectionResponse
|
|
5899
5899
|
* @throws OciError when an error occurs
|
|
5900
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5900
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteInstanceConsoleConnection.ts.html |here} to see how to use DeleteInstanceConsoleConnection API.
|
|
5901
5901
|
*/
|
|
5902
5902
|
deleteInstanceConsoleConnection(deleteInstanceConsoleConnectionRequest) {
|
|
5903
5903
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5953,7 +5953,7 @@ class ComputeClient {
|
|
|
5953
5953
|
* @param DetachBootVolumeRequest
|
|
5954
5954
|
* @return DetachBootVolumeResponse
|
|
5955
5955
|
* @throws OciError when an error occurs
|
|
5956
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5956
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DetachBootVolume.ts.html |here} to see how to use DetachBootVolume API.
|
|
5957
5957
|
*/
|
|
5958
5958
|
detachBootVolume(detachBootVolumeRequest) {
|
|
5959
5959
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6015,7 +6015,7 @@ class ComputeClient {
|
|
|
6015
6015
|
* @param DetachVnicRequest
|
|
6016
6016
|
* @return DetachVnicResponse
|
|
6017
6017
|
* @throws OciError when an error occurs
|
|
6018
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6018
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DetachVnic.ts.html |here} to see how to use DetachVnic API.
|
|
6019
6019
|
*/
|
|
6020
6020
|
detachVnic(detachVnicRequest) {
|
|
6021
6021
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6071,7 +6071,7 @@ class ComputeClient {
|
|
|
6071
6071
|
* @param DetachVolumeRequest
|
|
6072
6072
|
* @return DetachVolumeResponse
|
|
6073
6073
|
* @throws OciError when an error occurs
|
|
6074
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6074
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DetachVolume.ts.html |here} to see how to use DetachVolume API.
|
|
6075
6075
|
*/
|
|
6076
6076
|
detachVolume(detachVolumeRequest) {
|
|
6077
6077
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6133,7 +6133,7 @@ class ComputeClient {
|
|
|
6133
6133
|
* @param ExportImageRequest
|
|
6134
6134
|
* @return ExportImageResponse
|
|
6135
6135
|
* @throws OciError when an error occurs
|
|
6136
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6136
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ExportImage.ts.html |here} to see how to use ExportImage API.
|
|
6137
6137
|
*/
|
|
6138
6138
|
exportImage(exportImageRequest) {
|
|
6139
6139
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6201,7 +6201,7 @@ class ComputeClient {
|
|
|
6201
6201
|
* @param GetAppCatalogListingRequest
|
|
6202
6202
|
* @return GetAppCatalogListingResponse
|
|
6203
6203
|
* @throws OciError when an error occurs
|
|
6204
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6204
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetAppCatalogListing.ts.html |here} to see how to use GetAppCatalogListing API.
|
|
6205
6205
|
*/
|
|
6206
6206
|
getAppCatalogListing(getAppCatalogListingRequest) {
|
|
6207
6207
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6261,7 +6261,7 @@ class ComputeClient {
|
|
|
6261
6261
|
* @param GetAppCatalogListingAgreementsRequest
|
|
6262
6262
|
* @return GetAppCatalogListingAgreementsResponse
|
|
6263
6263
|
* @throws OciError when an error occurs
|
|
6264
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6264
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetAppCatalogListingAgreements.ts.html |here} to see how to use GetAppCatalogListingAgreements API.
|
|
6265
6265
|
*/
|
|
6266
6266
|
getAppCatalogListingAgreements(getAppCatalogListingAgreementsRequest) {
|
|
6267
6267
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6322,7 +6322,7 @@ class ComputeClient {
|
|
|
6322
6322
|
* @param GetAppCatalogListingResourceVersionRequest
|
|
6323
6323
|
* @return GetAppCatalogListingResourceVersionResponse
|
|
6324
6324
|
* @throws OciError when an error occurs
|
|
6325
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6325
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetAppCatalogListingResourceVersion.ts.html |here} to see how to use GetAppCatalogListingResourceVersion API.
|
|
6326
6326
|
*/
|
|
6327
6327
|
getAppCatalogListingResourceVersion(getAppCatalogListingResourceVersionRequest) {
|
|
6328
6328
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6383,7 +6383,7 @@ class ComputeClient {
|
|
|
6383
6383
|
* @param GetBootVolumeAttachmentRequest
|
|
6384
6384
|
* @return GetBootVolumeAttachmentResponse
|
|
6385
6385
|
* @throws OciError when an error occurs
|
|
6386
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6386
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetBootVolumeAttachment.ts.html |here} to see how to use GetBootVolumeAttachment API.
|
|
6387
6387
|
*/
|
|
6388
6388
|
getBootVolumeAttachment(getBootVolumeAttachmentRequest) {
|
|
6389
6389
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6443,7 +6443,7 @@ class ComputeClient {
|
|
|
6443
6443
|
* @param GetComputeCapacityReservationRequest
|
|
6444
6444
|
* @return GetComputeCapacityReservationResponse
|
|
6445
6445
|
* @throws OciError when an error occurs
|
|
6446
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6446
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetComputeCapacityReservation.ts.html |here} to see how to use GetComputeCapacityReservation API.
|
|
6447
6447
|
*/
|
|
6448
6448
|
getComputeCapacityReservation(getComputeCapacityReservationRequest) {
|
|
6449
6449
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6504,7 +6504,7 @@ class ComputeClient {
|
|
|
6504
6504
|
* @param GetComputeGlobalImageCapabilitySchemaRequest
|
|
6505
6505
|
* @return GetComputeGlobalImageCapabilitySchemaResponse
|
|
6506
6506
|
* @throws OciError when an error occurs
|
|
6507
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6507
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetComputeGlobalImageCapabilitySchema.ts.html |here} to see how to use GetComputeGlobalImageCapabilitySchema API.
|
|
6508
6508
|
*/
|
|
6509
6509
|
getComputeGlobalImageCapabilitySchema(getComputeGlobalImageCapabilitySchemaRequest) {
|
|
6510
6510
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6564,7 +6564,7 @@ class ComputeClient {
|
|
|
6564
6564
|
* @param GetComputeGlobalImageCapabilitySchemaVersionRequest
|
|
6565
6565
|
* @return GetComputeGlobalImageCapabilitySchemaVersionResponse
|
|
6566
6566
|
* @throws OciError when an error occurs
|
|
6567
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6567
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetComputeGlobalImageCapabilitySchemaVersion.ts.html |here} to see how to use GetComputeGlobalImageCapabilitySchemaVersion API.
|
|
6568
6568
|
*/
|
|
6569
6569
|
getComputeGlobalImageCapabilitySchemaVersion(getComputeGlobalImageCapabilitySchemaVersionRequest) {
|
|
6570
6570
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6626,7 +6626,7 @@ class ComputeClient {
|
|
|
6626
6626
|
* @param GetComputeImageCapabilitySchemaRequest
|
|
6627
6627
|
* @return GetComputeImageCapabilitySchemaResponse
|
|
6628
6628
|
* @throws OciError when an error occurs
|
|
6629
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6629
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetComputeImageCapabilitySchema.ts.html |here} to see how to use GetComputeImageCapabilitySchema API.
|
|
6630
6630
|
*/
|
|
6631
6631
|
getComputeImageCapabilitySchema(getComputeImageCapabilitySchemaRequest) {
|
|
6632
6632
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6691,7 +6691,7 @@ class ComputeClient {
|
|
|
6691
6691
|
* @param GetConsoleHistoryRequest
|
|
6692
6692
|
* @return GetConsoleHistoryResponse
|
|
6693
6693
|
* @throws OciError when an error occurs
|
|
6694
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6694
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetConsoleHistory.ts.html |here} to see how to use GetConsoleHistory API.
|
|
6695
6695
|
*/
|
|
6696
6696
|
getConsoleHistory(getConsoleHistoryRequest) {
|
|
6697
6697
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6754,7 +6754,7 @@ class ComputeClient {
|
|
|
6754
6754
|
* @param GetConsoleHistoryContentRequest
|
|
6755
6755
|
* @return GetConsoleHistoryContentResponse
|
|
6756
6756
|
* @throws OciError when an error occurs
|
|
6757
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6757
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetConsoleHistoryContent.ts.html |here} to see how to use GetConsoleHistoryContent API.
|
|
6758
6758
|
*/
|
|
6759
6759
|
getConsoleHistoryContent(getConsoleHistoryContentRequest) {
|
|
6760
6760
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6817,7 +6817,7 @@ class ComputeClient {
|
|
|
6817
6817
|
* @param GetDedicatedVmHostRequest
|
|
6818
6818
|
* @return GetDedicatedVmHostResponse
|
|
6819
6819
|
* @throws OciError when an error occurs
|
|
6820
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6820
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetDedicatedVmHost.ts.html |here} to see how to use GetDedicatedVmHost API.
|
|
6821
6821
|
*/
|
|
6822
6822
|
getDedicatedVmHost(getDedicatedVmHostRequest) {
|
|
6823
6823
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6878,7 +6878,7 @@ class ComputeClient {
|
|
|
6878
6878
|
* @param GetImageRequest
|
|
6879
6879
|
* @return GetImageResponse
|
|
6880
6880
|
* @throws OciError when an error occurs
|
|
6881
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6881
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetImage.ts.html |here} to see how to use GetImage API.
|
|
6882
6882
|
*/
|
|
6883
6883
|
getImage(getImageRequest) {
|
|
6884
6884
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6938,7 +6938,7 @@ class ComputeClient {
|
|
|
6938
6938
|
* @param GetImageShapeCompatibilityEntryRequest
|
|
6939
6939
|
* @return GetImageShapeCompatibilityEntryResponse
|
|
6940
6940
|
* @throws OciError when an error occurs
|
|
6941
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6941
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetImageShapeCompatibilityEntry.ts.html |here} to see how to use GetImageShapeCompatibilityEntry API.
|
|
6942
6942
|
*/
|
|
6943
6943
|
getImageShapeCompatibilityEntry(getImageShapeCompatibilityEntryRequest) {
|
|
6944
6944
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6995,7 +6995,7 @@ class ComputeClient {
|
|
|
6995
6995
|
* @param GetInstanceRequest
|
|
6996
6996
|
* @return GetInstanceResponse
|
|
6997
6997
|
* @throws OciError when an error occurs
|
|
6998
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6998
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetInstance.ts.html |here} to see how to use GetInstance API.
|
|
6999
6999
|
*/
|
|
7000
7000
|
getInstance(getInstanceRequest) {
|
|
7001
7001
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7055,7 +7055,7 @@ class ComputeClient {
|
|
|
7055
7055
|
* @param GetInstanceConsoleConnectionRequest
|
|
7056
7056
|
* @return GetInstanceConsoleConnectionResponse
|
|
7057
7057
|
* @throws OciError when an error occurs
|
|
7058
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7058
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetInstanceConsoleConnection.ts.html |here} to see how to use GetInstanceConsoleConnection API.
|
|
7059
7059
|
*/
|
|
7060
7060
|
getInstanceConsoleConnection(getInstanceConsoleConnectionRequest) {
|
|
7061
7061
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7110,7 +7110,7 @@ class ComputeClient {
|
|
|
7110
7110
|
* @param GetMeasuredBootReportRequest
|
|
7111
7111
|
* @return GetMeasuredBootReportResponse
|
|
7112
7112
|
* @throws OciError when an error occurs
|
|
7113
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7113
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetMeasuredBootReport.ts.html |here} to see how to use GetMeasuredBootReport API.
|
|
7114
7114
|
*/
|
|
7115
7115
|
getMeasuredBootReport(getMeasuredBootReportRequest) {
|
|
7116
7116
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7172,7 +7172,7 @@ class ComputeClient {
|
|
|
7172
7172
|
* @param GetVnicAttachmentRequest
|
|
7173
7173
|
* @return GetVnicAttachmentResponse
|
|
7174
7174
|
* @throws OciError when an error occurs
|
|
7175
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7175
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetVnicAttachment.ts.html |here} to see how to use GetVnicAttachment API.
|
|
7176
7176
|
*/
|
|
7177
7177
|
getVnicAttachment(getVnicAttachmentRequest) {
|
|
7178
7178
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7232,7 +7232,7 @@ class ComputeClient {
|
|
|
7232
7232
|
* @param GetVolumeAttachmentRequest
|
|
7233
7233
|
* @return GetVolumeAttachmentResponse
|
|
7234
7234
|
* @throws OciError when an error occurs
|
|
7235
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7235
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetVolumeAttachment.ts.html |here} to see how to use GetVolumeAttachment API.
|
|
7236
7236
|
*/
|
|
7237
7237
|
getVolumeAttachment(getVolumeAttachmentRequest) {
|
|
7238
7238
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7294,7 +7294,7 @@ class ComputeClient {
|
|
|
7294
7294
|
* @param GetWindowsInstanceInitialCredentialsRequest
|
|
7295
7295
|
* @return GetWindowsInstanceInitialCredentialsResponse
|
|
7296
7296
|
* @throws OciError when an error occurs
|
|
7297
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7297
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetWindowsInstanceInitialCredentials.ts.html |here} to see how to use GetWindowsInstanceInitialCredentials API.
|
|
7298
7298
|
*/
|
|
7299
7299
|
getWindowsInstanceInitialCredentials(getWindowsInstanceInitialCredentialsRequest) {
|
|
7300
7300
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7371,7 +7371,11 @@ class ComputeClient {
|
|
|
7371
7371
|
* <p>
|
|
7372
7372
|
|
|
7373
7373
|
* <p>
|
|
7374
|
-
- **DIAGNOSTICREBOOT** -
|
|
7374
|
+
- **DIAGNOSTICREBOOT** - Powers off the instance, rebuilds it on the physical host, and then powers it back on.
|
|
7375
|
+
* Before you send a diagnostic reboot, restart the instance's OS, confirm that the instance and networking settings are configured
|
|
7376
|
+
* correctly, and try other [troubleshooting steps](https://docs.cloud.oracle.com/iaas/Content/Compute/References/troubleshooting-compute-instances.htm).
|
|
7377
|
+
* Use diagnostic reboot as a final attempt to troubleshoot an unreachable instance. For virtual machine (VM) instances only.
|
|
7378
|
+
* For more information, see [Performing a Diagnostic Reboot](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/diagnostic-reboot.htm).
|
|
7375
7379
|
* <p>
|
|
7376
7380
|
|
|
7377
7381
|
* For more information about managing instance lifecycle states, see
|
|
@@ -7381,7 +7385,7 @@ class ComputeClient {
|
|
|
7381
7385
|
* @param InstanceActionRequest
|
|
7382
7386
|
* @return InstanceActionResponse
|
|
7383
7387
|
* @throws OciError when an error occurs
|
|
7384
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7388
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/InstanceAction.ts.html |here} to see how to use InstanceAction API.
|
|
7385
7389
|
*/
|
|
7386
7390
|
instanceAction(instanceActionRequest) {
|
|
7387
7391
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7484,7 +7488,7 @@ class ComputeClient {
|
|
|
7484
7488
|
* @param LaunchInstanceRequest
|
|
7485
7489
|
* @return LaunchInstanceResponse
|
|
7486
7490
|
* @throws OciError when an error occurs
|
|
7487
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7491
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/LaunchInstance.ts.html |here} to see how to use LaunchInstance API.
|
|
7488
7492
|
*/
|
|
7489
7493
|
launchInstance(launchInstanceRequest) {
|
|
7490
7494
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7549,7 +7553,7 @@ class ComputeClient {
|
|
|
7549
7553
|
* @param ListAppCatalogListingResourceVersionsRequest
|
|
7550
7554
|
* @return ListAppCatalogListingResourceVersionsResponse
|
|
7551
7555
|
* @throws OciError when an error occurs
|
|
7552
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7556
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListAppCatalogListingResourceVersions.ts.html |here} to see how to use ListAppCatalogListingResourceVersions API.
|
|
7553
7557
|
*/
|
|
7554
7558
|
listAppCatalogListingResourceVersions(listAppCatalogListingResourceVersionsRequest) {
|
|
7555
7559
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7653,7 +7657,7 @@ class ComputeClient {
|
|
|
7653
7657
|
* @param ListAppCatalogListingsRequest
|
|
7654
7658
|
* @return ListAppCatalogListingsResponse
|
|
7655
7659
|
* @throws OciError when an error occurs
|
|
7656
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7660
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListAppCatalogListings.ts.html |here} to see how to use ListAppCatalogListings API.
|
|
7657
7661
|
*/
|
|
7658
7662
|
listAppCatalogListings(listAppCatalogListingsRequest) {
|
|
7659
7663
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7758,7 +7762,7 @@ class ComputeClient {
|
|
|
7758
7762
|
* @param ListAppCatalogSubscriptionsRequest
|
|
7759
7763
|
* @return ListAppCatalogSubscriptionsResponse
|
|
7760
7764
|
* @throws OciError when an error occurs
|
|
7761
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7765
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListAppCatalogSubscriptions.ts.html |here} to see how to use ListAppCatalogSubscriptions API.
|
|
7762
7766
|
*/
|
|
7763
7767
|
listAppCatalogSubscriptions(listAppCatalogSubscriptionsRequest) {
|
|
7764
7768
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7865,7 +7869,7 @@ class ComputeClient {
|
|
|
7865
7869
|
* @param ListBootVolumeAttachmentsRequest
|
|
7866
7870
|
* @return ListBootVolumeAttachmentsResponse
|
|
7867
7871
|
* @throws OciError when an error occurs
|
|
7868
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7872
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListBootVolumeAttachments.ts.html |here} to see how to use ListBootVolumeAttachments API.
|
|
7869
7873
|
*/
|
|
7870
7874
|
listBootVolumeAttachments(listBootVolumeAttachmentsRequest) {
|
|
7871
7875
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7971,7 +7975,7 @@ class ComputeClient {
|
|
|
7971
7975
|
* @param ListComputeCapacityReservationInstanceShapesRequest
|
|
7972
7976
|
* @return ListComputeCapacityReservationInstanceShapesResponse
|
|
7973
7977
|
* @throws OciError when an error occurs
|
|
7974
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7978
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListComputeCapacityReservationInstanceShapes.ts.html |here} to see how to use ListComputeCapacityReservationInstanceShapes API.
|
|
7975
7979
|
*/
|
|
7976
7980
|
listComputeCapacityReservationInstanceShapes(listComputeCapacityReservationInstanceShapesRequest) {
|
|
7977
7981
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8079,7 +8083,7 @@ class ComputeClient {
|
|
|
8079
8083
|
* @param ListComputeCapacityReservationInstancesRequest
|
|
8080
8084
|
* @return ListComputeCapacityReservationInstancesResponse
|
|
8081
8085
|
* @throws OciError when an error occurs
|
|
8082
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8086
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListComputeCapacityReservationInstances.ts.html |here} to see how to use ListComputeCapacityReservationInstances API.
|
|
8083
8087
|
*/
|
|
8084
8088
|
listComputeCapacityReservationInstances(listComputeCapacityReservationInstancesRequest) {
|
|
8085
8089
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8191,7 +8195,7 @@ class ComputeClient {
|
|
|
8191
8195
|
* @param ListComputeCapacityReservationsRequest
|
|
8192
8196
|
* @return ListComputeCapacityReservationsResponse
|
|
8193
8197
|
* @throws OciError when an error occurs
|
|
8194
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8198
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListComputeCapacityReservations.ts.html |here} to see how to use ListComputeCapacityReservations API.
|
|
8195
8199
|
*/
|
|
8196
8200
|
listComputeCapacityReservations(listComputeCapacityReservationsRequest) {
|
|
8197
8201
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8300,7 +8304,7 @@ class ComputeClient {
|
|
|
8300
8304
|
* @param ListComputeGlobalImageCapabilitySchemaVersionsRequest
|
|
8301
8305
|
* @return ListComputeGlobalImageCapabilitySchemaVersionsResponse
|
|
8302
8306
|
* @throws OciError when an error occurs
|
|
8303
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8307
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListComputeGlobalImageCapabilitySchemaVersions.ts.html |here} to see how to use ListComputeGlobalImageCapabilitySchemaVersions API.
|
|
8304
8308
|
*/
|
|
8305
8309
|
listComputeGlobalImageCapabilitySchemaVersions(listComputeGlobalImageCapabilitySchemaVersionsRequest) {
|
|
8306
8310
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8407,7 +8411,7 @@ class ComputeClient {
|
|
|
8407
8411
|
* @param ListComputeGlobalImageCapabilitySchemasRequest
|
|
8408
8412
|
* @return ListComputeGlobalImageCapabilitySchemasResponse
|
|
8409
8413
|
* @throws OciError when an error occurs
|
|
8410
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8414
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListComputeGlobalImageCapabilitySchemas.ts.html |here} to see how to use ListComputeGlobalImageCapabilitySchemas API.
|
|
8411
8415
|
*/
|
|
8412
8416
|
listComputeGlobalImageCapabilitySchemas(listComputeGlobalImageCapabilitySchemasRequest) {
|
|
8413
8417
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8513,7 +8517,7 @@ class ComputeClient {
|
|
|
8513
8517
|
* @param ListComputeImageCapabilitySchemasRequest
|
|
8514
8518
|
* @return ListComputeImageCapabilitySchemasResponse
|
|
8515
8519
|
* @throws OciError when an error occurs
|
|
8516
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8520
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListComputeImageCapabilitySchemas.ts.html |here} to see how to use ListComputeImageCapabilitySchemas API.
|
|
8517
8521
|
*/
|
|
8518
8522
|
listComputeImageCapabilitySchemas(listComputeImageCapabilitySchemasRequest) {
|
|
8519
8523
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8620,7 +8624,7 @@ class ComputeClient {
|
|
|
8620
8624
|
* @param ListConsoleHistoriesRequest
|
|
8621
8625
|
* @return ListConsoleHistoriesResponse
|
|
8622
8626
|
* @throws OciError when an error occurs
|
|
8623
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8627
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListConsoleHistories.ts.html |here} to see how to use ListConsoleHistories API.
|
|
8624
8628
|
*/
|
|
8625
8629
|
listConsoleHistories(listConsoleHistoriesRequest) {
|
|
8626
8630
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8729,7 +8733,7 @@ class ComputeClient {
|
|
|
8729
8733
|
* @param ListDedicatedVmHostInstanceShapesRequest
|
|
8730
8734
|
* @return ListDedicatedVmHostInstanceShapesResponse
|
|
8731
8735
|
* @throws OciError when an error occurs
|
|
8732
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8736
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListDedicatedVmHostInstanceShapes.ts.html |here} to see how to use ListDedicatedVmHostInstanceShapes API.
|
|
8733
8737
|
*/
|
|
8734
8738
|
listDedicatedVmHostInstanceShapes(listDedicatedVmHostInstanceShapesRequest) {
|
|
8735
8739
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8835,7 +8839,7 @@ class ComputeClient {
|
|
|
8835
8839
|
* @param ListDedicatedVmHostInstancesRequest
|
|
8836
8840
|
* @return ListDedicatedVmHostInstancesResponse
|
|
8837
8841
|
* @throws OciError when an error occurs
|
|
8838
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8842
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListDedicatedVmHostInstances.ts.html |here} to see how to use ListDedicatedVmHostInstances API.
|
|
8839
8843
|
*/
|
|
8840
8844
|
listDedicatedVmHostInstances(listDedicatedVmHostInstancesRequest) {
|
|
8841
8845
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8944,7 +8948,7 @@ class ComputeClient {
|
|
|
8944
8948
|
* @param ListDedicatedVmHostShapesRequest
|
|
8945
8949
|
* @return ListDedicatedVmHostShapesResponse
|
|
8946
8950
|
* @throws OciError when an error occurs
|
|
8947
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8951
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListDedicatedVmHostShapes.ts.html |here} to see how to use ListDedicatedVmHostShapes API.
|
|
8948
8952
|
*/
|
|
8949
8953
|
listDedicatedVmHostShapes(listDedicatedVmHostShapesRequest) {
|
|
8950
8954
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9053,7 +9057,7 @@ class ComputeClient {
|
|
|
9053
9057
|
* @param ListDedicatedVmHostsRequest
|
|
9054
9058
|
* @return ListDedicatedVmHostsResponse
|
|
9055
9059
|
* @throws OciError when an error occurs
|
|
9056
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9060
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListDedicatedVmHosts.ts.html |here} to see how to use ListDedicatedVmHosts API.
|
|
9057
9061
|
*/
|
|
9058
9062
|
listDedicatedVmHosts(listDedicatedVmHostsRequest) {
|
|
9059
9063
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9164,7 +9168,7 @@ class ComputeClient {
|
|
|
9164
9168
|
* @param ListImageShapeCompatibilityEntriesRequest
|
|
9165
9169
|
* @return ListImageShapeCompatibilityEntriesResponse
|
|
9166
9170
|
* @throws OciError when an error occurs
|
|
9167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9171
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListImageShapeCompatibilityEntries.ts.html |here} to see how to use ListImageShapeCompatibilityEntries API.
|
|
9168
9172
|
*/
|
|
9169
9173
|
listImageShapeCompatibilityEntries(listImageShapeCompatibilityEntriesRequest) {
|
|
9170
9174
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9279,7 +9283,7 @@ class ComputeClient {
|
|
|
9279
9283
|
* @param ListImagesRequest
|
|
9280
9284
|
* @return ListImagesResponse
|
|
9281
9285
|
* @throws OciError when an error occurs
|
|
9282
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9286
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListImages.ts.html |here} to see how to use ListImages API.
|
|
9283
9287
|
*/
|
|
9284
9288
|
listImages(listImagesRequest) {
|
|
9285
9289
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9391,7 +9395,7 @@ class ComputeClient {
|
|
|
9391
9395
|
* @param ListInstanceConsoleConnectionsRequest
|
|
9392
9396
|
* @return ListInstanceConsoleConnectionsResponse
|
|
9393
9397
|
* @throws OciError when an error occurs
|
|
9394
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9398
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListInstanceConsoleConnections.ts.html |here} to see how to use ListInstanceConsoleConnections API.
|
|
9395
9399
|
*/
|
|
9396
9400
|
listInstanceConsoleConnections(listInstanceConsoleConnectionsRequest) {
|
|
9397
9401
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9494,7 +9498,7 @@ class ComputeClient {
|
|
|
9494
9498
|
* @param ListInstanceDevicesRequest
|
|
9495
9499
|
* @return ListInstanceDevicesResponse
|
|
9496
9500
|
* @throws OciError when an error occurs
|
|
9497
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9501
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListInstanceDevices.ts.html |here} to see how to use ListInstanceDevices API.
|
|
9498
9502
|
*/
|
|
9499
9503
|
listInstanceDevices(listInstanceDevicesRequest) {
|
|
9500
9504
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9605,7 +9609,7 @@ class ComputeClient {
|
|
|
9605
9609
|
* @param ListInstancesRequest
|
|
9606
9610
|
* @return ListInstancesResponse
|
|
9607
9611
|
* @throws OciError when an error occurs
|
|
9608
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9612
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListInstances.ts.html |here} to see how to use ListInstances API.
|
|
9609
9613
|
*/
|
|
9610
9614
|
listInstances(listInstancesRequest) {
|
|
9611
9615
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9715,7 +9719,7 @@ class ComputeClient {
|
|
|
9715
9719
|
* @param ListShapesRequest
|
|
9716
9720
|
* @return ListShapesResponse
|
|
9717
9721
|
* @throws OciError when an error occurs
|
|
9718
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9722
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListShapes.ts.html |here} to see how to use ListShapes API.
|
|
9719
9723
|
*/
|
|
9720
9724
|
listShapes(listShapesRequest) {
|
|
9721
9725
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9822,7 +9826,7 @@ class ComputeClient {
|
|
|
9822
9826
|
* @param ListVnicAttachmentsRequest
|
|
9823
9827
|
* @return ListVnicAttachmentsResponse
|
|
9824
9828
|
* @throws OciError when an error occurs
|
|
9825
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9829
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListVnicAttachments.ts.html |here} to see how to use ListVnicAttachments API.
|
|
9826
9830
|
*/
|
|
9827
9831
|
listVnicAttachments(listVnicAttachmentsRequest) {
|
|
9828
9832
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9932,7 +9936,7 @@ class ComputeClient {
|
|
|
9932
9936
|
* @param ListVolumeAttachmentsRequest
|
|
9933
9937
|
* @return ListVolumeAttachmentsResponse
|
|
9934
9938
|
* @throws OciError when an error occurs
|
|
9935
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9939
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListVolumeAttachments.ts.html |here} to see how to use ListVolumeAttachments API.
|
|
9936
9940
|
*/
|
|
9937
9941
|
listVolumeAttachments(listVolumeAttachmentsRequest) {
|
|
9938
9942
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10037,7 +10041,7 @@ class ComputeClient {
|
|
|
10037
10041
|
* @param RemoveImageShapeCompatibilityEntryRequest
|
|
10038
10042
|
* @return RemoveImageShapeCompatibilityEntryResponse
|
|
10039
10043
|
* @throws OciError when an error occurs
|
|
10040
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10044
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/RemoveImageShapeCompatibilityEntry.ts.html |here} to see how to use RemoveImageShapeCompatibilityEntry API.
|
|
10041
10045
|
*/
|
|
10042
10046
|
removeImageShapeCompatibilityEntry(removeImageShapeCompatibilityEntryRequest) {
|
|
10043
10047
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10100,7 +10104,7 @@ class ComputeClient {
|
|
|
10100
10104
|
* @param TerminateInstanceRequest
|
|
10101
10105
|
* @return TerminateInstanceResponse
|
|
10102
10106
|
* @throws OciError when an error occurs
|
|
10103
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10107
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/TerminateInstance.ts.html |here} to see how to use TerminateInstance API.
|
|
10104
10108
|
*/
|
|
10105
10109
|
terminateInstance(terminateInstanceRequest) {
|
|
10106
10110
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10158,7 +10162,7 @@ class ComputeClient {
|
|
|
10158
10162
|
* @param UpdateComputeCapacityReservationRequest
|
|
10159
10163
|
* @return UpdateComputeCapacityReservationResponse
|
|
10160
10164
|
* @throws OciError when an error occurs
|
|
10161
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10165
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateComputeCapacityReservation.ts.html |here} to see how to use UpdateComputeCapacityReservation API.
|
|
10162
10166
|
*/
|
|
10163
10167
|
updateComputeCapacityReservation(updateComputeCapacityReservationRequest) {
|
|
10164
10168
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10218,7 +10222,7 @@ class ComputeClient {
|
|
|
10218
10222
|
* @param UpdateComputeImageCapabilitySchemaRequest
|
|
10219
10223
|
* @return UpdateComputeImageCapabilitySchemaResponse
|
|
10220
10224
|
* @throws OciError when an error occurs
|
|
10221
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10225
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateComputeImageCapabilitySchema.ts.html |here} to see how to use UpdateComputeImageCapabilitySchema API.
|
|
10222
10226
|
*/
|
|
10223
10227
|
updateComputeImageCapabilitySchema(updateComputeImageCapabilitySchemaRequest) {
|
|
10224
10228
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10280,7 +10284,7 @@ class ComputeClient {
|
|
|
10280
10284
|
* @param UpdateConsoleHistoryRequest
|
|
10281
10285
|
* @return UpdateConsoleHistoryResponse
|
|
10282
10286
|
* @throws OciError when an error occurs
|
|
10283
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10287
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateConsoleHistory.ts.html |here} to see how to use UpdateConsoleHistory API.
|
|
10284
10288
|
*/
|
|
10285
10289
|
updateConsoleHistory(updateConsoleHistoryRequest) {
|
|
10286
10290
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10344,7 +10348,7 @@ class ComputeClient {
|
|
|
10344
10348
|
* @param UpdateDedicatedVmHostRequest
|
|
10345
10349
|
* @return UpdateDedicatedVmHostResponse
|
|
10346
10350
|
* @throws OciError when an error occurs
|
|
10347
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10351
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateDedicatedVmHost.ts.html |here} to see how to use UpdateDedicatedVmHost API.
|
|
10348
10352
|
*/
|
|
10349
10353
|
updateDedicatedVmHost(updateDedicatedVmHostRequest) {
|
|
10350
10354
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10409,7 +10413,7 @@ class ComputeClient {
|
|
|
10409
10413
|
* @param UpdateImageRequest
|
|
10410
10414
|
* @return UpdateImageResponse
|
|
10411
10415
|
* @throws OciError when an error occurs
|
|
10412
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10416
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateImage.ts.html |here} to see how to use UpdateImage API.
|
|
10413
10417
|
*/
|
|
10414
10418
|
updateImage(updateImageRequest) {
|
|
10415
10419
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10479,7 +10483,7 @@ class ComputeClient {
|
|
|
10479
10483
|
* @param UpdateInstanceRequest
|
|
10480
10484
|
* @return UpdateInstanceResponse
|
|
10481
10485
|
* @throws OciError when an error occurs
|
|
10482
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10486
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateInstance.ts.html |here} to see how to use UpdateInstance API.
|
|
10483
10487
|
*/
|
|
10484
10488
|
updateInstance(updateInstanceRequest) {
|
|
10485
10489
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10547,7 +10551,7 @@ class ComputeClient {
|
|
|
10547
10551
|
* @param UpdateInstanceConsoleConnectionRequest
|
|
10548
10552
|
* @return UpdateInstanceConsoleConnectionResponse
|
|
10549
10553
|
* @throws OciError when an error occurs
|
|
10550
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10554
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateInstanceConsoleConnection.ts.html |here} to see how to use UpdateInstanceConsoleConnection API.
|
|
10551
10555
|
*/
|
|
10552
10556
|
updateInstanceConsoleConnection(updateInstanceConsoleConnectionRequest) {
|
|
10553
10557
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10610,7 +10614,7 @@ class ComputeClient {
|
|
|
10610
10614
|
* @param UpdateVolumeAttachmentRequest
|
|
10611
10615
|
* @return UpdateVolumeAttachmentResponse
|
|
10612
10616
|
* @throws OciError when an error occurs
|
|
10613
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10617
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateVolumeAttachment.ts.html |here} to see how to use UpdateVolumeAttachment API.
|
|
10614
10618
|
*/
|
|
10615
10619
|
updateVolumeAttachment(updateVolumeAttachmentRequest) {
|
|
10616
10620
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10777,7 +10781,7 @@ class ComputeManagementClient {
|
|
|
10777
10781
|
* @param AttachInstancePoolInstanceRequest
|
|
10778
10782
|
* @return AttachInstancePoolInstanceResponse
|
|
10779
10783
|
* @throws OciError when an error occurs
|
|
10780
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10784
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/AttachInstancePoolInstance.ts.html |here} to see how to use AttachInstancePoolInstance API.
|
|
10781
10785
|
*/
|
|
10782
10786
|
attachInstancePoolInstance(attachInstancePoolInstanceRequest) {
|
|
10783
10787
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10850,7 +10854,7 @@ class ComputeManagementClient {
|
|
|
10850
10854
|
* @param AttachLoadBalancerRequest
|
|
10851
10855
|
* @return AttachLoadBalancerResponse
|
|
10852
10856
|
* @throws OciError when an error occurs
|
|
10853
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10857
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/AttachLoadBalancer.ts.html |here} to see how to use AttachLoadBalancer API.
|
|
10854
10858
|
*/
|
|
10855
10859
|
attachLoadBalancer(attachLoadBalancerRequest) {
|
|
10856
10860
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10919,7 +10923,7 @@ class ComputeManagementClient {
|
|
|
10919
10923
|
* @param ChangeClusterNetworkCompartmentRequest
|
|
10920
10924
|
* @return ChangeClusterNetworkCompartmentResponse
|
|
10921
10925
|
* @throws OciError when an error occurs
|
|
10922
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10926
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeClusterNetworkCompartment.ts.html |here} to see how to use ChangeClusterNetworkCompartment API.
|
|
10923
10927
|
*/
|
|
10924
10928
|
changeClusterNetworkCompartment(changeClusterNetworkCompartmentRequest) {
|
|
10925
10929
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10992,7 +10996,7 @@ class ComputeManagementClient {
|
|
|
10992
10996
|
* @param ChangeInstanceConfigurationCompartmentRequest
|
|
10993
10997
|
* @return ChangeInstanceConfigurationCompartmentResponse
|
|
10994
10998
|
* @throws OciError when an error occurs
|
|
10995
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10999
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeInstanceConfigurationCompartment.ts.html |here} to see how to use ChangeInstanceConfigurationCompartment API.
|
|
10996
11000
|
*/
|
|
10997
11001
|
changeInstanceConfigurationCompartment(changeInstanceConfigurationCompartmentRequest) {
|
|
10998
11002
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11058,7 +11062,7 @@ class ComputeManagementClient {
|
|
|
11058
11062
|
* @param ChangeInstancePoolCompartmentRequest
|
|
11059
11063
|
* @return ChangeInstancePoolCompartmentResponse
|
|
11060
11064
|
* @throws OciError when an error occurs
|
|
11061
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11065
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeInstancePoolCompartment.ts.html |here} to see how to use ChangeInstancePoolCompartment API.
|
|
11062
11066
|
*/
|
|
11063
11067
|
changeInstancePoolCompartment(changeInstancePoolCompartmentRequest) {
|
|
11064
11068
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11120,7 +11124,7 @@ class ComputeManagementClient {
|
|
|
11120
11124
|
* @param CreateClusterNetworkRequest
|
|
11121
11125
|
* @return CreateClusterNetworkResponse
|
|
11122
11126
|
* @throws OciError when an error occurs
|
|
11123
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateClusterNetwork.ts.html |here} to see how to use CreateClusterNetwork API.
|
|
11124
11128
|
*/
|
|
11125
11129
|
createClusterNetwork(createClusterNetworkRequest) {
|
|
11126
11130
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11187,7 +11191,7 @@ class ComputeManagementClient {
|
|
|
11187
11191
|
* @param CreateInstanceConfigurationRequest
|
|
11188
11192
|
* @return CreateInstanceConfigurationResponse
|
|
11189
11193
|
* @throws OciError when an error occurs
|
|
11190
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11194
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateInstanceConfiguration.ts.html |here} to see how to use CreateInstanceConfiguration API.
|
|
11191
11195
|
*/
|
|
11192
11196
|
createInstanceConfiguration(createInstanceConfigurationRequest) {
|
|
11193
11197
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11247,7 +11251,7 @@ class ComputeManagementClient {
|
|
|
11247
11251
|
* @param CreateInstancePoolRequest
|
|
11248
11252
|
* @return CreateInstancePoolResponse
|
|
11249
11253
|
* @throws OciError when an error occurs
|
|
11250
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11254
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateInstancePool.ts.html |here} to see how to use CreateInstancePool API.
|
|
11251
11255
|
*/
|
|
11252
11256
|
createInstancePool(createInstancePoolRequest) {
|
|
11253
11257
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11307,7 +11311,7 @@ class ComputeManagementClient {
|
|
|
11307
11311
|
* @param DeleteInstanceConfigurationRequest
|
|
11308
11312
|
* @return DeleteInstanceConfigurationResponse
|
|
11309
11313
|
* @throws OciError when an error occurs
|
|
11310
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11314
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteInstanceConfiguration.ts.html |here} to see how to use DeleteInstanceConfiguration API.
|
|
11311
11315
|
*/
|
|
11312
11316
|
deleteInstanceConfiguration(deleteInstanceConfigurationRequest) {
|
|
11313
11317
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11360,7 +11364,7 @@ class ComputeManagementClient {
|
|
|
11360
11364
|
* @param DetachInstancePoolInstanceRequest
|
|
11361
11365
|
* @return DetachInstancePoolInstanceResponse
|
|
11362
11366
|
* @throws OciError when an error occurs
|
|
11363
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11367
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DetachInstancePoolInstance.ts.html |here} to see how to use DetachInstancePoolInstance API.
|
|
11364
11368
|
*/
|
|
11365
11369
|
detachInstancePoolInstance(detachInstancePoolInstanceRequest) {
|
|
11366
11370
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11419,7 +11423,7 @@ class ComputeManagementClient {
|
|
|
11419
11423
|
* @param DetachLoadBalancerRequest
|
|
11420
11424
|
* @return DetachLoadBalancerResponse
|
|
11421
11425
|
* @throws OciError when an error occurs
|
|
11422
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11426
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DetachLoadBalancer.ts.html |here} to see how to use DetachLoadBalancer API.
|
|
11423
11427
|
*/
|
|
11424
11428
|
detachLoadBalancer(detachLoadBalancerRequest) {
|
|
11425
11429
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11482,7 +11486,7 @@ class ComputeManagementClient {
|
|
|
11482
11486
|
* @param GetClusterNetworkRequest
|
|
11483
11487
|
* @return GetClusterNetworkResponse
|
|
11484
11488
|
* @throws OciError when an error occurs
|
|
11485
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11489
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetClusterNetwork.ts.html |here} to see how to use GetClusterNetwork API.
|
|
11486
11490
|
*/
|
|
11487
11491
|
getClusterNetwork(getClusterNetworkRequest) {
|
|
11488
11492
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11542,7 +11546,7 @@ class ComputeManagementClient {
|
|
|
11542
11546
|
* @param GetInstanceConfigurationRequest
|
|
11543
11547
|
* @return GetInstanceConfigurationResponse
|
|
11544
11548
|
* @throws OciError when an error occurs
|
|
11545
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11549
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetInstanceConfiguration.ts.html |here} to see how to use GetInstanceConfiguration API.
|
|
11546
11550
|
*/
|
|
11547
11551
|
getInstanceConfiguration(getInstanceConfigurationRequest) {
|
|
11548
11552
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11602,7 +11606,7 @@ class ComputeManagementClient {
|
|
|
11602
11606
|
* @param GetInstancePoolRequest
|
|
11603
11607
|
* @return GetInstancePoolResponse
|
|
11604
11608
|
* @throws OciError when an error occurs
|
|
11605
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11609
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetInstancePool.ts.html |here} to see how to use GetInstancePool API.
|
|
11606
11610
|
*/
|
|
11607
11611
|
getInstancePool(getInstancePoolRequest) {
|
|
11608
11612
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11662,7 +11666,7 @@ class ComputeManagementClient {
|
|
|
11662
11666
|
* @param GetInstancePoolInstanceRequest
|
|
11663
11667
|
* @return GetInstancePoolInstanceResponse
|
|
11664
11668
|
* @throws OciError when an error occurs
|
|
11665
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11669
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetInstancePoolInstance.ts.html |here} to see how to use GetInstancePoolInstance API.
|
|
11666
11670
|
*/
|
|
11667
11671
|
getInstancePoolInstance(getInstancePoolInstanceRequest) {
|
|
11668
11672
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11724,7 +11728,7 @@ class ComputeManagementClient {
|
|
|
11724
11728
|
* @param GetInstancePoolLoadBalancerAttachmentRequest
|
|
11725
11729
|
* @return GetInstancePoolLoadBalancerAttachmentResponse
|
|
11726
11730
|
* @throws OciError when an error occurs
|
|
11727
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11731
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetInstancePoolLoadBalancerAttachment.ts.html |here} to see how to use GetInstancePoolLoadBalancerAttachment API.
|
|
11728
11732
|
*/
|
|
11729
11733
|
getInstancePoolLoadBalancerAttachment(getInstancePoolLoadBalancerAttachmentRequest) {
|
|
11730
11734
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11787,7 +11791,7 @@ class ComputeManagementClient {
|
|
|
11787
11791
|
* @param LaunchInstanceConfigurationRequest
|
|
11788
11792
|
* @return LaunchInstanceConfigurationResponse
|
|
11789
11793
|
* @throws OciError when an error occurs
|
|
11790
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11794
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/LaunchInstanceConfiguration.ts.html |here} to see how to use LaunchInstanceConfiguration API.
|
|
11791
11795
|
*/
|
|
11792
11796
|
launchInstanceConfiguration(launchInstanceConfigurationRequest) {
|
|
11793
11797
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11854,7 +11858,7 @@ class ComputeManagementClient {
|
|
|
11854
11858
|
* @param ListClusterNetworkInstancesRequest
|
|
11855
11859
|
* @return ListClusterNetworkInstancesResponse
|
|
11856
11860
|
* @throws OciError when an error occurs
|
|
11857
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11861
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListClusterNetworkInstances.ts.html |here} to see how to use ListClusterNetworkInstances API.
|
|
11858
11862
|
*/
|
|
11859
11863
|
listClusterNetworkInstances(listClusterNetworkInstancesRequest) {
|
|
11860
11864
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11961,7 +11965,7 @@ class ComputeManagementClient {
|
|
|
11961
11965
|
* @param ListClusterNetworksRequest
|
|
11962
11966
|
* @return ListClusterNetworksResponse
|
|
11963
11967
|
* @throws OciError when an error occurs
|
|
11964
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11968
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListClusterNetworks.ts.html |here} to see how to use ListClusterNetworks API.
|
|
11965
11969
|
*/
|
|
11966
11970
|
listClusterNetworks(listClusterNetworksRequest) {
|
|
11967
11971
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12068,7 +12072,7 @@ class ComputeManagementClient {
|
|
|
12068
12072
|
* @param ListInstanceConfigurationsRequest
|
|
12069
12073
|
* @return ListInstanceConfigurationsResponse
|
|
12070
12074
|
* @throws OciError when an error occurs
|
|
12071
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12075
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListInstanceConfigurations.ts.html |here} to see how to use ListInstanceConfigurations API.
|
|
12072
12076
|
*/
|
|
12073
12077
|
listInstanceConfigurations(listInstanceConfigurationsRequest) {
|
|
12074
12078
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12172,7 +12176,7 @@ class ComputeManagementClient {
|
|
|
12172
12176
|
* @param ListInstancePoolInstancesRequest
|
|
12173
12177
|
* @return ListInstancePoolInstancesResponse
|
|
12174
12178
|
* @throws OciError when an error occurs
|
|
12175
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12179
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListInstancePoolInstances.ts.html |here} to see how to use ListInstancePoolInstances API.
|
|
12176
12180
|
*/
|
|
12177
12181
|
listInstancePoolInstances(listInstancePoolInstancesRequest) {
|
|
12178
12182
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12279,7 +12283,7 @@ class ComputeManagementClient {
|
|
|
12279
12283
|
* @param ListInstancePoolsRequest
|
|
12280
12284
|
* @return ListInstancePoolsResponse
|
|
12281
12285
|
* @throws OciError when an error occurs
|
|
12282
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12286
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListInstancePools.ts.html |here} to see how to use ListInstancePools API.
|
|
12283
12287
|
*/
|
|
12284
12288
|
listInstancePools(listInstancePoolsRequest) {
|
|
12285
12289
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12387,7 +12391,7 @@ class ComputeManagementClient {
|
|
|
12387
12391
|
* @param ResetInstancePoolRequest
|
|
12388
12392
|
* @return ResetInstancePoolResponse
|
|
12389
12393
|
* @throws OciError when an error occurs
|
|
12390
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12394
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ResetInstancePool.ts.html |here} to see how to use ResetInstancePool API.
|
|
12391
12395
|
*/
|
|
12392
12396
|
resetInstancePool(resetInstancePoolRequest) {
|
|
12393
12397
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12454,7 +12458,7 @@ class ComputeManagementClient {
|
|
|
12454
12458
|
* @param SoftresetInstancePoolRequest
|
|
12455
12459
|
* @return SoftresetInstancePoolResponse
|
|
12456
12460
|
* @throws OciError when an error occurs
|
|
12457
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12461
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/SoftresetInstancePool.ts.html |here} to see how to use SoftresetInstancePool API.
|
|
12458
12462
|
*/
|
|
12459
12463
|
softresetInstancePool(softresetInstancePoolRequest) {
|
|
12460
12464
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12518,7 +12522,7 @@ class ComputeManagementClient {
|
|
|
12518
12522
|
* @param StartInstancePoolRequest
|
|
12519
12523
|
* @return StartInstancePoolResponse
|
|
12520
12524
|
* @throws OciError when an error occurs
|
|
12521
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12525
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/StartInstancePool.ts.html |here} to see how to use StartInstancePool API.
|
|
12522
12526
|
*/
|
|
12523
12527
|
startInstancePool(startInstancePoolRequest) {
|
|
12524
12528
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12582,7 +12586,7 @@ class ComputeManagementClient {
|
|
|
12582
12586
|
* @param StopInstancePoolRequest
|
|
12583
12587
|
* @return StopInstancePoolResponse
|
|
12584
12588
|
* @throws OciError when an error occurs
|
|
12585
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12589
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/StopInstancePool.ts.html |here} to see how to use StopInstancePool API.
|
|
12586
12590
|
*/
|
|
12587
12591
|
stopInstancePool(stopInstancePoolRequest) {
|
|
12588
12592
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12648,7 +12652,7 @@ class ComputeManagementClient {
|
|
|
12648
12652
|
* @param TerminateClusterNetworkRequest
|
|
12649
12653
|
* @return TerminateClusterNetworkResponse
|
|
12650
12654
|
* @throws OciError when an error occurs
|
|
12651
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12655
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/TerminateClusterNetwork.ts.html |here} to see how to use TerminateClusterNetwork API.
|
|
12652
12656
|
*/
|
|
12653
12657
|
terminateClusterNetwork(terminateClusterNetworkRequest) {
|
|
12654
12658
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12713,7 +12717,7 @@ class ComputeManagementClient {
|
|
|
12713
12717
|
* @param TerminateInstancePoolRequest
|
|
12714
12718
|
* @return TerminateInstancePoolResponse
|
|
12715
12719
|
* @throws OciError when an error occurs
|
|
12716
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12720
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/TerminateInstancePool.ts.html |here} to see how to use TerminateInstancePool API.
|
|
12717
12721
|
*/
|
|
12718
12722
|
terminateInstancePool(terminateInstancePoolRequest) {
|
|
12719
12723
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12766,7 +12770,7 @@ class ComputeManagementClient {
|
|
|
12766
12770
|
* @param UpdateClusterNetworkRequest
|
|
12767
12771
|
* @return UpdateClusterNetworkResponse
|
|
12768
12772
|
* @throws OciError when an error occurs
|
|
12769
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12773
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateClusterNetwork.ts.html |here} to see how to use UpdateClusterNetwork API.
|
|
12770
12774
|
*/
|
|
12771
12775
|
updateClusterNetwork(updateClusterNetworkRequest) {
|
|
12772
12776
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12829,7 +12833,7 @@ class ComputeManagementClient {
|
|
|
12829
12833
|
* @param UpdateInstanceConfigurationRequest
|
|
12830
12834
|
* @return UpdateInstanceConfigurationResponse
|
|
12831
12835
|
* @throws OciError when an error occurs
|
|
12832
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12836
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateInstanceConfiguration.ts.html |here} to see how to use UpdateInstanceConfiguration API.
|
|
12833
12837
|
*/
|
|
12834
12838
|
updateInstanceConfiguration(updateInstanceConfigurationRequest) {
|
|
12835
12839
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12895,7 +12899,7 @@ class ComputeManagementClient {
|
|
|
12895
12899
|
* @param UpdateInstancePoolRequest
|
|
12896
12900
|
* @return UpdateInstancePoolResponse
|
|
12897
12901
|
* @throws OciError when an error occurs
|
|
12898
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12902
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateInstancePool.ts.html |here} to see how to use UpdateInstancePool API.
|
|
12899
12903
|
*/
|
|
12900
12904
|
updateInstancePool(updateInstancePoolRequest) {
|
|
12901
12905
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13060,7 +13064,7 @@ class VirtualNetworkClient {
|
|
|
13060
13064
|
* @param AddDrgRouteDistributionStatementsRequest
|
|
13061
13065
|
* @return AddDrgRouteDistributionStatementsResponse
|
|
13062
13066
|
* @throws OciError when an error occurs
|
|
13063
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13067
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/AddDrgRouteDistributionStatements.ts.html |here} to see how to use AddDrgRouteDistributionStatements API.
|
|
13064
13068
|
*/
|
|
13065
13069
|
addDrgRouteDistributionStatements(addDrgRouteDistributionStatementsRequest) {
|
|
13066
13070
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13117,7 +13121,7 @@ class VirtualNetworkClient {
|
|
|
13117
13121
|
* @param AddDrgRouteRulesRequest
|
|
13118
13122
|
* @return AddDrgRouteRulesResponse
|
|
13119
13123
|
* @throws OciError when an error occurs
|
|
13120
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13124
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/AddDrgRouteRules.ts.html |here} to see how to use AddDrgRouteRules API.
|
|
13121
13125
|
*/
|
|
13122
13126
|
addDrgRouteRules(addDrgRouteRulesRequest) {
|
|
13123
13127
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13168,6 +13172,72 @@ class VirtualNetworkClient {
|
|
|
13168
13172
|
}
|
|
13169
13173
|
});
|
|
13170
13174
|
}
|
|
13175
|
+
/**
|
|
13176
|
+
* Add an IPv6 CIDR to a subnet.
|
|
13177
|
+
*
|
|
13178
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
13179
|
+
* @param AddIpv6SubnetCidrRequest
|
|
13180
|
+
* @return AddIpv6SubnetCidrResponse
|
|
13181
|
+
* @throws OciError when an error occurs
|
|
13182
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/AddIpv6SubnetCidr.ts.html |here} to see how to use AddIpv6SubnetCidr API.
|
|
13183
|
+
*/
|
|
13184
|
+
addIpv6SubnetCidr(addIpv6SubnetCidrRequest) {
|
|
13185
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
13186
|
+
if (this.logger)
|
|
13187
|
+
this.logger.debug("Calling operation VirtualNetworkClient#addIpv6SubnetCidr.");
|
|
13188
|
+
const pathParams = {
|
|
13189
|
+
"{subnetId}": addIpv6SubnetCidrRequest.subnetId
|
|
13190
|
+
};
|
|
13191
|
+
const queryParams = {};
|
|
13192
|
+
let headerParams = {
|
|
13193
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
13194
|
+
"opc-retry-token": addIpv6SubnetCidrRequest.opcRetryToken,
|
|
13195
|
+
"if-match": addIpv6SubnetCidrRequest.ifMatch,
|
|
13196
|
+
"opc-request-id": addIpv6SubnetCidrRequest.opcRequestId
|
|
13197
|
+
};
|
|
13198
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
13199
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, addIpv6SubnetCidrRequest.retryConfiguration, specRetryConfiguration);
|
|
13200
|
+
if (this.logger)
|
|
13201
|
+
retrier.logger = this.logger;
|
|
13202
|
+
const request = yield oci_common_2.composeRequest({
|
|
13203
|
+
baseEndpoint: this._endpoint,
|
|
13204
|
+
defaultHeaders: this._defaultHeaders,
|
|
13205
|
+
path: "/subnets/{subnetId}/actions/addIpv6Cidr",
|
|
13206
|
+
method: "POST",
|
|
13207
|
+
bodyContent: common.ObjectSerializer.serialize(addIpv6SubnetCidrRequest.addSubnetIpv6CidrDetails, "AddSubnetIpv6CidrDetails", model.AddSubnetIpv6CidrDetails.getJsonObj),
|
|
13208
|
+
pathParams: pathParams,
|
|
13209
|
+
headerParams: headerParams,
|
|
13210
|
+
queryParams: queryParams
|
|
13211
|
+
});
|
|
13212
|
+
try {
|
|
13213
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
13214
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
13215
|
+
responseObject: {},
|
|
13216
|
+
responseHeaders: [
|
|
13217
|
+
{
|
|
13218
|
+
value: response.headers.get("etag"),
|
|
13219
|
+
key: "etag",
|
|
13220
|
+
dataType: "string"
|
|
13221
|
+
},
|
|
13222
|
+
{
|
|
13223
|
+
value: response.headers.get("opc-request-id"),
|
|
13224
|
+
key: "opcRequestId",
|
|
13225
|
+
dataType: "string"
|
|
13226
|
+
},
|
|
13227
|
+
{
|
|
13228
|
+
value: response.headers.get("opc-work-request-id"),
|
|
13229
|
+
key: "opcWorkRequestId",
|
|
13230
|
+
dataType: "string"
|
|
13231
|
+
}
|
|
13232
|
+
]
|
|
13233
|
+
});
|
|
13234
|
+
return sdkResponse;
|
|
13235
|
+
}
|
|
13236
|
+
catch (err) {
|
|
13237
|
+
throw err;
|
|
13238
|
+
}
|
|
13239
|
+
});
|
|
13240
|
+
}
|
|
13171
13241
|
/**
|
|
13172
13242
|
* Add an IPv6 CIDR to a VCN. The VCN size is always /56 and assigned by Oracle.
|
|
13173
13243
|
* Once added the IPv6 CIDR block cannot be removed or modified.
|
|
@@ -13176,7 +13246,7 @@ class VirtualNetworkClient {
|
|
|
13176
13246
|
* @param AddIpv6VcnCidrRequest
|
|
13177
13247
|
* @return AddIpv6VcnCidrResponse
|
|
13178
13248
|
* @throws OciError when an error occurs
|
|
13179
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13249
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/AddIpv6VcnCidr.ts.html |here} to see how to use AddIpv6VcnCidr API.
|
|
13180
13250
|
*/
|
|
13181
13251
|
addIpv6VcnCidr(addIpv6VcnCidrRequest) {
|
|
13182
13252
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13201,6 +13271,7 @@ class VirtualNetworkClient {
|
|
|
13201
13271
|
defaultHeaders: this._defaultHeaders,
|
|
13202
13272
|
path: "/vcns/{vcnId}/actions/addIpv6Cidr",
|
|
13203
13273
|
method: "POST",
|
|
13274
|
+
bodyContent: common.ObjectSerializer.serialize(addIpv6VcnCidrRequest.addVcnIpv6CidrDetails, "AddVcnIpv6CidrDetails", model.AddVcnIpv6CidrDetails.getJsonObj),
|
|
13204
13275
|
pathParams: pathParams,
|
|
13205
13276
|
headerParams: headerParams,
|
|
13206
13277
|
queryParams: queryParams
|
|
@@ -13236,7 +13307,7 @@ class VirtualNetworkClient {
|
|
|
13236
13307
|
* @param AddNetworkSecurityGroupSecurityRulesRequest
|
|
13237
13308
|
* @return AddNetworkSecurityGroupSecurityRulesResponse
|
|
13238
13309
|
* @throws OciError when an error occurs
|
|
13239
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13310
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/AddNetworkSecurityGroupSecurityRules.ts.html |here} to see how to use AddNetworkSecurityGroupSecurityRules API.
|
|
13240
13311
|
*/
|
|
13241
13312
|
addNetworkSecurityGroupSecurityRules(addNetworkSecurityGroupSecurityRulesRequest) {
|
|
13242
13313
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13295,7 +13366,7 @@ class VirtualNetworkClient {
|
|
|
13295
13366
|
* @param AddPublicIpPoolCapacityRequest
|
|
13296
13367
|
* @return AddPublicIpPoolCapacityResponse
|
|
13297
13368
|
* @throws OciError when an error occurs
|
|
13298
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13369
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/AddPublicIpPoolCapacity.ts.html |here} to see how to use AddPublicIpPoolCapacity API.
|
|
13299
13370
|
*/
|
|
13300
13371
|
addPublicIpPoolCapacity(addPublicIpPoolCapacityRequest) {
|
|
13301
13372
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13365,7 +13436,7 @@ class VirtualNetworkClient {
|
|
|
13365
13436
|
* @param AddVcnCidrRequest
|
|
13366
13437
|
* @return AddVcnCidrResponse
|
|
13367
13438
|
* @throws OciError when an error occurs
|
|
13368
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13439
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/AddVcnCidr.ts.html |here} to see how to use AddVcnCidr API.
|
|
13369
13440
|
*/
|
|
13370
13441
|
addVcnCidr(addVcnCidrRequest) {
|
|
13371
13442
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13427,7 +13498,7 @@ class VirtualNetworkClient {
|
|
|
13427
13498
|
* @param AdvertiseByoipRangeRequest
|
|
13428
13499
|
* @return AdvertiseByoipRangeResponse
|
|
13429
13500
|
* @throws OciError when an error occurs
|
|
13430
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13501
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/AdvertiseByoipRange.ts.html |here} to see how to use AdvertiseByoipRange API.
|
|
13431
13502
|
*/
|
|
13432
13503
|
advertiseByoipRange(advertiseByoipRangeRequest) {
|
|
13433
13504
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13489,7 +13560,7 @@ class VirtualNetworkClient {
|
|
|
13489
13560
|
* @param AttachServiceIdRequest
|
|
13490
13561
|
* @return AttachServiceIdResponse
|
|
13491
13562
|
* @throws OciError when an error occurs
|
|
13492
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13563
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/AttachServiceId.ts.html |here} to see how to use AttachServiceId API.
|
|
13493
13564
|
*/
|
|
13494
13565
|
attachServiceId(attachServiceIdRequest) {
|
|
13495
13566
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13550,7 +13621,7 @@ class VirtualNetworkClient {
|
|
|
13550
13621
|
* @param BulkAddVirtualCircuitPublicPrefixesRequest
|
|
13551
13622
|
* @return BulkAddVirtualCircuitPublicPrefixesResponse
|
|
13552
13623
|
* @throws OciError when an error occurs
|
|
13553
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13624
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/BulkAddVirtualCircuitPublicPrefixes.ts.html |here} to see how to use BulkAddVirtualCircuitPublicPrefixes API.
|
|
13554
13625
|
*/
|
|
13555
13626
|
bulkAddVirtualCircuitPublicPrefixes(bulkAddVirtualCircuitPublicPrefixesRequest) {
|
|
13556
13627
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13600,7 +13671,7 @@ class VirtualNetworkClient {
|
|
|
13600
13671
|
* @param BulkDeleteVirtualCircuitPublicPrefixesRequest
|
|
13601
13672
|
* @return BulkDeleteVirtualCircuitPublicPrefixesResponse
|
|
13602
13673
|
* @throws OciError when an error occurs
|
|
13603
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13674
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/BulkDeleteVirtualCircuitPublicPrefixes.ts.html |here} to see how to use BulkDeleteVirtualCircuitPublicPrefixes API.
|
|
13604
13675
|
*/
|
|
13605
13676
|
bulkDeleteVirtualCircuitPublicPrefixes(bulkDeleteVirtualCircuitPublicPrefixesRequest) {
|
|
13606
13677
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13649,7 +13720,7 @@ class VirtualNetworkClient {
|
|
|
13649
13720
|
* @param ChangeByoipRangeCompartmentRequest
|
|
13650
13721
|
* @return ChangeByoipRangeCompartmentResponse
|
|
13651
13722
|
* @throws OciError when an error occurs
|
|
13652
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13723
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeByoipRangeCompartment.ts.html |here} to see how to use ChangeByoipRangeCompartment API.
|
|
13653
13724
|
*/
|
|
13654
13725
|
changeByoipRangeCompartment(changeByoipRangeCompartmentRequest) {
|
|
13655
13726
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13706,7 +13777,7 @@ class VirtualNetworkClient {
|
|
|
13706
13777
|
* @param ChangeCpeCompartmentRequest
|
|
13707
13778
|
* @return ChangeCpeCompartmentResponse
|
|
13708
13779
|
* @throws OciError when an error occurs
|
|
13709
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13780
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeCpeCompartment.ts.html |here} to see how to use ChangeCpeCompartment API.
|
|
13710
13781
|
*/
|
|
13711
13782
|
changeCpeCompartment(changeCpeCompartmentRequest) {
|
|
13712
13783
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13768,7 +13839,7 @@ class VirtualNetworkClient {
|
|
|
13768
13839
|
* @param ChangeCrossConnectCompartmentRequest
|
|
13769
13840
|
* @return ChangeCrossConnectCompartmentResponse
|
|
13770
13841
|
* @throws OciError when an error occurs
|
|
13771
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13842
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeCrossConnectCompartment.ts.html |here} to see how to use ChangeCrossConnectCompartment API.
|
|
13772
13843
|
*/
|
|
13773
13844
|
changeCrossConnectCompartment(changeCrossConnectCompartmentRequest) {
|
|
13774
13845
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13830,7 +13901,7 @@ class VirtualNetworkClient {
|
|
|
13830
13901
|
* @param ChangeCrossConnectGroupCompartmentRequest
|
|
13831
13902
|
* @return ChangeCrossConnectGroupCompartmentResponse
|
|
13832
13903
|
* @throws OciError when an error occurs
|
|
13833
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13904
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeCrossConnectGroupCompartment.ts.html |here} to see how to use ChangeCrossConnectGroupCompartment API.
|
|
13834
13905
|
*/
|
|
13835
13906
|
changeCrossConnectGroupCompartment(changeCrossConnectGroupCompartmentRequest) {
|
|
13836
13907
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13892,7 +13963,7 @@ class VirtualNetworkClient {
|
|
|
13892
13963
|
* @param ChangeDhcpOptionsCompartmentRequest
|
|
13893
13964
|
* @return ChangeDhcpOptionsCompartmentResponse
|
|
13894
13965
|
* @throws OciError when an error occurs
|
|
13895
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13966
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeDhcpOptionsCompartment.ts.html |here} to see how to use ChangeDhcpOptionsCompartment API.
|
|
13896
13967
|
*/
|
|
13897
13968
|
changeDhcpOptionsCompartment(changeDhcpOptionsCompartmentRequest) {
|
|
13898
13969
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13954,7 +14025,7 @@ class VirtualNetworkClient {
|
|
|
13954
14025
|
* @param ChangeDrgCompartmentRequest
|
|
13955
14026
|
* @return ChangeDrgCompartmentResponse
|
|
13956
14027
|
* @throws OciError when an error occurs
|
|
13957
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14028
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeDrgCompartment.ts.html |here} to see how to use ChangeDrgCompartment API.
|
|
13958
14029
|
*/
|
|
13959
14030
|
changeDrgCompartment(changeDrgCompartmentRequest) {
|
|
13960
14031
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14021,7 +14092,7 @@ class VirtualNetworkClient {
|
|
|
14021
14092
|
* @param ChangeIPSecConnectionCompartmentRequest
|
|
14022
14093
|
* @return ChangeIPSecConnectionCompartmentResponse
|
|
14023
14094
|
* @throws OciError when an error occurs
|
|
14024
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14095
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeIPSecConnectionCompartment.ts.html |here} to see how to use ChangeIPSecConnectionCompartment API.
|
|
14025
14096
|
*/
|
|
14026
14097
|
changeIPSecConnectionCompartment(changeIPSecConnectionCompartmentRequest) {
|
|
14027
14098
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14083,7 +14154,7 @@ class VirtualNetworkClient {
|
|
|
14083
14154
|
* @param ChangeInternetGatewayCompartmentRequest
|
|
14084
14155
|
* @return ChangeInternetGatewayCompartmentResponse
|
|
14085
14156
|
* @throws OciError when an error occurs
|
|
14086
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14157
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeInternetGatewayCompartment.ts.html |here} to see how to use ChangeInternetGatewayCompartment API.
|
|
14087
14158
|
*/
|
|
14088
14159
|
changeInternetGatewayCompartment(changeInternetGatewayCompartmentRequest) {
|
|
14089
14160
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14145,7 +14216,7 @@ class VirtualNetworkClient {
|
|
|
14145
14216
|
* @param ChangeLocalPeeringGatewayCompartmentRequest
|
|
14146
14217
|
* @return ChangeLocalPeeringGatewayCompartmentResponse
|
|
14147
14218
|
* @throws OciError when an error occurs
|
|
14148
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14219
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeLocalPeeringGatewayCompartment.ts.html |here} to see how to use ChangeLocalPeeringGatewayCompartment API.
|
|
14149
14220
|
*/
|
|
14150
14221
|
changeLocalPeeringGatewayCompartment(changeLocalPeeringGatewayCompartmentRequest) {
|
|
14151
14222
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14207,7 +14278,7 @@ class VirtualNetworkClient {
|
|
|
14207
14278
|
* @param ChangeNatGatewayCompartmentRequest
|
|
14208
14279
|
* @return ChangeNatGatewayCompartmentResponse
|
|
14209
14280
|
* @throws OciError when an error occurs
|
|
14210
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14281
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeNatGatewayCompartment.ts.html |here} to see how to use ChangeNatGatewayCompartment API.
|
|
14211
14282
|
*/
|
|
14212
14283
|
changeNatGatewayCompartment(changeNatGatewayCompartmentRequest) {
|
|
14213
14284
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14268,7 +14339,7 @@ class VirtualNetworkClient {
|
|
|
14268
14339
|
* @param ChangeNetworkSecurityGroupCompartmentRequest
|
|
14269
14340
|
* @return ChangeNetworkSecurityGroupCompartmentResponse
|
|
14270
14341
|
* @throws OciError when an error occurs
|
|
14271
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14342
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeNetworkSecurityGroupCompartment.ts.html |here} to see how to use ChangeNetworkSecurityGroupCompartment API.
|
|
14272
14343
|
*/
|
|
14273
14344
|
changeNetworkSecurityGroupCompartment(changeNetworkSecurityGroupCompartmentRequest) {
|
|
14274
14345
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14333,7 +14404,7 @@ class VirtualNetworkClient {
|
|
|
14333
14404
|
* @param ChangePublicIpCompartmentRequest
|
|
14334
14405
|
* @return ChangePublicIpCompartmentResponse
|
|
14335
14406
|
* @throws OciError when an error occurs
|
|
14336
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14407
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangePublicIpCompartment.ts.html |here} to see how to use ChangePublicIpCompartment API.
|
|
14337
14408
|
*/
|
|
14338
14409
|
changePublicIpCompartment(changePublicIpCompartmentRequest) {
|
|
14339
14410
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14395,7 +14466,7 @@ class VirtualNetworkClient {
|
|
|
14395
14466
|
* @param ChangePublicIpPoolCompartmentRequest
|
|
14396
14467
|
* @return ChangePublicIpPoolCompartmentResponse
|
|
14397
14468
|
* @throws OciError when an error occurs
|
|
14398
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14469
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangePublicIpPoolCompartment.ts.html |here} to see how to use ChangePublicIpPoolCompartment API.
|
|
14399
14470
|
*/
|
|
14400
14471
|
changePublicIpPoolCompartment(changePublicIpPoolCompartmentRequest) {
|
|
14401
14472
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14452,7 +14523,7 @@ class VirtualNetworkClient {
|
|
|
14452
14523
|
* @param ChangeRemotePeeringConnectionCompartmentRequest
|
|
14453
14524
|
* @return ChangeRemotePeeringConnectionCompartmentResponse
|
|
14454
14525
|
* @throws OciError when an error occurs
|
|
14455
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14526
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeRemotePeeringConnectionCompartment.ts.html |here} to see how to use ChangeRemotePeeringConnectionCompartment API.
|
|
14456
14527
|
*/
|
|
14457
14528
|
changeRemotePeeringConnectionCompartment(changeRemotePeeringConnectionCompartmentRequest) {
|
|
14458
14529
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14514,7 +14585,7 @@ class VirtualNetworkClient {
|
|
|
14514
14585
|
* @param ChangeRouteTableCompartmentRequest
|
|
14515
14586
|
* @return ChangeRouteTableCompartmentResponse
|
|
14516
14587
|
* @throws OciError when an error occurs
|
|
14517
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14588
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeRouteTableCompartment.ts.html |here} to see how to use ChangeRouteTableCompartment API.
|
|
14518
14589
|
*/
|
|
14519
14590
|
changeRouteTableCompartment(changeRouteTableCompartmentRequest) {
|
|
14520
14591
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14576,7 +14647,7 @@ class VirtualNetworkClient {
|
|
|
14576
14647
|
* @param ChangeSecurityListCompartmentRequest
|
|
14577
14648
|
* @return ChangeSecurityListCompartmentResponse
|
|
14578
14649
|
* @throws OciError when an error occurs
|
|
14579
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14650
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeSecurityListCompartment.ts.html |here} to see how to use ChangeSecurityListCompartment API.
|
|
14580
14651
|
*/
|
|
14581
14652
|
changeSecurityListCompartment(changeSecurityListCompartmentRequest) {
|
|
14582
14653
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14638,7 +14709,7 @@ class VirtualNetworkClient {
|
|
|
14638
14709
|
* @param ChangeServiceGatewayCompartmentRequest
|
|
14639
14710
|
* @return ChangeServiceGatewayCompartmentResponse
|
|
14640
14711
|
* @throws OciError when an error occurs
|
|
14641
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14712
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeServiceGatewayCompartment.ts.html |here} to see how to use ChangeServiceGatewayCompartment API.
|
|
14642
14713
|
*/
|
|
14643
14714
|
changeServiceGatewayCompartment(changeServiceGatewayCompartmentRequest) {
|
|
14644
14715
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14700,7 +14771,7 @@ class VirtualNetworkClient {
|
|
|
14700
14771
|
* @param ChangeSubnetCompartmentRequest
|
|
14701
14772
|
* @return ChangeSubnetCompartmentResponse
|
|
14702
14773
|
* @throws OciError when an error occurs
|
|
14703
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14774
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeSubnetCompartment.ts.html |here} to see how to use ChangeSubnetCompartment API.
|
|
14704
14775
|
*/
|
|
14705
14776
|
changeSubnetCompartment(changeSubnetCompartmentRequest) {
|
|
14706
14777
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14767,7 +14838,7 @@ class VirtualNetworkClient {
|
|
|
14767
14838
|
* @param ChangeVcnCompartmentRequest
|
|
14768
14839
|
* @return ChangeVcnCompartmentResponse
|
|
14769
14840
|
* @throws OciError when an error occurs
|
|
14770
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14841
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeVcnCompartment.ts.html |here} to see how to use ChangeVcnCompartment API.
|
|
14771
14842
|
*/
|
|
14772
14843
|
changeVcnCompartment(changeVcnCompartmentRequest) {
|
|
14773
14844
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14834,7 +14905,7 @@ class VirtualNetworkClient {
|
|
|
14834
14905
|
* @param ChangeVirtualCircuitCompartmentRequest
|
|
14835
14906
|
* @return ChangeVirtualCircuitCompartmentResponse
|
|
14836
14907
|
* @throws OciError when an error occurs
|
|
14837
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14908
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeVirtualCircuitCompartment.ts.html |here} to see how to use ChangeVirtualCircuitCompartment API.
|
|
14838
14909
|
*/
|
|
14839
14910
|
changeVirtualCircuitCompartment(changeVirtualCircuitCompartmentRequest) {
|
|
14840
14911
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14896,7 +14967,7 @@ class VirtualNetworkClient {
|
|
|
14896
14967
|
* @param ChangeVlanCompartmentRequest
|
|
14897
14968
|
* @return ChangeVlanCompartmentResponse
|
|
14898
14969
|
* @throws OciError when an error occurs
|
|
14899
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14970
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ChangeVlanCompartment.ts.html |here} to see how to use ChangeVlanCompartment API.
|
|
14900
14971
|
*/
|
|
14901
14972
|
changeVlanCompartment(changeVlanCompartmentRequest) {
|
|
14902
14973
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14964,7 +15035,7 @@ class VirtualNetworkClient {
|
|
|
14964
15035
|
* @param ConnectLocalPeeringGatewaysRequest
|
|
14965
15036
|
* @return ConnectLocalPeeringGatewaysResponse
|
|
14966
15037
|
* @throws OciError when an error occurs
|
|
14967
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15038
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ConnectLocalPeeringGateways.ts.html |here} to see how to use ConnectLocalPeeringGateways API.
|
|
14968
15039
|
*/
|
|
14969
15040
|
connectLocalPeeringGateways(connectLocalPeeringGatewaysRequest) {
|
|
14970
15041
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15024,7 +15095,7 @@ class VirtualNetworkClient {
|
|
|
15024
15095
|
* @param ConnectRemotePeeringConnectionsRequest
|
|
15025
15096
|
* @return ConnectRemotePeeringConnectionsResponse
|
|
15026
15097
|
* @throws OciError when an error occurs
|
|
15027
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15098
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ConnectRemotePeeringConnections.ts.html |here} to see how to use ConnectRemotePeeringConnections API.
|
|
15028
15099
|
*/
|
|
15029
15100
|
connectRemotePeeringConnections(connectRemotePeeringConnectionsRequest) {
|
|
15030
15101
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15077,7 +15148,7 @@ class VirtualNetworkClient {
|
|
|
15077
15148
|
* @param CreateByoipRangeRequest
|
|
15078
15149
|
* @return CreateByoipRangeResponse
|
|
15079
15150
|
* @throws OciError when an error occurs
|
|
15080
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15151
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateByoipRange.ts.html |here} to see how to use CreateByoipRange API.
|
|
15081
15152
|
*/
|
|
15082
15153
|
createByoipRange(createByoipRangeRequest) {
|
|
15083
15154
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15153,7 +15224,7 @@ class VirtualNetworkClient {
|
|
|
15153
15224
|
* @param CreateCpeRequest
|
|
15154
15225
|
* @return CreateCpeResponse
|
|
15155
15226
|
* @throws OciError when an error occurs
|
|
15156
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15227
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateCpe.ts.html |here} to see how to use CreateCpe API.
|
|
15157
15228
|
*/
|
|
15158
15229
|
createCpe(createCpeRequest) {
|
|
15159
15230
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15232,7 +15303,7 @@ class VirtualNetworkClient {
|
|
|
15232
15303
|
* @param CreateCrossConnectRequest
|
|
15233
15304
|
* @return CreateCrossConnectResponse
|
|
15234
15305
|
* @throws OciError when an error occurs
|
|
15235
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15306
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateCrossConnect.ts.html |here} to see how to use CreateCrossConnect API.
|
|
15236
15307
|
*/
|
|
15237
15308
|
createCrossConnect(createCrossConnectRequest) {
|
|
15238
15309
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15307,7 +15378,7 @@ class VirtualNetworkClient {
|
|
|
15307
15378
|
* @param CreateCrossConnectGroupRequest
|
|
15308
15379
|
* @return CreateCrossConnectGroupResponse
|
|
15309
15380
|
* @throws OciError when an error occurs
|
|
15310
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15381
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateCrossConnectGroup.ts.html |here} to see how to use CreateCrossConnectGroup API.
|
|
15311
15382
|
*/
|
|
15312
15383
|
createCrossConnectGroup(createCrossConnectGroupRequest) {
|
|
15313
15384
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15379,7 +15450,7 @@ class VirtualNetworkClient {
|
|
|
15379
15450
|
* @param CreateDhcpOptionsRequest
|
|
15380
15451
|
* @return CreateDhcpOptionsResponse
|
|
15381
15452
|
* @throws OciError when an error occurs
|
|
15382
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15453
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateDhcpOptions.ts.html |here} to see how to use CreateDhcpOptions API.
|
|
15383
15454
|
*/
|
|
15384
15455
|
createDhcpOptions(createDhcpOptionsRequest) {
|
|
15385
15456
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15451,7 +15522,7 @@ class VirtualNetworkClient {
|
|
|
15451
15522
|
* @param CreateDrgRequest
|
|
15452
15523
|
* @return CreateDrgResponse
|
|
15453
15524
|
* @throws OciError when an error occurs
|
|
15454
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15525
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateDrg.ts.html |here} to see how to use CreateDrg API.
|
|
15455
15526
|
*/
|
|
15456
15527
|
createDrg(createDrgRequest) {
|
|
15457
15528
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15522,7 +15593,7 @@ class VirtualNetworkClient {
|
|
|
15522
15593
|
* @param CreateDrgAttachmentRequest
|
|
15523
15594
|
* @return CreateDrgAttachmentResponse
|
|
15524
15595
|
* @throws OciError when an error occurs
|
|
15525
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15596
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateDrgAttachment.ts.html |here} to see how to use CreateDrgAttachment API.
|
|
15526
15597
|
*/
|
|
15527
15598
|
createDrgAttachment(createDrgAttachmentRequest) {
|
|
15528
15599
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15586,7 +15657,7 @@ class VirtualNetworkClient {
|
|
|
15586
15657
|
* @param CreateDrgRouteDistributionRequest
|
|
15587
15658
|
* @return CreateDrgRouteDistributionResponse
|
|
15588
15659
|
* @throws OciError when an error occurs
|
|
15589
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15660
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateDrgRouteDistribution.ts.html |here} to see how to use CreateDrgRouteDistribution API.
|
|
15590
15661
|
*/
|
|
15591
15662
|
createDrgRouteDistribution(createDrgRouteDistributionRequest) {
|
|
15592
15663
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15648,7 +15719,7 @@ class VirtualNetworkClient {
|
|
|
15648
15719
|
* @param CreateDrgRouteTableRequest
|
|
15649
15720
|
* @return CreateDrgRouteTableResponse
|
|
15650
15721
|
* @throws OciError when an error occurs
|
|
15651
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15722
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateDrgRouteTable.ts.html |here} to see how to use CreateDrgRouteTable API.
|
|
15652
15723
|
*/
|
|
15653
15724
|
createDrgRouteTable(createDrgRouteTableRequest) {
|
|
15654
15725
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15736,7 +15807,7 @@ class VirtualNetworkClient {
|
|
|
15736
15807
|
* @param CreateIPSecConnectionRequest
|
|
15737
15808
|
* @return CreateIPSecConnectionResponse
|
|
15738
15809
|
* @throws OciError when an error occurs
|
|
15739
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15810
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateIPSecConnection.ts.html |here} to see how to use CreateIPSecConnection API.
|
|
15740
15811
|
*/
|
|
15741
15812
|
createIPSecConnection(createIPSecConnectionRequest) {
|
|
15742
15813
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15816,7 +15887,7 @@ class VirtualNetworkClient {
|
|
|
15816
15887
|
* @param CreateInternetGatewayRequest
|
|
15817
15888
|
* @return CreateInternetGatewayResponse
|
|
15818
15889
|
* @throws OciError when an error occurs
|
|
15819
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15890
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateInternetGateway.ts.html |here} to see how to use CreateInternetGateway API.
|
|
15820
15891
|
*/
|
|
15821
15892
|
createInternetGateway(createInternetGatewayRequest) {
|
|
15822
15893
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15877,7 +15948,7 @@ class VirtualNetworkClient {
|
|
|
15877
15948
|
* @param CreateIpv6Request
|
|
15878
15949
|
* @return CreateIpv6Response
|
|
15879
15950
|
* @throws OciError when an error occurs
|
|
15880
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15951
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateIpv6.ts.html |here} to see how to use CreateIpv6 API.
|
|
15881
15952
|
*/
|
|
15882
15953
|
createIpv6(createIpv6Request) {
|
|
15883
15954
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15939,7 +16010,7 @@ class VirtualNetworkClient {
|
|
|
15939
16010
|
* @param CreateLocalPeeringGatewayRequest
|
|
15940
16011
|
* @return CreateLocalPeeringGatewayResponse
|
|
15941
16012
|
* @throws OciError when an error occurs
|
|
15942
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16013
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateLocalPeeringGateway.ts.html |here} to see how to use CreateLocalPeeringGateway API.
|
|
15943
16014
|
*/
|
|
15944
16015
|
createLocalPeeringGateway(createLocalPeeringGatewayRequest) {
|
|
15945
16016
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16001,7 +16072,7 @@ class VirtualNetworkClient {
|
|
|
16001
16072
|
* @param CreateNatGatewayRequest
|
|
16002
16073
|
* @return CreateNatGatewayResponse
|
|
16003
16074
|
* @throws OciError when an error occurs
|
|
16004
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16075
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateNatGateway.ts.html |here} to see how to use CreateNatGateway API.
|
|
16005
16076
|
*/
|
|
16006
16077
|
createNatGateway(createNatGatewayRequest) {
|
|
16007
16078
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16062,7 +16133,7 @@ class VirtualNetworkClient {
|
|
|
16062
16133
|
* @param CreateNetworkSecurityGroupRequest
|
|
16063
16134
|
* @return CreateNetworkSecurityGroupResponse
|
|
16064
16135
|
* @throws OciError when an error occurs
|
|
16065
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16136
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateNetworkSecurityGroup.ts.html |here} to see how to use CreateNetworkSecurityGroup API.
|
|
16066
16137
|
*/
|
|
16067
16138
|
createNetworkSecurityGroup(createNetworkSecurityGroupRequest) {
|
|
16068
16139
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16125,7 +16196,7 @@ class VirtualNetworkClient {
|
|
|
16125
16196
|
* @param CreatePrivateIpRequest
|
|
16126
16197
|
* @return CreatePrivateIpResponse
|
|
16127
16198
|
* @throws OciError when an error occurs
|
|
16128
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16199
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreatePrivateIp.ts.html |here} to see how to use CreatePrivateIp API.
|
|
16129
16200
|
*/
|
|
16130
16201
|
createPrivateIp(createPrivateIpRequest) {
|
|
16131
16202
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16206,7 +16277,7 @@ class VirtualNetworkClient {
|
|
|
16206
16277
|
* @param CreatePublicIpRequest
|
|
16207
16278
|
* @return CreatePublicIpResponse
|
|
16208
16279
|
* @throws OciError when an error occurs
|
|
16209
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16280
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreatePublicIp.ts.html |here} to see how to use CreatePublicIp API.
|
|
16210
16281
|
*/
|
|
16211
16282
|
createPublicIp(createPublicIpRequest) {
|
|
16212
16283
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16267,7 +16338,7 @@ class VirtualNetworkClient {
|
|
|
16267
16338
|
* @param CreatePublicIpPoolRequest
|
|
16268
16339
|
* @return CreatePublicIpPoolResponse
|
|
16269
16340
|
* @throws OciError when an error occurs
|
|
16270
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16341
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreatePublicIpPool.ts.html |here} to see how to use CreatePublicIpPool API.
|
|
16271
16342
|
*/
|
|
16272
16343
|
createPublicIpPool(createPublicIpPoolRequest) {
|
|
16273
16344
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16329,7 +16400,7 @@ class VirtualNetworkClient {
|
|
|
16329
16400
|
* @param CreateRemotePeeringConnectionRequest
|
|
16330
16401
|
* @return CreateRemotePeeringConnectionResponse
|
|
16331
16402
|
* @throws OciError when an error occurs
|
|
16332
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16403
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateRemotePeeringConnection.ts.html |here} to see how to use CreateRemotePeeringConnection API.
|
|
16333
16404
|
*/
|
|
16334
16405
|
createRemotePeeringConnection(createRemotePeeringConnectionRequest) {
|
|
16335
16406
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16404,7 +16475,7 @@ class VirtualNetworkClient {
|
|
|
16404
16475
|
* @param CreateRouteTableRequest
|
|
16405
16476
|
* @return CreateRouteTableResponse
|
|
16406
16477
|
* @throws OciError when an error occurs
|
|
16407
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16478
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateRouteTable.ts.html |here} to see how to use CreateRouteTable API.
|
|
16408
16479
|
*/
|
|
16409
16480
|
createRouteTable(createRouteTableRequest) {
|
|
16410
16481
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16478,7 +16549,7 @@ class VirtualNetworkClient {
|
|
|
16478
16549
|
* @param CreateSecurityListRequest
|
|
16479
16550
|
* @return CreateSecurityListResponse
|
|
16480
16551
|
* @throws OciError when an error occurs
|
|
16481
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16552
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateSecurityList.ts.html |here} to see how to use CreateSecurityList API.
|
|
16482
16553
|
*/
|
|
16483
16554
|
createSecurityList(createSecurityListRequest) {
|
|
16484
16555
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16547,7 +16618,7 @@ class VirtualNetworkClient {
|
|
|
16547
16618
|
* @param CreateServiceGatewayRequest
|
|
16548
16619
|
* @return CreateServiceGatewayResponse
|
|
16549
16620
|
* @throws OciError when an error occurs
|
|
16550
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16621
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateServiceGateway.ts.html |here} to see how to use CreateServiceGateway API.
|
|
16551
16622
|
*/
|
|
16552
16623
|
createServiceGateway(createServiceGatewayRequest) {
|
|
16553
16624
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16633,7 +16704,7 @@ class VirtualNetworkClient {
|
|
|
16633
16704
|
* @param CreateSubnetRequest
|
|
16634
16705
|
* @return CreateSubnetResponse
|
|
16635
16706
|
* @throws OciError when an error occurs
|
|
16636
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16707
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateSubnet.ts.html |here} to see how to use CreateSubnet API.
|
|
16637
16708
|
*/
|
|
16638
16709
|
createSubnet(createSubnetRequest) {
|
|
16639
16710
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16726,7 +16797,7 @@ class VirtualNetworkClient {
|
|
|
16726
16797
|
* @param CreateVcnRequest
|
|
16727
16798
|
* @return CreateVcnResponse
|
|
16728
16799
|
* @throws OciError when an error occurs
|
|
16729
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16800
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateVcn.ts.html |here} to see how to use CreateVcn API.
|
|
16730
16801
|
*/
|
|
16731
16802
|
createVcn(createVcnRequest) {
|
|
16732
16803
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16807,7 +16878,7 @@ class VirtualNetworkClient {
|
|
|
16807
16878
|
* @param CreateVirtualCircuitRequest
|
|
16808
16879
|
* @return CreateVirtualCircuitResponse
|
|
16809
16880
|
* @throws OciError when an error occurs
|
|
16810
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16881
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateVirtualCircuit.ts.html |here} to see how to use CreateVirtualCircuit API.
|
|
16811
16882
|
*/
|
|
16812
16883
|
createVirtualCircuit(createVirtualCircuitRequest) {
|
|
16813
16884
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16868,7 +16939,7 @@ class VirtualNetworkClient {
|
|
|
16868
16939
|
* @param CreateVlanRequest
|
|
16869
16940
|
* @return CreateVlanResponse
|
|
16870
16941
|
* @throws OciError when an error occurs
|
|
16871
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16942
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/CreateVlan.ts.html |here} to see how to use CreateVlan API.
|
|
16872
16943
|
*/
|
|
16873
16944
|
createVlan(createVlanRequest) {
|
|
16874
16945
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16934,7 +17005,7 @@ class VirtualNetworkClient {
|
|
|
16934
17005
|
* @param DeleteByoipRangeRequest
|
|
16935
17006
|
* @return DeleteByoipRangeResponse
|
|
16936
17007
|
* @throws OciError when an error occurs
|
|
16937
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17008
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteByoipRange.ts.html |here} to see how to use DeleteByoipRange API.
|
|
16938
17009
|
*/
|
|
16939
17010
|
deleteByoipRange(deleteByoipRangeRequest) {
|
|
16940
17011
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16995,7 +17066,7 @@ class VirtualNetworkClient {
|
|
|
16995
17066
|
* @param DeleteCpeRequest
|
|
16996
17067
|
* @return DeleteCpeResponse
|
|
16997
17068
|
* @throws OciError when an error occurs
|
|
16998
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17069
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteCpe.ts.html |here} to see how to use DeleteCpe API.
|
|
16999
17070
|
*/
|
|
17000
17071
|
deleteCpe(deleteCpeRequest) {
|
|
17001
17072
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17049,7 +17120,7 @@ class VirtualNetworkClient {
|
|
|
17049
17120
|
* @param DeleteCrossConnectRequest
|
|
17050
17121
|
* @return DeleteCrossConnectResponse
|
|
17051
17122
|
* @throws OciError when an error occurs
|
|
17052
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17123
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteCrossConnect.ts.html |here} to see how to use DeleteCrossConnect API.
|
|
17053
17124
|
*/
|
|
17054
17125
|
deleteCrossConnect(deleteCrossConnectRequest) {
|
|
17055
17126
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17104,7 +17175,7 @@ class VirtualNetworkClient {
|
|
|
17104
17175
|
* @param DeleteCrossConnectGroupRequest
|
|
17105
17176
|
* @return DeleteCrossConnectGroupResponse
|
|
17106
17177
|
* @throws OciError when an error occurs
|
|
17107
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17178
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteCrossConnectGroup.ts.html |here} to see how to use DeleteCrossConnectGroup API.
|
|
17108
17179
|
*/
|
|
17109
17180
|
deleteCrossConnectGroup(deleteCrossConnectGroupRequest) {
|
|
17110
17181
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17161,7 +17232,7 @@ class VirtualNetworkClient {
|
|
|
17161
17232
|
* @param DeleteDhcpOptionsRequest
|
|
17162
17233
|
* @return DeleteDhcpOptionsResponse
|
|
17163
17234
|
* @throws OciError when an error occurs
|
|
17164
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17235
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteDhcpOptions.ts.html |here} to see how to use DeleteDhcpOptions API.
|
|
17165
17236
|
*/
|
|
17166
17237
|
deleteDhcpOptions(deleteDhcpOptionsRequest) {
|
|
17167
17238
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17217,7 +17288,7 @@ class VirtualNetworkClient {
|
|
|
17217
17288
|
* @param DeleteDrgRequest
|
|
17218
17289
|
* @return DeleteDrgResponse
|
|
17219
17290
|
* @throws OciError when an error occurs
|
|
17220
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17291
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteDrg.ts.html |here} to see how to use DeleteDrg API.
|
|
17221
17292
|
*/
|
|
17222
17293
|
deleteDrg(deleteDrgRequest) {
|
|
17223
17294
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17272,7 +17343,7 @@ class VirtualNetworkClient {
|
|
|
17272
17343
|
* @param DeleteDrgAttachmentRequest
|
|
17273
17344
|
* @return DeleteDrgAttachmentResponse
|
|
17274
17345
|
* @throws OciError when an error occurs
|
|
17275
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17346
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteDrgAttachment.ts.html |here} to see how to use DeleteDrgAttachment API.
|
|
17276
17347
|
*/
|
|
17277
17348
|
deleteDrgAttachment(deleteDrgAttachmentRequest) {
|
|
17278
17349
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17327,7 +17398,7 @@ class VirtualNetworkClient {
|
|
|
17327
17398
|
* @param DeleteDrgRouteDistributionRequest
|
|
17328
17399
|
* @return DeleteDrgRouteDistributionResponse
|
|
17329
17400
|
* @throws OciError when an error occurs
|
|
17330
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17401
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteDrgRouteDistribution.ts.html |here} to see how to use DeleteDrgRouteDistribution API.
|
|
17331
17402
|
*/
|
|
17332
17403
|
deleteDrgRouteDistribution(deleteDrgRouteDistributionRequest) {
|
|
17333
17404
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17380,7 +17451,7 @@ class VirtualNetworkClient {
|
|
|
17380
17451
|
* @param DeleteDrgRouteTableRequest
|
|
17381
17452
|
* @return DeleteDrgRouteTableResponse
|
|
17382
17453
|
* @throws OciError when an error occurs
|
|
17383
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17454
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteDrgRouteTable.ts.html |here} to see how to use DeleteDrgRouteTable API.
|
|
17384
17455
|
*/
|
|
17385
17456
|
deleteDrgRouteTable(deleteDrgRouteTableRequest) {
|
|
17386
17457
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17440,7 +17511,7 @@ class VirtualNetworkClient {
|
|
|
17440
17511
|
* @param DeleteIPSecConnectionRequest
|
|
17441
17512
|
* @return DeleteIPSecConnectionResponse
|
|
17442
17513
|
* @throws OciError when an error occurs
|
|
17443
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17514
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteIPSecConnection.ts.html |here} to see how to use DeleteIPSecConnection API.
|
|
17444
17515
|
*/
|
|
17445
17516
|
deleteIPSecConnection(deleteIPSecConnectionRequest) {
|
|
17446
17517
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17497,7 +17568,7 @@ class VirtualNetworkClient {
|
|
|
17497
17568
|
* @param DeleteInternetGatewayRequest
|
|
17498
17569
|
* @return DeleteInternetGatewayResponse
|
|
17499
17570
|
* @throws OciError when an error occurs
|
|
17500
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17571
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteInternetGateway.ts.html |here} to see how to use DeleteInternetGateway API.
|
|
17501
17572
|
*/
|
|
17502
17573
|
deleteInternetGateway(deleteInternetGatewayRequest) {
|
|
17503
17574
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17551,7 +17622,7 @@ class VirtualNetworkClient {
|
|
|
17551
17622
|
* @param DeleteIpv6Request
|
|
17552
17623
|
* @return DeleteIpv6Response
|
|
17553
17624
|
* @throws OciError when an error occurs
|
|
17554
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17625
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteIpv6.ts.html |here} to see how to use DeleteIpv6 API.
|
|
17555
17626
|
*/
|
|
17556
17627
|
deleteIpv6(deleteIpv6Request) {
|
|
17557
17628
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17608,7 +17679,7 @@ class VirtualNetworkClient {
|
|
|
17608
17679
|
* @param DeleteLocalPeeringGatewayRequest
|
|
17609
17680
|
* @return DeleteLocalPeeringGatewayResponse
|
|
17610
17681
|
* @throws OciError when an error occurs
|
|
17611
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17682
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteLocalPeeringGateway.ts.html |here} to see how to use DeleteLocalPeeringGateway API.
|
|
17612
17683
|
*/
|
|
17613
17684
|
deleteLocalPeeringGateway(deleteLocalPeeringGatewayRequest) {
|
|
17614
17685
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17665,7 +17736,7 @@ class VirtualNetworkClient {
|
|
|
17665
17736
|
* @param DeleteNatGatewayRequest
|
|
17666
17737
|
* @return DeleteNatGatewayResponse
|
|
17667
17738
|
* @throws OciError when an error occurs
|
|
17668
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17739
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteNatGateway.ts.html |here} to see how to use DeleteNatGateway API.
|
|
17669
17740
|
*/
|
|
17670
17741
|
deleteNatGateway(deleteNatGatewayRequest) {
|
|
17671
17742
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17724,7 +17795,7 @@ class VirtualNetworkClient {
|
|
|
17724
17795
|
* @param DeleteNetworkSecurityGroupRequest
|
|
17725
17796
|
* @return DeleteNetworkSecurityGroupResponse
|
|
17726
17797
|
* @throws OciError when an error occurs
|
|
17727
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17798
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteNetworkSecurityGroup.ts.html |here} to see how to use DeleteNetworkSecurityGroup API.
|
|
17728
17799
|
*/
|
|
17729
17800
|
deleteNetworkSecurityGroup(deleteNetworkSecurityGroupRequest) {
|
|
17730
17801
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17787,7 +17858,7 @@ class VirtualNetworkClient {
|
|
|
17787
17858
|
* @param DeletePrivateIpRequest
|
|
17788
17859
|
* @return DeletePrivateIpResponse
|
|
17789
17860
|
* @throws OciError when an error occurs
|
|
17790
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17861
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeletePrivateIp.ts.html |here} to see how to use DeletePrivateIp API.
|
|
17791
17862
|
*/
|
|
17792
17863
|
deletePrivateIp(deletePrivateIpRequest) {
|
|
17793
17864
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17854,7 +17925,7 @@ class VirtualNetworkClient {
|
|
|
17854
17925
|
* @param DeletePublicIpRequest
|
|
17855
17926
|
* @return DeletePublicIpResponse
|
|
17856
17927
|
* @throws OciError when an error occurs
|
|
17857
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17928
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeletePublicIp.ts.html |here} to see how to use DeletePublicIp API.
|
|
17858
17929
|
*/
|
|
17859
17930
|
deletePublicIp(deletePublicIpRequest) {
|
|
17860
17931
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17909,7 +17980,7 @@ class VirtualNetworkClient {
|
|
|
17909
17980
|
* @param DeletePublicIpPoolRequest
|
|
17910
17981
|
* @return DeletePublicIpPoolResponse
|
|
17911
17982
|
* @throws OciError when an error occurs
|
|
17912
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17983
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeletePublicIpPool.ts.html |here} to see how to use DeletePublicIpPool API.
|
|
17913
17984
|
*/
|
|
17914
17985
|
deletePublicIpPool(deletePublicIpPoolRequest) {
|
|
17915
17986
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17966,7 +18037,7 @@ class VirtualNetworkClient {
|
|
|
17966
18037
|
* @param DeleteRemotePeeringConnectionRequest
|
|
17967
18038
|
* @return DeleteRemotePeeringConnectionResponse
|
|
17968
18039
|
* @throws OciError when an error occurs
|
|
17969
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18040
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteRemotePeeringConnection.ts.html |here} to see how to use DeleteRemotePeeringConnection API.
|
|
17970
18041
|
*/
|
|
17971
18042
|
deleteRemotePeeringConnection(deleteRemotePeeringConnectionRequest) {
|
|
17972
18043
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18023,7 +18094,7 @@ class VirtualNetworkClient {
|
|
|
18023
18094
|
* @param DeleteRouteTableRequest
|
|
18024
18095
|
* @return DeleteRouteTableResponse
|
|
18025
18096
|
* @throws OciError when an error occurs
|
|
18026
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18097
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteRouteTable.ts.html |here} to see how to use DeleteRouteTable API.
|
|
18027
18098
|
*/
|
|
18028
18099
|
deleteRouteTable(deleteRouteTableRequest) {
|
|
18029
18100
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18080,7 +18151,7 @@ class VirtualNetworkClient {
|
|
|
18080
18151
|
* @param DeleteSecurityListRequest
|
|
18081
18152
|
* @return DeleteSecurityListResponse
|
|
18082
18153
|
* @throws OciError when an error occurs
|
|
18083
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18154
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteSecurityList.ts.html |here} to see how to use DeleteSecurityList API.
|
|
18084
18155
|
*/
|
|
18085
18156
|
deleteSecurityList(deleteSecurityListRequest) {
|
|
18086
18157
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18134,7 +18205,7 @@ class VirtualNetworkClient {
|
|
|
18134
18205
|
* @param DeleteServiceGatewayRequest
|
|
18135
18206
|
* @return DeleteServiceGatewayResponse
|
|
18136
18207
|
* @throws OciError when an error occurs
|
|
18137
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18208
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteServiceGateway.ts.html |here} to see how to use DeleteServiceGateway API.
|
|
18138
18209
|
*/
|
|
18139
18210
|
deleteServiceGateway(deleteServiceGatewayRequest) {
|
|
18140
18211
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18189,7 +18260,7 @@ class VirtualNetworkClient {
|
|
|
18189
18260
|
* @param DeleteSubnetRequest
|
|
18190
18261
|
* @return DeleteSubnetResponse
|
|
18191
18262
|
* @throws OciError when an error occurs
|
|
18192
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18263
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteSubnet.ts.html |here} to see how to use DeleteSubnet API.
|
|
18193
18264
|
*/
|
|
18194
18265
|
deleteSubnet(deleteSubnetRequest) {
|
|
18195
18266
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18244,7 +18315,7 @@ class VirtualNetworkClient {
|
|
|
18244
18315
|
* @param DeleteVcnRequest
|
|
18245
18316
|
* @return DeleteVcnResponse
|
|
18246
18317
|
* @throws OciError when an error occurs
|
|
18247
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18318
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteVcn.ts.html |here} to see how to use DeleteVcn API.
|
|
18248
18319
|
*/
|
|
18249
18320
|
deleteVcn(deleteVcnRequest) {
|
|
18250
18321
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18301,7 +18372,7 @@ class VirtualNetworkClient {
|
|
|
18301
18372
|
* @param DeleteVirtualCircuitRequest
|
|
18302
18373
|
* @return DeleteVirtualCircuitResponse
|
|
18303
18374
|
* @throws OciError when an error occurs
|
|
18304
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18375
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteVirtualCircuit.ts.html |here} to see how to use DeleteVirtualCircuit API.
|
|
18305
18376
|
*/
|
|
18306
18377
|
deleteVirtualCircuit(deleteVirtualCircuitRequest) {
|
|
18307
18378
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18354,7 +18425,7 @@ class VirtualNetworkClient {
|
|
|
18354
18425
|
* @param DeleteVlanRequest
|
|
18355
18426
|
* @return DeleteVlanResponse
|
|
18356
18427
|
* @throws OciError when an error occurs
|
|
18357
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18428
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DeleteVlan.ts.html |here} to see how to use DeleteVlan API.
|
|
18358
18429
|
*/
|
|
18359
18430
|
deleteVlan(deleteVlanRequest) {
|
|
18360
18431
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18419,7 +18490,7 @@ class VirtualNetworkClient {
|
|
|
18419
18490
|
* @param DetachServiceIdRequest
|
|
18420
18491
|
* @return DetachServiceIdResponse
|
|
18421
18492
|
* @throws OciError when an error occurs
|
|
18422
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18493
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/DetachServiceId.ts.html |here} to see how to use DetachServiceId API.
|
|
18423
18494
|
*/
|
|
18424
18495
|
detachServiceId(detachServiceIdRequest) {
|
|
18425
18496
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18477,7 +18548,7 @@ class VirtualNetworkClient {
|
|
|
18477
18548
|
* @param GetAllDrgAttachmentsRequest
|
|
18478
18549
|
* @return GetAllDrgAttachmentsResponse
|
|
18479
18550
|
* @throws OciError when an error occurs
|
|
18480
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18551
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetAllDrgAttachments.ts.html |here} to see how to use GetAllDrgAttachments API.
|
|
18481
18552
|
*/
|
|
18482
18553
|
getAllDrgAttachments(getAllDrgAttachmentsRequest) {
|
|
18483
18554
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18584,7 +18655,7 @@ class VirtualNetworkClient {
|
|
|
18584
18655
|
* @param GetAllowedIkeIPSecParametersRequest
|
|
18585
18656
|
* @return GetAllowedIkeIPSecParametersResponse
|
|
18586
18657
|
* @throws OciError when an error occurs
|
|
18587
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18658
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetAllowedIkeIPSecParameters.ts.html |here} to see how to use GetAllowedIkeIPSecParameters API.
|
|
18588
18659
|
*/
|
|
18589
18660
|
getAllowedIkeIPSecParameters(getAllowedIkeIPSecParametersRequest) {
|
|
18590
18661
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18639,7 +18710,7 @@ class VirtualNetworkClient {
|
|
|
18639
18710
|
* @param GetByoipRangeRequest
|
|
18640
18711
|
* @return GetByoipRangeResponse
|
|
18641
18712
|
* @throws OciError when an error occurs
|
|
18642
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18713
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetByoipRange.ts.html |here} to see how to use GetByoipRange API.
|
|
18643
18714
|
*/
|
|
18644
18715
|
getByoipRange(getByoipRangeRequest) {
|
|
18645
18716
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18700,7 +18771,7 @@ class VirtualNetworkClient {
|
|
|
18700
18771
|
* @param GetCpeRequest
|
|
18701
18772
|
* @return GetCpeResponse
|
|
18702
18773
|
* @throws OciError when an error occurs
|
|
18703
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18774
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetCpe.ts.html |here} to see how to use GetCpe API.
|
|
18704
18775
|
*/
|
|
18705
18776
|
getCpe(getCpeRequest) {
|
|
18706
18777
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18778,7 +18849,7 @@ class VirtualNetworkClient {
|
|
|
18778
18849
|
* @param GetCpeDeviceConfigContentRequest
|
|
18779
18850
|
* @return GetCpeDeviceConfigContentResponse
|
|
18780
18851
|
* @throws OciError when an error occurs
|
|
18781
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18852
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetCpeDeviceConfigContent.ts.html |here} to see how to use GetCpeDeviceConfigContent API.
|
|
18782
18853
|
*/
|
|
18783
18854
|
getCpeDeviceConfigContent(getCpeDeviceConfigContentRequest) {
|
|
18784
18855
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18842,7 +18913,7 @@ class VirtualNetworkClient {
|
|
|
18842
18913
|
* @param GetCpeDeviceShapeRequest
|
|
18843
18914
|
* @return GetCpeDeviceShapeResponse
|
|
18844
18915
|
* @throws OciError when an error occurs
|
|
18845
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18916
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetCpeDeviceShape.ts.html |here} to see how to use GetCpeDeviceShape API.
|
|
18846
18917
|
*/
|
|
18847
18918
|
getCpeDeviceShape(getCpeDeviceShapeRequest) {
|
|
18848
18919
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18898,7 +18969,7 @@ class VirtualNetworkClient {
|
|
|
18898
18969
|
* @param GetCrossConnectRequest
|
|
18899
18970
|
* @return GetCrossConnectResponse
|
|
18900
18971
|
* @throws OciError when an error occurs
|
|
18901
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18972
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetCrossConnect.ts.html |here} to see how to use GetCrossConnect API.
|
|
18902
18973
|
*/
|
|
18903
18974
|
getCrossConnect(getCrossConnectRequest) {
|
|
18904
18975
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18958,7 +19029,7 @@ class VirtualNetworkClient {
|
|
|
18958
19029
|
* @param GetCrossConnectGroupRequest
|
|
18959
19030
|
* @return GetCrossConnectGroupResponse
|
|
18960
19031
|
* @throws OciError when an error occurs
|
|
18961
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19032
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetCrossConnectGroup.ts.html |here} to see how to use GetCrossConnectGroup API.
|
|
18962
19033
|
*/
|
|
18963
19034
|
getCrossConnectGroup(getCrossConnectGroupRequest) {
|
|
18964
19035
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19018,7 +19089,7 @@ class VirtualNetworkClient {
|
|
|
19018
19089
|
* @param GetCrossConnectLetterOfAuthorityRequest
|
|
19019
19090
|
* @return GetCrossConnectLetterOfAuthorityResponse
|
|
19020
19091
|
* @throws OciError when an error occurs
|
|
19021
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19092
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetCrossConnectLetterOfAuthority.ts.html |here} to see how to use GetCrossConnectLetterOfAuthority API.
|
|
19022
19093
|
*/
|
|
19023
19094
|
getCrossConnectLetterOfAuthority(getCrossConnectLetterOfAuthorityRequest) {
|
|
19024
19095
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19074,7 +19145,7 @@ class VirtualNetworkClient {
|
|
|
19074
19145
|
* @param GetCrossConnectStatusRequest
|
|
19075
19146
|
* @return GetCrossConnectStatusResponse
|
|
19076
19147
|
* @throws OciError when an error occurs
|
|
19077
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19148
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetCrossConnectStatus.ts.html |here} to see how to use GetCrossConnectStatus API.
|
|
19078
19149
|
*/
|
|
19079
19150
|
getCrossConnectStatus(getCrossConnectStatusRequest) {
|
|
19080
19151
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19129,7 +19200,7 @@ class VirtualNetworkClient {
|
|
|
19129
19200
|
* @param GetDhcpOptionsRequest
|
|
19130
19201
|
* @return GetDhcpOptionsResponse
|
|
19131
19202
|
* @throws OciError when an error occurs
|
|
19132
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19203
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetDhcpOptions.ts.html |here} to see how to use GetDhcpOptions API.
|
|
19133
19204
|
*/
|
|
19134
19205
|
getDhcpOptions(getDhcpOptionsRequest) {
|
|
19135
19206
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19189,7 +19260,7 @@ class VirtualNetworkClient {
|
|
|
19189
19260
|
* @param GetDrgRequest
|
|
19190
19261
|
* @return GetDrgResponse
|
|
19191
19262
|
* @throws OciError when an error occurs
|
|
19192
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19263
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetDrg.ts.html |here} to see how to use GetDrg API.
|
|
19193
19264
|
*/
|
|
19194
19265
|
getDrg(getDrgRequest) {
|
|
19195
19266
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19249,7 +19320,7 @@ class VirtualNetworkClient {
|
|
|
19249
19320
|
* @param GetDrgAttachmentRequest
|
|
19250
19321
|
* @return GetDrgAttachmentResponse
|
|
19251
19322
|
* @throws OciError when an error occurs
|
|
19252
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19323
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetDrgAttachment.ts.html |here} to see how to use GetDrgAttachment API.
|
|
19253
19324
|
*/
|
|
19254
19325
|
getDrgAttachment(getDrgAttachmentRequest) {
|
|
19255
19326
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19311,7 +19382,7 @@ class VirtualNetworkClient {
|
|
|
19311
19382
|
* @param GetDrgRedundancyStatusRequest
|
|
19312
19383
|
* @return GetDrgRedundancyStatusResponse
|
|
19313
19384
|
* @throws OciError when an error occurs
|
|
19314
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19385
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetDrgRedundancyStatus.ts.html |here} to see how to use GetDrgRedundancyStatus API.
|
|
19315
19386
|
*/
|
|
19316
19387
|
getDrgRedundancyStatus(getDrgRedundancyStatusRequest) {
|
|
19317
19388
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19367,7 +19438,7 @@ class VirtualNetworkClient {
|
|
|
19367
19438
|
* @param GetDrgRouteDistributionRequest
|
|
19368
19439
|
* @return GetDrgRouteDistributionResponse
|
|
19369
19440
|
* @throws OciError when an error occurs
|
|
19370
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19441
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetDrgRouteDistribution.ts.html |here} to see how to use GetDrgRouteDistribution API.
|
|
19371
19442
|
*/
|
|
19372
19443
|
getDrgRouteDistribution(getDrgRouteDistributionRequest) {
|
|
19373
19444
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19427,7 +19498,7 @@ class VirtualNetworkClient {
|
|
|
19427
19498
|
* @param GetDrgRouteTableRequest
|
|
19428
19499
|
* @return GetDrgRouteTableResponse
|
|
19429
19500
|
* @throws OciError when an error occurs
|
|
19430
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19501
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetDrgRouteTable.ts.html |here} to see how to use GetDrgRouteTable API.
|
|
19431
19502
|
*/
|
|
19432
19503
|
getDrgRouteTable(getDrgRouteTableRequest) {
|
|
19433
19504
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19489,7 +19560,7 @@ class VirtualNetworkClient {
|
|
|
19489
19560
|
* @param GetFastConnectProviderServiceRequest
|
|
19490
19561
|
* @return GetFastConnectProviderServiceResponse
|
|
19491
19562
|
* @throws OciError when an error occurs
|
|
19492
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19563
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetFastConnectProviderService.ts.html |here} to see how to use GetFastConnectProviderService API.
|
|
19493
19564
|
*/
|
|
19494
19565
|
getFastConnectProviderService(getFastConnectProviderServiceRequest) {
|
|
19495
19566
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19546,7 +19617,7 @@ class VirtualNetworkClient {
|
|
|
19546
19617
|
* @param GetFastConnectProviderServiceKeyRequest
|
|
19547
19618
|
* @return GetFastConnectProviderServiceKeyResponse
|
|
19548
19619
|
* @throws OciError when an error occurs
|
|
19549
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19620
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetFastConnectProviderServiceKey.ts.html |here} to see how to use GetFastConnectProviderServiceKey API.
|
|
19550
19621
|
*/
|
|
19551
19622
|
getFastConnectProviderServiceKey(getFastConnectProviderServiceKeyRequest) {
|
|
19552
19623
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19605,7 +19676,7 @@ class VirtualNetworkClient {
|
|
|
19605
19676
|
* @param GetIPSecConnectionRequest
|
|
19606
19677
|
* @return GetIPSecConnectionResponse
|
|
19607
19678
|
* @throws OciError when an error occurs
|
|
19608
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19679
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetIPSecConnection.ts.html |here} to see how to use GetIPSecConnection API.
|
|
19609
19680
|
*/
|
|
19610
19681
|
getIPSecConnection(getIPSecConnectionRequest) {
|
|
19611
19682
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19669,7 +19740,7 @@ class VirtualNetworkClient {
|
|
|
19669
19740
|
* @param GetIPSecConnectionDeviceConfigRequest
|
|
19670
19741
|
* @return GetIPSecConnectionDeviceConfigResponse
|
|
19671
19742
|
* @throws OciError when an error occurs
|
|
19672
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19743
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetIPSecConnectionDeviceConfig.ts.html |here} to see how to use GetIPSecConnectionDeviceConfig API.
|
|
19673
19744
|
*/
|
|
19674
19745
|
getIPSecConnectionDeviceConfig(getIPSecConnectionDeviceConfigRequest) {
|
|
19675
19746
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19731,7 +19802,7 @@ class VirtualNetworkClient {
|
|
|
19731
19802
|
* @param GetIPSecConnectionDeviceStatusRequest
|
|
19732
19803
|
* @return GetIPSecConnectionDeviceStatusResponse
|
|
19733
19804
|
* @throws OciError when an error occurs
|
|
19734
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19805
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetIPSecConnectionDeviceStatus.ts.html |here} to see how to use GetIPSecConnectionDeviceStatus API.
|
|
19735
19806
|
*/
|
|
19736
19807
|
getIPSecConnectionDeviceStatus(getIPSecConnectionDeviceStatusRequest) {
|
|
19737
19808
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19794,7 +19865,7 @@ class VirtualNetworkClient {
|
|
|
19794
19865
|
* @param GetIPSecConnectionTunnelRequest
|
|
19795
19866
|
* @return GetIPSecConnectionTunnelResponse
|
|
19796
19867
|
* @throws OciError when an error occurs
|
|
19797
|
-
* @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.22.0/core/GetIPSecConnectionTunnel.ts.html |here} to see how to use GetIPSecConnectionTunnel API.
|
|
19798
19869
|
*/
|
|
19799
19870
|
getIPSecConnectionTunnel(getIPSecConnectionTunnelRequest) {
|
|
19800
19871
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19856,7 +19927,7 @@ class VirtualNetworkClient {
|
|
|
19856
19927
|
* @param GetIPSecConnectionTunnelErrorRequest
|
|
19857
19928
|
* @return GetIPSecConnectionTunnelErrorResponse
|
|
19858
19929
|
* @throws OciError when an error occurs
|
|
19859
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19930
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetIPSecConnectionTunnelError.ts.html |here} to see how to use GetIPSecConnectionTunnelError API.
|
|
19860
19931
|
*/
|
|
19861
19932
|
getIPSecConnectionTunnelError(getIPSecConnectionTunnelErrorRequest) {
|
|
19862
19933
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19914,7 +19985,7 @@ class VirtualNetworkClient {
|
|
|
19914
19985
|
* @param GetIPSecConnectionTunnelSharedSecretRequest
|
|
19915
19986
|
* @return GetIPSecConnectionTunnelSharedSecretResponse
|
|
19916
19987
|
* @throws OciError when an error occurs
|
|
19917
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19988
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetIPSecConnectionTunnelSharedSecret.ts.html |here} to see how to use GetIPSecConnectionTunnelSharedSecret API.
|
|
19918
19989
|
*/
|
|
19919
19990
|
getIPSecConnectionTunnelSharedSecret(getIPSecConnectionTunnelSharedSecretRequest) {
|
|
19920
19991
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19975,7 +20046,7 @@ class VirtualNetworkClient {
|
|
|
19975
20046
|
* @param GetInternetGatewayRequest
|
|
19976
20047
|
* @return GetInternetGatewayResponse
|
|
19977
20048
|
* @throws OciError when an error occurs
|
|
19978
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20049
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetInternetGateway.ts.html |here} to see how to use GetInternetGateway API.
|
|
19979
20050
|
*/
|
|
19980
20051
|
getInternetGateway(getInternetGatewayRequest) {
|
|
19981
20052
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20054,7 +20125,7 @@ class VirtualNetworkClient {
|
|
|
20054
20125
|
* @param GetIpsecCpeDeviceConfigContentRequest
|
|
20055
20126
|
* @return GetIpsecCpeDeviceConfigContentResponse
|
|
20056
20127
|
* @throws OciError when an error occurs
|
|
20057
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20128
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetIpsecCpeDeviceConfigContent.ts.html |here} to see how to use GetIpsecCpeDeviceConfigContent API.
|
|
20058
20129
|
*/
|
|
20059
20130
|
getIpsecCpeDeviceConfigContent(getIpsecCpeDeviceConfigContentRequest) {
|
|
20060
20131
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20113,7 +20184,7 @@ class VirtualNetworkClient {
|
|
|
20113
20184
|
* @param GetIpv6Request
|
|
20114
20185
|
* @return GetIpv6Response
|
|
20115
20186
|
* @throws OciError when an error occurs
|
|
20116
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20187
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetIpv6.ts.html |here} to see how to use GetIpv6 API.
|
|
20117
20188
|
*/
|
|
20118
20189
|
getIpv6(getIpv6Request) {
|
|
20119
20190
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20174,7 +20245,7 @@ class VirtualNetworkClient {
|
|
|
20174
20245
|
* @param GetLocalPeeringGatewayRequest
|
|
20175
20246
|
* @return GetLocalPeeringGatewayResponse
|
|
20176
20247
|
* @throws OciError when an error occurs
|
|
20177
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20248
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetLocalPeeringGateway.ts.html |here} to see how to use GetLocalPeeringGateway API.
|
|
20178
20249
|
*/
|
|
20179
20250
|
getLocalPeeringGateway(getLocalPeeringGatewayRequest) {
|
|
20180
20251
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20234,7 +20305,7 @@ class VirtualNetworkClient {
|
|
|
20234
20305
|
* @param GetNatGatewayRequest
|
|
20235
20306
|
* @return GetNatGatewayResponse
|
|
20236
20307
|
* @throws OciError when an error occurs
|
|
20237
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20308
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetNatGateway.ts.html |here} to see how to use GetNatGateway API.
|
|
20238
20309
|
*/
|
|
20239
20310
|
getNatGateway(getNatGatewayRequest) {
|
|
20240
20311
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20301,7 +20372,7 @@ class VirtualNetworkClient {
|
|
|
20301
20372
|
* @param GetNetworkSecurityGroupRequest
|
|
20302
20373
|
* @return GetNetworkSecurityGroupResponse
|
|
20303
20374
|
* @throws OciError when an error occurs
|
|
20304
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20375
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetNetworkSecurityGroup.ts.html |here} to see how to use GetNetworkSecurityGroup API.
|
|
20305
20376
|
*/
|
|
20306
20377
|
getNetworkSecurityGroup(getNetworkSecurityGroupRequest) {
|
|
20307
20378
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20361,7 +20432,7 @@ class VirtualNetworkClient {
|
|
|
20361
20432
|
* @param GetNetworkingTopologyRequest
|
|
20362
20433
|
* @return GetNetworkingTopologyResponse
|
|
20363
20434
|
* @throws OciError when an error occurs
|
|
20364
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20435
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetNetworkingTopology.ts.html |here} to see how to use GetNetworkingTopology API.
|
|
20365
20436
|
*/
|
|
20366
20437
|
getNetworkingTopology(getNetworkingTopologyRequest) {
|
|
20367
20438
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20430,7 +20501,7 @@ class VirtualNetworkClient {
|
|
|
20430
20501
|
* @param GetPrivateIpRequest
|
|
20431
20502
|
* @return GetPrivateIpResponse
|
|
20432
20503
|
* @throws OciError when an error occurs
|
|
20433
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20504
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetPrivateIp.ts.html |here} to see how to use GetPrivateIp API.
|
|
20434
20505
|
*/
|
|
20435
20506
|
getPrivateIp(getPrivateIpRequest) {
|
|
20436
20507
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20501,7 +20572,7 @@ class VirtualNetworkClient {
|
|
|
20501
20572
|
* @param GetPublicIpRequest
|
|
20502
20573
|
* @return GetPublicIpResponse
|
|
20503
20574
|
* @throws OciError when an error occurs
|
|
20504
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20575
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetPublicIp.ts.html |here} to see how to use GetPublicIp API.
|
|
20505
20576
|
*/
|
|
20506
20577
|
getPublicIp(getPublicIpRequest) {
|
|
20507
20578
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20566,7 +20637,7 @@ class VirtualNetworkClient {
|
|
|
20566
20637
|
* @param GetPublicIpByIpAddressRequest
|
|
20567
20638
|
* @return GetPublicIpByIpAddressResponse
|
|
20568
20639
|
* @throws OciError when an error occurs
|
|
20569
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20640
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetPublicIpByIpAddress.ts.html |here} to see how to use GetPublicIpByIpAddress API.
|
|
20570
20641
|
*/
|
|
20571
20642
|
getPublicIpByIpAddress(getPublicIpByIpAddressRequest) {
|
|
20572
20643
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20636,7 +20707,7 @@ class VirtualNetworkClient {
|
|
|
20636
20707
|
* @param GetPublicIpByPrivateIpIdRequest
|
|
20637
20708
|
* @return GetPublicIpByPrivateIpIdResponse
|
|
20638
20709
|
* @throws OciError when an error occurs
|
|
20639
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20710
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetPublicIpByPrivateIpId.ts.html |here} to see how to use GetPublicIpByPrivateIpId API.
|
|
20640
20711
|
*/
|
|
20641
20712
|
getPublicIpByPrivateIpId(getPublicIpByPrivateIpIdRequest) {
|
|
20642
20713
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20696,7 +20767,7 @@ class VirtualNetworkClient {
|
|
|
20696
20767
|
* @param GetPublicIpPoolRequest
|
|
20697
20768
|
* @return GetPublicIpPoolResponse
|
|
20698
20769
|
* @throws OciError when an error occurs
|
|
20699
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20770
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetPublicIpPool.ts.html |here} to see how to use GetPublicIpPool API.
|
|
20700
20771
|
*/
|
|
20701
20772
|
getPublicIpPool(getPublicIpPoolRequest) {
|
|
20702
20773
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20758,7 +20829,7 @@ class VirtualNetworkClient {
|
|
|
20758
20829
|
* @param GetRemotePeeringConnectionRequest
|
|
20759
20830
|
* @return GetRemotePeeringConnectionResponse
|
|
20760
20831
|
* @throws OciError when an error occurs
|
|
20761
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20832
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetRemotePeeringConnection.ts.html |here} to see how to use GetRemotePeeringConnection API.
|
|
20762
20833
|
*/
|
|
20763
20834
|
getRemotePeeringConnection(getRemotePeeringConnectionRequest) {
|
|
20764
20835
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20818,7 +20889,7 @@ class VirtualNetworkClient {
|
|
|
20818
20889
|
* @param GetRouteTableRequest
|
|
20819
20890
|
* @return GetRouteTableResponse
|
|
20820
20891
|
* @throws OciError when an error occurs
|
|
20821
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20892
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetRouteTable.ts.html |here} to see how to use GetRouteTable API.
|
|
20822
20893
|
*/
|
|
20823
20894
|
getRouteTable(getRouteTableRequest) {
|
|
20824
20895
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20878,7 +20949,7 @@ class VirtualNetworkClient {
|
|
|
20878
20949
|
* @param GetSecurityListRequest
|
|
20879
20950
|
* @return GetSecurityListResponse
|
|
20880
20951
|
* @throws OciError when an error occurs
|
|
20881
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20952
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetSecurityList.ts.html |here} to see how to use GetSecurityList API.
|
|
20882
20953
|
*/
|
|
20883
20954
|
getSecurityList(getSecurityListRequest) {
|
|
20884
20955
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20939,7 +21010,7 @@ class VirtualNetworkClient {
|
|
|
20939
21010
|
* @param GetServiceRequest
|
|
20940
21011
|
* @return GetServiceResponse
|
|
20941
21012
|
* @throws OciError when an error occurs
|
|
20942
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21013
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetService.ts.html |here} to see how to use GetService API.
|
|
20943
21014
|
*/
|
|
20944
21015
|
getService(getServiceRequest) {
|
|
20945
21016
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20999,7 +21070,7 @@ class VirtualNetworkClient {
|
|
|
20999
21070
|
* @param GetServiceGatewayRequest
|
|
21000
21071
|
* @return GetServiceGatewayResponse
|
|
21001
21072
|
* @throws OciError when an error occurs
|
|
21002
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21073
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetServiceGateway.ts.html |here} to see how to use GetServiceGateway API.
|
|
21003
21074
|
*/
|
|
21004
21075
|
getServiceGateway(getServiceGatewayRequest) {
|
|
21005
21076
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21059,7 +21130,7 @@ class VirtualNetworkClient {
|
|
|
21059
21130
|
* @param GetSubnetRequest
|
|
21060
21131
|
* @return GetSubnetResponse
|
|
21061
21132
|
* @throws OciError when an error occurs
|
|
21062
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21133
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetSubnet.ts.html |here} to see how to use GetSubnet API.
|
|
21063
21134
|
*/
|
|
21064
21135
|
getSubnet(getSubnetRequest) {
|
|
21065
21136
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21119,7 +21190,7 @@ class VirtualNetworkClient {
|
|
|
21119
21190
|
* @param GetSubnetTopologyRequest
|
|
21120
21191
|
* @return GetSubnetTopologyResponse
|
|
21121
21192
|
* @throws OciError when an error occurs
|
|
21122
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21193
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetSubnetTopology.ts.html |here} to see how to use GetSubnetTopology API.
|
|
21123
21194
|
*/
|
|
21124
21195
|
getSubnetTopology(getSubnetTopologyRequest) {
|
|
21125
21196
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21190,7 +21261,7 @@ class VirtualNetworkClient {
|
|
|
21190
21261
|
* @param GetTunnelCpeDeviceConfigRequest
|
|
21191
21262
|
* @return GetTunnelCpeDeviceConfigResponse
|
|
21192
21263
|
* @throws OciError when an error occurs
|
|
21193
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21264
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetTunnelCpeDeviceConfig.ts.html |here} to see how to use GetTunnelCpeDeviceConfig API.
|
|
21194
21265
|
*/
|
|
21195
21266
|
getTunnelCpeDeviceConfig(getTunnelCpeDeviceConfigRequest) {
|
|
21196
21267
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21270,7 +21341,7 @@ class VirtualNetworkClient {
|
|
|
21270
21341
|
* @param GetTunnelCpeDeviceConfigContentRequest
|
|
21271
21342
|
* @return GetTunnelCpeDeviceConfigContentResponse
|
|
21272
21343
|
* @throws OciError when an error occurs
|
|
21273
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21344
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetTunnelCpeDeviceConfigContent.ts.html |here} to see how to use GetTunnelCpeDeviceConfigContent API.
|
|
21274
21345
|
*/
|
|
21275
21346
|
getTunnelCpeDeviceConfigContent(getTunnelCpeDeviceConfigContentRequest) {
|
|
21276
21347
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21327,7 +21398,7 @@ class VirtualNetworkClient {
|
|
|
21327
21398
|
* @param GetUpgradeStatusRequest
|
|
21328
21399
|
* @return GetUpgradeStatusResponse
|
|
21329
21400
|
* @throws OciError when an error occurs
|
|
21330
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21401
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetUpgradeStatus.ts.html |here} to see how to use GetUpgradeStatus API.
|
|
21331
21402
|
*/
|
|
21332
21403
|
getUpgradeStatus(getUpgradeStatusRequest) {
|
|
21333
21404
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21383,7 +21454,7 @@ class VirtualNetworkClient {
|
|
|
21383
21454
|
* @param GetVcnRequest
|
|
21384
21455
|
* @return GetVcnResponse
|
|
21385
21456
|
* @throws OciError when an error occurs
|
|
21386
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21457
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetVcn.ts.html |here} to see how to use GetVcn API.
|
|
21387
21458
|
*/
|
|
21388
21459
|
getVcn(getVcnRequest) {
|
|
21389
21460
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21443,7 +21514,7 @@ class VirtualNetworkClient {
|
|
|
21443
21514
|
* @param GetVcnDnsResolverAssociationRequest
|
|
21444
21515
|
* @return GetVcnDnsResolverAssociationResponse
|
|
21445
21516
|
* @throws OciError when an error occurs
|
|
21446
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21517
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetVcnDnsResolverAssociation.ts.html |here} to see how to use GetVcnDnsResolverAssociation API.
|
|
21447
21518
|
*/
|
|
21448
21519
|
getVcnDnsResolverAssociation(getVcnDnsResolverAssociationRequest) {
|
|
21449
21520
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21504,7 +21575,7 @@ class VirtualNetworkClient {
|
|
|
21504
21575
|
* @param GetVcnTopologyRequest
|
|
21505
21576
|
* @return GetVcnTopologyResponse
|
|
21506
21577
|
* @throws OciError when an error occurs
|
|
21507
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21578
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetVcnTopology.ts.html |here} to see how to use GetVcnTopology API.
|
|
21508
21579
|
*/
|
|
21509
21580
|
getVcnTopology(getVcnTopologyRequest) {
|
|
21510
21581
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21570,7 +21641,7 @@ class VirtualNetworkClient {
|
|
|
21570
21641
|
* @param GetVirtualCircuitRequest
|
|
21571
21642
|
* @return GetVirtualCircuitResponse
|
|
21572
21643
|
* @throws OciError when an error occurs
|
|
21573
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21644
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetVirtualCircuit.ts.html |here} to see how to use GetVirtualCircuit API.
|
|
21574
21645
|
*/
|
|
21575
21646
|
getVirtualCircuit(getVirtualCircuitRequest) {
|
|
21576
21647
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21630,7 +21701,7 @@ class VirtualNetworkClient {
|
|
|
21630
21701
|
* @param GetVlanRequest
|
|
21631
21702
|
* @return GetVlanResponse
|
|
21632
21703
|
* @throws OciError when an error occurs
|
|
21633
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21704
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetVlan.ts.html |here} to see how to use GetVlan API.
|
|
21634
21705
|
*/
|
|
21635
21706
|
getVlan(getVlanRequest) {
|
|
21636
21707
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21695,7 +21766,7 @@ class VirtualNetworkClient {
|
|
|
21695
21766
|
* @param GetVnicRequest
|
|
21696
21767
|
* @return GetVnicResponse
|
|
21697
21768
|
* @throws OciError when an error occurs
|
|
21698
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21769
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/GetVnic.ts.html |here} to see how to use GetVnic API.
|
|
21699
21770
|
*/
|
|
21700
21771
|
getVnic(getVnicRequest) {
|
|
21701
21772
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21757,7 +21828,7 @@ class VirtualNetworkClient {
|
|
|
21757
21828
|
* @param ListAllowedPeerRegionsForRemotePeeringRequest
|
|
21758
21829
|
* @return ListAllowedPeerRegionsForRemotePeeringResponse
|
|
21759
21830
|
* @throws OciError when an error occurs
|
|
21760
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21831
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListAllowedPeerRegionsForRemotePeering.ts.html |here} to see how to use ListAllowedPeerRegionsForRemotePeering API.
|
|
21761
21832
|
*/
|
|
21762
21833
|
listAllowedPeerRegionsForRemotePeering(listAllowedPeerRegionsForRemotePeeringRequest) {
|
|
21763
21834
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21812,7 +21883,7 @@ class VirtualNetworkClient {
|
|
|
21812
21883
|
* @param ListByoipAllocatedRangesRequest
|
|
21813
21884
|
* @return ListByoipAllocatedRangesResponse
|
|
21814
21885
|
* @throws OciError when an error occurs
|
|
21815
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21886
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListByoipAllocatedRanges.ts.html |here} to see how to use ListByoipAllocatedRanges API.
|
|
21816
21887
|
*/
|
|
21817
21888
|
listByoipAllocatedRanges(listByoipAllocatedRangesRequest) {
|
|
21818
21889
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21878,7 +21949,7 @@ class VirtualNetworkClient {
|
|
|
21878
21949
|
* @param ListByoipRangesRequest
|
|
21879
21950
|
* @return ListByoipRangesResponse
|
|
21880
21951
|
* @throws OciError when an error occurs
|
|
21881
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21952
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListByoipRanges.ts.html |here} to see how to use ListByoipRanges API.
|
|
21882
21953
|
*/
|
|
21883
21954
|
listByoipRanges(listByoipRangesRequest) {
|
|
21884
21955
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21958,7 +22029,7 @@ class VirtualNetworkClient {
|
|
|
21958
22029
|
* @param ListCpeDeviceShapesRequest
|
|
21959
22030
|
* @return ListCpeDeviceShapesResponse
|
|
21960
22031
|
* @throws OciError when an error occurs
|
|
21961
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22032
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListCpeDeviceShapes.ts.html |here} to see how to use ListCpeDeviceShapes API.
|
|
21962
22033
|
*/
|
|
21963
22034
|
listCpeDeviceShapes(listCpeDeviceShapesRequest) {
|
|
21964
22035
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22061,7 +22132,7 @@ class VirtualNetworkClient {
|
|
|
22061
22132
|
* @param ListCpesRequest
|
|
22062
22133
|
* @return ListCpesResponse
|
|
22063
22134
|
* @throws OciError when an error occurs
|
|
22064
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22135
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListCpes.ts.html |here} to see how to use ListCpes API.
|
|
22065
22136
|
*/
|
|
22066
22137
|
listCpes(listCpesRequest) {
|
|
22067
22138
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22164,7 +22235,7 @@ class VirtualNetworkClient {
|
|
|
22164
22235
|
* @param ListCrossConnectGroupsRequest
|
|
22165
22236
|
* @return ListCrossConnectGroupsResponse
|
|
22166
22237
|
* @throws OciError when an error occurs
|
|
22167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22238
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListCrossConnectGroups.ts.html |here} to see how to use ListCrossConnectGroups API.
|
|
22168
22239
|
*/
|
|
22169
22240
|
listCrossConnectGroups(listCrossConnectGroupsRequest) {
|
|
22170
22241
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22272,7 +22343,7 @@ class VirtualNetworkClient {
|
|
|
22272
22343
|
* @param ListCrossConnectLocationsRequest
|
|
22273
22344
|
* @return ListCrossConnectLocationsResponse
|
|
22274
22345
|
* @throws OciError when an error occurs
|
|
22275
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22346
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListCrossConnectLocations.ts.html |here} to see how to use ListCrossConnectLocations API.
|
|
22276
22347
|
*/
|
|
22277
22348
|
listCrossConnectLocations(listCrossConnectLocationsRequest) {
|
|
22278
22349
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22376,7 +22447,7 @@ class VirtualNetworkClient {
|
|
|
22376
22447
|
* @param ListCrossConnectMappingsRequest
|
|
22377
22448
|
* @return ListCrossConnectMappingsResponse
|
|
22378
22449
|
* @throws OciError when an error occurs
|
|
22379
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22450
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListCrossConnectMappings.ts.html |here} to see how to use ListCrossConnectMappings API.
|
|
22380
22451
|
*/
|
|
22381
22452
|
listCrossConnectMappings(listCrossConnectMappingsRequest) {
|
|
22382
22453
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22434,7 +22505,7 @@ class VirtualNetworkClient {
|
|
|
22434
22505
|
* @param ListCrossConnectsRequest
|
|
22435
22506
|
* @return ListCrossConnectsResponse
|
|
22436
22507
|
* @throws OciError when an error occurs
|
|
22437
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22508
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListCrossConnects.ts.html |here} to see how to use ListCrossConnects API.
|
|
22438
22509
|
*/
|
|
22439
22510
|
listCrossConnects(listCrossConnectsRequest) {
|
|
22440
22511
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22544,7 +22615,7 @@ class VirtualNetworkClient {
|
|
|
22544
22615
|
* @param ListCrossconnectPortSpeedShapesRequest
|
|
22545
22616
|
* @return ListCrossconnectPortSpeedShapesResponse
|
|
22546
22617
|
* @throws OciError when an error occurs
|
|
22547
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22618
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListCrossconnectPortSpeedShapes.ts.html |here} to see how to use ListCrossconnectPortSpeedShapes API.
|
|
22548
22619
|
*/
|
|
22549
22620
|
listCrossconnectPortSpeedShapes(listCrossconnectPortSpeedShapesRequest) {
|
|
22550
22621
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22650,7 +22721,7 @@ class VirtualNetworkClient {
|
|
|
22650
22721
|
* @param ListDhcpOptionsRequest
|
|
22651
22722
|
* @return ListDhcpOptionsResponse
|
|
22652
22723
|
* @throws OciError when an error occurs
|
|
22653
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22724
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListDhcpOptions.ts.html |here} to see how to use ListDhcpOptions API.
|
|
22654
22725
|
*/
|
|
22655
22726
|
listDhcpOptions(listDhcpOptionsRequest) {
|
|
22656
22727
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22763,7 +22834,7 @@ class VirtualNetworkClient {
|
|
|
22763
22834
|
* @param ListDrgAttachmentsRequest
|
|
22764
22835
|
* @return ListDrgAttachmentsResponse
|
|
22765
22836
|
* @throws OciError when an error occurs
|
|
22766
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22837
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListDrgAttachments.ts.html |here} to see how to use ListDrgAttachments API.
|
|
22767
22838
|
*/
|
|
22768
22839
|
listDrgAttachments(listDrgAttachmentsRequest) {
|
|
22769
22840
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22874,7 +22945,7 @@ class VirtualNetworkClient {
|
|
|
22874
22945
|
* @param ListDrgRouteDistributionStatementsRequest
|
|
22875
22946
|
* @return ListDrgRouteDistributionStatementsResponse
|
|
22876
22947
|
* @throws OciError when an error occurs
|
|
22877
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22948
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListDrgRouteDistributionStatements.ts.html |here} to see how to use ListDrgRouteDistributionStatements API.
|
|
22878
22949
|
*/
|
|
22879
22950
|
listDrgRouteDistributionStatements(listDrgRouteDistributionStatementsRequest) {
|
|
22880
22951
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22983,7 +23054,7 @@ class VirtualNetworkClient {
|
|
|
22983
23054
|
* @param ListDrgRouteDistributionsRequest
|
|
22984
23055
|
* @return ListDrgRouteDistributionsResponse
|
|
22985
23056
|
* @throws OciError when an error occurs
|
|
22986
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23057
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListDrgRouteDistributions.ts.html |here} to see how to use ListDrgRouteDistributions API.
|
|
22987
23058
|
*/
|
|
22988
23059
|
listDrgRouteDistributions(listDrgRouteDistributionsRequest) {
|
|
22989
23060
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23089,7 +23160,7 @@ class VirtualNetworkClient {
|
|
|
23089
23160
|
* @param ListDrgRouteRulesRequest
|
|
23090
23161
|
* @return ListDrgRouteRulesResponse
|
|
23091
23162
|
* @throws OciError when an error occurs
|
|
23092
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23163
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListDrgRouteRules.ts.html |here} to see how to use ListDrgRouteRules API.
|
|
23093
23164
|
*/
|
|
23094
23165
|
listDrgRouteRules(listDrgRouteRulesRequest) {
|
|
23095
23166
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23196,7 +23267,7 @@ class VirtualNetworkClient {
|
|
|
23196
23267
|
* @param ListDrgRouteTablesRequest
|
|
23197
23268
|
* @return ListDrgRouteTablesResponse
|
|
23198
23269
|
* @throws OciError when an error occurs
|
|
23199
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23270
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListDrgRouteTables.ts.html |here} to see how to use ListDrgRouteTables API.
|
|
23200
23271
|
*/
|
|
23201
23272
|
listDrgRouteTables(listDrgRouteTablesRequest) {
|
|
23202
23273
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23304,7 +23375,7 @@ class VirtualNetworkClient {
|
|
|
23304
23375
|
* @param ListDrgsRequest
|
|
23305
23376
|
* @return ListDrgsResponse
|
|
23306
23377
|
* @throws OciError when an error occurs
|
|
23307
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23378
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListDrgs.ts.html |here} to see how to use ListDrgs API.
|
|
23308
23379
|
*/
|
|
23309
23380
|
listDrgs(listDrgsRequest) {
|
|
23310
23381
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23413,7 +23484,7 @@ class VirtualNetworkClient {
|
|
|
23413
23484
|
* @param ListFastConnectProviderServicesRequest
|
|
23414
23485
|
* @return ListFastConnectProviderServicesResponse
|
|
23415
23486
|
* @throws OciError when an error occurs
|
|
23416
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23487
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListFastConnectProviderServices.ts.html |here} to see how to use ListFastConnectProviderServices API.
|
|
23417
23488
|
*/
|
|
23418
23489
|
listFastConnectProviderServices(listFastConnectProviderServicesRequest) {
|
|
23419
23490
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23519,7 +23590,7 @@ class VirtualNetworkClient {
|
|
|
23519
23590
|
* @param ListFastConnectProviderVirtualCircuitBandwidthShapesRequest
|
|
23520
23591
|
* @return ListFastConnectProviderVirtualCircuitBandwidthShapesResponse
|
|
23521
23592
|
* @throws OciError when an error occurs
|
|
23522
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23593
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListFastConnectProviderVirtualCircuitBandwidthShapes.ts.html |here} to see how to use ListFastConnectProviderVirtualCircuitBandwidthShapes API.
|
|
23523
23594
|
*/
|
|
23524
23595
|
listFastConnectProviderVirtualCircuitBandwidthShapes(listFastConnectProviderVirtualCircuitBandwidthShapesRequest) {
|
|
23525
23596
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23623,7 +23694,7 @@ class VirtualNetworkClient {
|
|
|
23623
23694
|
* @param ListIPSecConnectionTunnelRoutesRequest
|
|
23624
23695
|
* @return ListIPSecConnectionTunnelRoutesResponse
|
|
23625
23696
|
* @throws OciError when an error occurs
|
|
23626
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23697
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListIPSecConnectionTunnelRoutes.ts.html |here} to see how to use ListIPSecConnectionTunnelRoutes API.
|
|
23627
23698
|
*/
|
|
23628
23699
|
listIPSecConnectionTunnelRoutes(listIPSecConnectionTunnelRoutesRequest) {
|
|
23629
23700
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23734,7 +23805,7 @@ class VirtualNetworkClient {
|
|
|
23734
23805
|
* @param ListIPSecConnectionTunnelSecurityAssociationsRequest
|
|
23735
23806
|
* @return ListIPSecConnectionTunnelSecurityAssociationsResponse
|
|
23736
23807
|
* @throws OciError when an error occurs
|
|
23737
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23808
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListIPSecConnectionTunnelSecurityAssociations.ts.html |here} to see how to use ListIPSecConnectionTunnelSecurityAssociations API.
|
|
23738
23809
|
*/
|
|
23739
23810
|
listIPSecConnectionTunnelSecurityAssociations(listIPSecConnectionTunnelSecurityAssociationsRequest) {
|
|
23740
23811
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23844,7 +23915,7 @@ class VirtualNetworkClient {
|
|
|
23844
23915
|
* @param ListIPSecConnectionTunnelsRequest
|
|
23845
23916
|
* @return ListIPSecConnectionTunnelsResponse
|
|
23846
23917
|
* @throws OciError when an error occurs
|
|
23847
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23918
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListIPSecConnectionTunnels.ts.html |here} to see how to use ListIPSecConnectionTunnels API.
|
|
23848
23919
|
*/
|
|
23849
23920
|
listIPSecConnectionTunnels(listIPSecConnectionTunnelsRequest) {
|
|
23850
23921
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23949,7 +24020,7 @@ class VirtualNetworkClient {
|
|
|
23949
24020
|
* @param ListIPSecConnectionsRequest
|
|
23950
24021
|
* @return ListIPSecConnectionsResponse
|
|
23951
24022
|
* @throws OciError when an error occurs
|
|
23952
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24023
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListIPSecConnections.ts.html |here} to see how to use ListIPSecConnections API.
|
|
23953
24024
|
*/
|
|
23954
24025
|
listIPSecConnections(listIPSecConnectionsRequest) {
|
|
23955
24026
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24055,7 +24126,7 @@ class VirtualNetworkClient {
|
|
|
24055
24126
|
* @param ListInternetGatewaysRequest
|
|
24056
24127
|
* @return ListInternetGatewaysResponse
|
|
24057
24128
|
* @throws OciError when an error occurs
|
|
24058
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24129
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListInternetGateways.ts.html |here} to see how to use ListInternetGateways API.
|
|
24059
24130
|
*/
|
|
24060
24131
|
listInternetGateways(listInternetGatewaysRequest) {
|
|
24061
24132
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24170,7 +24241,7 @@ class VirtualNetworkClient {
|
|
|
24170
24241
|
* @param ListIpv6sRequest
|
|
24171
24242
|
* @return ListIpv6sResponse
|
|
24172
24243
|
* @throws OciError when an error occurs
|
|
24173
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24244
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListIpv6s.ts.html |here} to see how to use ListIpv6s API.
|
|
24174
24245
|
*/
|
|
24175
24246
|
listIpv6s(listIpv6sRequest) {
|
|
24176
24247
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24277,7 +24348,7 @@ class VirtualNetworkClient {
|
|
|
24277
24348
|
* @param ListLocalPeeringGatewaysRequest
|
|
24278
24349
|
* @return ListLocalPeeringGatewaysResponse
|
|
24279
24350
|
* @throws OciError when an error occurs
|
|
24280
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24351
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListLocalPeeringGateways.ts.html |here} to see how to use ListLocalPeeringGateways API.
|
|
24281
24352
|
*/
|
|
24282
24353
|
listLocalPeeringGateways(listLocalPeeringGatewaysRequest) {
|
|
24283
24354
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24382,7 +24453,7 @@ class VirtualNetworkClient {
|
|
|
24382
24453
|
* @param ListNatGatewaysRequest
|
|
24383
24454
|
* @return ListNatGatewaysResponse
|
|
24384
24455
|
* @throws OciError when an error occurs
|
|
24385
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24456
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListNatGateways.ts.html |here} to see how to use ListNatGateways API.
|
|
24386
24457
|
*/
|
|
24387
24458
|
listNatGateways(listNatGatewaysRequest) {
|
|
24388
24459
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24490,7 +24561,7 @@ class VirtualNetworkClient {
|
|
|
24490
24561
|
* @param ListNetworkSecurityGroupSecurityRulesRequest
|
|
24491
24562
|
* @return ListNetworkSecurityGroupSecurityRulesResponse
|
|
24492
24563
|
* @throws OciError when an error occurs
|
|
24493
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24564
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListNetworkSecurityGroupSecurityRules.ts.html |here} to see how to use ListNetworkSecurityGroupSecurityRules API.
|
|
24494
24565
|
*/
|
|
24495
24566
|
listNetworkSecurityGroupSecurityRules(listNetworkSecurityGroupSecurityRulesRequest) {
|
|
24496
24567
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24597,7 +24668,7 @@ class VirtualNetworkClient {
|
|
|
24597
24668
|
* @param ListNetworkSecurityGroupVnicsRequest
|
|
24598
24669
|
* @return ListNetworkSecurityGroupVnicsResponse
|
|
24599
24670
|
* @throws OciError when an error occurs
|
|
24600
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24671
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListNetworkSecurityGroupVnics.ts.html |here} to see how to use ListNetworkSecurityGroupVnics API.
|
|
24601
24672
|
*/
|
|
24602
24673
|
listNetworkSecurityGroupVnics(listNetworkSecurityGroupVnicsRequest) {
|
|
24603
24674
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24704,7 +24775,7 @@ class VirtualNetworkClient {
|
|
|
24704
24775
|
* @param ListNetworkSecurityGroupsRequest
|
|
24705
24776
|
* @return ListNetworkSecurityGroupsResponse
|
|
24706
24777
|
* @throws OciError when an error occurs
|
|
24707
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24778
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListNetworkSecurityGroups.ts.html |here} to see how to use ListNetworkSecurityGroups API.
|
|
24708
24779
|
*/
|
|
24709
24780
|
listNetworkSecurityGroups(listNetworkSecurityGroupsRequest) {
|
|
24710
24781
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24828,7 +24899,7 @@ class VirtualNetworkClient {
|
|
|
24828
24899
|
* @param ListPrivateIpsRequest
|
|
24829
24900
|
* @return ListPrivateIpsResponse
|
|
24830
24901
|
* @throws OciError when an error occurs
|
|
24831
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24902
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListPrivateIps.ts.html |here} to see how to use ListPrivateIps API.
|
|
24832
24903
|
*/
|
|
24833
24904
|
listPrivateIps(listPrivateIpsRequest) {
|
|
24834
24905
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24935,7 +25006,7 @@ class VirtualNetworkClient {
|
|
|
24935
25006
|
* @param ListPublicIpPoolsRequest
|
|
24936
25007
|
* @return ListPublicIpPoolsResponse
|
|
24937
25008
|
* @throws OciError when an error occurs
|
|
24938
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25009
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListPublicIpPools.ts.html |here} to see how to use ListPublicIpPools API.
|
|
24939
25010
|
*/
|
|
24940
25011
|
listPublicIpPools(listPublicIpPoolsRequest) {
|
|
24941
25012
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25022,7 +25093,7 @@ class VirtualNetworkClient {
|
|
|
25022
25093
|
* @param ListPublicIpsRequest
|
|
25023
25094
|
* @return ListPublicIpsResponse
|
|
25024
25095
|
* @throws OciError when an error occurs
|
|
25025
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25096
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListPublicIps.ts.html |here} to see how to use ListPublicIps API.
|
|
25026
25097
|
*/
|
|
25027
25098
|
listPublicIps(listPublicIpsRequest) {
|
|
25028
25099
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25130,7 +25201,7 @@ class VirtualNetworkClient {
|
|
|
25130
25201
|
* @param ListRemotePeeringConnectionsRequest
|
|
25131
25202
|
* @return ListRemotePeeringConnectionsResponse
|
|
25132
25203
|
* @throws OciError when an error occurs
|
|
25133
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25204
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListRemotePeeringConnections.ts.html |here} to see how to use ListRemotePeeringConnections API.
|
|
25134
25205
|
*/
|
|
25135
25206
|
listRemotePeeringConnections(listRemotePeeringConnectionsRequest) {
|
|
25136
25207
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25237,7 +25308,7 @@ class VirtualNetworkClient {
|
|
|
25237
25308
|
* @param ListRouteTablesRequest
|
|
25238
25309
|
* @return ListRouteTablesResponse
|
|
25239
25310
|
* @throws OciError when an error occurs
|
|
25240
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25311
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListRouteTables.ts.html |here} to see how to use ListRouteTables API.
|
|
25241
25312
|
*/
|
|
25242
25313
|
listRouteTables(listRouteTablesRequest) {
|
|
25243
25314
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25346,7 +25417,7 @@ class VirtualNetworkClient {
|
|
|
25346
25417
|
* @param ListSecurityListsRequest
|
|
25347
25418
|
* @return ListSecurityListsResponse
|
|
25348
25419
|
* @throws OciError when an error occurs
|
|
25349
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25420
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListSecurityLists.ts.html |here} to see how to use ListSecurityLists API.
|
|
25350
25421
|
*/
|
|
25351
25422
|
listSecurityLists(listSecurityListsRequest) {
|
|
25352
25423
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25455,7 +25526,7 @@ class VirtualNetworkClient {
|
|
|
25455
25526
|
* @param ListServiceGatewaysRequest
|
|
25456
25527
|
* @return ListServiceGatewaysResponse
|
|
25457
25528
|
* @throws OciError when an error occurs
|
|
25458
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25529
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListServiceGateways.ts.html |here} to see how to use ListServiceGateways API.
|
|
25459
25530
|
*/
|
|
25460
25531
|
listServiceGateways(listServiceGatewaysRequest) {
|
|
25461
25532
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25563,7 +25634,7 @@ class VirtualNetworkClient {
|
|
|
25563
25634
|
* @param ListServicesRequest
|
|
25564
25635
|
* @return ListServicesResponse
|
|
25565
25636
|
* @throws OciError when an error occurs
|
|
25566
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25637
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListServices.ts.html |here} to see how to use ListServices API.
|
|
25567
25638
|
*/
|
|
25568
25639
|
listServices(listServicesRequest) {
|
|
25569
25640
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25666,7 +25737,7 @@ class VirtualNetworkClient {
|
|
|
25666
25737
|
* @param ListSubnetsRequest
|
|
25667
25738
|
* @return ListSubnetsResponse
|
|
25668
25739
|
* @throws OciError when an error occurs
|
|
25669
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25740
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListSubnets.ts.html |here} to see how to use ListSubnets API.
|
|
25670
25741
|
*/
|
|
25671
25742
|
listSubnets(listSubnetsRequest) {
|
|
25672
25743
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25774,7 +25845,7 @@ class VirtualNetworkClient {
|
|
|
25774
25845
|
* @param ListVcnsRequest
|
|
25775
25846
|
* @return ListVcnsResponse
|
|
25776
25847
|
* @throws OciError when an error occurs
|
|
25777
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25848
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListVcns.ts.html |here} to see how to use ListVcns API.
|
|
25778
25849
|
*/
|
|
25779
25850
|
listVcns(listVcnsRequest) {
|
|
25780
25851
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25881,7 +25952,7 @@ class VirtualNetworkClient {
|
|
|
25881
25952
|
* @param ListVirtualCircuitBandwidthShapesRequest
|
|
25882
25953
|
* @return ListVirtualCircuitBandwidthShapesResponse
|
|
25883
25954
|
* @throws OciError when an error occurs
|
|
25884
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25955
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListVirtualCircuitBandwidthShapes.ts.html |here} to see how to use ListVirtualCircuitBandwidthShapes API.
|
|
25885
25956
|
*/
|
|
25886
25957
|
listVirtualCircuitBandwidthShapes(listVirtualCircuitBandwidthShapesRequest) {
|
|
25887
25958
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25985,7 +26056,7 @@ class VirtualNetworkClient {
|
|
|
25985
26056
|
* @param ListVirtualCircuitPublicPrefixesRequest
|
|
25986
26057
|
* @return ListVirtualCircuitPublicPrefixesResponse
|
|
25987
26058
|
* @throws OciError when an error occurs
|
|
25988
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26059
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListVirtualCircuitPublicPrefixes.ts.html |here} to see how to use ListVirtualCircuitPublicPrefixes API.
|
|
25989
26060
|
*/
|
|
25990
26061
|
listVirtualCircuitPublicPrefixes(listVirtualCircuitPublicPrefixesRequest) {
|
|
25991
26062
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26043,7 +26114,7 @@ class VirtualNetworkClient {
|
|
|
26043
26114
|
* @param ListVirtualCircuitsRequest
|
|
26044
26115
|
* @return ListVirtualCircuitsResponse
|
|
26045
26116
|
* @throws OciError when an error occurs
|
|
26046
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26117
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListVirtualCircuits.ts.html |here} to see how to use ListVirtualCircuits API.
|
|
26047
26118
|
*/
|
|
26048
26119
|
listVirtualCircuits(listVirtualCircuitsRequest) {
|
|
26049
26120
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26150,7 +26221,7 @@ class VirtualNetworkClient {
|
|
|
26150
26221
|
* @param ListVlansRequest
|
|
26151
26222
|
* @return ListVlansResponse
|
|
26152
26223
|
* @throws OciError when an error occurs
|
|
26153
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26224
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ListVlans.ts.html |here} to see how to use ListVlans API.
|
|
26154
26225
|
*/
|
|
26155
26226
|
listVlans(listVlansRequest) {
|
|
26156
26227
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26267,7 +26338,7 @@ class VirtualNetworkClient {
|
|
|
26267
26338
|
* @param ModifyVcnCidrRequest
|
|
26268
26339
|
* @return ModifyVcnCidrResponse
|
|
26269
26340
|
* @throws OciError when an error occurs
|
|
26270
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26341
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ModifyVcnCidr.ts.html |here} to see how to use ModifyVcnCidr API.
|
|
26271
26342
|
*/
|
|
26272
26343
|
modifyVcnCidr(modifyVcnCidrRequest) {
|
|
26273
26344
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26328,7 +26399,7 @@ class VirtualNetworkClient {
|
|
|
26328
26399
|
* @param RemoveDrgRouteDistributionStatementsRequest
|
|
26329
26400
|
* @return RemoveDrgRouteDistributionStatementsResponse
|
|
26330
26401
|
* @throws OciError when an error occurs
|
|
26331
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26402
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/RemoveDrgRouteDistributionStatements.ts.html |here} to see how to use RemoveDrgRouteDistributionStatements API.
|
|
26332
26403
|
*/
|
|
26333
26404
|
removeDrgRouteDistributionStatements(removeDrgRouteDistributionStatementsRequest) {
|
|
26334
26405
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26381,7 +26452,7 @@ class VirtualNetworkClient {
|
|
|
26381
26452
|
* @param RemoveDrgRouteRulesRequest
|
|
26382
26453
|
* @return RemoveDrgRouteRulesResponse
|
|
26383
26454
|
* @throws OciError when an error occurs
|
|
26384
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26455
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/RemoveDrgRouteRules.ts.html |here} to see how to use RemoveDrgRouteRules API.
|
|
26385
26456
|
*/
|
|
26386
26457
|
removeDrgRouteRules(removeDrgRouteRulesRequest) {
|
|
26387
26458
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26434,7 +26505,7 @@ class VirtualNetworkClient {
|
|
|
26434
26505
|
* @param RemoveExportDrgRouteDistributionRequest
|
|
26435
26506
|
* @return RemoveExportDrgRouteDistributionResponse
|
|
26436
26507
|
* @throws OciError when an error occurs
|
|
26437
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26508
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/RemoveExportDrgRouteDistribution.ts.html |here} to see how to use RemoveExportDrgRouteDistribution API.
|
|
26438
26509
|
*/
|
|
26439
26510
|
removeExportDrgRouteDistribution(removeExportDrgRouteDistributionRequest) {
|
|
26440
26511
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26498,7 +26569,7 @@ class VirtualNetworkClient {
|
|
|
26498
26569
|
* @param RemoveImportDrgRouteDistributionRequest
|
|
26499
26570
|
* @return RemoveImportDrgRouteDistributionResponse
|
|
26500
26571
|
* @throws OciError when an error occurs
|
|
26501
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26572
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/RemoveImportDrgRouteDistribution.ts.html |here} to see how to use RemoveImportDrgRouteDistribution API.
|
|
26502
26573
|
*/
|
|
26503
26574
|
removeImportDrgRouteDistribution(removeImportDrgRouteDistributionRequest) {
|
|
26504
26575
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26554,6 +26625,138 @@ class VirtualNetworkClient {
|
|
|
26554
26625
|
}
|
|
26555
26626
|
});
|
|
26556
26627
|
}
|
|
26628
|
+
/**
|
|
26629
|
+
* Remove an IPv6 CIDR from a subnet. At least one IPv6 CIDR should remain.
|
|
26630
|
+
*
|
|
26631
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
26632
|
+
* @param RemoveIpv6SubnetCidrRequest
|
|
26633
|
+
* @return RemoveIpv6SubnetCidrResponse
|
|
26634
|
+
* @throws OciError when an error occurs
|
|
26635
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/RemoveIpv6SubnetCidr.ts.html |here} to see how to use RemoveIpv6SubnetCidr API.
|
|
26636
|
+
*/
|
|
26637
|
+
removeIpv6SubnetCidr(removeIpv6SubnetCidrRequest) {
|
|
26638
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
26639
|
+
if (this.logger)
|
|
26640
|
+
this.logger.debug("Calling operation VirtualNetworkClient#removeIpv6SubnetCidr.");
|
|
26641
|
+
const pathParams = {
|
|
26642
|
+
"{subnetId}": removeIpv6SubnetCidrRequest.subnetId
|
|
26643
|
+
};
|
|
26644
|
+
const queryParams = {};
|
|
26645
|
+
let headerParams = {
|
|
26646
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
26647
|
+
"opc-retry-token": removeIpv6SubnetCidrRequest.opcRetryToken,
|
|
26648
|
+
"if-match": removeIpv6SubnetCidrRequest.ifMatch,
|
|
26649
|
+
"opc-request-id": removeIpv6SubnetCidrRequest.opcRequestId
|
|
26650
|
+
};
|
|
26651
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
26652
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, removeIpv6SubnetCidrRequest.retryConfiguration, specRetryConfiguration);
|
|
26653
|
+
if (this.logger)
|
|
26654
|
+
retrier.logger = this.logger;
|
|
26655
|
+
const request = yield oci_common_2.composeRequest({
|
|
26656
|
+
baseEndpoint: this._endpoint,
|
|
26657
|
+
defaultHeaders: this._defaultHeaders,
|
|
26658
|
+
path: "/subnets/{subnetId}/actions/removeIpv6Cidr",
|
|
26659
|
+
method: "POST",
|
|
26660
|
+
bodyContent: common.ObjectSerializer.serialize(removeIpv6SubnetCidrRequest.removeSubnetIpv6CidrDetails, "RemoveSubnetIpv6CidrDetails", model.RemoveSubnetIpv6CidrDetails.getJsonObj),
|
|
26661
|
+
pathParams: pathParams,
|
|
26662
|
+
headerParams: headerParams,
|
|
26663
|
+
queryParams: queryParams
|
|
26664
|
+
});
|
|
26665
|
+
try {
|
|
26666
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
26667
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
26668
|
+
responseObject: {},
|
|
26669
|
+
responseHeaders: [
|
|
26670
|
+
{
|
|
26671
|
+
value: response.headers.get("etag"),
|
|
26672
|
+
key: "etag",
|
|
26673
|
+
dataType: "string"
|
|
26674
|
+
},
|
|
26675
|
+
{
|
|
26676
|
+
value: response.headers.get("opc-request-id"),
|
|
26677
|
+
key: "opcRequestId",
|
|
26678
|
+
dataType: "string"
|
|
26679
|
+
},
|
|
26680
|
+
{
|
|
26681
|
+
value: response.headers.get("opc-work-request-id"),
|
|
26682
|
+
key: "opcWorkRequestId",
|
|
26683
|
+
dataType: "string"
|
|
26684
|
+
}
|
|
26685
|
+
]
|
|
26686
|
+
});
|
|
26687
|
+
return sdkResponse;
|
|
26688
|
+
}
|
|
26689
|
+
catch (err) {
|
|
26690
|
+
throw err;
|
|
26691
|
+
}
|
|
26692
|
+
});
|
|
26693
|
+
}
|
|
26694
|
+
/**
|
|
26695
|
+
* Removing an existing IPv6 CIDR from a VCN.
|
|
26696
|
+
*
|
|
26697
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
26698
|
+
* @param RemoveIpv6VcnCidrRequest
|
|
26699
|
+
* @return RemoveIpv6VcnCidrResponse
|
|
26700
|
+
* @throws OciError when an error occurs
|
|
26701
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/RemoveIpv6VcnCidr.ts.html |here} to see how to use RemoveIpv6VcnCidr API.
|
|
26702
|
+
*/
|
|
26703
|
+
removeIpv6VcnCidr(removeIpv6VcnCidrRequest) {
|
|
26704
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
26705
|
+
if (this.logger)
|
|
26706
|
+
this.logger.debug("Calling operation VirtualNetworkClient#removeIpv6VcnCidr.");
|
|
26707
|
+
const pathParams = {
|
|
26708
|
+
"{vcnId}": removeIpv6VcnCidrRequest.vcnId
|
|
26709
|
+
};
|
|
26710
|
+
const queryParams = {};
|
|
26711
|
+
let headerParams = {
|
|
26712
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
26713
|
+
"opc-request-id": removeIpv6VcnCidrRequest.opcRequestId,
|
|
26714
|
+
"opc-retry-token": removeIpv6VcnCidrRequest.opcRetryToken,
|
|
26715
|
+
"if-match": removeIpv6VcnCidrRequest.ifMatch
|
|
26716
|
+
};
|
|
26717
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
26718
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, removeIpv6VcnCidrRequest.retryConfiguration, specRetryConfiguration);
|
|
26719
|
+
if (this.logger)
|
|
26720
|
+
retrier.logger = this.logger;
|
|
26721
|
+
const request = yield oci_common_2.composeRequest({
|
|
26722
|
+
baseEndpoint: this._endpoint,
|
|
26723
|
+
defaultHeaders: this._defaultHeaders,
|
|
26724
|
+
path: "/vcns/{vcnId}/actions/removeIpv6Cidr",
|
|
26725
|
+
method: "POST",
|
|
26726
|
+
bodyContent: common.ObjectSerializer.serialize(removeIpv6VcnCidrRequest.removeVcnIpv6CidrDetails, "RemoveVcnIpv6CidrDetails", model.RemoveVcnIpv6CidrDetails.getJsonObj),
|
|
26727
|
+
pathParams: pathParams,
|
|
26728
|
+
headerParams: headerParams,
|
|
26729
|
+
queryParams: queryParams
|
|
26730
|
+
});
|
|
26731
|
+
try {
|
|
26732
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
26733
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
26734
|
+
responseObject: {},
|
|
26735
|
+
responseHeaders: [
|
|
26736
|
+
{
|
|
26737
|
+
value: response.headers.get("etag"),
|
|
26738
|
+
key: "etag",
|
|
26739
|
+
dataType: "string"
|
|
26740
|
+
},
|
|
26741
|
+
{
|
|
26742
|
+
value: response.headers.get("opc-request-id"),
|
|
26743
|
+
key: "opcRequestId",
|
|
26744
|
+
dataType: "string"
|
|
26745
|
+
},
|
|
26746
|
+
{
|
|
26747
|
+
value: response.headers.get("opc-work-request-id"),
|
|
26748
|
+
key: "opcWorkRequestId",
|
|
26749
|
+
dataType: "string"
|
|
26750
|
+
}
|
|
26751
|
+
]
|
|
26752
|
+
});
|
|
26753
|
+
return sdkResponse;
|
|
26754
|
+
}
|
|
26755
|
+
catch (err) {
|
|
26756
|
+
throw err;
|
|
26757
|
+
}
|
|
26758
|
+
});
|
|
26759
|
+
}
|
|
26557
26760
|
/**
|
|
26558
26761
|
* Removes one or more security rules from the specified network security group.
|
|
26559
26762
|
*
|
|
@@ -26561,7 +26764,7 @@ class VirtualNetworkClient {
|
|
|
26561
26764
|
* @param RemoveNetworkSecurityGroupSecurityRulesRequest
|
|
26562
26765
|
* @return RemoveNetworkSecurityGroupSecurityRulesResponse
|
|
26563
26766
|
* @throws OciError when an error occurs
|
|
26564
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26767
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/RemoveNetworkSecurityGroupSecurityRules.ts.html |here} to see how to use RemoveNetworkSecurityGroupSecurityRules API.
|
|
26565
26768
|
*/
|
|
26566
26769
|
removeNetworkSecurityGroupSecurityRules(removeNetworkSecurityGroupSecurityRulesRequest) {
|
|
26567
26770
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26614,7 +26817,7 @@ class VirtualNetworkClient {
|
|
|
26614
26817
|
* @param RemovePublicIpPoolCapacityRequest
|
|
26615
26818
|
* @return RemovePublicIpPoolCapacityResponse
|
|
26616
26819
|
* @throws OciError when an error occurs
|
|
26617
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26820
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/RemovePublicIpPoolCapacity.ts.html |here} to see how to use RemovePublicIpPoolCapacity API.
|
|
26618
26821
|
*/
|
|
26619
26822
|
removePublicIpPoolCapacity(removePublicIpPoolCapacityRequest) {
|
|
26620
26823
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26682,7 +26885,7 @@ class VirtualNetworkClient {
|
|
|
26682
26885
|
* @param RemoveVcnCidrRequest
|
|
26683
26886
|
* @return RemoveVcnCidrResponse
|
|
26684
26887
|
* @throws OciError when an error occurs
|
|
26685
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26888
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/RemoveVcnCidr.ts.html |here} to see how to use RemoveVcnCidr API.
|
|
26686
26889
|
*/
|
|
26687
26890
|
removeVcnCidr(removeVcnCidrRequest) {
|
|
26688
26891
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26743,7 +26946,7 @@ class VirtualNetworkClient {
|
|
|
26743
26946
|
* @param UpdateByoipRangeRequest
|
|
26744
26947
|
* @return UpdateByoipRangeResponse
|
|
26745
26948
|
* @throws OciError when an error occurs
|
|
26746
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26949
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateByoipRange.ts.html |here} to see how to use UpdateByoipRange API.
|
|
26747
26950
|
*/
|
|
26748
26951
|
updateByoipRange(updateByoipRangeRequest) {
|
|
26749
26952
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26808,7 +27011,7 @@ class VirtualNetworkClient {
|
|
|
26808
27011
|
* @param UpdateCpeRequest
|
|
26809
27012
|
* @return UpdateCpeResponse
|
|
26810
27013
|
* @throws OciError when an error occurs
|
|
26811
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27014
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateCpe.ts.html |here} to see how to use UpdateCpe API.
|
|
26812
27015
|
*/
|
|
26813
27016
|
updateCpe(updateCpeRequest) {
|
|
26814
27017
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26870,7 +27073,7 @@ class VirtualNetworkClient {
|
|
|
26870
27073
|
* @param UpdateCrossConnectRequest
|
|
26871
27074
|
* @return UpdateCrossConnectResponse
|
|
26872
27075
|
* @throws OciError when an error occurs
|
|
26873
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27076
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateCrossConnect.ts.html |here} to see how to use UpdateCrossConnect API.
|
|
26874
27077
|
*/
|
|
26875
27078
|
updateCrossConnect(updateCrossConnectRequest) {
|
|
26876
27079
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26934,7 +27137,7 @@ class VirtualNetworkClient {
|
|
|
26934
27137
|
* @param UpdateCrossConnectGroupRequest
|
|
26935
27138
|
* @return UpdateCrossConnectGroupResponse
|
|
26936
27139
|
* @throws OciError when an error occurs
|
|
26937
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27140
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateCrossConnectGroup.ts.html |here} to see how to use UpdateCrossConnectGroup API.
|
|
26938
27141
|
*/
|
|
26939
27142
|
updateCrossConnectGroup(updateCrossConnectGroupRequest) {
|
|
26940
27143
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27000,7 +27203,7 @@ class VirtualNetworkClient {
|
|
|
27000
27203
|
* @param UpdateDhcpOptionsRequest
|
|
27001
27204
|
* @return UpdateDhcpOptionsResponse
|
|
27002
27205
|
* @throws OciError when an error occurs
|
|
27003
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27206
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateDhcpOptions.ts.html |here} to see how to use UpdateDhcpOptions API.
|
|
27004
27207
|
*/
|
|
27005
27208
|
updateDhcpOptions(updateDhcpOptionsRequest) {
|
|
27006
27209
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27063,7 +27266,7 @@ class VirtualNetworkClient {
|
|
|
27063
27266
|
* @param UpdateDrgRequest
|
|
27064
27267
|
* @return UpdateDrgResponse
|
|
27065
27268
|
* @throws OciError when an error occurs
|
|
27066
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27269
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateDrg.ts.html |here} to see how to use UpdateDrg API.
|
|
27067
27270
|
*/
|
|
27068
27271
|
updateDrg(updateDrgRequest) {
|
|
27069
27272
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27127,7 +27330,7 @@ class VirtualNetworkClient {
|
|
|
27127
27330
|
* @param UpdateDrgAttachmentRequest
|
|
27128
27331
|
* @return UpdateDrgAttachmentResponse
|
|
27129
27332
|
* @throws OciError when an error occurs
|
|
27130
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27333
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateDrgAttachment.ts.html |here} to see how to use UpdateDrgAttachment API.
|
|
27131
27334
|
*/
|
|
27132
27335
|
updateDrgAttachment(updateDrgAttachmentRequest) {
|
|
27133
27336
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27190,7 +27393,7 @@ class VirtualNetworkClient {
|
|
|
27190
27393
|
* @param UpdateDrgRouteDistributionRequest
|
|
27191
27394
|
* @return UpdateDrgRouteDistributionResponse
|
|
27192
27395
|
* @throws OciError when an error occurs
|
|
27193
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27396
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateDrgRouteDistribution.ts.html |here} to see how to use UpdateDrgRouteDistribution API.
|
|
27194
27397
|
*/
|
|
27195
27398
|
updateDrgRouteDistribution(updateDrgRouteDistributionRequest) {
|
|
27196
27399
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27253,7 +27456,7 @@ class VirtualNetworkClient {
|
|
|
27253
27456
|
* @param UpdateDrgRouteDistributionStatementsRequest
|
|
27254
27457
|
* @return UpdateDrgRouteDistributionStatementsResponse
|
|
27255
27458
|
* @throws OciError when an error occurs
|
|
27256
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27459
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateDrgRouteDistributionStatements.ts.html |here} to see how to use UpdateDrgRouteDistributionStatements API.
|
|
27257
27460
|
*/
|
|
27258
27461
|
updateDrgRouteDistributionStatements(updateDrgRouteDistributionStatementsRequest) {
|
|
27259
27462
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27310,7 +27513,7 @@ class VirtualNetworkClient {
|
|
|
27310
27513
|
* @param UpdateDrgRouteRulesRequest
|
|
27311
27514
|
* @return UpdateDrgRouteRulesResponse
|
|
27312
27515
|
* @throws OciError when an error occurs
|
|
27313
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27516
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateDrgRouteRules.ts.html |here} to see how to use UpdateDrgRouteRules API.
|
|
27314
27517
|
*/
|
|
27315
27518
|
updateDrgRouteRules(updateDrgRouteRulesRequest) {
|
|
27316
27519
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27367,7 +27570,7 @@ class VirtualNetworkClient {
|
|
|
27367
27570
|
* @param UpdateDrgRouteTableRequest
|
|
27368
27571
|
* @return UpdateDrgRouteTableResponse
|
|
27369
27572
|
* @throws OciError when an error occurs
|
|
27370
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27573
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateDrgRouteTable.ts.html |here} to see how to use UpdateDrgRouteTable API.
|
|
27371
27574
|
*/
|
|
27372
27575
|
updateDrgRouteTable(updateDrgRouteTableRequest) {
|
|
27373
27576
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27433,7 +27636,7 @@ class VirtualNetworkClient {
|
|
|
27433
27636
|
* @param UpdateIPSecConnectionRequest
|
|
27434
27637
|
* @return UpdateIPSecConnectionResponse
|
|
27435
27638
|
* @throws OciError when an error occurs
|
|
27436
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27639
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateIPSecConnection.ts.html |here} to see how to use UpdateIPSecConnection API.
|
|
27437
27640
|
*/
|
|
27438
27641
|
updateIPSecConnection(updateIPSecConnectionRequest) {
|
|
27439
27642
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27507,7 +27710,7 @@ class VirtualNetworkClient {
|
|
|
27507
27710
|
* @param UpdateIPSecConnectionTunnelRequest
|
|
27508
27711
|
* @return UpdateIPSecConnectionTunnelResponse
|
|
27509
27712
|
* @throws OciError when an error occurs
|
|
27510
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27713
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateIPSecConnectionTunnel.ts.html |here} to see how to use UpdateIPSecConnectionTunnel API.
|
|
27511
27714
|
*/
|
|
27512
27715
|
updateIPSecConnectionTunnel(updateIPSecConnectionTunnelRequest) {
|
|
27513
27716
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27574,7 +27777,7 @@ class VirtualNetworkClient {
|
|
|
27574
27777
|
* @param UpdateIPSecConnectionTunnelSharedSecretRequest
|
|
27575
27778
|
* @return UpdateIPSecConnectionTunnelSharedSecretResponse
|
|
27576
27779
|
* @throws OciError when an error occurs
|
|
27577
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27780
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateIPSecConnectionTunnelSharedSecret.ts.html |here} to see how to use UpdateIPSecConnectionTunnelSharedSecret API.
|
|
27578
27781
|
*/
|
|
27579
27782
|
updateIPSecConnectionTunnelSharedSecret(updateIPSecConnectionTunnelSharedSecretRequest) {
|
|
27580
27783
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27642,7 +27845,7 @@ class VirtualNetworkClient {
|
|
|
27642
27845
|
* @param UpdateInternetGatewayRequest
|
|
27643
27846
|
* @return UpdateInternetGatewayResponse
|
|
27644
27847
|
* @throws OciError when an error occurs
|
|
27645
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27848
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateInternetGateway.ts.html |here} to see how to use UpdateInternetGateway API.
|
|
27646
27849
|
*/
|
|
27647
27850
|
updateInternetGateway(updateInternetGatewayRequest) {
|
|
27648
27851
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27711,7 +27914,7 @@ class VirtualNetworkClient {
|
|
|
27711
27914
|
* @param UpdateIpv6Request
|
|
27712
27915
|
* @return UpdateIpv6Response
|
|
27713
27916
|
* @throws OciError when an error occurs
|
|
27714
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27917
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateIpv6.ts.html |here} to see how to use UpdateIpv6 API.
|
|
27715
27918
|
*/
|
|
27716
27919
|
updateIpv6(updateIpv6Request) {
|
|
27717
27920
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27775,7 +27978,7 @@ class VirtualNetworkClient {
|
|
|
27775
27978
|
* @param UpdateLocalPeeringGatewayRequest
|
|
27776
27979
|
* @return UpdateLocalPeeringGatewayResponse
|
|
27777
27980
|
* @throws OciError when an error occurs
|
|
27778
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27981
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateLocalPeeringGateway.ts.html |here} to see how to use UpdateLocalPeeringGateway API.
|
|
27779
27982
|
*/
|
|
27780
27983
|
updateLocalPeeringGateway(updateLocalPeeringGatewayRequest) {
|
|
27781
27984
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27838,7 +28041,7 @@ class VirtualNetworkClient {
|
|
|
27838
28041
|
* @param UpdateNatGatewayRequest
|
|
27839
28042
|
* @return UpdateNatGatewayResponse
|
|
27840
28043
|
* @throws OciError when an error occurs
|
|
27841
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28044
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateNatGateway.ts.html |here} to see how to use UpdateNatGateway API.
|
|
27842
28045
|
*/
|
|
27843
28046
|
updateNatGateway(updateNatGatewayRequest) {
|
|
27844
28047
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27915,7 +28118,7 @@ class VirtualNetworkClient {
|
|
|
27915
28118
|
* @param UpdateNetworkSecurityGroupRequest
|
|
27916
28119
|
* @return UpdateNetworkSecurityGroupResponse
|
|
27917
28120
|
* @throws OciError when an error occurs
|
|
27918
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28121
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateNetworkSecurityGroup.ts.html |here} to see how to use UpdateNetworkSecurityGroup API.
|
|
27919
28122
|
*/
|
|
27920
28123
|
updateNetworkSecurityGroup(updateNetworkSecurityGroupRequest) {
|
|
27921
28124
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27978,7 +28181,7 @@ class VirtualNetworkClient {
|
|
|
27978
28181
|
* @param UpdateNetworkSecurityGroupSecurityRulesRequest
|
|
27979
28182
|
* @return UpdateNetworkSecurityGroupSecurityRulesResponse
|
|
27980
28183
|
* @throws OciError when an error occurs
|
|
27981
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28184
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateNetworkSecurityGroupSecurityRules.ts.html |here} to see how to use UpdateNetworkSecurityGroupSecurityRules API.
|
|
27982
28185
|
*/
|
|
27983
28186
|
updateNetworkSecurityGroupSecurityRules(updateNetworkSecurityGroupSecurityRulesRequest) {
|
|
27984
28187
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28044,7 +28247,7 @@ class VirtualNetworkClient {
|
|
|
28044
28247
|
* @param UpdatePrivateIpRequest
|
|
28045
28248
|
* @return UpdatePrivateIpResponse
|
|
28046
28249
|
* @throws OciError when an error occurs
|
|
28047
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28250
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdatePrivateIp.ts.html |here} to see how to use UpdatePrivateIp API.
|
|
28048
28251
|
*/
|
|
28049
28252
|
updatePrivateIp(updatePrivateIpRequest) {
|
|
28050
28253
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28145,7 +28348,7 @@ class VirtualNetworkClient {
|
|
|
28145
28348
|
* @param UpdatePublicIpRequest
|
|
28146
28349
|
* @return UpdatePublicIpResponse
|
|
28147
28350
|
* @throws OciError when an error occurs
|
|
28148
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28351
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdatePublicIp.ts.html |here} to see how to use UpdatePublicIp API.
|
|
28149
28352
|
*/
|
|
28150
28353
|
updatePublicIp(updatePublicIpRequest) {
|
|
28151
28354
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28208,7 +28411,7 @@ class VirtualNetworkClient {
|
|
|
28208
28411
|
* @param UpdatePublicIpPoolRequest
|
|
28209
28412
|
* @return UpdatePublicIpPoolResponse
|
|
28210
28413
|
* @throws OciError when an error occurs
|
|
28211
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28414
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdatePublicIpPool.ts.html |here} to see how to use UpdatePublicIpPool API.
|
|
28212
28415
|
*/
|
|
28213
28416
|
updatePublicIpPool(updatePublicIpPoolRequest) {
|
|
28214
28417
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28272,7 +28475,7 @@ class VirtualNetworkClient {
|
|
|
28272
28475
|
* @param UpdateRemotePeeringConnectionRequest
|
|
28273
28476
|
* @return UpdateRemotePeeringConnectionResponse
|
|
28274
28477
|
* @throws OciError when an error occurs
|
|
28275
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28478
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateRemotePeeringConnection.ts.html |here} to see how to use UpdateRemotePeeringConnection API.
|
|
28276
28479
|
*/
|
|
28277
28480
|
updateRemotePeeringConnection(updateRemotePeeringConnectionRequest) {
|
|
28278
28481
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28338,7 +28541,7 @@ class VirtualNetworkClient {
|
|
|
28338
28541
|
* @param UpdateRouteTableRequest
|
|
28339
28542
|
* @return UpdateRouteTableResponse
|
|
28340
28543
|
* @throws OciError when an error occurs
|
|
28341
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28544
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateRouteTable.ts.html |here} to see how to use UpdateRouteTable API.
|
|
28342
28545
|
*/
|
|
28343
28546
|
updateRouteTable(updateRouteTableRequest) {
|
|
28344
28547
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28405,7 +28608,7 @@ class VirtualNetworkClient {
|
|
|
28405
28608
|
* @param UpdateSecurityListRequest
|
|
28406
28609
|
* @return UpdateSecurityListResponse
|
|
28407
28610
|
* @throws OciError when an error occurs
|
|
28408
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28611
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateSecurityList.ts.html |here} to see how to use UpdateSecurityList API.
|
|
28409
28612
|
*/
|
|
28410
28613
|
updateSecurityList(updateSecurityListRequest) {
|
|
28411
28614
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28469,7 +28672,7 @@ class VirtualNetworkClient {
|
|
|
28469
28672
|
* @param UpdateServiceGatewayRequest
|
|
28470
28673
|
* @return UpdateServiceGatewayResponse
|
|
28471
28674
|
* @throws OciError when an error occurs
|
|
28472
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28675
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateServiceGateway.ts.html |here} to see how to use UpdateServiceGateway API.
|
|
28473
28676
|
*/
|
|
28474
28677
|
updateServiceGateway(updateServiceGatewayRequest) {
|
|
28475
28678
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28532,7 +28735,7 @@ class VirtualNetworkClient {
|
|
|
28532
28735
|
* @param UpdateSubnetRequest
|
|
28533
28736
|
* @return UpdateSubnetResponse
|
|
28534
28737
|
* @throws OciError when an error occurs
|
|
28535
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28738
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateSubnet.ts.html |here} to see how to use UpdateSubnet API.
|
|
28536
28739
|
*/
|
|
28537
28740
|
updateSubnet(updateSubnetRequest) {
|
|
28538
28741
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28597,7 +28800,7 @@ class VirtualNetworkClient {
|
|
|
28597
28800
|
* @param UpdateTunnelCpeDeviceConfigRequest
|
|
28598
28801
|
* @return UpdateTunnelCpeDeviceConfigResponse
|
|
28599
28802
|
* @throws OciError when an error occurs
|
|
28600
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28803
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateTunnelCpeDeviceConfig.ts.html |here} to see how to use UpdateTunnelCpeDeviceConfig API.
|
|
28601
28804
|
*/
|
|
28602
28805
|
updateTunnelCpeDeviceConfig(updateTunnelCpeDeviceConfigRequest) {
|
|
28603
28806
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28663,7 +28866,7 @@ class VirtualNetworkClient {
|
|
|
28663
28866
|
* @param UpdateVcnRequest
|
|
28664
28867
|
* @return UpdateVcnResponse
|
|
28665
28868
|
* @throws OciError when an error occurs
|
|
28666
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28869
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateVcn.ts.html |here} to see how to use UpdateVcn API.
|
|
28667
28870
|
*/
|
|
28668
28871
|
updateVcn(updateVcnRequest) {
|
|
28669
28872
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28749,7 +28952,7 @@ class VirtualNetworkClient {
|
|
|
28749
28952
|
* @param UpdateVirtualCircuitRequest
|
|
28750
28953
|
* @return UpdateVirtualCircuitResponse
|
|
28751
28954
|
* @throws OciError when an error occurs
|
|
28752
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28955
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateVirtualCircuit.ts.html |here} to see how to use UpdateVirtualCircuit API.
|
|
28753
28956
|
*/
|
|
28754
28957
|
updateVirtualCircuit(updateVirtualCircuitRequest) {
|
|
28755
28958
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28813,7 +29016,7 @@ class VirtualNetworkClient {
|
|
|
28813
29016
|
* @param UpdateVlanRequest
|
|
28814
29017
|
* @return UpdateVlanResponse
|
|
28815
29018
|
* @throws OciError when an error occurs
|
|
28816
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29019
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateVlan.ts.html |here} to see how to use UpdateVlan API.
|
|
28817
29020
|
*/
|
|
28818
29021
|
updateVlan(updateVlanRequest) {
|
|
28819
29022
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28877,7 +29080,7 @@ class VirtualNetworkClient {
|
|
|
28877
29080
|
* @param UpdateVnicRequest
|
|
28878
29081
|
* @return UpdateVnicResponse
|
|
28879
29082
|
* @throws OciError when an error occurs
|
|
28880
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29083
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpdateVnic.ts.html |here} to see how to use UpdateVnic API.
|
|
28881
29084
|
*/
|
|
28882
29085
|
updateVnic(updateVnicRequest) {
|
|
28883
29086
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28941,7 +29144,7 @@ class VirtualNetworkClient {
|
|
|
28941
29144
|
* @param UpgradeDrgRequest
|
|
28942
29145
|
* @return UpgradeDrgResponse
|
|
28943
29146
|
* @throws OciError when an error occurs
|
|
28944
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29147
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/UpgradeDrg.ts.html |here} to see how to use UpgradeDrg API.
|
|
28945
29148
|
*/
|
|
28946
29149
|
upgradeDrg(upgradeDrgRequest) {
|
|
28947
29150
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29001,7 +29204,7 @@ class VirtualNetworkClient {
|
|
|
29001
29204
|
* @param ValidateByoipRangeRequest
|
|
29002
29205
|
* @return ValidateByoipRangeResponse
|
|
29003
29206
|
* @throws OciError when an error occurs
|
|
29004
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29207
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/ValidateByoipRange.ts.html |here} to see how to use ValidateByoipRange API.
|
|
29005
29208
|
*/
|
|
29006
29209
|
validateByoipRange(validateByoipRangeRequest) {
|
|
29007
29210
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29059,7 +29262,7 @@ class VirtualNetworkClient {
|
|
|
29059
29262
|
* @param WithdrawByoipRangeRequest
|
|
29060
29263
|
* @return WithdrawByoipRangeResponse
|
|
29061
29264
|
* @throws OciError when an error occurs
|
|
29062
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29265
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/core/WithdrawByoipRange.ts.html |here} to see how to use WithdrawByoipRange API.
|
|
29063
29266
|
*/
|
|
29064
29267
|
withdrawByoipRange(withdrawByoipRangeRequest) {
|
|
29065
29268
|
return __awaiter(this, void 0, void 0, function* () {
|