oci-core 2.55.0 → 2.56.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 +485 -415
- package/lib/client.js +805 -415
- package/lib/client.js.map +1 -1
- package/lib/compute-waiter.d.ts +8 -0
- package/lib/compute-waiter.js +12 -0
- package/lib/compute-waiter.js.map +1 -1
- package/lib/model/change-compute-cluster-compartment-details.d.ts +33 -0
- package/lib/model/change-compute-cluster-compartment-details.js +36 -0
- package/lib/model/change-compute-cluster-compartment-details.js.map +1 -0
- package/lib/model/cluster-config-details.d.ts +43 -0
- package/lib/model/cluster-config-details.js +36 -0
- package/lib/model/cluster-config-details.js.map +1 -0
- package/lib/model/cluster-network.d.ts +8 -0
- package/lib/model/cluster-network.js.map +1 -1
- package/lib/model/compute-cluster-collection.d.ts +33 -0
- package/lib/model/compute-cluster-collection.js +68 -0
- package/lib/model/compute-cluster-collection.js.map +1 -0
- package/lib/model/compute-cluster-summary.d.ts +81 -0
- package/lib/model/compute-cluster-summary.js +36 -0
- package/lib/model/compute-cluster-summary.js.map +1 -0
- package/lib/model/compute-cluster.d.ts +97 -0
- package/lib/model/compute-cluster.js +46 -0
- package/lib/model/compute-cluster.js.map +1 -0
- package/lib/model/create-compute-cluster-details.d.ts +74 -0
- package/lib/model/create-compute-cluster-details.js +36 -0
- package/lib/model/create-compute-cluster-details.js.map +1 -0
- package/lib/model/index.d.ts +14 -0
- package/lib/model/index.js +24 -10
- package/lib/model/index.js.map +1 -1
- package/lib/model/instance-reservation-config-details.d.ts +1 -0
- package/lib/model/instance-reservation-config-details.js +6 -0
- package/lib/model/instance-reservation-config-details.js.map +1 -1
- package/lib/model/instance-reservation-config.d.ts +1 -0
- package/lib/model/instance-reservation-config.js +6 -0
- package/lib/model/instance-reservation-config.js.map +1 -1
- package/lib/model/launch-instance-details.d.ts +5 -0
- package/lib/model/launch-instance-details.js.map +1 -1
- package/lib/model/update-compute-cluster-details.d.ts +56 -0
- package/lib/model/update-compute-cluster-details.js +36 -0
- package/lib/model/update-compute-cluster-details.js.map +1 -0
- package/lib/request/accept-shielded-integrity-policy-request.d.ts +1 -1
- package/lib/request/add-drg-route-distribution-statements-request.d.ts +1 -1
- package/lib/request/add-drg-route-rules-request.d.ts +1 -1
- package/lib/request/add-image-shape-compatibility-entry-request.d.ts +1 -1
- package/lib/request/add-ipv6-subnet-cidr-request.d.ts +1 -1
- package/lib/request/add-ipv6-vcn-cidr-request.d.ts +1 -1
- package/lib/request/add-network-security-group-security-rules-request.d.ts +1 -1
- package/lib/request/add-public-ip-pool-capacity-request.d.ts +1 -1
- package/lib/request/add-vcn-cidr-request.d.ts +1 -1
- package/lib/request/advertise-byoip-range-request.d.ts +1 -1
- package/lib/request/attach-boot-volume-request.d.ts +1 -1
- package/lib/request/attach-instance-pool-instance-request.d.ts +1 -1
- package/lib/request/attach-load-balancer-request.d.ts +1 -1
- package/lib/request/attach-service-id-request.d.ts +1 -1
- package/lib/request/attach-vnic-request.d.ts +1 -1
- package/lib/request/attach-volume-request.d.ts +1 -1
- package/lib/request/bulk-add-virtual-circuit-public-prefixes-request.d.ts +1 -1
- package/lib/request/bulk-delete-virtual-circuit-public-prefixes-request.d.ts +1 -1
- package/lib/request/capture-console-history-request.d.ts +1 -1
- package/lib/request/change-boot-volume-backup-compartment-request.d.ts +1 -1
- package/lib/request/change-boot-volume-compartment-request.d.ts +1 -1
- package/lib/request/change-byoip-range-compartment-request.d.ts +1 -1
- package/lib/request/change-capture-filter-compartment-request.d.ts +1 -1
- package/lib/request/change-cluster-network-compartment-request.d.ts +1 -1
- package/lib/request/change-compute-capacity-reservation-compartment-request.d.ts +1 -1
- package/lib/request/change-compute-cluster-compartment-request.d.ts +52 -0
- package/lib/request/change-compute-cluster-compartment-request.js +15 -0
- package/lib/request/change-compute-cluster-compartment-request.js.map +1 -0
- package/lib/request/change-compute-image-capability-schema-compartment-request.d.ts +1 -1
- package/lib/request/change-cpe-compartment-request.d.ts +1 -1
- package/lib/request/change-cross-connect-compartment-request.d.ts +1 -1
- package/lib/request/change-cross-connect-group-compartment-request.d.ts +1 -1
- package/lib/request/change-dedicated-vm-host-compartment-request.d.ts +1 -1
- package/lib/request/change-dhcp-options-compartment-request.d.ts +1 -1
- package/lib/request/change-drg-compartment-request.d.ts +1 -1
- package/lib/request/change-image-compartment-request.d.ts +1 -1
- package/lib/request/change-instance-compartment-request.d.ts +1 -1
- package/lib/request/change-instance-configuration-compartment-request.d.ts +1 -1
- package/lib/request/change-instance-pool-compartment-request.d.ts +1 -1
- package/lib/request/change-internet-gateway-compartment-request.d.ts +1 -1
- package/lib/request/change-ipsec-connection-compartment-request.d.ts +1 -1
- package/lib/request/change-local-peering-gateway-compartment-request.d.ts +1 -1
- package/lib/request/change-nat-gateway-compartment-request.d.ts +1 -1
- package/lib/request/change-network-security-group-compartment-request.d.ts +1 -1
- package/lib/request/change-public-ip-compartment-request.d.ts +1 -1
- package/lib/request/change-public-ip-pool-compartment-request.d.ts +1 -1
- package/lib/request/change-remote-peering-connection-compartment-request.d.ts +1 -1
- package/lib/request/change-route-table-compartment-request.d.ts +1 -1
- package/lib/request/change-security-list-compartment-request.d.ts +1 -1
- package/lib/request/change-service-gateway-compartment-request.d.ts +1 -1
- package/lib/request/change-subnet-compartment-request.d.ts +1 -1
- package/lib/request/change-vcn-compartment-request.d.ts +1 -1
- package/lib/request/change-virtual-circuit-compartment-request.d.ts +1 -1
- package/lib/request/change-vlan-compartment-request.d.ts +1 -1
- package/lib/request/change-volume-backup-compartment-request.d.ts +1 -1
- package/lib/request/change-volume-compartment-request.d.ts +1 -1
- package/lib/request/change-volume-group-backup-compartment-request.d.ts +1 -1
- package/lib/request/change-volume-group-compartment-request.d.ts +1 -1
- package/lib/request/change-vtap-compartment-request.d.ts +1 -1
- package/lib/request/connect-local-peering-gateways-request.d.ts +1 -1
- package/lib/request/connect-remote-peering-connections-request.d.ts +1 -1
- package/lib/request/copy-boot-volume-backup-request.d.ts +1 -1
- package/lib/request/copy-volume-backup-request.d.ts +1 -1
- package/lib/request/copy-volume-group-backup-request.d.ts +1 -1
- package/lib/request/create-app-catalog-subscription-request.d.ts +1 -1
- package/lib/request/create-boot-volume-backup-request.d.ts +1 -1
- package/lib/request/create-boot-volume-request.d.ts +1 -1
- package/lib/request/create-byoip-range-request.d.ts +1 -1
- package/lib/request/create-capture-filter-request.d.ts +1 -1
- package/lib/request/create-cluster-network-request.d.ts +1 -1
- package/lib/request/create-compute-capacity-reservation-request.d.ts +1 -1
- package/lib/request/create-compute-cluster-request.d.ts +46 -0
- package/lib/request/create-compute-cluster-request.js +15 -0
- package/lib/request/create-compute-cluster-request.js.map +1 -0
- package/lib/request/create-compute-image-capability-schema-request.d.ts +1 -1
- package/lib/request/create-cpe-request.d.ts +1 -1
- package/lib/request/create-cross-connect-group-request.d.ts +1 -1
- package/lib/request/create-cross-connect-request.d.ts +1 -1
- package/lib/request/create-dedicated-vm-host-request.d.ts +1 -1
- package/lib/request/create-dhcp-options-request.d.ts +1 -1
- package/lib/request/create-drg-attachment-request.d.ts +1 -1
- package/lib/request/create-drg-request.d.ts +1 -1
- package/lib/request/create-drg-route-distribution-request.d.ts +1 -1
- package/lib/request/create-drg-route-table-request.d.ts +1 -1
- package/lib/request/create-image-request.d.ts +1 -1
- package/lib/request/create-instance-configuration-request.d.ts +1 -1
- package/lib/request/create-instance-console-connection-request.d.ts +1 -1
- package/lib/request/create-instance-pool-request.d.ts +1 -1
- package/lib/request/create-internet-gateway-request.d.ts +1 -1
- package/lib/request/create-ipsec-connection-request.d.ts +1 -1
- package/lib/request/create-ipv6-request.d.ts +1 -1
- package/lib/request/create-local-peering-gateway-request.d.ts +1 -1
- package/lib/request/create-nat-gateway-request.d.ts +1 -1
- package/lib/request/create-network-security-group-request.d.ts +1 -1
- package/lib/request/create-private-ip-request.d.ts +1 -1
- package/lib/request/create-public-ip-pool-request.d.ts +1 -1
- package/lib/request/create-public-ip-request.d.ts +1 -1
- package/lib/request/create-remote-peering-connection-request.d.ts +1 -1
- package/lib/request/create-route-table-request.d.ts +1 -1
- package/lib/request/create-security-list-request.d.ts +1 -1
- package/lib/request/create-service-gateway-request.d.ts +1 -1
- package/lib/request/create-subnet-request.d.ts +1 -1
- package/lib/request/create-vcn-request.d.ts +1 -1
- package/lib/request/create-virtual-circuit-request.d.ts +1 -1
- package/lib/request/create-vlan-request.d.ts +1 -1
- package/lib/request/create-volume-backup-policy-assignment-request.d.ts +1 -1
- package/lib/request/create-volume-backup-policy-request.d.ts +1 -1
- package/lib/request/create-volume-backup-request.d.ts +1 -1
- package/lib/request/create-volume-group-backup-request.d.ts +1 -1
- package/lib/request/create-volume-group-request.d.ts +1 -1
- package/lib/request/create-volume-request.d.ts +1 -1
- package/lib/request/create-vtap-request.d.ts +1 -1
- package/lib/request/delete-app-catalog-subscription-request.d.ts +1 -1
- package/lib/request/delete-boot-volume-backup-request.d.ts +1 -1
- package/lib/request/delete-boot-volume-kms-key-request.d.ts +1 -1
- package/lib/request/delete-boot-volume-request.d.ts +1 -1
- package/lib/request/delete-byoip-range-request.d.ts +1 -1
- package/lib/request/delete-capture-filter-request.d.ts +1 -1
- package/lib/request/delete-compute-capacity-reservation-request.d.ts +1 -1
- package/lib/request/delete-compute-cluster-request.d.ts +38 -0
- package/lib/request/delete-compute-cluster-request.js +15 -0
- package/lib/request/delete-compute-cluster-request.js.map +1 -0
- package/lib/request/delete-compute-image-capability-schema-request.d.ts +1 -1
- package/lib/request/delete-console-history-request.d.ts +1 -1
- package/lib/request/delete-cpe-request.d.ts +1 -1
- package/lib/request/delete-cross-connect-group-request.d.ts +1 -1
- package/lib/request/delete-cross-connect-request.d.ts +1 -1
- package/lib/request/delete-dedicated-vm-host-request.d.ts +1 -1
- package/lib/request/delete-dhcp-options-request.d.ts +1 -1
- package/lib/request/delete-drg-attachment-request.d.ts +1 -1
- package/lib/request/delete-drg-request.d.ts +1 -1
- package/lib/request/delete-drg-route-distribution-request.d.ts +1 -1
- package/lib/request/delete-drg-route-table-request.d.ts +1 -1
- package/lib/request/delete-image-request.d.ts +1 -1
- package/lib/request/delete-instance-configuration-request.d.ts +1 -1
- package/lib/request/delete-instance-console-connection-request.d.ts +1 -1
- package/lib/request/delete-internet-gateway-request.d.ts +1 -1
- package/lib/request/delete-ipsec-connection-request.d.ts +1 -1
- package/lib/request/delete-ipv6-request.d.ts +1 -1
- package/lib/request/delete-local-peering-gateway-request.d.ts +1 -1
- package/lib/request/delete-nat-gateway-request.d.ts +1 -1
- package/lib/request/delete-network-security-group-request.d.ts +1 -1
- package/lib/request/delete-private-ip-request.d.ts +1 -1
- package/lib/request/delete-public-ip-pool-request.d.ts +1 -1
- package/lib/request/delete-public-ip-request.d.ts +1 -1
- package/lib/request/delete-remote-peering-connection-request.d.ts +1 -1
- package/lib/request/delete-route-table-request.d.ts +1 -1
- package/lib/request/delete-security-list-request.d.ts +1 -1
- package/lib/request/delete-service-gateway-request.d.ts +1 -1
- package/lib/request/delete-subnet-request.d.ts +1 -1
- package/lib/request/delete-vcn-request.d.ts +1 -1
- package/lib/request/delete-virtual-circuit-request.d.ts +1 -1
- package/lib/request/delete-vlan-request.d.ts +1 -1
- package/lib/request/delete-volume-backup-policy-assignment-request.d.ts +1 -1
- package/lib/request/delete-volume-backup-policy-request.d.ts +1 -1
- package/lib/request/delete-volume-backup-request.d.ts +1 -1
- package/lib/request/delete-volume-group-backup-request.d.ts +1 -1
- package/lib/request/delete-volume-group-request.d.ts +1 -1
- package/lib/request/delete-volume-kms-key-request.d.ts +1 -1
- package/lib/request/delete-volume-request.d.ts +1 -1
- package/lib/request/delete-vtap-request.d.ts +1 -1
- package/lib/request/detach-boot-volume-request.d.ts +1 -1
- package/lib/request/detach-instance-pool-instance-request.d.ts +1 -1
- package/lib/request/detach-load-balancer-request.d.ts +1 -1
- package/lib/request/detach-service-id-request.d.ts +1 -1
- package/lib/request/detach-vnic-request.d.ts +1 -1
- package/lib/request/detach-volume-request.d.ts +1 -1
- package/lib/request/export-image-request.d.ts +1 -1
- package/lib/request/get-all-drg-attachments-request.d.ts +1 -1
- package/lib/request/get-allowed-ike-ipsec-parameters-request.d.ts +1 -1
- package/lib/request/get-app-catalog-listing-agreements-request.d.ts +1 -1
- package/lib/request/get-app-catalog-listing-request.d.ts +1 -1
- package/lib/request/get-app-catalog-listing-resource-version-request.d.ts +1 -1
- package/lib/request/get-block-volume-replica-request.d.ts +1 -1
- package/lib/request/get-boot-volume-attachment-request.d.ts +1 -1
- package/lib/request/get-boot-volume-backup-request.d.ts +1 -1
- package/lib/request/get-boot-volume-kms-key-request.d.ts +1 -1
- package/lib/request/get-boot-volume-replica-request.d.ts +1 -1
- package/lib/request/get-boot-volume-request.d.ts +1 -1
- package/lib/request/get-byoip-range-request.d.ts +1 -1
- package/lib/request/get-capture-filter-request.d.ts +1 -1
- package/lib/request/get-cluster-network-request.d.ts +1 -1
- package/lib/request/get-compute-capacity-reservation-request.d.ts +1 -1
- package/lib/request/get-compute-cluster-request.d.ts +31 -0
- package/lib/request/get-compute-cluster-request.js +15 -0
- package/lib/request/get-compute-cluster-request.js.map +1 -0
- package/lib/request/get-compute-global-image-capability-schema-request.d.ts +1 -1
- package/lib/request/get-compute-global-image-capability-schema-version-request.d.ts +1 -1
- package/lib/request/get-compute-image-capability-schema-request.d.ts +1 -1
- package/lib/request/get-console-history-content-request.d.ts +1 -1
- package/lib/request/get-console-history-request.d.ts +1 -1
- package/lib/request/get-cpe-device-config-content-request.d.ts +1 -1
- package/lib/request/get-cpe-device-shape-request.d.ts +1 -1
- package/lib/request/get-cpe-request.d.ts +1 -1
- package/lib/request/get-cross-connect-group-request.d.ts +1 -1
- package/lib/request/get-cross-connect-letter-of-authority-request.d.ts +1 -1
- package/lib/request/get-cross-connect-request.d.ts +1 -1
- package/lib/request/get-cross-connect-status-request.d.ts +1 -1
- package/lib/request/get-dedicated-vm-host-request.d.ts +1 -1
- package/lib/request/get-dhcp-options-request.d.ts +1 -1
- package/lib/request/get-drg-attachment-request.d.ts +1 -1
- package/lib/request/get-drg-redundancy-status-request.d.ts +1 -1
- package/lib/request/get-drg-request.d.ts +1 -1
- package/lib/request/get-drg-route-distribution-request.d.ts +1 -1
- package/lib/request/get-drg-route-table-request.d.ts +1 -1
- package/lib/request/get-fast-connect-provider-service-key-request.d.ts +1 -1
- package/lib/request/get-fast-connect-provider-service-request.d.ts +1 -1
- package/lib/request/get-image-request.d.ts +1 -1
- package/lib/request/get-image-shape-compatibility-entry-request.d.ts +1 -1
- package/lib/request/get-instance-configuration-request.d.ts +1 -1
- package/lib/request/get-instance-console-connection-request.d.ts +1 -1
- package/lib/request/get-instance-maintenance-reboot-request.d.ts +1 -1
- package/lib/request/get-instance-pool-instance-request.d.ts +1 -1
- package/lib/request/get-instance-pool-load-balancer-attachment-request.d.ts +1 -1
- package/lib/request/get-instance-pool-request.d.ts +1 -1
- package/lib/request/get-instance-request.d.ts +1 -1
- package/lib/request/get-internet-gateway-request.d.ts +1 -1
- package/lib/request/get-ipsec-connection-device-config-request.d.ts +1 -1
- package/lib/request/get-ipsec-connection-device-status-request.d.ts +1 -1
- package/lib/request/get-ipsec-connection-request.d.ts +1 -1
- package/lib/request/get-ipsec-connection-tunnel-error-request.d.ts +1 -1
- package/lib/request/get-ipsec-connection-tunnel-request.d.ts +1 -1
- package/lib/request/get-ipsec-connection-tunnel-shared-secret-request.d.ts +1 -1
- package/lib/request/get-ipsec-cpe-device-config-content-request.d.ts +1 -1
- package/lib/request/get-ipv6-request.d.ts +1 -1
- package/lib/request/get-local-peering-gateway-request.d.ts +1 -1
- package/lib/request/get-measured-boot-report-request.d.ts +1 -1
- package/lib/request/get-nat-gateway-request.d.ts +1 -1
- package/lib/request/get-network-security-group-request.d.ts +1 -1
- package/lib/request/get-networking-topology-request.d.ts +1 -1
- package/lib/request/get-private-ip-request.d.ts +1 -1
- package/lib/request/get-public-ip-by-ip-address-request.d.ts +1 -1
- package/lib/request/get-public-ip-by-private-ip-id-request.d.ts +1 -1
- package/lib/request/get-public-ip-pool-request.d.ts +1 -1
- package/lib/request/get-public-ip-request.d.ts +1 -1
- package/lib/request/get-remote-peering-connection-request.d.ts +1 -1
- package/lib/request/get-route-table-request.d.ts +1 -1
- package/lib/request/get-security-list-request.d.ts +1 -1
- package/lib/request/get-service-gateway-request.d.ts +1 -1
- package/lib/request/get-service-request.d.ts +1 -1
- package/lib/request/get-subnet-request.d.ts +1 -1
- package/lib/request/get-subnet-topology-request.d.ts +1 -1
- package/lib/request/get-tunnel-cpe-device-config-content-request.d.ts +1 -1
- package/lib/request/get-tunnel-cpe-device-config-request.d.ts +1 -1
- package/lib/request/get-upgrade-status-request.d.ts +1 -1
- package/lib/request/get-vcn-dns-resolver-association-request.d.ts +1 -1
- package/lib/request/get-vcn-request.d.ts +1 -1
- package/lib/request/get-vcn-topology-request.d.ts +1 -1
- package/lib/request/get-virtual-circuit-request.d.ts +1 -1
- package/lib/request/get-vlan-request.d.ts +1 -1
- package/lib/request/get-vnic-attachment-request.d.ts +1 -1
- package/lib/request/get-vnic-request.d.ts +1 -1
- package/lib/request/get-volume-attachment-request.d.ts +1 -1
- package/lib/request/get-volume-backup-policy-asset-assignment-request.d.ts +1 -1
- package/lib/request/get-volume-backup-policy-assignment-request.d.ts +1 -1
- package/lib/request/get-volume-backup-policy-request.d.ts +1 -1
- package/lib/request/get-volume-backup-request.d.ts +1 -1
- package/lib/request/get-volume-group-backup-request.d.ts +1 -1
- package/lib/request/get-volume-group-replica-request.d.ts +1 -1
- package/lib/request/get-volume-group-request.d.ts +1 -1
- package/lib/request/get-volume-kms-key-request.d.ts +1 -1
- package/lib/request/get-volume-request.d.ts +1 -1
- package/lib/request/get-vtap-request.d.ts +1 -1
- package/lib/request/get-windows-instance-initial-credentials-request.d.ts +1 -1
- package/lib/request/index.d.ts +12 -0
- package/lib/request/index.js +4 -2
- package/lib/request/index.js.map +1 -1
- package/lib/request/instance-action-request.d.ts +1 -1
- package/lib/request/launch-instance-configuration-request.d.ts +1 -1
- package/lib/request/launch-instance-request.d.ts +1 -1
- package/lib/request/list-allowed-peer-regions-for-remote-peering-request.d.ts +1 -1
- package/lib/request/list-app-catalog-listing-resource-versions-request.d.ts +1 -1
- package/lib/request/list-app-catalog-listings-request.d.ts +1 -1
- package/lib/request/list-app-catalog-subscriptions-request.d.ts +1 -1
- package/lib/request/list-block-volume-replicas-request.d.ts +1 -1
- package/lib/request/list-boot-volume-attachments-request.d.ts +1 -1
- package/lib/request/list-boot-volume-backups-request.d.ts +1 -1
- package/lib/request/list-boot-volume-replicas-request.d.ts +1 -1
- package/lib/request/list-boot-volumes-request.d.ts +1 -1
- package/lib/request/list-byoip-allocated-ranges-request.d.ts +1 -1
- package/lib/request/list-byoip-ranges-request.d.ts +1 -1
- package/lib/request/list-capture-filters-request.d.ts +1 -1
- package/lib/request/list-cluster-network-instances-request.d.ts +1 -1
- package/lib/request/list-cluster-networks-request.d.ts +1 -1
- package/lib/request/list-compute-capacity-reservation-instance-shapes-request.d.ts +1 -1
- package/lib/request/list-compute-capacity-reservation-instances-request.d.ts +1 -1
- package/lib/request/list-compute-capacity-reservations-request.d.ts +1 -1
- package/lib/request/list-compute-clusters-request.d.ts +84 -0
- package/lib/request/list-compute-clusters-request.js +29 -0
- package/lib/request/list-compute-clusters-request.js.map +1 -0
- 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 +8 -1
- package/lib/request/list-instances-request.js.map +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/list-vtaps-request.d.ts +1 -1
- package/lib/request/modify-vcn-cidr-request.d.ts +1 -1
- package/lib/request/remove-drg-route-distribution-statements-request.d.ts +1 -1
- package/lib/request/remove-drg-route-rules-request.d.ts +1 -1
- package/lib/request/remove-export-drg-route-distribution-request.d.ts +1 -1
- package/lib/request/remove-image-shape-compatibility-entry-request.d.ts +1 -1
- package/lib/request/remove-import-drg-route-distribution-request.d.ts +1 -1
- package/lib/request/remove-ipv6-subnet-cidr-request.d.ts +1 -1
- package/lib/request/remove-ipv6-vcn-cidr-request.d.ts +1 -1
- package/lib/request/remove-network-security-group-security-rules-request.d.ts +1 -1
- package/lib/request/remove-public-ip-pool-capacity-request.d.ts +1 -1
- package/lib/request/remove-vcn-cidr-request.d.ts +1 -1
- package/lib/request/reset-instance-pool-request.d.ts +1 -1
- package/lib/request/softreset-instance-pool-request.d.ts +1 -1
- package/lib/request/start-instance-pool-request.d.ts +1 -1
- package/lib/request/stop-instance-pool-request.d.ts +1 -1
- package/lib/request/terminate-cluster-network-request.d.ts +1 -1
- package/lib/request/terminate-instance-pool-request.d.ts +1 -1
- package/lib/request/terminate-instance-request.d.ts +1 -1
- package/lib/request/update-boot-volume-backup-request.d.ts +1 -1
- package/lib/request/update-boot-volume-kms-key-request.d.ts +1 -1
- package/lib/request/update-boot-volume-request.d.ts +1 -1
- package/lib/request/update-byoip-range-request.d.ts +1 -1
- package/lib/request/update-capture-filter-request.d.ts +1 -1
- package/lib/request/update-cluster-network-request.d.ts +1 -1
- package/lib/request/update-compute-capacity-reservation-request.d.ts +1 -1
- package/lib/request/update-compute-cluster-request.d.ts +52 -0
- package/lib/request/update-compute-cluster-request.js +15 -0
- package/lib/request/update-compute-cluster-request.js.map +1 -0
- package/lib/request/update-compute-image-capability-schema-request.d.ts +1 -1
- package/lib/request/update-console-history-request.d.ts +1 -1
- package/lib/request/update-cpe-request.d.ts +1 -1
- package/lib/request/update-cross-connect-group-request.d.ts +1 -1
- package/lib/request/update-cross-connect-request.d.ts +1 -1
- package/lib/request/update-dedicated-vm-host-request.d.ts +1 -1
- package/lib/request/update-dhcp-options-request.d.ts +1 -1
- package/lib/request/update-drg-attachment-request.d.ts +1 -1
- package/lib/request/update-drg-request.d.ts +1 -1
- package/lib/request/update-drg-route-distribution-request.d.ts +1 -1
- package/lib/request/update-drg-route-distribution-statements-request.d.ts +1 -1
- package/lib/request/update-drg-route-rules-request.d.ts +1 -1
- package/lib/request/update-drg-route-table-request.d.ts +1 -1
- package/lib/request/update-image-request.d.ts +1 -1
- package/lib/request/update-instance-configuration-request.d.ts +1 -1
- package/lib/request/update-instance-console-connection-request.d.ts +1 -1
- package/lib/request/update-instance-pool-request.d.ts +1 -1
- package/lib/request/update-instance-request.d.ts +1 -1
- package/lib/request/update-internet-gateway-request.d.ts +1 -1
- package/lib/request/update-ipsec-connection-request.d.ts +1 -1
- package/lib/request/update-ipsec-connection-tunnel-request.d.ts +1 -1
- package/lib/request/update-ipsec-connection-tunnel-shared-secret-request.d.ts +1 -1
- package/lib/request/update-ipv6-request.d.ts +1 -1
- package/lib/request/update-local-peering-gateway-request.d.ts +1 -1
- package/lib/request/update-nat-gateway-request.d.ts +1 -1
- package/lib/request/update-network-security-group-request.d.ts +1 -1
- package/lib/request/update-network-security-group-security-rules-request.d.ts +1 -1
- package/lib/request/update-private-ip-request.d.ts +1 -1
- package/lib/request/update-public-ip-pool-request.d.ts +1 -1
- package/lib/request/update-public-ip-request.d.ts +1 -1
- package/lib/request/update-remote-peering-connection-request.d.ts +1 -1
- package/lib/request/update-route-table-request.d.ts +1 -1
- package/lib/request/update-security-list-request.d.ts +1 -1
- package/lib/request/update-service-gateway-request.d.ts +1 -1
- package/lib/request/update-subnet-request.d.ts +1 -1
- package/lib/request/update-tunnel-cpe-device-config-request.d.ts +1 -1
- package/lib/request/update-vcn-request.d.ts +1 -1
- package/lib/request/update-virtual-circuit-request.d.ts +1 -1
- package/lib/request/update-vlan-request.d.ts +1 -1
- package/lib/request/update-vnic-request.d.ts +1 -1
- package/lib/request/update-volume-attachment-request.d.ts +1 -1
- package/lib/request/update-volume-backup-policy-request.d.ts +1 -1
- package/lib/request/update-volume-backup-request.d.ts +1 -1
- package/lib/request/update-volume-group-backup-request.d.ts +1 -1
- package/lib/request/update-volume-group-request.d.ts +1 -1
- package/lib/request/update-volume-kms-key-request.d.ts +1 -1
- package/lib/request/update-volume-request.d.ts +1 -1
- package/lib/request/update-vtap-request.d.ts +1 -1
- package/lib/request/upgrade-drg-request.d.ts +1 -1
- package/lib/request/validate-byoip-range-request.d.ts +1 -1
- package/lib/request/withdraw-byoip-range-request.d.ts +1 -1
- package/lib/response/change-compute-cluster-compartment-response.d.ts +20 -0
- package/lib/response/change-compute-cluster-compartment-response.js +15 -0
- package/lib/response/change-compute-cluster-compartment-response.js.map +1 -0
- package/lib/response/create-compute-cluster-response.d.ts +30 -0
- package/lib/response/create-compute-cluster-response.js +15 -0
- package/lib/response/create-compute-cluster-response.js.map +1 -0
- package/lib/response/delete-compute-cluster-response.d.ts +20 -0
- package/lib/response/delete-compute-cluster-response.js +15 -0
- package/lib/response/delete-compute-cluster-response.js.map +1 -0
- package/lib/response/get-compute-cluster-response.d.ts +30 -0
- package/lib/response/get-compute-cluster-response.js +15 -0
- package/lib/response/get-compute-cluster-response.js.map +1 -0
- package/lib/response/index.d.ts +12 -0
- package/lib/response/list-compute-clusters-response.d.ts +32 -0
- package/lib/response/list-compute-clusters-response.js +15 -0
- package/lib/response/list-compute-clusters-response.js.map +1 -0
- package/lib/response/update-compute-cluster-response.d.ts +30 -0
- package/lib/response/update-compute-cluster-response.js +15 -0
- package/lib/response/update-compute-cluster-response.js.map +1 -0
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -171,7 +171,7 @@ class BlockstorageClient {
|
|
|
171
171
|
* @param ChangeBootVolumeBackupCompartmentRequest
|
|
172
172
|
* @return ChangeBootVolumeBackupCompartmentResponse
|
|
173
173
|
* @throws OciError when an error occurs
|
|
174
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
174
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ChangeBootVolumeBackupCompartment.ts.html |here} to see how to use ChangeBootVolumeBackupCompartment API.
|
|
175
175
|
*/
|
|
176
176
|
changeBootVolumeBackupCompartment(changeBootVolumeBackupCompartmentRequest) {
|
|
177
177
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -234,7 +234,7 @@ class BlockstorageClient {
|
|
|
234
234
|
* @param ChangeBootVolumeCompartmentRequest
|
|
235
235
|
* @return ChangeBootVolumeCompartmentResponse
|
|
236
236
|
* @throws OciError when an error occurs
|
|
237
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
237
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ChangeBootVolumeCompartment.ts.html |here} to see how to use ChangeBootVolumeCompartment API.
|
|
238
238
|
*/
|
|
239
239
|
changeBootVolumeCompartment(changeBootVolumeCompartmentRequest) {
|
|
240
240
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -297,7 +297,7 @@ class BlockstorageClient {
|
|
|
297
297
|
* @param ChangeVolumeBackupCompartmentRequest
|
|
298
298
|
* @return ChangeVolumeBackupCompartmentResponse
|
|
299
299
|
* @throws OciError when an error occurs
|
|
300
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
300
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ChangeVolumeBackupCompartment.ts.html |here} to see how to use ChangeVolumeBackupCompartment API.
|
|
301
301
|
*/
|
|
302
302
|
changeVolumeBackupCompartment(changeVolumeBackupCompartmentRequest) {
|
|
303
303
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -360,7 +360,7 @@ class BlockstorageClient {
|
|
|
360
360
|
* @param ChangeVolumeCompartmentRequest
|
|
361
361
|
* @return ChangeVolumeCompartmentResponse
|
|
362
362
|
* @throws OciError when an error occurs
|
|
363
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
363
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ChangeVolumeCompartment.ts.html |here} to see how to use ChangeVolumeCompartment API.
|
|
364
364
|
*/
|
|
365
365
|
changeVolumeCompartment(changeVolumeCompartmentRequest) {
|
|
366
366
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -423,7 +423,7 @@ class BlockstorageClient {
|
|
|
423
423
|
* @param ChangeVolumeGroupBackupCompartmentRequest
|
|
424
424
|
* @return ChangeVolumeGroupBackupCompartmentResponse
|
|
425
425
|
* @throws OciError when an error occurs
|
|
426
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
426
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ChangeVolumeGroupBackupCompartment.ts.html |here} to see how to use ChangeVolumeGroupBackupCompartment API.
|
|
427
427
|
*/
|
|
428
428
|
changeVolumeGroupBackupCompartment(changeVolumeGroupBackupCompartmentRequest) {
|
|
429
429
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -486,7 +486,7 @@ class BlockstorageClient {
|
|
|
486
486
|
* @param ChangeVolumeGroupCompartmentRequest
|
|
487
487
|
* @return ChangeVolumeGroupCompartmentResponse
|
|
488
488
|
* @throws OciError when an error occurs
|
|
489
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
489
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ChangeVolumeGroupCompartment.ts.html |here} to see how to use ChangeVolumeGroupCompartment API.
|
|
490
490
|
*/
|
|
491
491
|
changeVolumeGroupCompartment(changeVolumeGroupCompartmentRequest) {
|
|
492
492
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -548,7 +548,7 @@ class BlockstorageClient {
|
|
|
548
548
|
* @param CopyBootVolumeBackupRequest
|
|
549
549
|
* @return CopyBootVolumeBackupResponse
|
|
550
550
|
* @throws OciError when an error occurs
|
|
551
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
551
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CopyBootVolumeBackup.ts.html |here} to see how to use CopyBootVolumeBackup API.
|
|
552
552
|
*/
|
|
553
553
|
copyBootVolumeBackup(copyBootVolumeBackupRequest) {
|
|
554
554
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -630,7 +630,7 @@ class BlockstorageClient {
|
|
|
630
630
|
* @param CopyVolumeBackupRequest
|
|
631
631
|
* @return CopyVolumeBackupResponse
|
|
632
632
|
* @throws OciError when an error occurs
|
|
633
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
633
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CopyVolumeBackup.ts.html |here} to see how to use CopyVolumeBackup API.
|
|
634
634
|
*/
|
|
635
635
|
copyVolumeBackup(copyVolumeBackupRequest) {
|
|
636
636
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -712,7 +712,7 @@ class BlockstorageClient {
|
|
|
712
712
|
* @param CopyVolumeGroupBackupRequest
|
|
713
713
|
* @return CopyVolumeGroupBackupResponse
|
|
714
714
|
* @throws OciError when an error occurs
|
|
715
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
715
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CopyVolumeGroupBackup.ts.html |here} to see how to use CopyVolumeGroupBackup API.
|
|
716
716
|
*/
|
|
717
717
|
copyVolumeGroupBackup(copyVolumeGroupBackupRequest) {
|
|
718
718
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -781,7 +781,7 @@ class BlockstorageClient {
|
|
|
781
781
|
* @param CreateBootVolumeRequest
|
|
782
782
|
* @return CreateBootVolumeResponse
|
|
783
783
|
* @throws OciError when an error occurs
|
|
784
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
784
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateBootVolume.ts.html |here} to see how to use CreateBootVolume API.
|
|
785
785
|
*/
|
|
786
786
|
createBootVolume(createBootVolumeRequest) {
|
|
787
787
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -849,7 +849,7 @@ class BlockstorageClient {
|
|
|
849
849
|
* @param CreateBootVolumeBackupRequest
|
|
850
850
|
* @return CreateBootVolumeBackupResponse
|
|
851
851
|
* @throws OciError when an error occurs
|
|
852
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
852
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateBootVolumeBackup.ts.html |here} to see how to use CreateBootVolumeBackup API.
|
|
853
853
|
*/
|
|
854
854
|
createBootVolumeBackup(createBootVolumeBackupRequest) {
|
|
855
855
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -925,7 +925,7 @@ class BlockstorageClient {
|
|
|
925
925
|
* @param CreateVolumeRequest
|
|
926
926
|
* @return CreateVolumeResponse
|
|
927
927
|
* @throws OciError when an error occurs
|
|
928
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
928
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateVolume.ts.html |here} to see how to use CreateVolume API.
|
|
929
929
|
*/
|
|
930
930
|
createVolume(createVolumeRequest) {
|
|
931
931
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -993,7 +993,7 @@ class BlockstorageClient {
|
|
|
993
993
|
* @param CreateVolumeBackupRequest
|
|
994
994
|
* @return CreateVolumeBackupResponse
|
|
995
995
|
* @throws OciError when an error occurs
|
|
996
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
996
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateVolumeBackup.ts.html |here} to see how to use CreateVolumeBackup API.
|
|
997
997
|
*/
|
|
998
998
|
createVolumeBackup(createVolumeBackupRequest) {
|
|
999
999
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1059,7 +1059,7 @@ class BlockstorageClient {
|
|
|
1059
1059
|
* @param CreateVolumeBackupPolicyRequest
|
|
1060
1060
|
* @return CreateVolumeBackupPolicyResponse
|
|
1061
1061
|
* @throws OciError when an error occurs
|
|
1062
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1062
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateVolumeBackupPolicy.ts.html |here} to see how to use CreateVolumeBackupPolicy API.
|
|
1063
1063
|
*/
|
|
1064
1064
|
createVolumeBackupPolicy(createVolumeBackupPolicyRequest) {
|
|
1065
1065
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1125,7 +1125,7 @@ class BlockstorageClient {
|
|
|
1125
1125
|
* @param CreateVolumeBackupPolicyAssignmentRequest
|
|
1126
1126
|
* @return CreateVolumeBackupPolicyAssignmentResponse
|
|
1127
1127
|
* @throws OciError when an error occurs
|
|
1128
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1128
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateVolumeBackupPolicyAssignment.ts.html |here} to see how to use CreateVolumeBackupPolicyAssignment API.
|
|
1129
1129
|
*/
|
|
1130
1130
|
createVolumeBackupPolicyAssignment(createVolumeBackupPolicyAssignmentRequest) {
|
|
1131
1131
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1193,7 +1193,7 @@ class BlockstorageClient {
|
|
|
1193
1193
|
* @param CreateVolumeGroupRequest
|
|
1194
1194
|
* @return CreateVolumeGroupResponse
|
|
1195
1195
|
* @throws OciError when an error occurs
|
|
1196
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1196
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateVolumeGroup.ts.html |here} to see how to use CreateVolumeGroup API.
|
|
1197
1197
|
*/
|
|
1198
1198
|
createVolumeGroup(createVolumeGroupRequest) {
|
|
1199
1199
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1257,7 +1257,7 @@ class BlockstorageClient {
|
|
|
1257
1257
|
* @param CreateVolumeGroupBackupRequest
|
|
1258
1258
|
* @return CreateVolumeGroupBackupResponse
|
|
1259
1259
|
* @throws OciError when an error occurs
|
|
1260
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1260
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateVolumeGroupBackup.ts.html |here} to see how to use CreateVolumeGroupBackup API.
|
|
1261
1261
|
*/
|
|
1262
1262
|
createVolumeGroupBackup(createVolumeGroupBackupRequest) {
|
|
1263
1263
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1323,7 +1323,7 @@ class BlockstorageClient {
|
|
|
1323
1323
|
* @param DeleteBootVolumeRequest
|
|
1324
1324
|
* @return DeleteBootVolumeResponse
|
|
1325
1325
|
* @throws OciError when an error occurs
|
|
1326
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1326
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteBootVolume.ts.html |here} to see how to use DeleteBootVolume API.
|
|
1327
1327
|
*/
|
|
1328
1328
|
deleteBootVolume(deleteBootVolumeRequest) {
|
|
1329
1329
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1377,7 +1377,7 @@ class BlockstorageClient {
|
|
|
1377
1377
|
* @param DeleteBootVolumeBackupRequest
|
|
1378
1378
|
* @return DeleteBootVolumeBackupResponse
|
|
1379
1379
|
* @throws OciError when an error occurs
|
|
1380
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1380
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteBootVolumeBackup.ts.html |here} to see how to use DeleteBootVolumeBackup API.
|
|
1381
1381
|
*/
|
|
1382
1382
|
deleteBootVolumeBackup(deleteBootVolumeBackupRequest) {
|
|
1383
1383
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1432,7 +1432,7 @@ class BlockstorageClient {
|
|
|
1432
1432
|
* @param DeleteBootVolumeKmsKeyRequest
|
|
1433
1433
|
* @return DeleteBootVolumeKmsKeyResponse
|
|
1434
1434
|
* @throws OciError when an error occurs
|
|
1435
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1435
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteBootVolumeKmsKey.ts.html |here} to see how to use DeleteBootVolumeKmsKey API.
|
|
1436
1436
|
*/
|
|
1437
1437
|
deleteBootVolumeKmsKey(deleteBootVolumeKmsKeyRequest) {
|
|
1438
1438
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1490,7 +1490,7 @@ class BlockstorageClient {
|
|
|
1490
1490
|
* @param DeleteVolumeRequest
|
|
1491
1491
|
* @return DeleteVolumeResponse
|
|
1492
1492
|
* @throws OciError when an error occurs
|
|
1493
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1493
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteVolume.ts.html |here} to see how to use DeleteVolume API.
|
|
1494
1494
|
*/
|
|
1495
1495
|
deleteVolume(deleteVolumeRequest) {
|
|
1496
1496
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1544,7 +1544,7 @@ class BlockstorageClient {
|
|
|
1544
1544
|
* @param DeleteVolumeBackupRequest
|
|
1545
1545
|
* @return DeleteVolumeBackupResponse
|
|
1546
1546
|
* @throws OciError when an error occurs
|
|
1547
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1547
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteVolumeBackup.ts.html |here} to see how to use DeleteVolumeBackup API.
|
|
1548
1548
|
*/
|
|
1549
1549
|
deleteVolumeBackup(deleteVolumeBackupRequest) {
|
|
1550
1550
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1603,7 +1603,7 @@ class BlockstorageClient {
|
|
|
1603
1603
|
* @param DeleteVolumeBackupPolicyRequest
|
|
1604
1604
|
* @return DeleteVolumeBackupPolicyResponse
|
|
1605
1605
|
* @throws OciError when an error occurs
|
|
1606
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1606
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteVolumeBackupPolicy.ts.html |here} to see how to use DeleteVolumeBackupPolicy API.
|
|
1607
1607
|
*/
|
|
1608
1608
|
deleteVolumeBackupPolicy(deleteVolumeBackupPolicyRequest) {
|
|
1609
1609
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1658,7 +1658,7 @@ class BlockstorageClient {
|
|
|
1658
1658
|
* @param DeleteVolumeBackupPolicyAssignmentRequest
|
|
1659
1659
|
* @return DeleteVolumeBackupPolicyAssignmentResponse
|
|
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.56.0/core/DeleteVolumeBackupPolicyAssignment.ts.html |here} to see how to use DeleteVolumeBackupPolicyAssignment API.
|
|
1662
1662
|
*/
|
|
1663
1663
|
deleteVolumeBackupPolicyAssignment(deleteVolumeBackupPolicyAssignmentRequest) {
|
|
1664
1664
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1714,7 +1714,7 @@ class BlockstorageClient {
|
|
|
1714
1714
|
* @param DeleteVolumeGroupRequest
|
|
1715
1715
|
* @return DeleteVolumeGroupResponse
|
|
1716
1716
|
* @throws OciError when an error occurs
|
|
1717
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1717
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteVolumeGroup.ts.html |here} to see how to use DeleteVolumeGroup API.
|
|
1718
1718
|
*/
|
|
1719
1719
|
deleteVolumeGroup(deleteVolumeGroupRequest) {
|
|
1720
1720
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1770,7 +1770,7 @@ class BlockstorageClient {
|
|
|
1770
1770
|
* @param DeleteVolumeGroupBackupRequest
|
|
1771
1771
|
* @return DeleteVolumeGroupBackupResponse
|
|
1772
1772
|
* @throws OciError when an error occurs
|
|
1773
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1773
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteVolumeGroupBackup.ts.html |here} to see how to use DeleteVolumeGroupBackup API.
|
|
1774
1774
|
*/
|
|
1775
1775
|
deleteVolumeGroupBackup(deleteVolumeGroupBackupRequest) {
|
|
1776
1776
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1825,7 +1825,7 @@ class BlockstorageClient {
|
|
|
1825
1825
|
* @param DeleteVolumeKmsKeyRequest
|
|
1826
1826
|
* @return DeleteVolumeKmsKeyResponse
|
|
1827
1827
|
* @throws OciError when an error occurs
|
|
1828
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1828
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteVolumeKmsKey.ts.html |here} to see how to use DeleteVolumeKmsKey API.
|
|
1829
1829
|
*/
|
|
1830
1830
|
deleteVolumeKmsKey(deleteVolumeKmsKeyRequest) {
|
|
1831
1831
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1879,7 +1879,7 @@ class BlockstorageClient {
|
|
|
1879
1879
|
* @param GetBlockVolumeReplicaRequest
|
|
1880
1880
|
* @return GetBlockVolumeReplicaResponse
|
|
1881
1881
|
* @throws OciError when an error occurs
|
|
1882
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1882
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetBlockVolumeReplica.ts.html |here} to see how to use GetBlockVolumeReplica API.
|
|
1883
1883
|
*/
|
|
1884
1884
|
getBlockVolumeReplica(getBlockVolumeReplicaRequest) {
|
|
1885
1885
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1941,7 +1941,7 @@ class BlockstorageClient {
|
|
|
1941
1941
|
* @param GetBootVolumeRequest
|
|
1942
1942
|
* @return GetBootVolumeResponse
|
|
1943
1943
|
* @throws OciError when an error occurs
|
|
1944
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1944
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetBootVolume.ts.html |here} to see how to use GetBootVolume API.
|
|
1945
1945
|
*/
|
|
1946
1946
|
getBootVolume(getBootVolumeRequest) {
|
|
1947
1947
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2003,7 +2003,7 @@ class BlockstorageClient {
|
|
|
2003
2003
|
* @param GetBootVolumeBackupRequest
|
|
2004
2004
|
* @return GetBootVolumeBackupResponse
|
|
2005
2005
|
* @throws OciError when an error occurs
|
|
2006
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2006
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetBootVolumeBackup.ts.html |here} to see how to use GetBootVolumeBackup API.
|
|
2007
2007
|
*/
|
|
2008
2008
|
getBootVolumeBackup(getBootVolumeBackupRequest) {
|
|
2009
2009
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2066,7 +2066,7 @@ class BlockstorageClient {
|
|
|
2066
2066
|
* @param GetBootVolumeKmsKeyRequest
|
|
2067
2067
|
* @return GetBootVolumeKmsKeyResponse
|
|
2068
2068
|
* @throws OciError when an error occurs
|
|
2069
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2069
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetBootVolumeKmsKey.ts.html |here} to see how to use GetBootVolumeKmsKey API.
|
|
2070
2070
|
*/
|
|
2071
2071
|
getBootVolumeKmsKey(getBootVolumeKmsKeyRequest) {
|
|
2072
2072
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2129,7 +2129,7 @@ class BlockstorageClient {
|
|
|
2129
2129
|
* @param GetBootVolumeReplicaRequest
|
|
2130
2130
|
* @return GetBootVolumeReplicaResponse
|
|
2131
2131
|
* @throws OciError when an error occurs
|
|
2132
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2132
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetBootVolumeReplica.ts.html |here} to see how to use GetBootVolumeReplica API.
|
|
2133
2133
|
*/
|
|
2134
2134
|
getBootVolumeReplica(getBootVolumeReplicaRequest) {
|
|
2135
2135
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2191,7 +2191,7 @@ class BlockstorageClient {
|
|
|
2191
2191
|
* @param GetVolumeRequest
|
|
2192
2192
|
* @return GetVolumeResponse
|
|
2193
2193
|
* @throws OciError when an error occurs
|
|
2194
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2194
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetVolume.ts.html |here} to see how to use GetVolume API.
|
|
2195
2195
|
*/
|
|
2196
2196
|
getVolume(getVolumeRequest) {
|
|
2197
2197
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2253,7 +2253,7 @@ class BlockstorageClient {
|
|
|
2253
2253
|
* @param GetVolumeBackupRequest
|
|
2254
2254
|
* @return GetVolumeBackupResponse
|
|
2255
2255
|
* @throws OciError when an error occurs
|
|
2256
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2256
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetVolumeBackup.ts.html |here} to see how to use GetVolumeBackup API.
|
|
2257
2257
|
*/
|
|
2258
2258
|
getVolumeBackup(getVolumeBackupRequest) {
|
|
2259
2259
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2315,7 +2315,7 @@ class BlockstorageClient {
|
|
|
2315
2315
|
* @param GetVolumeBackupPolicyRequest
|
|
2316
2316
|
* @return GetVolumeBackupPolicyResponse
|
|
2317
2317
|
* @throws OciError when an error occurs
|
|
2318
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2318
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetVolumeBackupPolicy.ts.html |here} to see how to use GetVolumeBackupPolicy API.
|
|
2319
2319
|
*/
|
|
2320
2320
|
getVolumeBackupPolicy(getVolumeBackupPolicyRequest) {
|
|
2321
2321
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2380,7 +2380,7 @@ class BlockstorageClient {
|
|
|
2380
2380
|
* @param GetVolumeBackupPolicyAssetAssignmentRequest
|
|
2381
2381
|
* @return GetVolumeBackupPolicyAssetAssignmentResponse
|
|
2382
2382
|
* @throws OciError when an error occurs
|
|
2383
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2383
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetVolumeBackupPolicyAssetAssignment.ts.html |here} to see how to use GetVolumeBackupPolicyAssetAssignment API.
|
|
2384
2384
|
*/
|
|
2385
2385
|
getVolumeBackupPolicyAssetAssignment(getVolumeBackupPolicyAssetAssignmentRequest) {
|
|
2386
2386
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2484,7 +2484,7 @@ class BlockstorageClient {
|
|
|
2484
2484
|
* @param GetVolumeBackupPolicyAssignmentRequest
|
|
2485
2485
|
* @return GetVolumeBackupPolicyAssignmentResponse
|
|
2486
2486
|
* @throws OciError when an error occurs
|
|
2487
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2487
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetVolumeBackupPolicyAssignment.ts.html |here} to see how to use GetVolumeBackupPolicyAssignment API.
|
|
2488
2488
|
*/
|
|
2489
2489
|
getVolumeBackupPolicyAssignment(getVolumeBackupPolicyAssignmentRequest) {
|
|
2490
2490
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2546,7 +2546,7 @@ class BlockstorageClient {
|
|
|
2546
2546
|
* @param GetVolumeGroupRequest
|
|
2547
2547
|
* @return GetVolumeGroupResponse
|
|
2548
2548
|
* @throws OciError when an error occurs
|
|
2549
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2549
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetVolumeGroup.ts.html |here} to see how to use GetVolumeGroup API.
|
|
2550
2550
|
*/
|
|
2551
2551
|
getVolumeGroup(getVolumeGroupRequest) {
|
|
2552
2552
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2608,7 +2608,7 @@ class BlockstorageClient {
|
|
|
2608
2608
|
* @param GetVolumeGroupBackupRequest
|
|
2609
2609
|
* @return GetVolumeGroupBackupResponse
|
|
2610
2610
|
* @throws OciError when an error occurs
|
|
2611
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2611
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetVolumeGroupBackup.ts.html |here} to see how to use GetVolumeGroupBackup API.
|
|
2612
2612
|
*/
|
|
2613
2613
|
getVolumeGroupBackup(getVolumeGroupBackupRequest) {
|
|
2614
2614
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2670,7 +2670,7 @@ class BlockstorageClient {
|
|
|
2670
2670
|
* @param GetVolumeGroupReplicaRequest
|
|
2671
2671
|
* @return GetVolumeGroupReplicaResponse
|
|
2672
2672
|
* @throws OciError when an error occurs
|
|
2673
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2673
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetVolumeGroupReplica.ts.html |here} to see how to use GetVolumeGroupReplica API.
|
|
2674
2674
|
*/
|
|
2675
2675
|
getVolumeGroupReplica(getVolumeGroupReplicaRequest) {
|
|
2676
2676
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2733,7 +2733,7 @@ class BlockstorageClient {
|
|
|
2733
2733
|
* @param GetVolumeKmsKeyRequest
|
|
2734
2734
|
* @return GetVolumeKmsKeyResponse
|
|
2735
2735
|
* @throws OciError when an error occurs
|
|
2736
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2736
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetVolumeKmsKey.ts.html |here} to see how to use GetVolumeKmsKey API.
|
|
2737
2737
|
*/
|
|
2738
2738
|
getVolumeKmsKey(getVolumeKmsKeyRequest) {
|
|
2739
2739
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2797,7 +2797,7 @@ class BlockstorageClient {
|
|
|
2797
2797
|
* @param ListBlockVolumeReplicasRequest
|
|
2798
2798
|
* @return ListBlockVolumeReplicasResponse
|
|
2799
2799
|
* @throws OciError when an error occurs
|
|
2800
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2800
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListBlockVolumeReplicas.ts.html |here} to see how to use ListBlockVolumeReplicas API.
|
|
2801
2801
|
*/
|
|
2802
2802
|
listBlockVolumeReplicas(listBlockVolumeReplicasRequest) {
|
|
2803
2803
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2908,7 +2908,7 @@ class BlockstorageClient {
|
|
|
2908
2908
|
* @param ListBootVolumeBackupsRequest
|
|
2909
2909
|
* @return ListBootVolumeBackupsResponse
|
|
2910
2910
|
* @throws OciError when an error occurs
|
|
2911
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2911
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListBootVolumeBackups.ts.html |here} to see how to use ListBootVolumeBackups API.
|
|
2912
2912
|
*/
|
|
2913
2913
|
listBootVolumeBackups(listBootVolumeBackupsRequest) {
|
|
2914
2914
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3019,7 +3019,7 @@ class BlockstorageClient {
|
|
|
3019
3019
|
* @param ListBootVolumeReplicasRequest
|
|
3020
3020
|
* @return ListBootVolumeReplicasResponse
|
|
3021
3021
|
* @throws OciError when an error occurs
|
|
3022
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3022
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListBootVolumeReplicas.ts.html |here} to see how to use ListBootVolumeReplicas API.
|
|
3023
3023
|
*/
|
|
3024
3024
|
listBootVolumeReplicas(listBootVolumeReplicasRequest) {
|
|
3025
3025
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3130,7 +3130,7 @@ class BlockstorageClient {
|
|
|
3130
3130
|
* @param ListBootVolumesRequest
|
|
3131
3131
|
* @return ListBootVolumesResponse
|
|
3132
3132
|
* @throws OciError when an error occurs
|
|
3133
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3133
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListBootVolumes.ts.html |here} to see how to use ListBootVolumes API.
|
|
3134
3134
|
*/
|
|
3135
3135
|
listBootVolumes(listBootVolumesRequest) {
|
|
3136
3136
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3240,7 +3240,7 @@ class BlockstorageClient {
|
|
|
3240
3240
|
* @param ListVolumeBackupPoliciesRequest
|
|
3241
3241
|
* @return ListVolumeBackupPoliciesResponse
|
|
3242
3242
|
* @throws OciError when an error occurs
|
|
3243
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3243
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListVolumeBackupPolicies.ts.html |here} to see how to use ListVolumeBackupPolicies API.
|
|
3244
3244
|
*/
|
|
3245
3245
|
listVolumeBackupPolicies(listVolumeBackupPoliciesRequest) {
|
|
3246
3246
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3345,7 +3345,7 @@ class BlockstorageClient {
|
|
|
3345
3345
|
* @param ListVolumeBackupsRequest
|
|
3346
3346
|
* @return ListVolumeBackupsResponse
|
|
3347
3347
|
* @throws OciError when an error occurs
|
|
3348
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3348
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListVolumeBackups.ts.html |here} to see how to use ListVolumeBackups API.
|
|
3349
3349
|
*/
|
|
3350
3350
|
listVolumeBackups(listVolumeBackupsRequest) {
|
|
3351
3351
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3457,7 +3457,7 @@ class BlockstorageClient {
|
|
|
3457
3457
|
* @param ListVolumeGroupBackupsRequest
|
|
3458
3458
|
* @return ListVolumeGroupBackupsResponse
|
|
3459
3459
|
* @throws OciError when an error occurs
|
|
3460
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3460
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListVolumeGroupBackups.ts.html |here} to see how to use ListVolumeGroupBackups API.
|
|
3461
3461
|
*/
|
|
3462
3462
|
listVolumeGroupBackups(listVolumeGroupBackupsRequest) {
|
|
3463
3463
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3567,7 +3567,7 @@ class BlockstorageClient {
|
|
|
3567
3567
|
* @param ListVolumeGroupReplicasRequest
|
|
3568
3568
|
* @return ListVolumeGroupReplicasResponse
|
|
3569
3569
|
* @throws OciError when an error occurs
|
|
3570
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3570
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListVolumeGroupReplicas.ts.html |here} to see how to use ListVolumeGroupReplicas API.
|
|
3571
3571
|
*/
|
|
3572
3572
|
listVolumeGroupReplicas(listVolumeGroupReplicasRequest) {
|
|
3573
3573
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3678,7 +3678,7 @@ class BlockstorageClient {
|
|
|
3678
3678
|
* @param ListVolumeGroupsRequest
|
|
3679
3679
|
* @return ListVolumeGroupsResponse
|
|
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.56.0/core/ListVolumeGroups.ts.html |here} to see how to use ListVolumeGroups API.
|
|
3682
3682
|
*/
|
|
3683
3683
|
listVolumeGroups(listVolumeGroupsRequest) {
|
|
3684
3684
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3788,7 +3788,7 @@ class BlockstorageClient {
|
|
|
3788
3788
|
* @param ListVolumesRequest
|
|
3789
3789
|
* @return ListVolumesResponse
|
|
3790
3790
|
* @throws OciError when an error occurs
|
|
3791
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3791
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListVolumes.ts.html |here} to see how to use ListVolumes API.
|
|
3792
3792
|
*/
|
|
3793
3793
|
listVolumes(listVolumesRequest) {
|
|
3794
3794
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3898,7 +3898,7 @@ class BlockstorageClient {
|
|
|
3898
3898
|
* @param UpdateBootVolumeRequest
|
|
3899
3899
|
* @return UpdateBootVolumeResponse
|
|
3900
3900
|
* @throws OciError when an error occurs
|
|
3901
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3901
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateBootVolume.ts.html |here} to see how to use UpdateBootVolume API.
|
|
3902
3902
|
*/
|
|
3903
3903
|
updateBootVolume(updateBootVolumeRequest) {
|
|
3904
3904
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3964,7 +3964,7 @@ class BlockstorageClient {
|
|
|
3964
3964
|
* @param UpdateBootVolumeBackupRequest
|
|
3965
3965
|
* @return UpdateBootVolumeBackupResponse
|
|
3966
3966
|
* @throws OciError when an error occurs
|
|
3967
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3967
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateBootVolumeBackup.ts.html |here} to see how to use UpdateBootVolumeBackup API.
|
|
3968
3968
|
*/
|
|
3969
3969
|
updateBootVolumeBackup(updateBootVolumeBackupRequest) {
|
|
3970
3970
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4024,7 +4024,7 @@ class BlockstorageClient {
|
|
|
4024
4024
|
* @param UpdateBootVolumeKmsKeyRequest
|
|
4025
4025
|
* @return UpdateBootVolumeKmsKeyResponse
|
|
4026
4026
|
* @throws OciError when an error occurs
|
|
4027
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4027
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateBootVolumeKmsKey.ts.html |here} to see how to use UpdateBootVolumeKmsKey API.
|
|
4028
4028
|
*/
|
|
4029
4029
|
updateBootVolumeKmsKey(updateBootVolumeKmsKeyRequest) {
|
|
4030
4030
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4090,7 +4090,7 @@ class BlockstorageClient {
|
|
|
4090
4090
|
* @param UpdateVolumeRequest
|
|
4091
4091
|
* @return UpdateVolumeResponse
|
|
4092
4092
|
* @throws OciError when an error occurs
|
|
4093
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4093
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateVolume.ts.html |here} to see how to use UpdateVolume API.
|
|
4094
4094
|
*/
|
|
4095
4095
|
updateVolume(updateVolumeRequest) {
|
|
4096
4096
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4156,7 +4156,7 @@ class BlockstorageClient {
|
|
|
4156
4156
|
* @param UpdateVolumeBackupRequest
|
|
4157
4157
|
* @return UpdateVolumeBackupResponse
|
|
4158
4158
|
* @throws OciError when an error occurs
|
|
4159
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4159
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateVolumeBackup.ts.html |here} to see how to use UpdateVolumeBackup API.
|
|
4160
4160
|
*/
|
|
4161
4161
|
updateVolumeBackup(updateVolumeBackupRequest) {
|
|
4162
4162
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4220,7 +4220,7 @@ class BlockstorageClient {
|
|
|
4220
4220
|
* @param UpdateVolumeBackupPolicyRequest
|
|
4221
4221
|
* @return UpdateVolumeBackupPolicyResponse
|
|
4222
4222
|
* @throws OciError when an error occurs
|
|
4223
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4223
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateVolumeBackupPolicy.ts.html |here} to see how to use UpdateVolumeBackupPolicy API.
|
|
4224
4224
|
*/
|
|
4225
4225
|
updateVolumeBackupPolicy(updateVolumeBackupPolicyRequest) {
|
|
4226
4226
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4292,7 +4292,7 @@ class BlockstorageClient {
|
|
|
4292
4292
|
* @param UpdateVolumeGroupRequest
|
|
4293
4293
|
* @return UpdateVolumeGroupResponse
|
|
4294
4294
|
* @throws OciError when an error occurs
|
|
4295
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4295
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateVolumeGroup.ts.html |here} to see how to use UpdateVolumeGroup API.
|
|
4296
4296
|
*/
|
|
4297
4297
|
updateVolumeGroup(updateVolumeGroupRequest) {
|
|
4298
4298
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4358,7 +4358,7 @@ class BlockstorageClient {
|
|
|
4358
4358
|
* @param UpdateVolumeGroupBackupRequest
|
|
4359
4359
|
* @return UpdateVolumeGroupBackupResponse
|
|
4360
4360
|
* @throws OciError when an error occurs
|
|
4361
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4361
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateVolumeGroupBackup.ts.html |here} to see how to use UpdateVolumeGroupBackup API.
|
|
4362
4362
|
*/
|
|
4363
4363
|
updateVolumeGroupBackup(updateVolumeGroupBackupRequest) {
|
|
4364
4364
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4418,7 +4418,7 @@ class BlockstorageClient {
|
|
|
4418
4418
|
* @param UpdateVolumeKmsKeyRequest
|
|
4419
4419
|
* @return UpdateVolumeKmsKeyResponse
|
|
4420
4420
|
* @throws OciError when an error occurs
|
|
4421
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4421
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateVolumeKmsKey.ts.html |here} to see how to use UpdateVolumeKmsKey API.
|
|
4422
4422
|
*/
|
|
4423
4423
|
updateVolumeKmsKey(updateVolumeKmsKeyRequest) {
|
|
4424
4424
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4589,7 +4589,7 @@ class ComputeClient {
|
|
|
4589
4589
|
* @param AcceptShieldedIntegrityPolicyRequest
|
|
4590
4590
|
* @return AcceptShieldedIntegrityPolicyResponse
|
|
4591
4591
|
* @throws OciError when an error occurs
|
|
4592
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4592
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/AcceptShieldedIntegrityPolicy.ts.html |here} to see how to use AcceptShieldedIntegrityPolicy API.
|
|
4593
4593
|
*/
|
|
4594
4594
|
acceptShieldedIntegrityPolicy(acceptShieldedIntegrityPolicyRequest) {
|
|
4595
4595
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4645,7 +4645,7 @@ class ComputeClient {
|
|
|
4645
4645
|
* @param AddImageShapeCompatibilityEntryRequest
|
|
4646
4646
|
* @return AddImageShapeCompatibilityEntryResponse
|
|
4647
4647
|
* @throws OciError when an error occurs
|
|
4648
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4648
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/AddImageShapeCompatibilityEntry.ts.html |here} to see how to use AddImageShapeCompatibilityEntry API.
|
|
4649
4649
|
*/
|
|
4650
4650
|
addImageShapeCompatibilityEntry(addImageShapeCompatibilityEntryRequest) {
|
|
4651
4651
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4705,7 +4705,7 @@ class ComputeClient {
|
|
|
4705
4705
|
* @param AttachBootVolumeRequest
|
|
4706
4706
|
* @return AttachBootVolumeResponse
|
|
4707
4707
|
* @throws OciError when an error occurs
|
|
4708
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4708
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/AttachBootVolume.ts.html |here} to see how to use AttachBootVolume API.
|
|
4709
4709
|
*/
|
|
4710
4710
|
attachBootVolume(attachBootVolumeRequest) {
|
|
4711
4711
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4770,7 +4770,7 @@ class ComputeClient {
|
|
|
4770
4770
|
* @param AttachVnicRequest
|
|
4771
4771
|
* @return AttachVnicResponse
|
|
4772
4772
|
* @throws OciError when an error occurs
|
|
4773
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4773
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/AttachVnic.ts.html |here} to see how to use AttachVnic API.
|
|
4774
4774
|
*/
|
|
4775
4775
|
attachVnic(attachVnicRequest) {
|
|
4776
4776
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4833,7 +4833,7 @@ class ComputeClient {
|
|
|
4833
4833
|
* @param AttachVolumeRequest
|
|
4834
4834
|
* @return AttachVolumeResponse
|
|
4835
4835
|
* @throws OciError when an error occurs
|
|
4836
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4836
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/AttachVolume.ts.html |here} to see how to use AttachVolume API.
|
|
4837
4837
|
*/
|
|
4838
4838
|
attachVolume(attachVolumeRequest) {
|
|
4839
4839
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4912,7 +4912,7 @@ class ComputeClient {
|
|
|
4912
4912
|
* @param CaptureConsoleHistoryRequest
|
|
4913
4913
|
* @return CaptureConsoleHistoryResponse
|
|
4914
4914
|
* @throws OciError when an error occurs
|
|
4915
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4915
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CaptureConsoleHistory.ts.html |here} to see how to use CaptureConsoleHistory API.
|
|
4916
4916
|
*/
|
|
4917
4917
|
captureConsoleHistory(captureConsoleHistoryRequest) {
|
|
4918
4918
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4977,7 +4977,7 @@ class ComputeClient {
|
|
|
4977
4977
|
* @param ChangeComputeCapacityReservationCompartmentRequest
|
|
4978
4978
|
* @return ChangeComputeCapacityReservationCompartmentResponse
|
|
4979
4979
|
* @throws OciError when an error occurs
|
|
4980
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4980
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ChangeComputeCapacityReservationCompartment.ts.html |here} to see how to use ChangeComputeCapacityReservationCompartment API.
|
|
4981
4981
|
*/
|
|
4982
4982
|
changeComputeCapacityReservationCompartment(changeComputeCapacityReservationCompartmentRequest) {
|
|
4983
4983
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5033,6 +5033,68 @@ class ComputeClient {
|
|
|
5033
5033
|
}
|
|
5034
5034
|
});
|
|
5035
5035
|
}
|
|
5036
|
+
/**
|
|
5037
|
+
* Moves a compute cluster into a different compartment within the same tenancy.
|
|
5038
|
+
* A compute cluster is a remote direct memory access (RDMA) network group.
|
|
5039
|
+
* <p>
|
|
5040
|
+
For information about moving resources between compartments, see
|
|
5041
|
+
* [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
|
|
5042
|
+
*
|
|
5043
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
5044
|
+
* @param ChangeComputeClusterCompartmentRequest
|
|
5045
|
+
* @return ChangeComputeClusterCompartmentResponse
|
|
5046
|
+
* @throws OciError when an error occurs
|
|
5047
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ChangeComputeClusterCompartment.ts.html |here} to see how to use ChangeComputeClusterCompartment API.
|
|
5048
|
+
*/
|
|
5049
|
+
changeComputeClusterCompartment(changeComputeClusterCompartmentRequest) {
|
|
5050
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5051
|
+
if (this.logger)
|
|
5052
|
+
this.logger.debug("Calling operation ComputeClient#changeComputeClusterCompartment.");
|
|
5053
|
+
const operationName = "changeComputeClusterCompartment";
|
|
5054
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/iaas/20160918/ComputeCluster/ChangeComputeClusterCompartment";
|
|
5055
|
+
const pathParams = {
|
|
5056
|
+
"{computeClusterId}": changeComputeClusterCompartmentRequest.computeClusterId
|
|
5057
|
+
};
|
|
5058
|
+
const queryParams = {};
|
|
5059
|
+
let headerParams = {
|
|
5060
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5061
|
+
"if-match": changeComputeClusterCompartmentRequest.ifMatch,
|
|
5062
|
+
"opc-request-id": changeComputeClusterCompartmentRequest.opcRequestId,
|
|
5063
|
+
"opc-retry-token": changeComputeClusterCompartmentRequest.opcRetryToken
|
|
5064
|
+
};
|
|
5065
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
5066
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeComputeClusterCompartmentRequest.retryConfiguration, specRetryConfiguration);
|
|
5067
|
+
if (this.logger)
|
|
5068
|
+
retrier.logger = this.logger;
|
|
5069
|
+
const request = yield oci_common_2.composeRequest({
|
|
5070
|
+
baseEndpoint: this._endpoint,
|
|
5071
|
+
defaultHeaders: this._defaultHeaders,
|
|
5072
|
+
path: "/computeClusters/{computeClusterId}/actions/changeCompartment",
|
|
5073
|
+
method: "POST",
|
|
5074
|
+
bodyContent: common.ObjectSerializer.serialize(changeComputeClusterCompartmentRequest.changeComputeClusterCompartmentDetails, "ChangeComputeClusterCompartmentDetails", model.ChangeComputeClusterCompartmentDetails.getJsonObj),
|
|
5075
|
+
pathParams: pathParams,
|
|
5076
|
+
headerParams: headerParams,
|
|
5077
|
+
queryParams: queryParams
|
|
5078
|
+
});
|
|
5079
|
+
try {
|
|
5080
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5081
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
5082
|
+
responseObject: {},
|
|
5083
|
+
responseHeaders: [
|
|
5084
|
+
{
|
|
5085
|
+
value: response.headers.get("opc-request-id"),
|
|
5086
|
+
key: "opcRequestId",
|
|
5087
|
+
dataType: "string"
|
|
5088
|
+
}
|
|
5089
|
+
]
|
|
5090
|
+
});
|
|
5091
|
+
return sdkResponse;
|
|
5092
|
+
}
|
|
5093
|
+
catch (err) {
|
|
5094
|
+
throw err;
|
|
5095
|
+
}
|
|
5096
|
+
});
|
|
5097
|
+
}
|
|
5036
5098
|
/**
|
|
5037
5099
|
* Moves a compute image capability schema into a different compartment within the same tenancy.
|
|
5038
5100
|
* For information about moving resources between compartments, see
|
|
@@ -5042,7 +5104,7 @@ class ComputeClient {
|
|
|
5042
5104
|
* @param ChangeComputeImageCapabilitySchemaCompartmentRequest
|
|
5043
5105
|
* @return ChangeComputeImageCapabilitySchemaCompartmentResponse
|
|
5044
5106
|
* @throws OciError when an error occurs
|
|
5045
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5107
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ChangeComputeImageCapabilitySchemaCompartment.ts.html |here} to see how to use ChangeComputeImageCapabilitySchemaCompartment API.
|
|
5046
5108
|
*/
|
|
5047
5109
|
changeComputeImageCapabilitySchemaCompartment(changeComputeImageCapabilitySchemaCompartmentRequest) {
|
|
5048
5110
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5099,7 +5161,7 @@ class ComputeClient {
|
|
|
5099
5161
|
* @param ChangeDedicatedVmHostCompartmentRequest
|
|
5100
5162
|
* @return ChangeDedicatedVmHostCompartmentResponse
|
|
5101
5163
|
* @throws OciError when an error occurs
|
|
5102
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5164
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ChangeDedicatedVmHostCompartment.ts.html |here} to see how to use ChangeDedicatedVmHostCompartment API.
|
|
5103
5165
|
*/
|
|
5104
5166
|
changeDedicatedVmHostCompartment(changeDedicatedVmHostCompartmentRequest) {
|
|
5105
5167
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5169,7 +5231,7 @@ class ComputeClient {
|
|
|
5169
5231
|
* @param ChangeImageCompartmentRequest
|
|
5170
5232
|
* @return ChangeImageCompartmentResponse
|
|
5171
5233
|
* @throws OciError when an error occurs
|
|
5172
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5234
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ChangeImageCompartment.ts.html |here} to see how to use ChangeImageCompartment API.
|
|
5173
5235
|
*/
|
|
5174
5236
|
changeImageCompartment(changeImageCompartmentRequest) {
|
|
5175
5237
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5237,7 +5299,7 @@ class ComputeClient {
|
|
|
5237
5299
|
* @param ChangeInstanceCompartmentRequest
|
|
5238
5300
|
* @return ChangeInstanceCompartmentResponse
|
|
5239
5301
|
* @throws OciError when an error occurs
|
|
5240
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5302
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ChangeInstanceCompartment.ts.html |here} to see how to use ChangeInstanceCompartment API.
|
|
5241
5303
|
*/
|
|
5242
5304
|
changeInstanceCompartment(changeInstanceCompartmentRequest) {
|
|
5243
5305
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5305,7 +5367,7 @@ class ComputeClient {
|
|
|
5305
5367
|
* @param CreateAppCatalogSubscriptionRequest
|
|
5306
5368
|
* @return CreateAppCatalogSubscriptionResponse
|
|
5307
5369
|
* @throws OciError when an error occurs
|
|
5308
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5370
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateAppCatalogSubscription.ts.html |here} to see how to use CreateAppCatalogSubscription API.
|
|
5309
5371
|
*/
|
|
5310
5372
|
createAppCatalogSubscription(createAppCatalogSubscriptionRequest) {
|
|
5311
5373
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5372,7 +5434,7 @@ class ComputeClient {
|
|
|
5372
5434
|
* @param CreateComputeCapacityReservationRequest
|
|
5373
5435
|
* @return CreateComputeCapacityReservationResponse
|
|
5374
5436
|
* @throws OciError when an error occurs
|
|
5375
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5437
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateComputeCapacityReservation.ts.html |here} to see how to use CreateComputeCapacityReservation API.
|
|
5376
5438
|
*/
|
|
5377
5439
|
createComputeCapacityReservation(createComputeCapacityReservationRequest) {
|
|
5378
5440
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5439,6 +5501,76 @@ class ComputeClient {
|
|
|
5439
5501
|
}
|
|
5440
5502
|
});
|
|
5441
5503
|
}
|
|
5504
|
+
/**
|
|
5505
|
+
* Creates an empty compute cluster, which is a remote direct memory access (RDMA) network group.
|
|
5506
|
+
* After the compute cluster is created, you can use the compute cluster's OCID with the
|
|
5507
|
+
* {@link #launchInstance(LaunchInstanceRequest) launchInstance} operation to create instances in the compute cluster.
|
|
5508
|
+
* For more information, see [Compute Clusters](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/compute-clusters.htm).
|
|
5509
|
+
* <p>
|
|
5510
|
+
To create a cluster network that uses intance pools to manage groups of identical instances,
|
|
5511
|
+
* see {@link #createClusterNetwork(CreateClusterNetworkRequest) createClusterNetwork}.
|
|
5512
|
+
*
|
|
5513
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
5514
|
+
* @param CreateComputeClusterRequest
|
|
5515
|
+
* @return CreateComputeClusterResponse
|
|
5516
|
+
* @throws OciError when an error occurs
|
|
5517
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateComputeCluster.ts.html |here} to see how to use CreateComputeCluster API.
|
|
5518
|
+
*/
|
|
5519
|
+
createComputeCluster(createComputeClusterRequest) {
|
|
5520
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5521
|
+
if (this.logger)
|
|
5522
|
+
this.logger.debug("Calling operation ComputeClient#createComputeCluster.");
|
|
5523
|
+
const operationName = "createComputeCluster";
|
|
5524
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/iaas/20160918/ComputeCluster/CreateComputeCluster";
|
|
5525
|
+
const pathParams = {};
|
|
5526
|
+
const queryParams = {};
|
|
5527
|
+
let headerParams = {
|
|
5528
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5529
|
+
"opc-retry-token": createComputeClusterRequest.opcRetryToken,
|
|
5530
|
+
"opc-request-id": createComputeClusterRequest.opcRequestId
|
|
5531
|
+
};
|
|
5532
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
5533
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createComputeClusterRequest.retryConfiguration, specRetryConfiguration);
|
|
5534
|
+
if (this.logger)
|
|
5535
|
+
retrier.logger = this.logger;
|
|
5536
|
+
const request = yield oci_common_2.composeRequest({
|
|
5537
|
+
baseEndpoint: this._endpoint,
|
|
5538
|
+
defaultHeaders: this._defaultHeaders,
|
|
5539
|
+
path: "/computeClusters",
|
|
5540
|
+
method: "POST",
|
|
5541
|
+
bodyContent: common.ObjectSerializer.serialize(createComputeClusterRequest.createComputeClusterDetails, "CreateComputeClusterDetails", model.CreateComputeClusterDetails.getJsonObj),
|
|
5542
|
+
pathParams: pathParams,
|
|
5543
|
+
headerParams: headerParams,
|
|
5544
|
+
queryParams: queryParams
|
|
5545
|
+
});
|
|
5546
|
+
try {
|
|
5547
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5548
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
5549
|
+
responseObject: {},
|
|
5550
|
+
body: yield response.json(),
|
|
5551
|
+
bodyKey: "computeCluster",
|
|
5552
|
+
bodyModel: model.ComputeCluster,
|
|
5553
|
+
type: "model.ComputeCluster",
|
|
5554
|
+
responseHeaders: [
|
|
5555
|
+
{
|
|
5556
|
+
value: response.headers.get("etag"),
|
|
5557
|
+
key: "etag",
|
|
5558
|
+
dataType: "string"
|
|
5559
|
+
},
|
|
5560
|
+
{
|
|
5561
|
+
value: response.headers.get("opc-request-id"),
|
|
5562
|
+
key: "opcRequestId",
|
|
5563
|
+
dataType: "string"
|
|
5564
|
+
}
|
|
5565
|
+
]
|
|
5566
|
+
});
|
|
5567
|
+
return sdkResponse;
|
|
5568
|
+
}
|
|
5569
|
+
catch (err) {
|
|
5570
|
+
throw err;
|
|
5571
|
+
}
|
|
5572
|
+
});
|
|
5573
|
+
}
|
|
5442
5574
|
/**
|
|
5443
5575
|
* Creates compute image capability schema.
|
|
5444
5576
|
*
|
|
@@ -5446,7 +5578,7 @@ class ComputeClient {
|
|
|
5446
5578
|
* @param CreateComputeImageCapabilitySchemaRequest
|
|
5447
5579
|
* @return CreateComputeImageCapabilitySchemaResponse
|
|
5448
5580
|
* @throws OciError when an error occurs
|
|
5449
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5581
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateComputeImageCapabilitySchema.ts.html |here} to see how to use CreateComputeImageCapabilitySchema API.
|
|
5450
5582
|
*/
|
|
5451
5583
|
createComputeImageCapabilitySchema(createComputeImageCapabilitySchemaRequest) {
|
|
5452
5584
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5512,7 +5644,7 @@ class ComputeClient {
|
|
|
5512
5644
|
* @param CreateDedicatedVmHostRequest
|
|
5513
5645
|
* @return CreateDedicatedVmHostResponse
|
|
5514
5646
|
* @throws OciError when an error occurs
|
|
5515
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5647
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateDedicatedVmHost.ts.html |here} to see how to use CreateDedicatedVmHost API.
|
|
5516
5648
|
*/
|
|
5517
5649
|
createDedicatedVmHost(createDedicatedVmHostRequest) {
|
|
5518
5650
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5603,7 +5735,7 @@ class ComputeClient {
|
|
|
5603
5735
|
* @param CreateImageRequest
|
|
5604
5736
|
* @return CreateImageResponse
|
|
5605
5737
|
* @throws OciError when an error occurs
|
|
5606
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5738
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateImage.ts.html |here} to see how to use CreateImage API.
|
|
5607
5739
|
*/
|
|
5608
5740
|
createImage(createImageRequest) {
|
|
5609
5741
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5675,7 +5807,7 @@ class ComputeClient {
|
|
|
5675
5807
|
* @param CreateInstanceConsoleConnectionRequest
|
|
5676
5808
|
* @return CreateInstanceConsoleConnectionResponse
|
|
5677
5809
|
* @throws OciError when an error occurs
|
|
5678
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5810
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateInstanceConsoleConnection.ts.html |here} to see how to use CreateInstanceConsoleConnection API.
|
|
5679
5811
|
*/
|
|
5680
5812
|
createInstanceConsoleConnection(createInstanceConsoleConnectionRequest) {
|
|
5681
5813
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5737,7 +5869,7 @@ class ComputeClient {
|
|
|
5737
5869
|
* @param DeleteAppCatalogSubscriptionRequest
|
|
5738
5870
|
* @return DeleteAppCatalogSubscriptionResponse
|
|
5739
5871
|
* @throws OciError when an error occurs
|
|
5740
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5872
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteAppCatalogSubscription.ts.html |here} to see how to use DeleteAppCatalogSubscription API.
|
|
5741
5873
|
*/
|
|
5742
5874
|
deleteAppCatalogSubscription(deleteAppCatalogSubscriptionRequest) {
|
|
5743
5875
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5792,7 +5924,7 @@ class ComputeClient {
|
|
|
5792
5924
|
* @param DeleteComputeCapacityReservationRequest
|
|
5793
5925
|
* @return DeleteComputeCapacityReservationResponse
|
|
5794
5926
|
* @throws OciError when an error occurs
|
|
5795
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5927
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteComputeCapacityReservation.ts.html |here} to see how to use DeleteComputeCapacityReservation API.
|
|
5796
5928
|
*/
|
|
5797
5929
|
deleteComputeCapacityReservation(deleteComputeCapacityReservationRequest) {
|
|
5798
5930
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5846,6 +5978,63 @@ class ComputeClient {
|
|
|
5846
5978
|
}
|
|
5847
5979
|
});
|
|
5848
5980
|
}
|
|
5981
|
+
/**
|
|
5982
|
+
* Deletes the compute cluster, which is a remote direct memory access (RDMA) network group.
|
|
5983
|
+
* To delete a compute cluster, all instances in the cluster must be deleted first.
|
|
5984
|
+
*
|
|
5985
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
5986
|
+
* @param DeleteComputeClusterRequest
|
|
5987
|
+
* @return DeleteComputeClusterResponse
|
|
5988
|
+
* @throws OciError when an error occurs
|
|
5989
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteComputeCluster.ts.html |here} to see how to use DeleteComputeCluster API.
|
|
5990
|
+
*/
|
|
5991
|
+
deleteComputeCluster(deleteComputeClusterRequest) {
|
|
5992
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5993
|
+
if (this.logger)
|
|
5994
|
+
this.logger.debug("Calling operation ComputeClient#deleteComputeCluster.");
|
|
5995
|
+
const operationName = "deleteComputeCluster";
|
|
5996
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/iaas/20160918/ComputeCluster/DeleteComputeCluster";
|
|
5997
|
+
const pathParams = {
|
|
5998
|
+
"{computeClusterId}": deleteComputeClusterRequest.computeClusterId
|
|
5999
|
+
};
|
|
6000
|
+
const queryParams = {};
|
|
6001
|
+
let headerParams = {
|
|
6002
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
6003
|
+
"opc-request-id": deleteComputeClusterRequest.opcRequestId,
|
|
6004
|
+
"if-match": deleteComputeClusterRequest.ifMatch
|
|
6005
|
+
};
|
|
6006
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
6007
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteComputeClusterRequest.retryConfiguration, specRetryConfiguration);
|
|
6008
|
+
if (this.logger)
|
|
6009
|
+
retrier.logger = this.logger;
|
|
6010
|
+
const request = yield oci_common_2.composeRequest({
|
|
6011
|
+
baseEndpoint: this._endpoint,
|
|
6012
|
+
defaultHeaders: this._defaultHeaders,
|
|
6013
|
+
path: "/computeClusters/{computeClusterId}",
|
|
6014
|
+
method: "DELETE",
|
|
6015
|
+
pathParams: pathParams,
|
|
6016
|
+
headerParams: headerParams,
|
|
6017
|
+
queryParams: queryParams
|
|
6018
|
+
});
|
|
6019
|
+
try {
|
|
6020
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
6021
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
6022
|
+
responseObject: {},
|
|
6023
|
+
responseHeaders: [
|
|
6024
|
+
{
|
|
6025
|
+
value: response.headers.get("opc-request-id"),
|
|
6026
|
+
key: "opcRequestId",
|
|
6027
|
+
dataType: "string"
|
|
6028
|
+
}
|
|
6029
|
+
]
|
|
6030
|
+
});
|
|
6031
|
+
return sdkResponse;
|
|
6032
|
+
}
|
|
6033
|
+
catch (err) {
|
|
6034
|
+
throw err;
|
|
6035
|
+
}
|
|
6036
|
+
});
|
|
6037
|
+
}
|
|
5849
6038
|
/**
|
|
5850
6039
|
* Deletes the specified Compute Image Capability Schema
|
|
5851
6040
|
*
|
|
@@ -5853,7 +6042,7 @@ class ComputeClient {
|
|
|
5853
6042
|
* @param DeleteComputeImageCapabilitySchemaRequest
|
|
5854
6043
|
* @return DeleteComputeImageCapabilitySchemaResponse
|
|
5855
6044
|
* @throws OciError when an error occurs
|
|
5856
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6045
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteComputeImageCapabilitySchema.ts.html |here} to see how to use DeleteComputeImageCapabilitySchema API.
|
|
5857
6046
|
*/
|
|
5858
6047
|
deleteComputeImageCapabilitySchema(deleteComputeImageCapabilitySchemaRequest) {
|
|
5859
6048
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5908,7 +6097,7 @@ class ComputeClient {
|
|
|
5908
6097
|
* @param DeleteConsoleHistoryRequest
|
|
5909
6098
|
* @return DeleteConsoleHistoryResponse
|
|
5910
6099
|
* @throws OciError when an error occurs
|
|
5911
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6100
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteConsoleHistory.ts.html |here} to see how to use DeleteConsoleHistory API.
|
|
5912
6101
|
*/
|
|
5913
6102
|
deleteConsoleHistory(deleteConsoleHistoryRequest) {
|
|
5914
6103
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5966,7 +6155,7 @@ class ComputeClient {
|
|
|
5966
6155
|
* @param DeleteDedicatedVmHostRequest
|
|
5967
6156
|
* @return DeleteDedicatedVmHostResponse
|
|
5968
6157
|
* @throws OciError when an error occurs
|
|
5969
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6158
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteDedicatedVmHost.ts.html |here} to see how to use DeleteDedicatedVmHost API.
|
|
5970
6159
|
*/
|
|
5971
6160
|
deleteDedicatedVmHost(deleteDedicatedVmHostRequest) {
|
|
5972
6161
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6025,7 +6214,7 @@ class ComputeClient {
|
|
|
6025
6214
|
* @param DeleteImageRequest
|
|
6026
6215
|
* @return DeleteImageResponse
|
|
6027
6216
|
* @throws OciError when an error occurs
|
|
6028
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6217
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteImage.ts.html |here} to see how to use DeleteImage API.
|
|
6029
6218
|
*/
|
|
6030
6219
|
deleteImage(deleteImageRequest) {
|
|
6031
6220
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6079,7 +6268,7 @@ class ComputeClient {
|
|
|
6079
6268
|
* @param DeleteInstanceConsoleConnectionRequest
|
|
6080
6269
|
* @return DeleteInstanceConsoleConnectionResponse
|
|
6081
6270
|
* @throws OciError when an error occurs
|
|
6082
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6271
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteInstanceConsoleConnection.ts.html |here} to see how to use DeleteInstanceConsoleConnection API.
|
|
6083
6272
|
*/
|
|
6084
6273
|
deleteInstanceConsoleConnection(deleteInstanceConsoleConnectionRequest) {
|
|
6085
6274
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6137,7 +6326,7 @@ class ComputeClient {
|
|
|
6137
6326
|
* @param DetachBootVolumeRequest
|
|
6138
6327
|
* @return DetachBootVolumeResponse
|
|
6139
6328
|
* @throws OciError when an error occurs
|
|
6140
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6329
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DetachBootVolume.ts.html |here} to see how to use DetachBootVolume API.
|
|
6141
6330
|
*/
|
|
6142
6331
|
detachBootVolume(detachBootVolumeRequest) {
|
|
6143
6332
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6201,7 +6390,7 @@ class ComputeClient {
|
|
|
6201
6390
|
* @param DetachVnicRequest
|
|
6202
6391
|
* @return DetachVnicResponse
|
|
6203
6392
|
* @throws OciError when an error occurs
|
|
6204
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6393
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DetachVnic.ts.html |here} to see how to use DetachVnic API.
|
|
6205
6394
|
*/
|
|
6206
6395
|
detachVnic(detachVnicRequest) {
|
|
6207
6396
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6259,7 +6448,7 @@ class ComputeClient {
|
|
|
6259
6448
|
* @param DetachVolumeRequest
|
|
6260
6449
|
* @return DetachVolumeResponse
|
|
6261
6450
|
* @throws OciError when an error occurs
|
|
6262
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6451
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DetachVolume.ts.html |here} to see how to use DetachVolume API.
|
|
6263
6452
|
*/
|
|
6264
6453
|
detachVolume(detachVolumeRequest) {
|
|
6265
6454
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6323,7 +6512,7 @@ class ComputeClient {
|
|
|
6323
6512
|
* @param ExportImageRequest
|
|
6324
6513
|
* @return ExportImageResponse
|
|
6325
6514
|
* @throws OciError when an error occurs
|
|
6326
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6515
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ExportImage.ts.html |here} to see how to use ExportImage API.
|
|
6327
6516
|
*/
|
|
6328
6517
|
exportImage(exportImageRequest) {
|
|
6329
6518
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6393,7 +6582,7 @@ class ComputeClient {
|
|
|
6393
6582
|
* @param GetAppCatalogListingRequest
|
|
6394
6583
|
* @return GetAppCatalogListingResponse
|
|
6395
6584
|
* @throws OciError when an error occurs
|
|
6396
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6585
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetAppCatalogListing.ts.html |here} to see how to use GetAppCatalogListing API.
|
|
6397
6586
|
*/
|
|
6398
6587
|
getAppCatalogListing(getAppCatalogListingRequest) {
|
|
6399
6588
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6455,7 +6644,7 @@ class ComputeClient {
|
|
|
6455
6644
|
* @param GetAppCatalogListingAgreementsRequest
|
|
6456
6645
|
* @return GetAppCatalogListingAgreementsResponse
|
|
6457
6646
|
* @throws OciError when an error occurs
|
|
6458
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6647
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetAppCatalogListingAgreements.ts.html |here} to see how to use GetAppCatalogListingAgreements API.
|
|
6459
6648
|
*/
|
|
6460
6649
|
getAppCatalogListingAgreements(getAppCatalogListingAgreementsRequest) {
|
|
6461
6650
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6518,7 +6707,7 @@ class ComputeClient {
|
|
|
6518
6707
|
* @param GetAppCatalogListingResourceVersionRequest
|
|
6519
6708
|
* @return GetAppCatalogListingResourceVersionResponse
|
|
6520
6709
|
* @throws OciError when an error occurs
|
|
6521
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6710
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetAppCatalogListingResourceVersion.ts.html |here} to see how to use GetAppCatalogListingResourceVersion API.
|
|
6522
6711
|
*/
|
|
6523
6712
|
getAppCatalogListingResourceVersion(getAppCatalogListingResourceVersionRequest) {
|
|
6524
6713
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6581,7 +6770,7 @@ class ComputeClient {
|
|
|
6581
6770
|
* @param GetBootVolumeAttachmentRequest
|
|
6582
6771
|
* @return GetBootVolumeAttachmentResponse
|
|
6583
6772
|
* @throws OciError when an error occurs
|
|
6584
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6773
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetBootVolumeAttachment.ts.html |here} to see how to use GetBootVolumeAttachment API.
|
|
6585
6774
|
*/
|
|
6586
6775
|
getBootVolumeAttachment(getBootVolumeAttachmentRequest) {
|
|
6587
6776
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6643,7 +6832,7 @@ class ComputeClient {
|
|
|
6643
6832
|
* @param GetComputeCapacityReservationRequest
|
|
6644
6833
|
* @return GetComputeCapacityReservationResponse
|
|
6645
6834
|
* @throws OciError when an error occurs
|
|
6646
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6835
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetComputeCapacityReservation.ts.html |here} to see how to use GetComputeCapacityReservation API.
|
|
6647
6836
|
*/
|
|
6648
6837
|
getComputeCapacityReservation(getComputeCapacityReservationRequest) {
|
|
6649
6838
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6700,13 +6889,76 @@ class ComputeClient {
|
|
|
6700
6889
|
}
|
|
6701
6890
|
});
|
|
6702
6891
|
}
|
|
6892
|
+
/**
|
|
6893
|
+
* Gets information about the specified compute cluster.
|
|
6894
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
6895
|
+
* @param GetComputeClusterRequest
|
|
6896
|
+
* @return GetComputeClusterResponse
|
|
6897
|
+
* @throws OciError when an error occurs
|
|
6898
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetComputeCluster.ts.html |here} to see how to use GetComputeCluster API.
|
|
6899
|
+
*/
|
|
6900
|
+
getComputeCluster(getComputeClusterRequest) {
|
|
6901
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
6902
|
+
if (this.logger)
|
|
6903
|
+
this.logger.debug("Calling operation ComputeClient#getComputeCluster.");
|
|
6904
|
+
const operationName = "getComputeCluster";
|
|
6905
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/iaas/20160918/ComputeCluster/GetComputeCluster";
|
|
6906
|
+
const pathParams = {
|
|
6907
|
+
"{computeClusterId}": getComputeClusterRequest.computeClusterId
|
|
6908
|
+
};
|
|
6909
|
+
const queryParams = {};
|
|
6910
|
+
let headerParams = {
|
|
6911
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
6912
|
+
"opc-request-id": getComputeClusterRequest.opcRequestId
|
|
6913
|
+
};
|
|
6914
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
6915
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getComputeClusterRequest.retryConfiguration, specRetryConfiguration);
|
|
6916
|
+
if (this.logger)
|
|
6917
|
+
retrier.logger = this.logger;
|
|
6918
|
+
const request = yield oci_common_2.composeRequest({
|
|
6919
|
+
baseEndpoint: this._endpoint,
|
|
6920
|
+
defaultHeaders: this._defaultHeaders,
|
|
6921
|
+
path: "/computeClusters/{computeClusterId}",
|
|
6922
|
+
method: "GET",
|
|
6923
|
+
pathParams: pathParams,
|
|
6924
|
+
headerParams: headerParams,
|
|
6925
|
+
queryParams: queryParams
|
|
6926
|
+
});
|
|
6927
|
+
try {
|
|
6928
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
6929
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
6930
|
+
responseObject: {},
|
|
6931
|
+
body: yield response.json(),
|
|
6932
|
+
bodyKey: "computeCluster",
|
|
6933
|
+
bodyModel: model.ComputeCluster,
|
|
6934
|
+
type: "model.ComputeCluster",
|
|
6935
|
+
responseHeaders: [
|
|
6936
|
+
{
|
|
6937
|
+
value: response.headers.get("etag"),
|
|
6938
|
+
key: "etag",
|
|
6939
|
+
dataType: "string"
|
|
6940
|
+
},
|
|
6941
|
+
{
|
|
6942
|
+
value: response.headers.get("opc-request-id"),
|
|
6943
|
+
key: "opcRequestId",
|
|
6944
|
+
dataType: "string"
|
|
6945
|
+
}
|
|
6946
|
+
]
|
|
6947
|
+
});
|
|
6948
|
+
return sdkResponse;
|
|
6949
|
+
}
|
|
6950
|
+
catch (err) {
|
|
6951
|
+
throw err;
|
|
6952
|
+
}
|
|
6953
|
+
});
|
|
6954
|
+
}
|
|
6703
6955
|
/**
|
|
6704
6956
|
* Gets the specified Compute Global Image Capability Schema
|
|
6705
6957
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
6706
6958
|
* @param GetComputeGlobalImageCapabilitySchemaRequest
|
|
6707
6959
|
* @return GetComputeGlobalImageCapabilitySchemaResponse
|
|
6708
6960
|
* @throws OciError when an error occurs
|
|
6709
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6961
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetComputeGlobalImageCapabilitySchema.ts.html |here} to see how to use GetComputeGlobalImageCapabilitySchema API.
|
|
6710
6962
|
*/
|
|
6711
6963
|
getComputeGlobalImageCapabilitySchema(getComputeGlobalImageCapabilitySchemaRequest) {
|
|
6712
6964
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6768,7 +7020,7 @@ class ComputeClient {
|
|
|
6768
7020
|
* @param GetComputeGlobalImageCapabilitySchemaVersionRequest
|
|
6769
7021
|
* @return GetComputeGlobalImageCapabilitySchemaVersionResponse
|
|
6770
7022
|
* @throws OciError when an error occurs
|
|
6771
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7023
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetComputeGlobalImageCapabilitySchemaVersion.ts.html |here} to see how to use GetComputeGlobalImageCapabilitySchemaVersion API.
|
|
6772
7024
|
*/
|
|
6773
7025
|
getComputeGlobalImageCapabilitySchemaVersion(getComputeGlobalImageCapabilitySchemaVersionRequest) {
|
|
6774
7026
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6832,7 +7084,7 @@ class ComputeClient {
|
|
|
6832
7084
|
* @param GetComputeImageCapabilitySchemaRequest
|
|
6833
7085
|
* @return GetComputeImageCapabilitySchemaResponse
|
|
6834
7086
|
* @throws OciError when an error occurs
|
|
6835
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7087
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetComputeImageCapabilitySchema.ts.html |here} to see how to use GetComputeImageCapabilitySchema API.
|
|
6836
7088
|
*/
|
|
6837
7089
|
getComputeImageCapabilitySchema(getComputeImageCapabilitySchemaRequest) {
|
|
6838
7090
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6899,7 +7151,7 @@ class ComputeClient {
|
|
|
6899
7151
|
* @param GetConsoleHistoryRequest
|
|
6900
7152
|
* @return GetConsoleHistoryResponse
|
|
6901
7153
|
* @throws OciError when an error occurs
|
|
6902
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7154
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetConsoleHistory.ts.html |here} to see how to use GetConsoleHistory API.
|
|
6903
7155
|
*/
|
|
6904
7156
|
getConsoleHistory(getConsoleHistoryRequest) {
|
|
6905
7157
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6964,7 +7216,7 @@ class ComputeClient {
|
|
|
6964
7216
|
* @param GetConsoleHistoryContentRequest
|
|
6965
7217
|
* @return GetConsoleHistoryContentResponse
|
|
6966
7218
|
* @throws OciError when an error occurs
|
|
6967
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7219
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetConsoleHistoryContent.ts.html |here} to see how to use GetConsoleHistoryContent API.
|
|
6968
7220
|
*/
|
|
6969
7221
|
getConsoleHistoryContent(getConsoleHistoryContentRequest) {
|
|
6970
7222
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7029,7 +7281,7 @@ class ComputeClient {
|
|
|
7029
7281
|
* @param GetDedicatedVmHostRequest
|
|
7030
7282
|
* @return GetDedicatedVmHostResponse
|
|
7031
7283
|
* @throws OciError when an error occurs
|
|
7032
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7284
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetDedicatedVmHost.ts.html |here} to see how to use GetDedicatedVmHost API.
|
|
7033
7285
|
*/
|
|
7034
7286
|
getDedicatedVmHost(getDedicatedVmHostRequest) {
|
|
7035
7287
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7092,7 +7344,7 @@ class ComputeClient {
|
|
|
7092
7344
|
* @param GetImageRequest
|
|
7093
7345
|
* @return GetImageResponse
|
|
7094
7346
|
* @throws OciError when an error occurs
|
|
7095
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7347
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetImage.ts.html |here} to see how to use GetImage API.
|
|
7096
7348
|
*/
|
|
7097
7349
|
getImage(getImageRequest) {
|
|
7098
7350
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7154,7 +7406,7 @@ class ComputeClient {
|
|
|
7154
7406
|
* @param GetImageShapeCompatibilityEntryRequest
|
|
7155
7407
|
* @return GetImageShapeCompatibilityEntryResponse
|
|
7156
7408
|
* @throws OciError when an error occurs
|
|
7157
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7409
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetImageShapeCompatibilityEntry.ts.html |here} to see how to use GetImageShapeCompatibilityEntry API.
|
|
7158
7410
|
*/
|
|
7159
7411
|
getImageShapeCompatibilityEntry(getImageShapeCompatibilityEntryRequest) {
|
|
7160
7412
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7217,7 +7469,7 @@ class ComputeClient {
|
|
|
7217
7469
|
* @param GetInstanceRequest
|
|
7218
7470
|
* @return GetInstanceResponse
|
|
7219
7471
|
* @throws OciError when an error occurs
|
|
7220
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7472
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetInstance.ts.html |here} to see how to use GetInstance API.
|
|
7221
7473
|
*/
|
|
7222
7474
|
getInstance(getInstanceRequest) {
|
|
7223
7475
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7279,7 +7531,7 @@ class ComputeClient {
|
|
|
7279
7531
|
* @param GetInstanceConsoleConnectionRequest
|
|
7280
7532
|
* @return GetInstanceConsoleConnectionResponse
|
|
7281
7533
|
* @throws OciError when an error occurs
|
|
7282
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7534
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetInstanceConsoleConnection.ts.html |here} to see how to use GetInstanceConsoleConnection API.
|
|
7283
7535
|
*/
|
|
7284
7536
|
getInstanceConsoleConnection(getInstanceConsoleConnectionRequest) {
|
|
7285
7537
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7338,7 +7590,7 @@ class ComputeClient {
|
|
|
7338
7590
|
* @param GetInstanceMaintenanceRebootRequest
|
|
7339
7591
|
* @return GetInstanceMaintenanceRebootResponse
|
|
7340
7592
|
* @throws OciError when an error occurs
|
|
7341
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7593
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetInstanceMaintenanceReboot.ts.html |here} to see how to use GetInstanceMaintenanceReboot API.
|
|
7342
7594
|
*/
|
|
7343
7595
|
getInstanceMaintenanceReboot(getInstanceMaintenanceRebootRequest) {
|
|
7344
7596
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7396,7 +7648,7 @@ class ComputeClient {
|
|
|
7396
7648
|
* @param GetMeasuredBootReportRequest
|
|
7397
7649
|
* @return GetMeasuredBootReportResponse
|
|
7398
7650
|
* @throws OciError when an error occurs
|
|
7399
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7651
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetMeasuredBootReport.ts.html |here} to see how to use GetMeasuredBootReport API.
|
|
7400
7652
|
*/
|
|
7401
7653
|
getMeasuredBootReport(getMeasuredBootReportRequest) {
|
|
7402
7654
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7460,7 +7712,7 @@ class ComputeClient {
|
|
|
7460
7712
|
* @param GetVnicAttachmentRequest
|
|
7461
7713
|
* @return GetVnicAttachmentResponse
|
|
7462
7714
|
* @throws OciError when an error occurs
|
|
7463
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7715
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetVnicAttachment.ts.html |here} to see how to use GetVnicAttachment API.
|
|
7464
7716
|
*/
|
|
7465
7717
|
getVnicAttachment(getVnicAttachmentRequest) {
|
|
7466
7718
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7522,7 +7774,7 @@ class ComputeClient {
|
|
|
7522
7774
|
* @param GetVolumeAttachmentRequest
|
|
7523
7775
|
* @return GetVolumeAttachmentResponse
|
|
7524
7776
|
* @throws OciError when an error occurs
|
|
7525
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7777
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetVolumeAttachment.ts.html |here} to see how to use GetVolumeAttachment API.
|
|
7526
7778
|
*/
|
|
7527
7779
|
getVolumeAttachment(getVolumeAttachmentRequest) {
|
|
7528
7780
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7586,7 +7838,7 @@ class ComputeClient {
|
|
|
7586
7838
|
* @param GetWindowsInstanceInitialCredentialsRequest
|
|
7587
7839
|
* @return GetWindowsInstanceInitialCredentialsResponse
|
|
7588
7840
|
* @throws OciError when an error occurs
|
|
7589
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7841
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetWindowsInstanceInitialCredentials.ts.html |here} to see how to use GetWindowsInstanceInitialCredentials API.
|
|
7590
7842
|
*/
|
|
7591
7843
|
getWindowsInstanceInitialCredentials(getWindowsInstanceInitialCredentialsRequest) {
|
|
7592
7844
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7684,7 +7936,7 @@ class ComputeClient {
|
|
|
7684
7936
|
* @param InstanceActionRequest
|
|
7685
7937
|
* @return InstanceActionResponse
|
|
7686
7938
|
* @throws OciError when an error occurs
|
|
7687
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7939
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/InstanceAction.ts.html |here} to see how to use InstanceAction API.
|
|
7688
7940
|
*/
|
|
7689
7941
|
instanceAction(instanceActionRequest) {
|
|
7690
7942
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7790,7 +8042,7 @@ class ComputeClient {
|
|
|
7790
8042
|
* @param LaunchInstanceRequest
|
|
7791
8043
|
* @return LaunchInstanceResponse
|
|
7792
8044
|
* @throws OciError when an error occurs
|
|
7793
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8045
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/LaunchInstance.ts.html |here} to see how to use LaunchInstance API.
|
|
7794
8046
|
*/
|
|
7795
8047
|
launchInstance(launchInstanceRequest) {
|
|
7796
8048
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7857,7 +8109,7 @@ class ComputeClient {
|
|
|
7857
8109
|
* @param ListAppCatalogListingResourceVersionsRequest
|
|
7858
8110
|
* @return ListAppCatalogListingResourceVersionsResponse
|
|
7859
8111
|
* @throws OciError when an error occurs
|
|
7860
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8112
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListAppCatalogListingResourceVersions.ts.html |here} to see how to use ListAppCatalogListingResourceVersions API.
|
|
7861
8113
|
*/
|
|
7862
8114
|
listAppCatalogListingResourceVersions(listAppCatalogListingResourceVersionsRequest) {
|
|
7863
8115
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7963,7 +8215,7 @@ class ComputeClient {
|
|
|
7963
8215
|
* @param ListAppCatalogListingsRequest
|
|
7964
8216
|
* @return ListAppCatalogListingsResponse
|
|
7965
8217
|
* @throws OciError when an error occurs
|
|
7966
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8218
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListAppCatalogListings.ts.html |here} to see how to use ListAppCatalogListings API.
|
|
7967
8219
|
*/
|
|
7968
8220
|
listAppCatalogListings(listAppCatalogListingsRequest) {
|
|
7969
8221
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8070,7 +8322,7 @@ class ComputeClient {
|
|
|
8070
8322
|
* @param ListAppCatalogSubscriptionsRequest
|
|
8071
8323
|
* @return ListAppCatalogSubscriptionsResponse
|
|
8072
8324
|
* @throws OciError when an error occurs
|
|
8073
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8325
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListAppCatalogSubscriptions.ts.html |here} to see how to use ListAppCatalogSubscriptions API.
|
|
8074
8326
|
*/
|
|
8075
8327
|
listAppCatalogSubscriptions(listAppCatalogSubscriptionsRequest) {
|
|
8076
8328
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8179,7 +8431,7 @@ class ComputeClient {
|
|
|
8179
8431
|
* @param ListBootVolumeAttachmentsRequest
|
|
8180
8432
|
* @return ListBootVolumeAttachmentsResponse
|
|
8181
8433
|
* @throws OciError when an error occurs
|
|
8182
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8434
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListBootVolumeAttachments.ts.html |here} to see how to use ListBootVolumeAttachments API.
|
|
8183
8435
|
*/
|
|
8184
8436
|
listBootVolumeAttachments(listBootVolumeAttachmentsRequest) {
|
|
8185
8437
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8287,7 +8539,7 @@ class ComputeClient {
|
|
|
8287
8539
|
* @param ListComputeCapacityReservationInstanceShapesRequest
|
|
8288
8540
|
* @return ListComputeCapacityReservationInstanceShapesResponse
|
|
8289
8541
|
* @throws OciError when an error occurs
|
|
8290
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8542
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListComputeCapacityReservationInstanceShapes.ts.html |here} to see how to use ListComputeCapacityReservationInstanceShapes API.
|
|
8291
8543
|
*/
|
|
8292
8544
|
listComputeCapacityReservationInstanceShapes(listComputeCapacityReservationInstanceShapesRequest) {
|
|
8293
8545
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8397,7 +8649,7 @@ class ComputeClient {
|
|
|
8397
8649
|
* @param ListComputeCapacityReservationInstancesRequest
|
|
8398
8650
|
* @return ListComputeCapacityReservationInstancesResponse
|
|
8399
8651
|
* @throws OciError when an error occurs
|
|
8400
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8652
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListComputeCapacityReservationInstances.ts.html |here} to see how to use ListComputeCapacityReservationInstances API.
|
|
8401
8653
|
*/
|
|
8402
8654
|
listComputeCapacityReservationInstances(listComputeCapacityReservationInstancesRequest) {
|
|
8403
8655
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8511,7 +8763,7 @@ class ComputeClient {
|
|
|
8511
8763
|
* @param ListComputeCapacityReservationsRequest
|
|
8512
8764
|
* @return ListComputeCapacityReservationsResponse
|
|
8513
8765
|
* @throws OciError when an error occurs
|
|
8514
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8766
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListComputeCapacityReservations.ts.html |here} to see how to use ListComputeCapacityReservations API.
|
|
8515
8767
|
*/
|
|
8516
8768
|
listComputeCapacityReservations(listComputeCapacityReservationsRequest) {
|
|
8517
8769
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8615,6 +8867,77 @@ class ComputeClient {
|
|
|
8615
8867
|
listComputeCapacityReservationsResponseIterator(request) {
|
|
8616
8868
|
return oci_common_1.paginateResponses(request, req => this.listComputeCapacityReservations(req));
|
|
8617
8869
|
}
|
|
8870
|
+
/**
|
|
8871
|
+
* Lists the compute clusters in the specified compartment.
|
|
8872
|
+
* A [compute cluster](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/compute-clusters.htm) is a remote direct memory access (RDMA) network group.
|
|
8873
|
+
*
|
|
8874
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
8875
|
+
* @param ListComputeClustersRequest
|
|
8876
|
+
* @return ListComputeClustersResponse
|
|
8877
|
+
* @throws OciError when an error occurs
|
|
8878
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListComputeClusters.ts.html |here} to see how to use ListComputeClusters API.
|
|
8879
|
+
*/
|
|
8880
|
+
listComputeClusters(listComputeClustersRequest) {
|
|
8881
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
8882
|
+
if (this.logger)
|
|
8883
|
+
this.logger.debug("Calling operation ComputeClient#listComputeClusters.");
|
|
8884
|
+
const operationName = "listComputeClusters";
|
|
8885
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/iaas/20160918/ComputeCluster/ListComputeClusters";
|
|
8886
|
+
const pathParams = {};
|
|
8887
|
+
const queryParams = {
|
|
8888
|
+
"availabilityDomain": listComputeClustersRequest.availabilityDomain,
|
|
8889
|
+
"compartmentId": listComputeClustersRequest.compartmentId,
|
|
8890
|
+
"displayName": listComputeClustersRequest.displayName,
|
|
8891
|
+
"limit": listComputeClustersRequest.limit,
|
|
8892
|
+
"page": listComputeClustersRequest.page,
|
|
8893
|
+
"sortBy": listComputeClustersRequest.sortBy,
|
|
8894
|
+
"sortOrder": listComputeClustersRequest.sortOrder
|
|
8895
|
+
};
|
|
8896
|
+
let headerParams = {
|
|
8897
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
8898
|
+
"opc-request-id": listComputeClustersRequest.opcRequestId
|
|
8899
|
+
};
|
|
8900
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
8901
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listComputeClustersRequest.retryConfiguration, specRetryConfiguration);
|
|
8902
|
+
if (this.logger)
|
|
8903
|
+
retrier.logger = this.logger;
|
|
8904
|
+
const request = yield oci_common_2.composeRequest({
|
|
8905
|
+
baseEndpoint: this._endpoint,
|
|
8906
|
+
defaultHeaders: this._defaultHeaders,
|
|
8907
|
+
path: "/computeClusters",
|
|
8908
|
+
method: "GET",
|
|
8909
|
+
pathParams: pathParams,
|
|
8910
|
+
headerParams: headerParams,
|
|
8911
|
+
queryParams: queryParams
|
|
8912
|
+
});
|
|
8913
|
+
try {
|
|
8914
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
8915
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
8916
|
+
responseObject: {},
|
|
8917
|
+
body: yield response.json(),
|
|
8918
|
+
bodyKey: "computeClusterCollection",
|
|
8919
|
+
bodyModel: model.ComputeClusterCollection,
|
|
8920
|
+
type: "model.ComputeClusterCollection",
|
|
8921
|
+
responseHeaders: [
|
|
8922
|
+
{
|
|
8923
|
+
value: response.headers.get("opc-next-page"),
|
|
8924
|
+
key: "opcNextPage",
|
|
8925
|
+
dataType: "string"
|
|
8926
|
+
},
|
|
8927
|
+
{
|
|
8928
|
+
value: response.headers.get("opc-request-id"),
|
|
8929
|
+
key: "opcRequestId",
|
|
8930
|
+
dataType: "string"
|
|
8931
|
+
}
|
|
8932
|
+
]
|
|
8933
|
+
});
|
|
8934
|
+
return sdkResponse;
|
|
8935
|
+
}
|
|
8936
|
+
catch (err) {
|
|
8937
|
+
throw err;
|
|
8938
|
+
}
|
|
8939
|
+
});
|
|
8940
|
+
}
|
|
8618
8941
|
/**
|
|
8619
8942
|
* Lists Compute Global Image Capability Schema versions in the specified compartment.
|
|
8620
8943
|
*
|
|
@@ -8622,7 +8945,7 @@ class ComputeClient {
|
|
|
8622
8945
|
* @param ListComputeGlobalImageCapabilitySchemaVersionsRequest
|
|
8623
8946
|
* @return ListComputeGlobalImageCapabilitySchemaVersionsResponse
|
|
8624
8947
|
* @throws OciError when an error occurs
|
|
8625
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8948
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListComputeGlobalImageCapabilitySchemaVersions.ts.html |here} to see how to use ListComputeGlobalImageCapabilitySchemaVersions API.
|
|
8626
8949
|
*/
|
|
8627
8950
|
listComputeGlobalImageCapabilitySchemaVersions(listComputeGlobalImageCapabilitySchemaVersionsRequest) {
|
|
8628
8951
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8731,7 +9054,7 @@ class ComputeClient {
|
|
|
8731
9054
|
* @param ListComputeGlobalImageCapabilitySchemasRequest
|
|
8732
9055
|
* @return ListComputeGlobalImageCapabilitySchemasResponse
|
|
8733
9056
|
* @throws OciError when an error occurs
|
|
8734
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9057
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListComputeGlobalImageCapabilitySchemas.ts.html |here} to see how to use ListComputeGlobalImageCapabilitySchemas API.
|
|
8735
9058
|
*/
|
|
8736
9059
|
listComputeGlobalImageCapabilitySchemas(listComputeGlobalImageCapabilitySchemasRequest) {
|
|
8737
9060
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8839,7 +9162,7 @@ class ComputeClient {
|
|
|
8839
9162
|
* @param ListComputeImageCapabilitySchemasRequest
|
|
8840
9163
|
* @return ListComputeImageCapabilitySchemasResponse
|
|
8841
9164
|
* @throws OciError when an error occurs
|
|
8842
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9165
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListComputeImageCapabilitySchemas.ts.html |here} to see how to use ListComputeImageCapabilitySchemas API.
|
|
8843
9166
|
*/
|
|
8844
9167
|
listComputeImageCapabilitySchemas(listComputeImageCapabilitySchemasRequest) {
|
|
8845
9168
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8948,7 +9271,7 @@ class ComputeClient {
|
|
|
8948
9271
|
* @param ListConsoleHistoriesRequest
|
|
8949
9272
|
* @return ListConsoleHistoriesResponse
|
|
8950
9273
|
* @throws OciError when an error occurs
|
|
8951
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9274
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListConsoleHistories.ts.html |here} to see how to use ListConsoleHistories API.
|
|
8952
9275
|
*/
|
|
8953
9276
|
listConsoleHistories(listConsoleHistoriesRequest) {
|
|
8954
9277
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9059,7 +9382,7 @@ class ComputeClient {
|
|
|
9059
9382
|
* @param ListDedicatedVmHostInstanceShapesRequest
|
|
9060
9383
|
* @return ListDedicatedVmHostInstanceShapesResponse
|
|
9061
9384
|
* @throws OciError when an error occurs
|
|
9062
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9385
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListDedicatedVmHostInstanceShapes.ts.html |here} to see how to use ListDedicatedVmHostInstanceShapes API.
|
|
9063
9386
|
*/
|
|
9064
9387
|
listDedicatedVmHostInstanceShapes(listDedicatedVmHostInstanceShapesRequest) {
|
|
9065
9388
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9167,7 +9490,7 @@ class ComputeClient {
|
|
|
9167
9490
|
* @param ListDedicatedVmHostInstancesRequest
|
|
9168
9491
|
* @return ListDedicatedVmHostInstancesResponse
|
|
9169
9492
|
* @throws OciError when an error occurs
|
|
9170
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9493
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListDedicatedVmHostInstances.ts.html |here} to see how to use ListDedicatedVmHostInstances API.
|
|
9171
9494
|
*/
|
|
9172
9495
|
listDedicatedVmHostInstances(listDedicatedVmHostInstancesRequest) {
|
|
9173
9496
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9278,7 +9601,7 @@ class ComputeClient {
|
|
|
9278
9601
|
* @param ListDedicatedVmHostShapesRequest
|
|
9279
9602
|
* @return ListDedicatedVmHostShapesResponse
|
|
9280
9603
|
* @throws OciError when an error occurs
|
|
9281
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9604
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListDedicatedVmHostShapes.ts.html |here} to see how to use ListDedicatedVmHostShapes API.
|
|
9282
9605
|
*/
|
|
9283
9606
|
listDedicatedVmHostShapes(listDedicatedVmHostShapesRequest) {
|
|
9284
9607
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9389,7 +9712,7 @@ class ComputeClient {
|
|
|
9389
9712
|
* @param ListDedicatedVmHostsRequest
|
|
9390
9713
|
* @return ListDedicatedVmHostsResponse
|
|
9391
9714
|
* @throws OciError when an error occurs
|
|
9392
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9715
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListDedicatedVmHosts.ts.html |here} to see how to use ListDedicatedVmHosts API.
|
|
9393
9716
|
*/
|
|
9394
9717
|
listDedicatedVmHosts(listDedicatedVmHostsRequest) {
|
|
9395
9718
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9502,7 +9825,7 @@ class ComputeClient {
|
|
|
9502
9825
|
* @param ListImageShapeCompatibilityEntriesRequest
|
|
9503
9826
|
* @return ListImageShapeCompatibilityEntriesResponse
|
|
9504
9827
|
* @throws OciError when an error occurs
|
|
9505
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9828
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListImageShapeCompatibilityEntries.ts.html |here} to see how to use ListImageShapeCompatibilityEntries API.
|
|
9506
9829
|
*/
|
|
9507
9830
|
listImageShapeCompatibilityEntries(listImageShapeCompatibilityEntriesRequest) {
|
|
9508
9831
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9619,7 +9942,7 @@ class ComputeClient {
|
|
|
9619
9942
|
* @param ListImagesRequest
|
|
9620
9943
|
* @return ListImagesResponse
|
|
9621
9944
|
* @throws OciError when an error occurs
|
|
9622
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9945
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListImages.ts.html |here} to see how to use ListImages API.
|
|
9623
9946
|
*/
|
|
9624
9947
|
listImages(listImagesRequest) {
|
|
9625
9948
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9733,7 +10056,7 @@ class ComputeClient {
|
|
|
9733
10056
|
* @param ListInstanceConsoleConnectionsRequest
|
|
9734
10057
|
* @return ListInstanceConsoleConnectionsResponse
|
|
9735
10058
|
* @throws OciError when an error occurs
|
|
9736
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10059
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListInstanceConsoleConnections.ts.html |here} to see how to use ListInstanceConsoleConnections API.
|
|
9737
10060
|
*/
|
|
9738
10061
|
listInstanceConsoleConnections(listInstanceConsoleConnectionsRequest) {
|
|
9739
10062
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9838,7 +10161,7 @@ class ComputeClient {
|
|
|
9838
10161
|
* @param ListInstanceDevicesRequest
|
|
9839
10162
|
* @return ListInstanceDevicesResponse
|
|
9840
10163
|
* @throws OciError when an error occurs
|
|
9841
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10164
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListInstanceDevices.ts.html |here} to see how to use ListInstanceDevices API.
|
|
9842
10165
|
*/
|
|
9843
10166
|
listInstanceDevices(listInstanceDevicesRequest) {
|
|
9844
10167
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9954,7 +10277,7 @@ class ComputeClient {
|
|
|
9954
10277
|
* @param ListInstancesRequest
|
|
9955
10278
|
* @return ListInstancesResponse
|
|
9956
10279
|
* @throws OciError when an error occurs
|
|
9957
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10280
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListInstances.ts.html |here} to see how to use ListInstances API.
|
|
9958
10281
|
*/
|
|
9959
10282
|
listInstances(listInstancesRequest) {
|
|
9960
10283
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9966,6 +10289,7 @@ class ComputeClient {
|
|
|
9966
10289
|
const queryParams = {
|
|
9967
10290
|
"availabilityDomain": listInstancesRequest.availabilityDomain,
|
|
9968
10291
|
"capacityReservationId": listInstancesRequest.capacityReservationId,
|
|
10292
|
+
"computeClusterId": listInstancesRequest.computeClusterId,
|
|
9969
10293
|
"compartmentId": listInstancesRequest.compartmentId,
|
|
9970
10294
|
"displayName": listInstancesRequest.displayName,
|
|
9971
10295
|
"limit": listInstancesRequest.limit,
|
|
@@ -10066,7 +10390,7 @@ class ComputeClient {
|
|
|
10066
10390
|
* @param ListShapesRequest
|
|
10067
10391
|
* @return ListShapesResponse
|
|
10068
10392
|
* @throws OciError when an error occurs
|
|
10069
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10393
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListShapes.ts.html |here} to see how to use ListShapes API.
|
|
10070
10394
|
*/
|
|
10071
10395
|
listShapes(listShapesRequest) {
|
|
10072
10396
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10175,7 +10499,7 @@ class ComputeClient {
|
|
|
10175
10499
|
* @param ListVnicAttachmentsRequest
|
|
10176
10500
|
* @return ListVnicAttachmentsResponse
|
|
10177
10501
|
* @throws OciError when an error occurs
|
|
10178
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10502
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListVnicAttachments.ts.html |here} to see how to use ListVnicAttachments API.
|
|
10179
10503
|
*/
|
|
10180
10504
|
listVnicAttachments(listVnicAttachmentsRequest) {
|
|
10181
10505
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10287,7 +10611,7 @@ class ComputeClient {
|
|
|
10287
10611
|
* @param ListVolumeAttachmentsRequest
|
|
10288
10612
|
* @return ListVolumeAttachmentsResponse
|
|
10289
10613
|
* @throws OciError when an error occurs
|
|
10290
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10614
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListVolumeAttachments.ts.html |here} to see how to use ListVolumeAttachments API.
|
|
10291
10615
|
*/
|
|
10292
10616
|
listVolumeAttachments(listVolumeAttachmentsRequest) {
|
|
10293
10617
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10394,7 +10718,7 @@ class ComputeClient {
|
|
|
10394
10718
|
* @param RemoveImageShapeCompatibilityEntryRequest
|
|
10395
10719
|
* @return RemoveImageShapeCompatibilityEntryResponse
|
|
10396
10720
|
* @throws OciError when an error occurs
|
|
10397
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10721
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/RemoveImageShapeCompatibilityEntry.ts.html |here} to see how to use RemoveImageShapeCompatibilityEntry API.
|
|
10398
10722
|
*/
|
|
10399
10723
|
removeImageShapeCompatibilityEntry(removeImageShapeCompatibilityEntryRequest) {
|
|
10400
10724
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10457,7 +10781,7 @@ class ComputeClient {
|
|
|
10457
10781
|
* @param TerminateInstanceRequest
|
|
10458
10782
|
* @return TerminateInstanceResponse
|
|
10459
10783
|
* @throws OciError when an error occurs
|
|
10460
|
-
* @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.56.0/core/TerminateInstance.ts.html |here} to see how to use TerminateInstance API.
|
|
10461
10785
|
*/
|
|
10462
10786
|
terminateInstance(terminateInstanceRequest) {
|
|
10463
10787
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10516,7 +10840,7 @@ class ComputeClient {
|
|
|
10516
10840
|
* @param UpdateComputeCapacityReservationRequest
|
|
10517
10841
|
* @return UpdateComputeCapacityReservationResponse
|
|
10518
10842
|
* @throws OciError when an error occurs
|
|
10519
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10843
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateComputeCapacityReservation.ts.html |here} to see how to use UpdateComputeCapacityReservation API.
|
|
10520
10844
|
*/
|
|
10521
10845
|
updateComputeCapacityReservation(updateComputeCapacityReservationRequest) {
|
|
10522
10846
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10571,6 +10895,72 @@ class ComputeClient {
|
|
|
10571
10895
|
}
|
|
10572
10896
|
});
|
|
10573
10897
|
}
|
|
10898
|
+
/**
|
|
10899
|
+
* Updates the specified compute cluster.
|
|
10900
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
10901
|
+
* @param UpdateComputeClusterRequest
|
|
10902
|
+
* @return UpdateComputeClusterResponse
|
|
10903
|
+
* @throws OciError when an error occurs
|
|
10904
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateComputeCluster.ts.html |here} to see how to use UpdateComputeCluster API.
|
|
10905
|
+
*/
|
|
10906
|
+
updateComputeCluster(updateComputeClusterRequest) {
|
|
10907
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
10908
|
+
if (this.logger)
|
|
10909
|
+
this.logger.debug("Calling operation ComputeClient#updateComputeCluster.");
|
|
10910
|
+
const operationName = "updateComputeCluster";
|
|
10911
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/iaas/20160918/ComputeCluster/UpdateComputeCluster";
|
|
10912
|
+
const pathParams = {
|
|
10913
|
+
"{computeClusterId}": updateComputeClusterRequest.computeClusterId
|
|
10914
|
+
};
|
|
10915
|
+
const queryParams = {};
|
|
10916
|
+
let headerParams = {
|
|
10917
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
10918
|
+
"opc-request-id": updateComputeClusterRequest.opcRequestId,
|
|
10919
|
+
"opc-retry-token": updateComputeClusterRequest.opcRetryToken,
|
|
10920
|
+
"if-match": updateComputeClusterRequest.ifMatch
|
|
10921
|
+
};
|
|
10922
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
10923
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateComputeClusterRequest.retryConfiguration, specRetryConfiguration);
|
|
10924
|
+
if (this.logger)
|
|
10925
|
+
retrier.logger = this.logger;
|
|
10926
|
+
const request = yield oci_common_2.composeRequest({
|
|
10927
|
+
baseEndpoint: this._endpoint,
|
|
10928
|
+
defaultHeaders: this._defaultHeaders,
|
|
10929
|
+
path: "/computeClusters/{computeClusterId}",
|
|
10930
|
+
method: "PUT",
|
|
10931
|
+
bodyContent: common.ObjectSerializer.serialize(updateComputeClusterRequest.updateComputeClusterDetails, "UpdateComputeClusterDetails", model.UpdateComputeClusterDetails.getJsonObj),
|
|
10932
|
+
pathParams: pathParams,
|
|
10933
|
+
headerParams: headerParams,
|
|
10934
|
+
queryParams: queryParams
|
|
10935
|
+
});
|
|
10936
|
+
try {
|
|
10937
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
10938
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
10939
|
+
responseObject: {},
|
|
10940
|
+
body: yield response.json(),
|
|
10941
|
+
bodyKey: "computeCluster",
|
|
10942
|
+
bodyModel: model.ComputeCluster,
|
|
10943
|
+
type: "model.ComputeCluster",
|
|
10944
|
+
responseHeaders: [
|
|
10945
|
+
{
|
|
10946
|
+
value: response.headers.get("etag"),
|
|
10947
|
+
key: "etag",
|
|
10948
|
+
dataType: "string"
|
|
10949
|
+
},
|
|
10950
|
+
{
|
|
10951
|
+
value: response.headers.get("opc-request-id"),
|
|
10952
|
+
key: "opcRequestId",
|
|
10953
|
+
dataType: "string"
|
|
10954
|
+
}
|
|
10955
|
+
]
|
|
10956
|
+
});
|
|
10957
|
+
return sdkResponse;
|
|
10958
|
+
}
|
|
10959
|
+
catch (err) {
|
|
10960
|
+
throw err;
|
|
10961
|
+
}
|
|
10962
|
+
});
|
|
10963
|
+
}
|
|
10574
10964
|
/**
|
|
10575
10965
|
* Updates the specified Compute Image Capability Schema
|
|
10576
10966
|
*
|
|
@@ -10578,7 +10968,7 @@ class ComputeClient {
|
|
|
10578
10968
|
* @param UpdateComputeImageCapabilitySchemaRequest
|
|
10579
10969
|
* @return UpdateComputeImageCapabilitySchemaResponse
|
|
10580
10970
|
* @throws OciError when an error occurs
|
|
10581
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10971
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateComputeImageCapabilitySchema.ts.html |here} to see how to use UpdateComputeImageCapabilitySchema API.
|
|
10582
10972
|
*/
|
|
10583
10973
|
updateComputeImageCapabilitySchema(updateComputeImageCapabilitySchemaRequest) {
|
|
10584
10974
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10642,7 +11032,7 @@ class ComputeClient {
|
|
|
10642
11032
|
* @param UpdateConsoleHistoryRequest
|
|
10643
11033
|
* @return UpdateConsoleHistoryResponse
|
|
10644
11034
|
* @throws OciError when an error occurs
|
|
10645
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11035
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateConsoleHistory.ts.html |here} to see how to use UpdateConsoleHistory API.
|
|
10646
11036
|
*/
|
|
10647
11037
|
updateConsoleHistory(updateConsoleHistoryRequest) {
|
|
10648
11038
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10708,7 +11098,7 @@ class ComputeClient {
|
|
|
10708
11098
|
* @param UpdateDedicatedVmHostRequest
|
|
10709
11099
|
* @return UpdateDedicatedVmHostResponse
|
|
10710
11100
|
* @throws OciError when an error occurs
|
|
10711
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11101
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateDedicatedVmHost.ts.html |here} to see how to use UpdateDedicatedVmHost API.
|
|
10712
11102
|
*/
|
|
10713
11103
|
updateDedicatedVmHost(updateDedicatedVmHostRequest) {
|
|
10714
11104
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10775,7 +11165,7 @@ class ComputeClient {
|
|
|
10775
11165
|
* @param UpdateImageRequest
|
|
10776
11166
|
* @return UpdateImageResponse
|
|
10777
11167
|
* @throws OciError when an error occurs
|
|
10778
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11168
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateImage.ts.html |here} to see how to use UpdateImage API.
|
|
10779
11169
|
*/
|
|
10780
11170
|
updateImage(updateImageRequest) {
|
|
10781
11171
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10847,7 +11237,7 @@ class ComputeClient {
|
|
|
10847
11237
|
* @param UpdateInstanceRequest
|
|
10848
11238
|
* @return UpdateInstanceResponse
|
|
10849
11239
|
* @throws OciError when an error occurs
|
|
10850
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11240
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateInstance.ts.html |here} to see how to use UpdateInstance API.
|
|
10851
11241
|
*/
|
|
10852
11242
|
updateInstance(updateInstanceRequest) {
|
|
10853
11243
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10917,7 +11307,7 @@ class ComputeClient {
|
|
|
10917
11307
|
* @param UpdateInstanceConsoleConnectionRequest
|
|
10918
11308
|
* @return UpdateInstanceConsoleConnectionResponse
|
|
10919
11309
|
* @throws OciError when an error occurs
|
|
10920
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11310
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateInstanceConsoleConnection.ts.html |here} to see how to use UpdateInstanceConsoleConnection API.
|
|
10921
11311
|
*/
|
|
10922
11312
|
updateInstanceConsoleConnection(updateInstanceConsoleConnectionRequest) {
|
|
10923
11313
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10982,7 +11372,7 @@ class ComputeClient {
|
|
|
10982
11372
|
* @param UpdateVolumeAttachmentRequest
|
|
10983
11373
|
* @return UpdateVolumeAttachmentResponse
|
|
10984
11374
|
* @throws OciError when an error occurs
|
|
10985
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11375
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateVolumeAttachment.ts.html |here} to see how to use UpdateVolumeAttachment API.
|
|
10986
11376
|
*/
|
|
10987
11377
|
updateVolumeAttachment(updateVolumeAttachmentRequest) {
|
|
10988
11378
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11157,7 +11547,7 @@ class ComputeManagementClient {
|
|
|
11157
11547
|
* @param AttachInstancePoolInstanceRequest
|
|
11158
11548
|
* @return AttachInstancePoolInstanceResponse
|
|
11159
11549
|
* @throws OciError when an error occurs
|
|
11160
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11550
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/AttachInstancePoolInstance.ts.html |here} to see how to use AttachInstancePoolInstance API.
|
|
11161
11551
|
*/
|
|
11162
11552
|
attachInstancePoolInstance(attachInstancePoolInstanceRequest) {
|
|
11163
11553
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11232,7 +11622,7 @@ class ComputeManagementClient {
|
|
|
11232
11622
|
* @param AttachLoadBalancerRequest
|
|
11233
11623
|
* @return AttachLoadBalancerResponse
|
|
11234
11624
|
* @throws OciError when an error occurs
|
|
11235
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11625
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/AttachLoadBalancer.ts.html |here} to see how to use AttachLoadBalancer API.
|
|
11236
11626
|
*/
|
|
11237
11627
|
attachLoadBalancer(attachLoadBalancerRequest) {
|
|
11238
11628
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11303,7 +11693,7 @@ class ComputeManagementClient {
|
|
|
11303
11693
|
* @param ChangeClusterNetworkCompartmentRequest
|
|
11304
11694
|
* @return ChangeClusterNetworkCompartmentResponse
|
|
11305
11695
|
* @throws OciError when an error occurs
|
|
11306
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11696
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ChangeClusterNetworkCompartment.ts.html |here} to see how to use ChangeClusterNetworkCompartment API.
|
|
11307
11697
|
*/
|
|
11308
11698
|
changeClusterNetworkCompartment(changeClusterNetworkCompartmentRequest) {
|
|
11309
11699
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11378,7 +11768,7 @@ class ComputeManagementClient {
|
|
|
11378
11768
|
* @param ChangeInstanceConfigurationCompartmentRequest
|
|
11379
11769
|
* @return ChangeInstanceConfigurationCompartmentResponse
|
|
11380
11770
|
* @throws OciError when an error occurs
|
|
11381
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11771
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ChangeInstanceConfigurationCompartment.ts.html |here} to see how to use ChangeInstanceConfigurationCompartment API.
|
|
11382
11772
|
*/
|
|
11383
11773
|
changeInstanceConfigurationCompartment(changeInstanceConfigurationCompartmentRequest) {
|
|
11384
11774
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11446,7 +11836,7 @@ class ComputeManagementClient {
|
|
|
11446
11836
|
* @param ChangeInstancePoolCompartmentRequest
|
|
11447
11837
|
* @return ChangeInstancePoolCompartmentResponse
|
|
11448
11838
|
* @throws OciError when an error occurs
|
|
11449
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11839
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ChangeInstancePoolCompartment.ts.html |here} to see how to use ChangeInstancePoolCompartment API.
|
|
11450
11840
|
*/
|
|
11451
11841
|
changeInstancePoolCompartment(changeInstancePoolCompartmentRequest) {
|
|
11452
11842
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11510,7 +11900,7 @@ class ComputeManagementClient {
|
|
|
11510
11900
|
* @param CreateClusterNetworkRequest
|
|
11511
11901
|
* @return CreateClusterNetworkResponse
|
|
11512
11902
|
* @throws OciError when an error occurs
|
|
11513
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11903
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateClusterNetwork.ts.html |here} to see how to use CreateClusterNetwork API.
|
|
11514
11904
|
*/
|
|
11515
11905
|
createClusterNetwork(createClusterNetworkRequest) {
|
|
11516
11906
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11579,7 +11969,7 @@ class ComputeManagementClient {
|
|
|
11579
11969
|
* @param CreateInstanceConfigurationRequest
|
|
11580
11970
|
* @return CreateInstanceConfigurationResponse
|
|
11581
11971
|
* @throws OciError when an error occurs
|
|
11582
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11972
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateInstanceConfiguration.ts.html |here} to see how to use CreateInstanceConfiguration API.
|
|
11583
11973
|
*/
|
|
11584
11974
|
createInstanceConfiguration(createInstanceConfigurationRequest) {
|
|
11585
11975
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11642,7 +12032,7 @@ class ComputeManagementClient {
|
|
|
11642
12032
|
* @param CreateInstancePoolRequest
|
|
11643
12033
|
* @return CreateInstancePoolResponse
|
|
11644
12034
|
* @throws OciError when an error occurs
|
|
11645
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12035
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateInstancePool.ts.html |here} to see how to use CreateInstancePool API.
|
|
11646
12036
|
*/
|
|
11647
12037
|
createInstancePool(createInstancePoolRequest) {
|
|
11648
12038
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11704,7 +12094,7 @@ class ComputeManagementClient {
|
|
|
11704
12094
|
* @param DeleteInstanceConfigurationRequest
|
|
11705
12095
|
* @return DeleteInstanceConfigurationResponse
|
|
11706
12096
|
* @throws OciError when an error occurs
|
|
11707
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12097
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteInstanceConfiguration.ts.html |here} to see how to use DeleteInstanceConfiguration API.
|
|
11708
12098
|
*/
|
|
11709
12099
|
deleteInstanceConfiguration(deleteInstanceConfigurationRequest) {
|
|
11710
12100
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11759,7 +12149,7 @@ class ComputeManagementClient {
|
|
|
11759
12149
|
* @param DetachInstancePoolInstanceRequest
|
|
11760
12150
|
* @return DetachInstancePoolInstanceResponse
|
|
11761
12151
|
* @throws OciError when an error occurs
|
|
11762
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12152
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DetachInstancePoolInstance.ts.html |here} to see how to use DetachInstancePoolInstance API.
|
|
11763
12153
|
*/
|
|
11764
12154
|
detachInstancePoolInstance(detachInstancePoolInstanceRequest) {
|
|
11765
12155
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11820,7 +12210,7 @@ class ComputeManagementClient {
|
|
|
11820
12210
|
* @param DetachLoadBalancerRequest
|
|
11821
12211
|
* @return DetachLoadBalancerResponse
|
|
11822
12212
|
* @throws OciError when an error occurs
|
|
11823
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12213
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DetachLoadBalancer.ts.html |here} to see how to use DetachLoadBalancer API.
|
|
11824
12214
|
*/
|
|
11825
12215
|
detachLoadBalancer(detachLoadBalancerRequest) {
|
|
11826
12216
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11885,7 +12275,7 @@ class ComputeManagementClient {
|
|
|
11885
12275
|
* @param GetClusterNetworkRequest
|
|
11886
12276
|
* @return GetClusterNetworkResponse
|
|
11887
12277
|
* @throws OciError when an error occurs
|
|
11888
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12278
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetClusterNetwork.ts.html |here} to see how to use GetClusterNetwork API.
|
|
11889
12279
|
*/
|
|
11890
12280
|
getClusterNetwork(getClusterNetworkRequest) {
|
|
11891
12281
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11947,7 +12337,7 @@ class ComputeManagementClient {
|
|
|
11947
12337
|
* @param GetInstanceConfigurationRequest
|
|
11948
12338
|
* @return GetInstanceConfigurationResponse
|
|
11949
12339
|
* @throws OciError when an error occurs
|
|
11950
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12340
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetInstanceConfiguration.ts.html |here} to see how to use GetInstanceConfiguration API.
|
|
11951
12341
|
*/
|
|
11952
12342
|
getInstanceConfiguration(getInstanceConfigurationRequest) {
|
|
11953
12343
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12009,7 +12399,7 @@ class ComputeManagementClient {
|
|
|
12009
12399
|
* @param GetInstancePoolRequest
|
|
12010
12400
|
* @return GetInstancePoolResponse
|
|
12011
12401
|
* @throws OciError when an error occurs
|
|
12012
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12402
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetInstancePool.ts.html |here} to see how to use GetInstancePool API.
|
|
12013
12403
|
*/
|
|
12014
12404
|
getInstancePool(getInstancePoolRequest) {
|
|
12015
12405
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12071,7 +12461,7 @@ class ComputeManagementClient {
|
|
|
12071
12461
|
* @param GetInstancePoolInstanceRequest
|
|
12072
12462
|
* @return GetInstancePoolInstanceResponse
|
|
12073
12463
|
* @throws OciError when an error occurs
|
|
12074
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12464
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetInstancePoolInstance.ts.html |here} to see how to use GetInstancePoolInstance API.
|
|
12075
12465
|
*/
|
|
12076
12466
|
getInstancePoolInstance(getInstancePoolInstanceRequest) {
|
|
12077
12467
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12135,7 +12525,7 @@ class ComputeManagementClient {
|
|
|
12135
12525
|
* @param GetInstancePoolLoadBalancerAttachmentRequest
|
|
12136
12526
|
* @return GetInstancePoolLoadBalancerAttachmentResponse
|
|
12137
12527
|
* @throws OciError when an error occurs
|
|
12138
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12528
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetInstancePoolLoadBalancerAttachment.ts.html |here} to see how to use GetInstancePoolLoadBalancerAttachment API.
|
|
12139
12529
|
*/
|
|
12140
12530
|
getInstancePoolLoadBalancerAttachment(getInstancePoolLoadBalancerAttachmentRequest) {
|
|
12141
12531
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12200,7 +12590,7 @@ class ComputeManagementClient {
|
|
|
12200
12590
|
* @param LaunchInstanceConfigurationRequest
|
|
12201
12591
|
* @return LaunchInstanceConfigurationResponse
|
|
12202
12592
|
* @throws OciError when an error occurs
|
|
12203
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12593
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/LaunchInstanceConfiguration.ts.html |here} to see how to use LaunchInstanceConfiguration API.
|
|
12204
12594
|
*/
|
|
12205
12595
|
launchInstanceConfiguration(launchInstanceConfigurationRequest) {
|
|
12206
12596
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12269,7 +12659,7 @@ class ComputeManagementClient {
|
|
|
12269
12659
|
* @param ListClusterNetworkInstancesRequest
|
|
12270
12660
|
* @return ListClusterNetworkInstancesResponse
|
|
12271
12661
|
* @throws OciError when an error occurs
|
|
12272
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12662
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListClusterNetworkInstances.ts.html |here} to see how to use ListClusterNetworkInstances API.
|
|
12273
12663
|
*/
|
|
12274
12664
|
listClusterNetworkInstances(listClusterNetworkInstancesRequest) {
|
|
12275
12665
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12378,7 +12768,7 @@ class ComputeManagementClient {
|
|
|
12378
12768
|
* @param ListClusterNetworksRequest
|
|
12379
12769
|
* @return ListClusterNetworksResponse
|
|
12380
12770
|
* @throws OciError when an error occurs
|
|
12381
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12771
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListClusterNetworks.ts.html |here} to see how to use ListClusterNetworks API.
|
|
12382
12772
|
*/
|
|
12383
12773
|
listClusterNetworks(listClusterNetworksRequest) {
|
|
12384
12774
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12487,7 +12877,7 @@ class ComputeManagementClient {
|
|
|
12487
12877
|
* @param ListInstanceConfigurationsRequest
|
|
12488
12878
|
* @return ListInstanceConfigurationsResponse
|
|
12489
12879
|
* @throws OciError when an error occurs
|
|
12490
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12880
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListInstanceConfigurations.ts.html |here} to see how to use ListInstanceConfigurations API.
|
|
12491
12881
|
*/
|
|
12492
12882
|
listInstanceConfigurations(listInstanceConfigurationsRequest) {
|
|
12493
12883
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12593,7 +12983,7 @@ class ComputeManagementClient {
|
|
|
12593
12983
|
* @param ListInstancePoolInstancesRequest
|
|
12594
12984
|
* @return ListInstancePoolInstancesResponse
|
|
12595
12985
|
* @throws OciError when an error occurs
|
|
12596
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12986
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListInstancePoolInstances.ts.html |here} to see how to use ListInstancePoolInstances API.
|
|
12597
12987
|
*/
|
|
12598
12988
|
listInstancePoolInstances(listInstancePoolInstancesRequest) {
|
|
12599
12989
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12702,7 +13092,7 @@ class ComputeManagementClient {
|
|
|
12702
13092
|
* @param ListInstancePoolsRequest
|
|
12703
13093
|
* @return ListInstancePoolsResponse
|
|
12704
13094
|
* @throws OciError when an error occurs
|
|
12705
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13095
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListInstancePools.ts.html |here} to see how to use ListInstancePools API.
|
|
12706
13096
|
*/
|
|
12707
13097
|
listInstancePools(listInstancePoolsRequest) {
|
|
12708
13098
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12812,7 +13202,7 @@ class ComputeManagementClient {
|
|
|
12812
13202
|
* @param ResetInstancePoolRequest
|
|
12813
13203
|
* @return ResetInstancePoolResponse
|
|
12814
13204
|
* @throws OciError when an error occurs
|
|
12815
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13205
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ResetInstancePool.ts.html |here} to see how to use ResetInstancePool API.
|
|
12816
13206
|
*/
|
|
12817
13207
|
resetInstancePool(resetInstancePoolRequest) {
|
|
12818
13208
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12881,7 +13271,7 @@ class ComputeManagementClient {
|
|
|
12881
13271
|
* @param SoftresetInstancePoolRequest
|
|
12882
13272
|
* @return SoftresetInstancePoolResponse
|
|
12883
13273
|
* @throws OciError when an error occurs
|
|
12884
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13274
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/SoftresetInstancePool.ts.html |here} to see how to use SoftresetInstancePool API.
|
|
12885
13275
|
*/
|
|
12886
13276
|
softresetInstancePool(softresetInstancePoolRequest) {
|
|
12887
13277
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12947,7 +13337,7 @@ class ComputeManagementClient {
|
|
|
12947
13337
|
* @param StartInstancePoolRequest
|
|
12948
13338
|
* @return StartInstancePoolResponse
|
|
12949
13339
|
* @throws OciError when an error occurs
|
|
12950
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13340
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/StartInstancePool.ts.html |here} to see how to use StartInstancePool API.
|
|
12951
13341
|
*/
|
|
12952
13342
|
startInstancePool(startInstancePoolRequest) {
|
|
12953
13343
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13013,7 +13403,7 @@ class ComputeManagementClient {
|
|
|
13013
13403
|
* @param StopInstancePoolRequest
|
|
13014
13404
|
* @return StopInstancePoolResponse
|
|
13015
13405
|
* @throws OciError when an error occurs
|
|
13016
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13406
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/StopInstancePool.ts.html |here} to see how to use StopInstancePool API.
|
|
13017
13407
|
*/
|
|
13018
13408
|
stopInstancePool(stopInstancePoolRequest) {
|
|
13019
13409
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13081,7 +13471,7 @@ class ComputeManagementClient {
|
|
|
13081
13471
|
* @param TerminateClusterNetworkRequest
|
|
13082
13472
|
* @return TerminateClusterNetworkResponse
|
|
13083
13473
|
* @throws OciError when an error occurs
|
|
13084
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13474
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/TerminateClusterNetwork.ts.html |here} to see how to use TerminateClusterNetwork API.
|
|
13085
13475
|
*/
|
|
13086
13476
|
terminateClusterNetwork(terminateClusterNetworkRequest) {
|
|
13087
13477
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13148,7 +13538,7 @@ class ComputeManagementClient {
|
|
|
13148
13538
|
* @param TerminateInstancePoolRequest
|
|
13149
13539
|
* @return TerminateInstancePoolResponse
|
|
13150
13540
|
* @throws OciError when an error occurs
|
|
13151
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13541
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/TerminateInstancePool.ts.html |here} to see how to use TerminateInstancePool API.
|
|
13152
13542
|
*/
|
|
13153
13543
|
terminateInstancePool(terminateInstancePoolRequest) {
|
|
13154
13544
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13203,7 +13593,7 @@ class ComputeManagementClient {
|
|
|
13203
13593
|
* @param UpdateClusterNetworkRequest
|
|
13204
13594
|
* @return UpdateClusterNetworkResponse
|
|
13205
13595
|
* @throws OciError when an error occurs
|
|
13206
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13596
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateClusterNetwork.ts.html |here} to see how to use UpdateClusterNetwork API.
|
|
13207
13597
|
*/
|
|
13208
13598
|
updateClusterNetwork(updateClusterNetworkRequest) {
|
|
13209
13599
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13268,7 +13658,7 @@ class ComputeManagementClient {
|
|
|
13268
13658
|
* @param UpdateInstanceConfigurationRequest
|
|
13269
13659
|
* @return UpdateInstanceConfigurationResponse
|
|
13270
13660
|
* @throws OciError when an error occurs
|
|
13271
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13661
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateInstanceConfiguration.ts.html |here} to see how to use UpdateInstanceConfiguration API.
|
|
13272
13662
|
*/
|
|
13273
13663
|
updateInstanceConfiguration(updateInstanceConfigurationRequest) {
|
|
13274
13664
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13336,7 +13726,7 @@ class ComputeManagementClient {
|
|
|
13336
13726
|
* @param UpdateInstancePoolRequest
|
|
13337
13727
|
* @return UpdateInstancePoolResponse
|
|
13338
13728
|
* @throws OciError when an error occurs
|
|
13339
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13729
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateInstancePool.ts.html |here} to see how to use UpdateInstancePool API.
|
|
13340
13730
|
*/
|
|
13341
13731
|
updateInstancePool(updateInstancePoolRequest) {
|
|
13342
13732
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13509,7 +13899,7 @@ class VirtualNetworkClient {
|
|
|
13509
13899
|
* @param AddDrgRouteDistributionStatementsRequest
|
|
13510
13900
|
* @return AddDrgRouteDistributionStatementsResponse
|
|
13511
13901
|
* @throws OciError when an error occurs
|
|
13512
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13902
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/AddDrgRouteDistributionStatements.ts.html |here} to see how to use AddDrgRouteDistributionStatements API.
|
|
13513
13903
|
*/
|
|
13514
13904
|
addDrgRouteDistributionStatements(addDrgRouteDistributionStatementsRequest) {
|
|
13515
13905
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13568,7 +13958,7 @@ class VirtualNetworkClient {
|
|
|
13568
13958
|
* @param AddDrgRouteRulesRequest
|
|
13569
13959
|
* @return AddDrgRouteRulesResponse
|
|
13570
13960
|
* @throws OciError when an error occurs
|
|
13571
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13961
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/AddDrgRouteRules.ts.html |here} to see how to use AddDrgRouteRules API.
|
|
13572
13962
|
*/
|
|
13573
13963
|
addDrgRouteRules(addDrgRouteRulesRequest) {
|
|
13574
13964
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13628,7 +14018,7 @@ class VirtualNetworkClient {
|
|
|
13628
14018
|
* @param AddIpv6SubnetCidrRequest
|
|
13629
14019
|
* @return AddIpv6SubnetCidrResponse
|
|
13630
14020
|
* @throws OciError when an error occurs
|
|
13631
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14021
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/AddIpv6SubnetCidr.ts.html |here} to see how to use AddIpv6SubnetCidr API.
|
|
13632
14022
|
*/
|
|
13633
14023
|
addIpv6SubnetCidr(addIpv6SubnetCidrRequest) {
|
|
13634
14024
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13697,7 +14087,7 @@ class VirtualNetworkClient {
|
|
|
13697
14087
|
* @param AddIpv6VcnCidrRequest
|
|
13698
14088
|
* @return AddIpv6VcnCidrResponse
|
|
13699
14089
|
* @throws OciError when an error occurs
|
|
13700
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14090
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/AddIpv6VcnCidr.ts.html |here} to see how to use AddIpv6VcnCidr API.
|
|
13701
14091
|
*/
|
|
13702
14092
|
addIpv6VcnCidr(addIpv6VcnCidrRequest) {
|
|
13703
14093
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13760,7 +14150,7 @@ class VirtualNetworkClient {
|
|
|
13760
14150
|
* @param AddNetworkSecurityGroupSecurityRulesRequest
|
|
13761
14151
|
* @return AddNetworkSecurityGroupSecurityRulesResponse
|
|
13762
14152
|
* @throws OciError when an error occurs
|
|
13763
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14153
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/AddNetworkSecurityGroupSecurityRules.ts.html |here} to see how to use AddNetworkSecurityGroupSecurityRules API.
|
|
13764
14154
|
*/
|
|
13765
14155
|
addNetworkSecurityGroupSecurityRules(addNetworkSecurityGroupSecurityRulesRequest) {
|
|
13766
14156
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13821,7 +14211,7 @@ class VirtualNetworkClient {
|
|
|
13821
14211
|
* @param AddPublicIpPoolCapacityRequest
|
|
13822
14212
|
* @return AddPublicIpPoolCapacityResponse
|
|
13823
14213
|
* @throws OciError when an error occurs
|
|
13824
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14214
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/AddPublicIpPoolCapacity.ts.html |here} to see how to use AddPublicIpPoolCapacity API.
|
|
13825
14215
|
*/
|
|
13826
14216
|
addPublicIpPoolCapacity(addPublicIpPoolCapacityRequest) {
|
|
13827
14217
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13893,7 +14283,7 @@ class VirtualNetworkClient {
|
|
|
13893
14283
|
* @param AddVcnCidrRequest
|
|
13894
14284
|
* @return AddVcnCidrResponse
|
|
13895
14285
|
* @throws OciError when an error occurs
|
|
13896
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14286
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/AddVcnCidr.ts.html |here} to see how to use AddVcnCidr API.
|
|
13897
14287
|
*/
|
|
13898
14288
|
addVcnCidr(addVcnCidrRequest) {
|
|
13899
14289
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13957,7 +14347,7 @@ class VirtualNetworkClient {
|
|
|
13957
14347
|
* @param AdvertiseByoipRangeRequest
|
|
13958
14348
|
* @return AdvertiseByoipRangeResponse
|
|
13959
14349
|
* @throws OciError when an error occurs
|
|
13960
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14350
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/AdvertiseByoipRange.ts.html |here} to see how to use AdvertiseByoipRange API.
|
|
13961
14351
|
*/
|
|
13962
14352
|
advertiseByoipRange(advertiseByoipRangeRequest) {
|
|
13963
14353
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14021,7 +14411,7 @@ class VirtualNetworkClient {
|
|
|
14021
14411
|
* @param AttachServiceIdRequest
|
|
14022
14412
|
* @return AttachServiceIdResponse
|
|
14023
14413
|
* @throws OciError when an error occurs
|
|
14024
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14414
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/AttachServiceId.ts.html |here} to see how to use AttachServiceId API.
|
|
14025
14415
|
*/
|
|
14026
14416
|
attachServiceId(attachServiceIdRequest) {
|
|
14027
14417
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14084,7 +14474,7 @@ class VirtualNetworkClient {
|
|
|
14084
14474
|
* @param BulkAddVirtualCircuitPublicPrefixesRequest
|
|
14085
14475
|
* @return BulkAddVirtualCircuitPublicPrefixesResponse
|
|
14086
14476
|
* @throws OciError when an error occurs
|
|
14087
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14477
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/BulkAddVirtualCircuitPublicPrefixes.ts.html |here} to see how to use BulkAddVirtualCircuitPublicPrefixes API.
|
|
14088
14478
|
*/
|
|
14089
14479
|
bulkAddVirtualCircuitPublicPrefixes(bulkAddVirtualCircuitPublicPrefixesRequest) {
|
|
14090
14480
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14136,7 +14526,7 @@ class VirtualNetworkClient {
|
|
|
14136
14526
|
* @param BulkDeleteVirtualCircuitPublicPrefixesRequest
|
|
14137
14527
|
* @return BulkDeleteVirtualCircuitPublicPrefixesResponse
|
|
14138
14528
|
* @throws OciError when an error occurs
|
|
14139
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14529
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/BulkDeleteVirtualCircuitPublicPrefixes.ts.html |here} to see how to use BulkDeleteVirtualCircuitPublicPrefixes API.
|
|
14140
14530
|
*/
|
|
14141
14531
|
bulkDeleteVirtualCircuitPublicPrefixes(bulkDeleteVirtualCircuitPublicPrefixesRequest) {
|
|
14142
14532
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14187,7 +14577,7 @@ class VirtualNetworkClient {
|
|
|
14187
14577
|
* @param ChangeByoipRangeCompartmentRequest
|
|
14188
14578
|
* @return ChangeByoipRangeCompartmentResponse
|
|
14189
14579
|
* @throws OciError when an error occurs
|
|
14190
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14580
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ChangeByoipRangeCompartment.ts.html |here} to see how to use ChangeByoipRangeCompartment API.
|
|
14191
14581
|
*/
|
|
14192
14582
|
changeByoipRangeCompartment(changeByoipRangeCompartmentRequest) {
|
|
14193
14583
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14246,7 +14636,7 @@ class VirtualNetworkClient {
|
|
|
14246
14636
|
* @param ChangeCaptureFilterCompartmentRequest
|
|
14247
14637
|
* @return ChangeCaptureFilterCompartmentResponse
|
|
14248
14638
|
* @throws OciError when an error occurs
|
|
14249
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14639
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ChangeCaptureFilterCompartment.ts.html |here} to see how to use ChangeCaptureFilterCompartment API.
|
|
14250
14640
|
*/
|
|
14251
14641
|
changeCaptureFilterCompartment(changeCaptureFilterCompartmentRequest) {
|
|
14252
14642
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14316,7 +14706,7 @@ class VirtualNetworkClient {
|
|
|
14316
14706
|
* @param ChangeCpeCompartmentRequest
|
|
14317
14707
|
* @return ChangeCpeCompartmentResponse
|
|
14318
14708
|
* @throws OciError when an error occurs
|
|
14319
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14709
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ChangeCpeCompartment.ts.html |here} to see how to use ChangeCpeCompartment API.
|
|
14320
14710
|
*/
|
|
14321
14711
|
changeCpeCompartment(changeCpeCompartmentRequest) {
|
|
14322
14712
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14380,7 +14770,7 @@ class VirtualNetworkClient {
|
|
|
14380
14770
|
* @param ChangeCrossConnectCompartmentRequest
|
|
14381
14771
|
* @return ChangeCrossConnectCompartmentResponse
|
|
14382
14772
|
* @throws OciError when an error occurs
|
|
14383
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14773
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ChangeCrossConnectCompartment.ts.html |here} to see how to use ChangeCrossConnectCompartment API.
|
|
14384
14774
|
*/
|
|
14385
14775
|
changeCrossConnectCompartment(changeCrossConnectCompartmentRequest) {
|
|
14386
14776
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14444,7 +14834,7 @@ class VirtualNetworkClient {
|
|
|
14444
14834
|
* @param ChangeCrossConnectGroupCompartmentRequest
|
|
14445
14835
|
* @return ChangeCrossConnectGroupCompartmentResponse
|
|
14446
14836
|
* @throws OciError when an error occurs
|
|
14447
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14837
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ChangeCrossConnectGroupCompartment.ts.html |here} to see how to use ChangeCrossConnectGroupCompartment API.
|
|
14448
14838
|
*/
|
|
14449
14839
|
changeCrossConnectGroupCompartment(changeCrossConnectGroupCompartmentRequest) {
|
|
14450
14840
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14508,7 +14898,7 @@ class VirtualNetworkClient {
|
|
|
14508
14898
|
* @param ChangeDhcpOptionsCompartmentRequest
|
|
14509
14899
|
* @return ChangeDhcpOptionsCompartmentResponse
|
|
14510
14900
|
* @throws OciError when an error occurs
|
|
14511
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14901
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ChangeDhcpOptionsCompartment.ts.html |here} to see how to use ChangeDhcpOptionsCompartment API.
|
|
14512
14902
|
*/
|
|
14513
14903
|
changeDhcpOptionsCompartment(changeDhcpOptionsCompartmentRequest) {
|
|
14514
14904
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14572,7 +14962,7 @@ class VirtualNetworkClient {
|
|
|
14572
14962
|
* @param ChangeDrgCompartmentRequest
|
|
14573
14963
|
* @return ChangeDrgCompartmentResponse
|
|
14574
14964
|
* @throws OciError when an error occurs
|
|
14575
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14965
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ChangeDrgCompartment.ts.html |here} to see how to use ChangeDrgCompartment API.
|
|
14576
14966
|
*/
|
|
14577
14967
|
changeDrgCompartment(changeDrgCompartmentRequest) {
|
|
14578
14968
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14641,7 +15031,7 @@ class VirtualNetworkClient {
|
|
|
14641
15031
|
* @param ChangeIPSecConnectionCompartmentRequest
|
|
14642
15032
|
* @return ChangeIPSecConnectionCompartmentResponse
|
|
14643
15033
|
* @throws OciError when an error occurs
|
|
14644
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15034
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ChangeIPSecConnectionCompartment.ts.html |here} to see how to use ChangeIPSecConnectionCompartment API.
|
|
14645
15035
|
*/
|
|
14646
15036
|
changeIPSecConnectionCompartment(changeIPSecConnectionCompartmentRequest) {
|
|
14647
15037
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14705,7 +15095,7 @@ class VirtualNetworkClient {
|
|
|
14705
15095
|
* @param ChangeInternetGatewayCompartmentRequest
|
|
14706
15096
|
* @return ChangeInternetGatewayCompartmentResponse
|
|
14707
15097
|
* @throws OciError when an error occurs
|
|
14708
|
-
* @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.56.0/core/ChangeInternetGatewayCompartment.ts.html |here} to see how to use ChangeInternetGatewayCompartment API.
|
|
14709
15099
|
*/
|
|
14710
15100
|
changeInternetGatewayCompartment(changeInternetGatewayCompartmentRequest) {
|
|
14711
15101
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14769,7 +15159,7 @@ class VirtualNetworkClient {
|
|
|
14769
15159
|
* @param ChangeLocalPeeringGatewayCompartmentRequest
|
|
14770
15160
|
* @return ChangeLocalPeeringGatewayCompartmentResponse
|
|
14771
15161
|
* @throws OciError when an error occurs
|
|
14772
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15162
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ChangeLocalPeeringGatewayCompartment.ts.html |here} to see how to use ChangeLocalPeeringGatewayCompartment API.
|
|
14773
15163
|
*/
|
|
14774
15164
|
changeLocalPeeringGatewayCompartment(changeLocalPeeringGatewayCompartmentRequest) {
|
|
14775
15165
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14833,7 +15223,7 @@ class VirtualNetworkClient {
|
|
|
14833
15223
|
* @param ChangeNatGatewayCompartmentRequest
|
|
14834
15224
|
* @return ChangeNatGatewayCompartmentResponse
|
|
14835
15225
|
* @throws OciError when an error occurs
|
|
14836
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15226
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ChangeNatGatewayCompartment.ts.html |here} to see how to use ChangeNatGatewayCompartment API.
|
|
14837
15227
|
*/
|
|
14838
15228
|
changeNatGatewayCompartment(changeNatGatewayCompartmentRequest) {
|
|
14839
15229
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14896,7 +15286,7 @@ class VirtualNetworkClient {
|
|
|
14896
15286
|
* @param ChangeNetworkSecurityGroupCompartmentRequest
|
|
14897
15287
|
* @return ChangeNetworkSecurityGroupCompartmentResponse
|
|
14898
15288
|
* @throws OciError when an error occurs
|
|
14899
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15289
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ChangeNetworkSecurityGroupCompartment.ts.html |here} to see how to use ChangeNetworkSecurityGroupCompartment API.
|
|
14900
15290
|
*/
|
|
14901
15291
|
changeNetworkSecurityGroupCompartment(changeNetworkSecurityGroupCompartmentRequest) {
|
|
14902
15292
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14963,7 +15353,7 @@ class VirtualNetworkClient {
|
|
|
14963
15353
|
* @param ChangePublicIpCompartmentRequest
|
|
14964
15354
|
* @return ChangePublicIpCompartmentResponse
|
|
14965
15355
|
* @throws OciError when an error occurs
|
|
14966
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15356
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ChangePublicIpCompartment.ts.html |here} to see how to use ChangePublicIpCompartment API.
|
|
14967
15357
|
*/
|
|
14968
15358
|
changePublicIpCompartment(changePublicIpCompartmentRequest) {
|
|
14969
15359
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15027,7 +15417,7 @@ class VirtualNetworkClient {
|
|
|
15027
15417
|
* @param ChangePublicIpPoolCompartmentRequest
|
|
15028
15418
|
* @return ChangePublicIpPoolCompartmentResponse
|
|
15029
15419
|
* @throws OciError when an error occurs
|
|
15030
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15420
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ChangePublicIpPoolCompartment.ts.html |here} to see how to use ChangePublicIpPoolCompartment API.
|
|
15031
15421
|
*/
|
|
15032
15422
|
changePublicIpPoolCompartment(changePublicIpPoolCompartmentRequest) {
|
|
15033
15423
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15086,7 +15476,7 @@ class VirtualNetworkClient {
|
|
|
15086
15476
|
* @param ChangeRemotePeeringConnectionCompartmentRequest
|
|
15087
15477
|
* @return ChangeRemotePeeringConnectionCompartmentResponse
|
|
15088
15478
|
* @throws OciError when an error occurs
|
|
15089
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15479
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ChangeRemotePeeringConnectionCompartment.ts.html |here} to see how to use ChangeRemotePeeringConnectionCompartment API.
|
|
15090
15480
|
*/
|
|
15091
15481
|
changeRemotePeeringConnectionCompartment(changeRemotePeeringConnectionCompartmentRequest) {
|
|
15092
15482
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15150,7 +15540,7 @@ class VirtualNetworkClient {
|
|
|
15150
15540
|
* @param ChangeRouteTableCompartmentRequest
|
|
15151
15541
|
* @return ChangeRouteTableCompartmentResponse
|
|
15152
15542
|
* @throws OciError when an error occurs
|
|
15153
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15543
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ChangeRouteTableCompartment.ts.html |here} to see how to use ChangeRouteTableCompartment API.
|
|
15154
15544
|
*/
|
|
15155
15545
|
changeRouteTableCompartment(changeRouteTableCompartmentRequest) {
|
|
15156
15546
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15214,7 +15604,7 @@ class VirtualNetworkClient {
|
|
|
15214
15604
|
* @param ChangeSecurityListCompartmentRequest
|
|
15215
15605
|
* @return ChangeSecurityListCompartmentResponse
|
|
15216
15606
|
* @throws OciError when an error occurs
|
|
15217
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15607
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ChangeSecurityListCompartment.ts.html |here} to see how to use ChangeSecurityListCompartment API.
|
|
15218
15608
|
*/
|
|
15219
15609
|
changeSecurityListCompartment(changeSecurityListCompartmentRequest) {
|
|
15220
15610
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15278,7 +15668,7 @@ class VirtualNetworkClient {
|
|
|
15278
15668
|
* @param ChangeServiceGatewayCompartmentRequest
|
|
15279
15669
|
* @return ChangeServiceGatewayCompartmentResponse
|
|
15280
15670
|
* @throws OciError when an error occurs
|
|
15281
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15671
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ChangeServiceGatewayCompartment.ts.html |here} to see how to use ChangeServiceGatewayCompartment API.
|
|
15282
15672
|
*/
|
|
15283
15673
|
changeServiceGatewayCompartment(changeServiceGatewayCompartmentRequest) {
|
|
15284
15674
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15342,7 +15732,7 @@ class VirtualNetworkClient {
|
|
|
15342
15732
|
* @param ChangeSubnetCompartmentRequest
|
|
15343
15733
|
* @return ChangeSubnetCompartmentResponse
|
|
15344
15734
|
* @throws OciError when an error occurs
|
|
15345
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15735
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ChangeSubnetCompartment.ts.html |here} to see how to use ChangeSubnetCompartment API.
|
|
15346
15736
|
*/
|
|
15347
15737
|
changeSubnetCompartment(changeSubnetCompartmentRequest) {
|
|
15348
15738
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15411,7 +15801,7 @@ class VirtualNetworkClient {
|
|
|
15411
15801
|
* @param ChangeVcnCompartmentRequest
|
|
15412
15802
|
* @return ChangeVcnCompartmentResponse
|
|
15413
15803
|
* @throws OciError when an error occurs
|
|
15414
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15804
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ChangeVcnCompartment.ts.html |here} to see how to use ChangeVcnCompartment API.
|
|
15415
15805
|
*/
|
|
15416
15806
|
changeVcnCompartment(changeVcnCompartmentRequest) {
|
|
15417
15807
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15480,7 +15870,7 @@ class VirtualNetworkClient {
|
|
|
15480
15870
|
* @param ChangeVirtualCircuitCompartmentRequest
|
|
15481
15871
|
* @return ChangeVirtualCircuitCompartmentResponse
|
|
15482
15872
|
* @throws OciError when an error occurs
|
|
15483
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15873
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ChangeVirtualCircuitCompartment.ts.html |here} to see how to use ChangeVirtualCircuitCompartment API.
|
|
15484
15874
|
*/
|
|
15485
15875
|
changeVirtualCircuitCompartment(changeVirtualCircuitCompartmentRequest) {
|
|
15486
15876
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15544,7 +15934,7 @@ class VirtualNetworkClient {
|
|
|
15544
15934
|
* @param ChangeVlanCompartmentRequest
|
|
15545
15935
|
* @return ChangeVlanCompartmentResponse
|
|
15546
15936
|
* @throws OciError when an error occurs
|
|
15547
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15937
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ChangeVlanCompartment.ts.html |here} to see how to use ChangeVlanCompartment API.
|
|
15548
15938
|
*/
|
|
15549
15939
|
changeVlanCompartment(changeVlanCompartmentRequest) {
|
|
15550
15940
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15609,7 +15999,7 @@ class VirtualNetworkClient {
|
|
|
15609
15999
|
* @param ChangeVtapCompartmentRequest
|
|
15610
16000
|
* @return ChangeVtapCompartmentResponse
|
|
15611
16001
|
* @throws OciError when an error occurs
|
|
15612
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16002
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ChangeVtapCompartment.ts.html |here} to see how to use ChangeVtapCompartment API.
|
|
15613
16003
|
*/
|
|
15614
16004
|
changeVtapCompartment(changeVtapCompartmentRequest) {
|
|
15615
16005
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15684,7 +16074,7 @@ class VirtualNetworkClient {
|
|
|
15684
16074
|
* @param ConnectLocalPeeringGatewaysRequest
|
|
15685
16075
|
* @return ConnectLocalPeeringGatewaysResponse
|
|
15686
16076
|
* @throws OciError when an error occurs
|
|
15687
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16077
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ConnectLocalPeeringGateways.ts.html |here} to see how to use ConnectLocalPeeringGateways API.
|
|
15688
16078
|
*/
|
|
15689
16079
|
connectLocalPeeringGateways(connectLocalPeeringGatewaysRequest) {
|
|
15690
16080
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15746,7 +16136,7 @@ class VirtualNetworkClient {
|
|
|
15746
16136
|
* @param ConnectRemotePeeringConnectionsRequest
|
|
15747
16137
|
* @return ConnectRemotePeeringConnectionsResponse
|
|
15748
16138
|
* @throws OciError when an error occurs
|
|
15749
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16139
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ConnectRemotePeeringConnections.ts.html |here} to see how to use ConnectRemotePeeringConnections API.
|
|
15750
16140
|
*/
|
|
15751
16141
|
connectRemotePeeringConnections(connectRemotePeeringConnectionsRequest) {
|
|
15752
16142
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15801,7 +16191,7 @@ class VirtualNetworkClient {
|
|
|
15801
16191
|
* @param CreateByoipRangeRequest
|
|
15802
16192
|
* @return CreateByoipRangeResponse
|
|
15803
16193
|
* @throws OciError when an error occurs
|
|
15804
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16194
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateByoipRange.ts.html |here} to see how to use CreateByoipRange API.
|
|
15805
16195
|
*/
|
|
15806
16196
|
createByoipRange(createByoipRangeRequest) {
|
|
15807
16197
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15873,7 +16263,7 @@ class VirtualNetworkClient {
|
|
|
15873
16263
|
* @param CreateCaptureFilterRequest
|
|
15874
16264
|
* @return CreateCaptureFilterResponse
|
|
15875
16265
|
* @throws OciError when an error occurs
|
|
15876
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16266
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateCaptureFilter.ts.html |here} to see how to use CreateCaptureFilter API.
|
|
15877
16267
|
*/
|
|
15878
16268
|
createCaptureFilter(createCaptureFilterRequest) {
|
|
15879
16269
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15951,7 +16341,7 @@ class VirtualNetworkClient {
|
|
|
15951
16341
|
* @param CreateCpeRequest
|
|
15952
16342
|
* @return CreateCpeResponse
|
|
15953
16343
|
* @throws OciError when an error occurs
|
|
15954
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16344
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateCpe.ts.html |here} to see how to use CreateCpe API.
|
|
15955
16345
|
*/
|
|
15956
16346
|
createCpe(createCpeRequest) {
|
|
15957
16347
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16032,7 +16422,7 @@ class VirtualNetworkClient {
|
|
|
16032
16422
|
* @param CreateCrossConnectRequest
|
|
16033
16423
|
* @return CreateCrossConnectResponse
|
|
16034
16424
|
* @throws OciError when an error occurs
|
|
16035
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16425
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateCrossConnect.ts.html |here} to see how to use CreateCrossConnect API.
|
|
16036
16426
|
*/
|
|
16037
16427
|
createCrossConnect(createCrossConnectRequest) {
|
|
16038
16428
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16109,7 +16499,7 @@ class VirtualNetworkClient {
|
|
|
16109
16499
|
* @param CreateCrossConnectGroupRequest
|
|
16110
16500
|
* @return CreateCrossConnectGroupResponse
|
|
16111
16501
|
* @throws OciError when an error occurs
|
|
16112
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16502
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateCrossConnectGroup.ts.html |here} to see how to use CreateCrossConnectGroup API.
|
|
16113
16503
|
*/
|
|
16114
16504
|
createCrossConnectGroup(createCrossConnectGroupRequest) {
|
|
16115
16505
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16183,7 +16573,7 @@ class VirtualNetworkClient {
|
|
|
16183
16573
|
* @param CreateDhcpOptionsRequest
|
|
16184
16574
|
* @return CreateDhcpOptionsResponse
|
|
16185
16575
|
* @throws OciError when an error occurs
|
|
16186
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16576
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateDhcpOptions.ts.html |here} to see how to use CreateDhcpOptions API.
|
|
16187
16577
|
*/
|
|
16188
16578
|
createDhcpOptions(createDhcpOptionsRequest) {
|
|
16189
16579
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16257,7 +16647,7 @@ class VirtualNetworkClient {
|
|
|
16257
16647
|
* @param CreateDrgRequest
|
|
16258
16648
|
* @return CreateDrgResponse
|
|
16259
16649
|
* @throws OciError when an error occurs
|
|
16260
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16650
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateDrg.ts.html |here} to see how to use CreateDrg API.
|
|
16261
16651
|
*/
|
|
16262
16652
|
createDrg(createDrgRequest) {
|
|
16263
16653
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16330,7 +16720,7 @@ class VirtualNetworkClient {
|
|
|
16330
16720
|
* @param CreateDrgAttachmentRequest
|
|
16331
16721
|
* @return CreateDrgAttachmentResponse
|
|
16332
16722
|
* @throws OciError when an error occurs
|
|
16333
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16723
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateDrgAttachment.ts.html |here} to see how to use CreateDrgAttachment API.
|
|
16334
16724
|
*/
|
|
16335
16725
|
createDrgAttachment(createDrgAttachmentRequest) {
|
|
16336
16726
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16396,7 +16786,7 @@ class VirtualNetworkClient {
|
|
|
16396
16786
|
* @param CreateDrgRouteDistributionRequest
|
|
16397
16787
|
* @return CreateDrgRouteDistributionResponse
|
|
16398
16788
|
* @throws OciError when an error occurs
|
|
16399
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16789
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateDrgRouteDistribution.ts.html |here} to see how to use CreateDrgRouteDistribution API.
|
|
16400
16790
|
*/
|
|
16401
16791
|
createDrgRouteDistribution(createDrgRouteDistributionRequest) {
|
|
16402
16792
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16460,7 +16850,7 @@ class VirtualNetworkClient {
|
|
|
16460
16850
|
* @param CreateDrgRouteTableRequest
|
|
16461
16851
|
* @return CreateDrgRouteTableResponse
|
|
16462
16852
|
* @throws OciError when an error occurs
|
|
16463
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16853
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateDrgRouteTable.ts.html |here} to see how to use CreateDrgRouteTable API.
|
|
16464
16854
|
*/
|
|
16465
16855
|
createDrgRouteTable(createDrgRouteTableRequest) {
|
|
16466
16856
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16550,7 +16940,7 @@ class VirtualNetworkClient {
|
|
|
16550
16940
|
* @param CreateIPSecConnectionRequest
|
|
16551
16941
|
* @return CreateIPSecConnectionResponse
|
|
16552
16942
|
* @throws OciError when an error occurs
|
|
16553
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16943
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateIPSecConnection.ts.html |here} to see how to use CreateIPSecConnection API.
|
|
16554
16944
|
*/
|
|
16555
16945
|
createIPSecConnection(createIPSecConnectionRequest) {
|
|
16556
16946
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16632,7 +17022,7 @@ class VirtualNetworkClient {
|
|
|
16632
17022
|
* @param CreateInternetGatewayRequest
|
|
16633
17023
|
* @return CreateInternetGatewayResponse
|
|
16634
17024
|
* @throws OciError when an error occurs
|
|
16635
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17025
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateInternetGateway.ts.html |here} to see how to use CreateInternetGateway API.
|
|
16636
17026
|
*/
|
|
16637
17027
|
createInternetGateway(createInternetGatewayRequest) {
|
|
16638
17028
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16695,7 +17085,7 @@ class VirtualNetworkClient {
|
|
|
16695
17085
|
* @param CreateIpv6Request
|
|
16696
17086
|
* @return CreateIpv6Response
|
|
16697
17087
|
* @throws OciError when an error occurs
|
|
16698
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17088
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateIpv6.ts.html |here} to see how to use CreateIpv6 API.
|
|
16699
17089
|
*/
|
|
16700
17090
|
createIpv6(createIpv6Request) {
|
|
16701
17091
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16759,7 +17149,7 @@ class VirtualNetworkClient {
|
|
|
16759
17149
|
* @param CreateLocalPeeringGatewayRequest
|
|
16760
17150
|
* @return CreateLocalPeeringGatewayResponse
|
|
16761
17151
|
* @throws OciError when an error occurs
|
|
16762
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17152
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateLocalPeeringGateway.ts.html |here} to see how to use CreateLocalPeeringGateway API.
|
|
16763
17153
|
*/
|
|
16764
17154
|
createLocalPeeringGateway(createLocalPeeringGatewayRequest) {
|
|
16765
17155
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16823,7 +17213,7 @@ class VirtualNetworkClient {
|
|
|
16823
17213
|
* @param CreateNatGatewayRequest
|
|
16824
17214
|
* @return CreateNatGatewayResponse
|
|
16825
17215
|
* @throws OciError when an error occurs
|
|
16826
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17216
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateNatGateway.ts.html |here} to see how to use CreateNatGateway API.
|
|
16827
17217
|
*/
|
|
16828
17218
|
createNatGateway(createNatGatewayRequest) {
|
|
16829
17219
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16886,7 +17276,7 @@ class VirtualNetworkClient {
|
|
|
16886
17276
|
* @param CreateNetworkSecurityGroupRequest
|
|
16887
17277
|
* @return CreateNetworkSecurityGroupResponse
|
|
16888
17278
|
* @throws OciError when an error occurs
|
|
16889
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17279
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateNetworkSecurityGroup.ts.html |here} to see how to use CreateNetworkSecurityGroup API.
|
|
16890
17280
|
*/
|
|
16891
17281
|
createNetworkSecurityGroup(createNetworkSecurityGroupRequest) {
|
|
16892
17282
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16951,7 +17341,7 @@ class VirtualNetworkClient {
|
|
|
16951
17341
|
* @param CreatePrivateIpRequest
|
|
16952
17342
|
* @return CreatePrivateIpResponse
|
|
16953
17343
|
* @throws OciError when an error occurs
|
|
16954
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17344
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreatePrivateIp.ts.html |here} to see how to use CreatePrivateIp API.
|
|
16955
17345
|
*/
|
|
16956
17346
|
createPrivateIp(createPrivateIpRequest) {
|
|
16957
17347
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17034,7 +17424,7 @@ class VirtualNetworkClient {
|
|
|
17034
17424
|
* @param CreatePublicIpRequest
|
|
17035
17425
|
* @return CreatePublicIpResponse
|
|
17036
17426
|
* @throws OciError when an error occurs
|
|
17037
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17427
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreatePublicIp.ts.html |here} to see how to use CreatePublicIp API.
|
|
17038
17428
|
*/
|
|
17039
17429
|
createPublicIp(createPublicIpRequest) {
|
|
17040
17430
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17097,7 +17487,7 @@ class VirtualNetworkClient {
|
|
|
17097
17487
|
* @param CreatePublicIpPoolRequest
|
|
17098
17488
|
* @return CreatePublicIpPoolResponse
|
|
17099
17489
|
* @throws OciError when an error occurs
|
|
17100
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17490
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreatePublicIpPool.ts.html |here} to see how to use CreatePublicIpPool API.
|
|
17101
17491
|
*/
|
|
17102
17492
|
createPublicIpPool(createPublicIpPoolRequest) {
|
|
17103
17493
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17161,7 +17551,7 @@ class VirtualNetworkClient {
|
|
|
17161
17551
|
* @param CreateRemotePeeringConnectionRequest
|
|
17162
17552
|
* @return CreateRemotePeeringConnectionResponse
|
|
17163
17553
|
* @throws OciError when an error occurs
|
|
17164
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17554
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateRemotePeeringConnection.ts.html |here} to see how to use CreateRemotePeeringConnection API.
|
|
17165
17555
|
*/
|
|
17166
17556
|
createRemotePeeringConnection(createRemotePeeringConnectionRequest) {
|
|
17167
17557
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17238,7 +17628,7 @@ class VirtualNetworkClient {
|
|
|
17238
17628
|
* @param CreateRouteTableRequest
|
|
17239
17629
|
* @return CreateRouteTableResponse
|
|
17240
17630
|
* @throws OciError when an error occurs
|
|
17241
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17631
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateRouteTable.ts.html |here} to see how to use CreateRouteTable API.
|
|
17242
17632
|
*/
|
|
17243
17633
|
createRouteTable(createRouteTableRequest) {
|
|
17244
17634
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17314,7 +17704,7 @@ class VirtualNetworkClient {
|
|
|
17314
17704
|
* @param CreateSecurityListRequest
|
|
17315
17705
|
* @return CreateSecurityListResponse
|
|
17316
17706
|
* @throws OciError when an error occurs
|
|
17317
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17707
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateSecurityList.ts.html |here} to see how to use CreateSecurityList API.
|
|
17318
17708
|
*/
|
|
17319
17709
|
createSecurityList(createSecurityListRequest) {
|
|
17320
17710
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17385,7 +17775,7 @@ class VirtualNetworkClient {
|
|
|
17385
17775
|
* @param CreateServiceGatewayRequest
|
|
17386
17776
|
* @return CreateServiceGatewayResponse
|
|
17387
17777
|
* @throws OciError when an error occurs
|
|
17388
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17778
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateServiceGateway.ts.html |here} to see how to use CreateServiceGateway API.
|
|
17389
17779
|
*/
|
|
17390
17780
|
createServiceGateway(createServiceGatewayRequest) {
|
|
17391
17781
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17473,7 +17863,7 @@ class VirtualNetworkClient {
|
|
|
17473
17863
|
* @param CreateSubnetRequest
|
|
17474
17864
|
* @return CreateSubnetResponse
|
|
17475
17865
|
* @throws OciError when an error occurs
|
|
17476
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17866
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateSubnet.ts.html |here} to see how to use CreateSubnet API.
|
|
17477
17867
|
*/
|
|
17478
17868
|
createSubnet(createSubnetRequest) {
|
|
17479
17869
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17568,7 +17958,7 @@ class VirtualNetworkClient {
|
|
|
17568
17958
|
* @param CreateVcnRequest
|
|
17569
17959
|
* @return CreateVcnResponse
|
|
17570
17960
|
* @throws OciError when an error occurs
|
|
17571
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17961
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateVcn.ts.html |here} to see how to use CreateVcn API.
|
|
17572
17962
|
*/
|
|
17573
17963
|
createVcn(createVcnRequest) {
|
|
17574
17964
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17651,7 +18041,7 @@ class VirtualNetworkClient {
|
|
|
17651
18041
|
* @param CreateVirtualCircuitRequest
|
|
17652
18042
|
* @return CreateVirtualCircuitResponse
|
|
17653
18043
|
* @throws OciError when an error occurs
|
|
17654
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18044
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateVirtualCircuit.ts.html |here} to see how to use CreateVirtualCircuit API.
|
|
17655
18045
|
*/
|
|
17656
18046
|
createVirtualCircuit(createVirtualCircuitRequest) {
|
|
17657
18047
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17714,7 +18104,7 @@ class VirtualNetworkClient {
|
|
|
17714
18104
|
* @param CreateVlanRequest
|
|
17715
18105
|
* @return CreateVlanResponse
|
|
17716
18106
|
* @throws OciError when an error occurs
|
|
17717
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18107
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateVlan.ts.html |here} to see how to use CreateVlan API.
|
|
17718
18108
|
*/
|
|
17719
18109
|
createVlan(createVlanRequest) {
|
|
17720
18110
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17786,7 +18176,7 @@ class VirtualNetworkClient {
|
|
|
17786
18176
|
* @param CreateVtapRequest
|
|
17787
18177
|
* @return CreateVtapResponse
|
|
17788
18178
|
* @throws OciError when an error occurs
|
|
17789
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18179
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/CreateVtap.ts.html |here} to see how to use CreateVtap API.
|
|
17790
18180
|
*/
|
|
17791
18181
|
createVtap(createVtapRequest) {
|
|
17792
18182
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17854,7 +18244,7 @@ class VirtualNetworkClient {
|
|
|
17854
18244
|
* @param DeleteByoipRangeRequest
|
|
17855
18245
|
* @return DeleteByoipRangeResponse
|
|
17856
18246
|
* @throws OciError when an error occurs
|
|
17857
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteByoipRange.ts.html |here} to see how to use DeleteByoipRange API.
|
|
17858
18248
|
*/
|
|
17859
18249
|
deleteByoipRange(deleteByoipRangeRequest) {
|
|
17860
18250
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17916,7 +18306,7 @@ class VirtualNetworkClient {
|
|
|
17916
18306
|
* @param DeleteCaptureFilterRequest
|
|
17917
18307
|
* @return DeleteCaptureFilterResponse
|
|
17918
18308
|
* @throws OciError when an error occurs
|
|
17919
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18309
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteCaptureFilter.ts.html |here} to see how to use DeleteCaptureFilter API.
|
|
17920
18310
|
*/
|
|
17921
18311
|
deleteCaptureFilter(deleteCaptureFilterRequest) {
|
|
17922
18312
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17974,7 +18364,7 @@ class VirtualNetworkClient {
|
|
|
17974
18364
|
* @param DeleteCpeRequest
|
|
17975
18365
|
* @return DeleteCpeResponse
|
|
17976
18366
|
* @throws OciError when an error occurs
|
|
17977
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18367
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteCpe.ts.html |here} to see how to use DeleteCpe API.
|
|
17978
18368
|
*/
|
|
17979
18369
|
deleteCpe(deleteCpeRequest) {
|
|
17980
18370
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18030,7 +18420,7 @@ class VirtualNetworkClient {
|
|
|
18030
18420
|
* @param DeleteCrossConnectRequest
|
|
18031
18421
|
* @return DeleteCrossConnectResponse
|
|
18032
18422
|
* @throws OciError when an error occurs
|
|
18033
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18423
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteCrossConnect.ts.html |here} to see how to use DeleteCrossConnect API.
|
|
18034
18424
|
*/
|
|
18035
18425
|
deleteCrossConnect(deleteCrossConnectRequest) {
|
|
18036
18426
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18087,7 +18477,7 @@ class VirtualNetworkClient {
|
|
|
18087
18477
|
* @param DeleteCrossConnectGroupRequest
|
|
18088
18478
|
* @return DeleteCrossConnectGroupResponse
|
|
18089
18479
|
* @throws OciError when an error occurs
|
|
18090
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18480
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteCrossConnectGroup.ts.html |here} to see how to use DeleteCrossConnectGroup API.
|
|
18091
18481
|
*/
|
|
18092
18482
|
deleteCrossConnectGroup(deleteCrossConnectGroupRequest) {
|
|
18093
18483
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18146,7 +18536,7 @@ class VirtualNetworkClient {
|
|
|
18146
18536
|
* @param DeleteDhcpOptionsRequest
|
|
18147
18537
|
* @return DeleteDhcpOptionsResponse
|
|
18148
18538
|
* @throws OciError when an error occurs
|
|
18149
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18539
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteDhcpOptions.ts.html |here} to see how to use DeleteDhcpOptions API.
|
|
18150
18540
|
*/
|
|
18151
18541
|
deleteDhcpOptions(deleteDhcpOptionsRequest) {
|
|
18152
18542
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18204,7 +18594,7 @@ class VirtualNetworkClient {
|
|
|
18204
18594
|
* @param DeleteDrgRequest
|
|
18205
18595
|
* @return DeleteDrgResponse
|
|
18206
18596
|
* @throws OciError when an error occurs
|
|
18207
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18597
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteDrg.ts.html |here} to see how to use DeleteDrg API.
|
|
18208
18598
|
*/
|
|
18209
18599
|
deleteDrg(deleteDrgRequest) {
|
|
18210
18600
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18261,7 +18651,7 @@ class VirtualNetworkClient {
|
|
|
18261
18651
|
* @param DeleteDrgAttachmentRequest
|
|
18262
18652
|
* @return DeleteDrgAttachmentResponse
|
|
18263
18653
|
* @throws OciError when an error occurs
|
|
18264
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18654
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteDrgAttachment.ts.html |here} to see how to use DeleteDrgAttachment API.
|
|
18265
18655
|
*/
|
|
18266
18656
|
deleteDrgAttachment(deleteDrgAttachmentRequest) {
|
|
18267
18657
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18318,7 +18708,7 @@ class VirtualNetworkClient {
|
|
|
18318
18708
|
* @param DeleteDrgRouteDistributionRequest
|
|
18319
18709
|
* @return DeleteDrgRouteDistributionResponse
|
|
18320
18710
|
* @throws OciError when an error occurs
|
|
18321
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18711
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteDrgRouteDistribution.ts.html |here} to see how to use DeleteDrgRouteDistribution API.
|
|
18322
18712
|
*/
|
|
18323
18713
|
deleteDrgRouteDistribution(deleteDrgRouteDistributionRequest) {
|
|
18324
18714
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18373,7 +18763,7 @@ class VirtualNetworkClient {
|
|
|
18373
18763
|
* @param DeleteDrgRouteTableRequest
|
|
18374
18764
|
* @return DeleteDrgRouteTableResponse
|
|
18375
18765
|
* @throws OciError when an error occurs
|
|
18376
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18766
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteDrgRouteTable.ts.html |here} to see how to use DeleteDrgRouteTable API.
|
|
18377
18767
|
*/
|
|
18378
18768
|
deleteDrgRouteTable(deleteDrgRouteTableRequest) {
|
|
18379
18769
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18435,7 +18825,7 @@ class VirtualNetworkClient {
|
|
|
18435
18825
|
* @param DeleteIPSecConnectionRequest
|
|
18436
18826
|
* @return DeleteIPSecConnectionResponse
|
|
18437
18827
|
* @throws OciError when an error occurs
|
|
18438
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18828
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteIPSecConnection.ts.html |here} to see how to use DeleteIPSecConnection API.
|
|
18439
18829
|
*/
|
|
18440
18830
|
deleteIPSecConnection(deleteIPSecConnectionRequest) {
|
|
18441
18831
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18494,7 +18884,7 @@ class VirtualNetworkClient {
|
|
|
18494
18884
|
* @param DeleteInternetGatewayRequest
|
|
18495
18885
|
* @return DeleteInternetGatewayResponse
|
|
18496
18886
|
* @throws OciError when an error occurs
|
|
18497
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18887
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteInternetGateway.ts.html |here} to see how to use DeleteInternetGateway API.
|
|
18498
18888
|
*/
|
|
18499
18889
|
deleteInternetGateway(deleteInternetGatewayRequest) {
|
|
18500
18890
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18550,7 +18940,7 @@ class VirtualNetworkClient {
|
|
|
18550
18940
|
* @param DeleteIpv6Request
|
|
18551
18941
|
* @return DeleteIpv6Response
|
|
18552
18942
|
* @throws OciError when an error occurs
|
|
18553
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
18943
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteIpv6.ts.html |here} to see how to use DeleteIpv6 API.
|
|
18554
18944
|
*/
|
|
18555
18945
|
deleteIpv6(deleteIpv6Request) {
|
|
18556
18946
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18609,7 +18999,7 @@ class VirtualNetworkClient {
|
|
|
18609
18999
|
* @param DeleteLocalPeeringGatewayRequest
|
|
18610
19000
|
* @return DeleteLocalPeeringGatewayResponse
|
|
18611
19001
|
* @throws OciError when an error occurs
|
|
18612
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19002
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteLocalPeeringGateway.ts.html |here} to see how to use DeleteLocalPeeringGateway API.
|
|
18613
19003
|
*/
|
|
18614
19004
|
deleteLocalPeeringGateway(deleteLocalPeeringGatewayRequest) {
|
|
18615
19005
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18668,7 +19058,7 @@ class VirtualNetworkClient {
|
|
|
18668
19058
|
* @param DeleteNatGatewayRequest
|
|
18669
19059
|
* @return DeleteNatGatewayResponse
|
|
18670
19060
|
* @throws OciError when an error occurs
|
|
18671
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19061
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteNatGateway.ts.html |here} to see how to use DeleteNatGateway API.
|
|
18672
19062
|
*/
|
|
18673
19063
|
deleteNatGateway(deleteNatGatewayRequest) {
|
|
18674
19064
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18729,7 +19119,7 @@ class VirtualNetworkClient {
|
|
|
18729
19119
|
* @param DeleteNetworkSecurityGroupRequest
|
|
18730
19120
|
* @return DeleteNetworkSecurityGroupResponse
|
|
18731
19121
|
* @throws OciError when an error occurs
|
|
18732
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19122
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteNetworkSecurityGroup.ts.html |here} to see how to use DeleteNetworkSecurityGroup API.
|
|
18733
19123
|
*/
|
|
18734
19124
|
deleteNetworkSecurityGroup(deleteNetworkSecurityGroupRequest) {
|
|
18735
19125
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18794,7 +19184,7 @@ class VirtualNetworkClient {
|
|
|
18794
19184
|
* @param DeletePrivateIpRequest
|
|
18795
19185
|
* @return DeletePrivateIpResponse
|
|
18796
19186
|
* @throws OciError when an error occurs
|
|
18797
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19187
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeletePrivateIp.ts.html |here} to see how to use DeletePrivateIp API.
|
|
18798
19188
|
*/
|
|
18799
19189
|
deletePrivateIp(deletePrivateIpRequest) {
|
|
18800
19190
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18863,7 +19253,7 @@ class VirtualNetworkClient {
|
|
|
18863
19253
|
* @param DeletePublicIpRequest
|
|
18864
19254
|
* @return DeletePublicIpResponse
|
|
18865
19255
|
* @throws OciError when an error occurs
|
|
18866
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19256
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeletePublicIp.ts.html |here} to see how to use DeletePublicIp API.
|
|
18867
19257
|
*/
|
|
18868
19258
|
deletePublicIp(deletePublicIpRequest) {
|
|
18869
19259
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18920,7 +19310,7 @@ class VirtualNetworkClient {
|
|
|
18920
19310
|
* @param DeletePublicIpPoolRequest
|
|
18921
19311
|
* @return DeletePublicIpPoolResponse
|
|
18922
19312
|
* @throws OciError when an error occurs
|
|
18923
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19313
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeletePublicIpPool.ts.html |here} to see how to use DeletePublicIpPool API.
|
|
18924
19314
|
*/
|
|
18925
19315
|
deletePublicIpPool(deletePublicIpPoolRequest) {
|
|
18926
19316
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18979,7 +19369,7 @@ class VirtualNetworkClient {
|
|
|
18979
19369
|
* @param DeleteRemotePeeringConnectionRequest
|
|
18980
19370
|
* @return DeleteRemotePeeringConnectionResponse
|
|
18981
19371
|
* @throws OciError when an error occurs
|
|
18982
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19372
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteRemotePeeringConnection.ts.html |here} to see how to use DeleteRemotePeeringConnection API.
|
|
18983
19373
|
*/
|
|
18984
19374
|
deleteRemotePeeringConnection(deleteRemotePeeringConnectionRequest) {
|
|
18985
19375
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19038,7 +19428,7 @@ class VirtualNetworkClient {
|
|
|
19038
19428
|
* @param DeleteRouteTableRequest
|
|
19039
19429
|
* @return DeleteRouteTableResponse
|
|
19040
19430
|
* @throws OciError when an error occurs
|
|
19041
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19431
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteRouteTable.ts.html |here} to see how to use DeleteRouteTable API.
|
|
19042
19432
|
*/
|
|
19043
19433
|
deleteRouteTable(deleteRouteTableRequest) {
|
|
19044
19434
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19097,7 +19487,7 @@ class VirtualNetworkClient {
|
|
|
19097
19487
|
* @param DeleteSecurityListRequest
|
|
19098
19488
|
* @return DeleteSecurityListResponse
|
|
19099
19489
|
* @throws OciError when an error occurs
|
|
19100
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19490
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteSecurityList.ts.html |here} to see how to use DeleteSecurityList API.
|
|
19101
19491
|
*/
|
|
19102
19492
|
deleteSecurityList(deleteSecurityListRequest) {
|
|
19103
19493
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19153,7 +19543,7 @@ class VirtualNetworkClient {
|
|
|
19153
19543
|
* @param DeleteServiceGatewayRequest
|
|
19154
19544
|
* @return DeleteServiceGatewayResponse
|
|
19155
19545
|
* @throws OciError when an error occurs
|
|
19156
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19546
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteServiceGateway.ts.html |here} to see how to use DeleteServiceGateway API.
|
|
19157
19547
|
*/
|
|
19158
19548
|
deleteServiceGateway(deleteServiceGatewayRequest) {
|
|
19159
19549
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19210,7 +19600,7 @@ class VirtualNetworkClient {
|
|
|
19210
19600
|
* @param DeleteSubnetRequest
|
|
19211
19601
|
* @return DeleteSubnetResponse
|
|
19212
19602
|
* @throws OciError when an error occurs
|
|
19213
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19603
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteSubnet.ts.html |here} to see how to use DeleteSubnet API.
|
|
19214
19604
|
*/
|
|
19215
19605
|
deleteSubnet(deleteSubnetRequest) {
|
|
19216
19606
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19270,7 +19660,7 @@ class VirtualNetworkClient {
|
|
|
19270
19660
|
* @param DeleteVcnRequest
|
|
19271
19661
|
* @return DeleteVcnResponse
|
|
19272
19662
|
* @throws OciError when an error occurs
|
|
19273
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19663
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteVcn.ts.html |here} to see how to use DeleteVcn API.
|
|
19274
19664
|
*/
|
|
19275
19665
|
deleteVcn(deleteVcnRequest) {
|
|
19276
19666
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19329,7 +19719,7 @@ class VirtualNetworkClient {
|
|
|
19329
19719
|
* @param DeleteVirtualCircuitRequest
|
|
19330
19720
|
* @return DeleteVirtualCircuitResponse
|
|
19331
19721
|
* @throws OciError when an error occurs
|
|
19332
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19722
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteVirtualCircuit.ts.html |here} to see how to use DeleteVirtualCircuit API.
|
|
19333
19723
|
*/
|
|
19334
19724
|
deleteVirtualCircuit(deleteVirtualCircuitRequest) {
|
|
19335
19725
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19384,7 +19774,7 @@ class VirtualNetworkClient {
|
|
|
19384
19774
|
* @param DeleteVlanRequest
|
|
19385
19775
|
* @return DeleteVlanResponse
|
|
19386
19776
|
* @throws OciError when an error occurs
|
|
19387
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19777
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteVlan.ts.html |here} to see how to use DeleteVlan API.
|
|
19388
19778
|
*/
|
|
19389
19779
|
deleteVlan(deleteVlanRequest) {
|
|
19390
19780
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19441,7 +19831,7 @@ class VirtualNetworkClient {
|
|
|
19441
19831
|
* @param DeleteVtapRequest
|
|
19442
19832
|
* @return DeleteVtapResponse
|
|
19443
19833
|
* @throws OciError when an error occurs
|
|
19444
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19834
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DeleteVtap.ts.html |here} to see how to use DeleteVtap API.
|
|
19445
19835
|
*/
|
|
19446
19836
|
deleteVtap(deleteVtapRequest) {
|
|
19447
19837
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19513,7 +19903,7 @@ class VirtualNetworkClient {
|
|
|
19513
19903
|
* @param DetachServiceIdRequest
|
|
19514
19904
|
* @return DetachServiceIdResponse
|
|
19515
19905
|
* @throws OciError when an error occurs
|
|
19516
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19906
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/DetachServiceId.ts.html |here} to see how to use DetachServiceId API.
|
|
19517
19907
|
*/
|
|
19518
19908
|
detachServiceId(detachServiceIdRequest) {
|
|
19519
19909
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19573,7 +19963,7 @@ class VirtualNetworkClient {
|
|
|
19573
19963
|
* @param GetAllDrgAttachmentsRequest
|
|
19574
19964
|
* @return GetAllDrgAttachmentsResponse
|
|
19575
19965
|
* @throws OciError when an error occurs
|
|
19576
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
19966
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetAllDrgAttachments.ts.html |here} to see how to use GetAllDrgAttachments API.
|
|
19577
19967
|
*/
|
|
19578
19968
|
getAllDrgAttachments(getAllDrgAttachmentsRequest) {
|
|
19579
19969
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19682,7 +20072,7 @@ class VirtualNetworkClient {
|
|
|
19682
20072
|
* @param GetAllowedIkeIPSecParametersRequest
|
|
19683
20073
|
* @return GetAllowedIkeIPSecParametersResponse
|
|
19684
20074
|
* @throws OciError when an error occurs
|
|
19685
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20075
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetAllowedIkeIPSecParameters.ts.html |here} to see how to use GetAllowedIkeIPSecParameters API.
|
|
19686
20076
|
*/
|
|
19687
20077
|
getAllowedIkeIPSecParameters(getAllowedIkeIPSecParametersRequest) {
|
|
19688
20078
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19739,7 +20129,7 @@ class VirtualNetworkClient {
|
|
|
19739
20129
|
* @param GetByoipRangeRequest
|
|
19740
20130
|
* @return GetByoipRangeResponse
|
|
19741
20131
|
* @throws OciError when an error occurs
|
|
19742
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20132
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetByoipRange.ts.html |here} to see how to use GetByoipRange API.
|
|
19743
20133
|
*/
|
|
19744
20134
|
getByoipRange(getByoipRangeRequest) {
|
|
19745
20135
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19802,7 +20192,7 @@ class VirtualNetworkClient {
|
|
|
19802
20192
|
* @param GetCaptureFilterRequest
|
|
19803
20193
|
* @return GetCaptureFilterResponse
|
|
19804
20194
|
* @throws OciError when an error occurs
|
|
19805
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20195
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetCaptureFilter.ts.html |here} to see how to use GetCaptureFilter API.
|
|
19806
20196
|
*/
|
|
19807
20197
|
getCaptureFilter(getCaptureFilterRequest) {
|
|
19808
20198
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19865,7 +20255,7 @@ class VirtualNetworkClient {
|
|
|
19865
20255
|
* @param GetCpeRequest
|
|
19866
20256
|
* @return GetCpeResponse
|
|
19867
20257
|
* @throws OciError when an error occurs
|
|
19868
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20258
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetCpe.ts.html |here} to see how to use GetCpe API.
|
|
19869
20259
|
*/
|
|
19870
20260
|
getCpe(getCpeRequest) {
|
|
19871
20261
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -19945,7 +20335,7 @@ class VirtualNetworkClient {
|
|
|
19945
20335
|
* @param GetCpeDeviceConfigContentRequest
|
|
19946
20336
|
* @return GetCpeDeviceConfigContentResponse
|
|
19947
20337
|
* @throws OciError when an error occurs
|
|
19948
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20338
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetCpeDeviceConfigContent.ts.html |here} to see how to use GetCpeDeviceConfigContent API.
|
|
19949
20339
|
*/
|
|
19950
20340
|
getCpeDeviceConfigContent(getCpeDeviceConfigContentRequest) {
|
|
19951
20341
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20011,7 +20401,7 @@ class VirtualNetworkClient {
|
|
|
20011
20401
|
* @param GetCpeDeviceShapeRequest
|
|
20012
20402
|
* @return GetCpeDeviceShapeResponse
|
|
20013
20403
|
* @throws OciError when an error occurs
|
|
20014
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20404
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetCpeDeviceShape.ts.html |here} to see how to use GetCpeDeviceShape API.
|
|
20015
20405
|
*/
|
|
20016
20406
|
getCpeDeviceShape(getCpeDeviceShapeRequest) {
|
|
20017
20407
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20069,7 +20459,7 @@ class VirtualNetworkClient {
|
|
|
20069
20459
|
* @param GetCrossConnectRequest
|
|
20070
20460
|
* @return GetCrossConnectResponse
|
|
20071
20461
|
* @throws OciError when an error occurs
|
|
20072
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20462
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetCrossConnect.ts.html |here} to see how to use GetCrossConnect API.
|
|
20073
20463
|
*/
|
|
20074
20464
|
getCrossConnect(getCrossConnectRequest) {
|
|
20075
20465
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20131,7 +20521,7 @@ class VirtualNetworkClient {
|
|
|
20131
20521
|
* @param GetCrossConnectGroupRequest
|
|
20132
20522
|
* @return GetCrossConnectGroupResponse
|
|
20133
20523
|
* @throws OciError when an error occurs
|
|
20134
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20524
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetCrossConnectGroup.ts.html |here} to see how to use GetCrossConnectGroup API.
|
|
20135
20525
|
*/
|
|
20136
20526
|
getCrossConnectGroup(getCrossConnectGroupRequest) {
|
|
20137
20527
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20193,7 +20583,7 @@ class VirtualNetworkClient {
|
|
|
20193
20583
|
* @param GetCrossConnectLetterOfAuthorityRequest
|
|
20194
20584
|
* @return GetCrossConnectLetterOfAuthorityResponse
|
|
20195
20585
|
* @throws OciError when an error occurs
|
|
20196
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20586
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetCrossConnectLetterOfAuthority.ts.html |here} to see how to use GetCrossConnectLetterOfAuthority API.
|
|
20197
20587
|
*/
|
|
20198
20588
|
getCrossConnectLetterOfAuthority(getCrossConnectLetterOfAuthorityRequest) {
|
|
20199
20589
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20251,7 +20641,7 @@ class VirtualNetworkClient {
|
|
|
20251
20641
|
* @param GetCrossConnectStatusRequest
|
|
20252
20642
|
* @return GetCrossConnectStatusResponse
|
|
20253
20643
|
* @throws OciError when an error occurs
|
|
20254
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20644
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetCrossConnectStatus.ts.html |here} to see how to use GetCrossConnectStatus API.
|
|
20255
20645
|
*/
|
|
20256
20646
|
getCrossConnectStatus(getCrossConnectStatusRequest) {
|
|
20257
20647
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20308,7 +20698,7 @@ class VirtualNetworkClient {
|
|
|
20308
20698
|
* @param GetDhcpOptionsRequest
|
|
20309
20699
|
* @return GetDhcpOptionsResponse
|
|
20310
20700
|
* @throws OciError when an error occurs
|
|
20311
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20701
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetDhcpOptions.ts.html |here} to see how to use GetDhcpOptions API.
|
|
20312
20702
|
*/
|
|
20313
20703
|
getDhcpOptions(getDhcpOptionsRequest) {
|
|
20314
20704
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20370,7 +20760,7 @@ class VirtualNetworkClient {
|
|
|
20370
20760
|
* @param GetDrgRequest
|
|
20371
20761
|
* @return GetDrgResponse
|
|
20372
20762
|
* @throws OciError when an error occurs
|
|
20373
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20763
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetDrg.ts.html |here} to see how to use GetDrg API.
|
|
20374
20764
|
*/
|
|
20375
20765
|
getDrg(getDrgRequest) {
|
|
20376
20766
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20432,7 +20822,7 @@ class VirtualNetworkClient {
|
|
|
20432
20822
|
* @param GetDrgAttachmentRequest
|
|
20433
20823
|
* @return GetDrgAttachmentResponse
|
|
20434
20824
|
* @throws OciError when an error occurs
|
|
20435
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20825
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetDrgAttachment.ts.html |here} to see how to use GetDrgAttachment API.
|
|
20436
20826
|
*/
|
|
20437
20827
|
getDrgAttachment(getDrgAttachmentRequest) {
|
|
20438
20828
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20496,7 +20886,7 @@ class VirtualNetworkClient {
|
|
|
20496
20886
|
* @param GetDrgRedundancyStatusRequest
|
|
20497
20887
|
* @return GetDrgRedundancyStatusResponse
|
|
20498
20888
|
* @throws OciError when an error occurs
|
|
20499
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20889
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetDrgRedundancyStatus.ts.html |here} to see how to use GetDrgRedundancyStatus API.
|
|
20500
20890
|
*/
|
|
20501
20891
|
getDrgRedundancyStatus(getDrgRedundancyStatusRequest) {
|
|
20502
20892
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20554,7 +20944,7 @@ class VirtualNetworkClient {
|
|
|
20554
20944
|
* @param GetDrgRouteDistributionRequest
|
|
20555
20945
|
* @return GetDrgRouteDistributionResponse
|
|
20556
20946
|
* @throws OciError when an error occurs
|
|
20557
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
20947
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetDrgRouteDistribution.ts.html |here} to see how to use GetDrgRouteDistribution API.
|
|
20558
20948
|
*/
|
|
20559
20949
|
getDrgRouteDistribution(getDrgRouteDistributionRequest) {
|
|
20560
20950
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20616,7 +21006,7 @@ class VirtualNetworkClient {
|
|
|
20616
21006
|
* @param GetDrgRouteTableRequest
|
|
20617
21007
|
* @return GetDrgRouteTableResponse
|
|
20618
21008
|
* @throws OciError when an error occurs
|
|
20619
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21009
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetDrgRouteTable.ts.html |here} to see how to use GetDrgRouteTable API.
|
|
20620
21010
|
*/
|
|
20621
21011
|
getDrgRouteTable(getDrgRouteTableRequest) {
|
|
20622
21012
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20680,7 +21070,7 @@ class VirtualNetworkClient {
|
|
|
20680
21070
|
* @param GetFastConnectProviderServiceRequest
|
|
20681
21071
|
* @return GetFastConnectProviderServiceResponse
|
|
20682
21072
|
* @throws OciError when an error occurs
|
|
20683
|
-
* @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.56.0/core/GetFastConnectProviderService.ts.html |here} to see how to use GetFastConnectProviderService API.
|
|
20684
21074
|
*/
|
|
20685
21075
|
getFastConnectProviderService(getFastConnectProviderServiceRequest) {
|
|
20686
21076
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20739,7 +21129,7 @@ class VirtualNetworkClient {
|
|
|
20739
21129
|
* @param GetFastConnectProviderServiceKeyRequest
|
|
20740
21130
|
* @return GetFastConnectProviderServiceKeyResponse
|
|
20741
21131
|
* @throws OciError when an error occurs
|
|
20742
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21132
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetFastConnectProviderServiceKey.ts.html |here} to see how to use GetFastConnectProviderServiceKey API.
|
|
20743
21133
|
*/
|
|
20744
21134
|
getFastConnectProviderServiceKey(getFastConnectProviderServiceKeyRequest) {
|
|
20745
21135
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20800,7 +21190,7 @@ class VirtualNetworkClient {
|
|
|
20800
21190
|
* @param GetIPSecConnectionRequest
|
|
20801
21191
|
* @return GetIPSecConnectionResponse
|
|
20802
21192
|
* @throws OciError when an error occurs
|
|
20803
|
-
* @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.56.0/core/GetIPSecConnection.ts.html |here} to see how to use GetIPSecConnection API.
|
|
20804
21194
|
*/
|
|
20805
21195
|
getIPSecConnection(getIPSecConnectionRequest) {
|
|
20806
21196
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20866,7 +21256,7 @@ class VirtualNetworkClient {
|
|
|
20866
21256
|
* @param GetIPSecConnectionDeviceConfigRequest
|
|
20867
21257
|
* @return GetIPSecConnectionDeviceConfigResponse
|
|
20868
21258
|
* @throws OciError when an error occurs
|
|
20869
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21259
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetIPSecConnectionDeviceConfig.ts.html |here} to see how to use GetIPSecConnectionDeviceConfig API.
|
|
20870
21260
|
*/
|
|
20871
21261
|
getIPSecConnectionDeviceConfig(getIPSecConnectionDeviceConfigRequest) {
|
|
20872
21262
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20930,7 +21320,7 @@ class VirtualNetworkClient {
|
|
|
20930
21320
|
* @param GetIPSecConnectionDeviceStatusRequest
|
|
20931
21321
|
* @return GetIPSecConnectionDeviceStatusResponse
|
|
20932
21322
|
* @throws OciError when an error occurs
|
|
20933
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21323
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetIPSecConnectionDeviceStatus.ts.html |here} to see how to use GetIPSecConnectionDeviceStatus API.
|
|
20934
21324
|
*/
|
|
20935
21325
|
getIPSecConnectionDeviceStatus(getIPSecConnectionDeviceStatusRequest) {
|
|
20936
21326
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20995,7 +21385,7 @@ class VirtualNetworkClient {
|
|
|
20995
21385
|
* @param GetIPSecConnectionTunnelRequest
|
|
20996
21386
|
* @return GetIPSecConnectionTunnelResponse
|
|
20997
21387
|
* @throws OciError when an error occurs
|
|
20998
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21388
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetIPSecConnectionTunnel.ts.html |here} to see how to use GetIPSecConnectionTunnel API.
|
|
20999
21389
|
*/
|
|
21000
21390
|
getIPSecConnectionTunnel(getIPSecConnectionTunnelRequest) {
|
|
21001
21391
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21059,7 +21449,7 @@ class VirtualNetworkClient {
|
|
|
21059
21449
|
* @param GetIPSecConnectionTunnelErrorRequest
|
|
21060
21450
|
* @return GetIPSecConnectionTunnelErrorResponse
|
|
21061
21451
|
* @throws OciError when an error occurs
|
|
21062
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21452
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetIPSecConnectionTunnelError.ts.html |here} to see how to use GetIPSecConnectionTunnelError API.
|
|
21063
21453
|
*/
|
|
21064
21454
|
getIPSecConnectionTunnelError(getIPSecConnectionTunnelErrorRequest) {
|
|
21065
21455
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21119,7 +21509,7 @@ class VirtualNetworkClient {
|
|
|
21119
21509
|
* @param GetIPSecConnectionTunnelSharedSecretRequest
|
|
21120
21510
|
* @return GetIPSecConnectionTunnelSharedSecretResponse
|
|
21121
21511
|
* @throws OciError when an error occurs
|
|
21122
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21512
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetIPSecConnectionTunnelSharedSecret.ts.html |here} to see how to use GetIPSecConnectionTunnelSharedSecret API.
|
|
21123
21513
|
*/
|
|
21124
21514
|
getIPSecConnectionTunnelSharedSecret(getIPSecConnectionTunnelSharedSecretRequest) {
|
|
21125
21515
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21182,7 +21572,7 @@ class VirtualNetworkClient {
|
|
|
21182
21572
|
* @param GetInternetGatewayRequest
|
|
21183
21573
|
* @return GetInternetGatewayResponse
|
|
21184
21574
|
* @throws OciError when an error occurs
|
|
21185
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21575
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetInternetGateway.ts.html |here} to see how to use GetInternetGateway API.
|
|
21186
21576
|
*/
|
|
21187
21577
|
getInternetGateway(getInternetGatewayRequest) {
|
|
21188
21578
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21263,7 +21653,7 @@ class VirtualNetworkClient {
|
|
|
21263
21653
|
* @param GetIpsecCpeDeviceConfigContentRequest
|
|
21264
21654
|
* @return GetIpsecCpeDeviceConfigContentResponse
|
|
21265
21655
|
* @throws OciError when an error occurs
|
|
21266
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21656
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetIpsecCpeDeviceConfigContent.ts.html |here} to see how to use GetIpsecCpeDeviceConfigContent API.
|
|
21267
21657
|
*/
|
|
21268
21658
|
getIpsecCpeDeviceConfigContent(getIpsecCpeDeviceConfigContentRequest) {
|
|
21269
21659
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21324,7 +21714,7 @@ class VirtualNetworkClient {
|
|
|
21324
21714
|
* @param GetIpv6Request
|
|
21325
21715
|
* @return GetIpv6Response
|
|
21326
21716
|
* @throws OciError when an error occurs
|
|
21327
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21717
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetIpv6.ts.html |here} to see how to use GetIpv6 API.
|
|
21328
21718
|
*/
|
|
21329
21719
|
getIpv6(getIpv6Request) {
|
|
21330
21720
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21387,7 +21777,7 @@ class VirtualNetworkClient {
|
|
|
21387
21777
|
* @param GetLocalPeeringGatewayRequest
|
|
21388
21778
|
* @return GetLocalPeeringGatewayResponse
|
|
21389
21779
|
* @throws OciError when an error occurs
|
|
21390
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21780
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetLocalPeeringGateway.ts.html |here} to see how to use GetLocalPeeringGateway API.
|
|
21391
21781
|
*/
|
|
21392
21782
|
getLocalPeeringGateway(getLocalPeeringGatewayRequest) {
|
|
21393
21783
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21449,7 +21839,7 @@ class VirtualNetworkClient {
|
|
|
21449
21839
|
* @param GetNatGatewayRequest
|
|
21450
21840
|
* @return GetNatGatewayResponse
|
|
21451
21841
|
* @throws OciError when an error occurs
|
|
21452
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21842
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetNatGateway.ts.html |here} to see how to use GetNatGateway API.
|
|
21453
21843
|
*/
|
|
21454
21844
|
getNatGateway(getNatGatewayRequest) {
|
|
21455
21845
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21518,7 +21908,7 @@ class VirtualNetworkClient {
|
|
|
21518
21908
|
* @param GetNetworkSecurityGroupRequest
|
|
21519
21909
|
* @return GetNetworkSecurityGroupResponse
|
|
21520
21910
|
* @throws OciError when an error occurs
|
|
21521
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21911
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetNetworkSecurityGroup.ts.html |here} to see how to use GetNetworkSecurityGroup API.
|
|
21522
21912
|
*/
|
|
21523
21913
|
getNetworkSecurityGroup(getNetworkSecurityGroupRequest) {
|
|
21524
21914
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21580,7 +21970,7 @@ class VirtualNetworkClient {
|
|
|
21580
21970
|
* @param GetNetworkingTopologyRequest
|
|
21581
21971
|
* @return GetNetworkingTopologyResponse
|
|
21582
21972
|
* @throws OciError when an error occurs
|
|
21583
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
21973
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetNetworkingTopology.ts.html |here} to see how to use GetNetworkingTopology API.
|
|
21584
21974
|
*/
|
|
21585
21975
|
getNetworkingTopology(getNetworkingTopologyRequest) {
|
|
21586
21976
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21651,7 +22041,7 @@ class VirtualNetworkClient {
|
|
|
21651
22041
|
* @param GetPrivateIpRequest
|
|
21652
22042
|
* @return GetPrivateIpResponse
|
|
21653
22043
|
* @throws OciError when an error occurs
|
|
21654
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22044
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetPrivateIp.ts.html |here} to see how to use GetPrivateIp API.
|
|
21655
22045
|
*/
|
|
21656
22046
|
getPrivateIp(getPrivateIpRequest) {
|
|
21657
22047
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21724,7 +22114,7 @@ class VirtualNetworkClient {
|
|
|
21724
22114
|
* @param GetPublicIpRequest
|
|
21725
22115
|
* @return GetPublicIpResponse
|
|
21726
22116
|
* @throws OciError when an error occurs
|
|
21727
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22117
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetPublicIp.ts.html |here} to see how to use GetPublicIp API.
|
|
21728
22118
|
*/
|
|
21729
22119
|
getPublicIp(getPublicIpRequest) {
|
|
21730
22120
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21791,7 +22181,7 @@ class VirtualNetworkClient {
|
|
|
21791
22181
|
* @param GetPublicIpByIpAddressRequest
|
|
21792
22182
|
* @return GetPublicIpByIpAddressResponse
|
|
21793
22183
|
* @throws OciError when an error occurs
|
|
21794
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22184
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetPublicIpByIpAddress.ts.html |here} to see how to use GetPublicIpByIpAddress API.
|
|
21795
22185
|
*/
|
|
21796
22186
|
getPublicIpByIpAddress(getPublicIpByIpAddressRequest) {
|
|
21797
22187
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21863,7 +22253,7 @@ class VirtualNetworkClient {
|
|
|
21863
22253
|
* @param GetPublicIpByPrivateIpIdRequest
|
|
21864
22254
|
* @return GetPublicIpByPrivateIpIdResponse
|
|
21865
22255
|
* @throws OciError when an error occurs
|
|
21866
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22256
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetPublicIpByPrivateIpId.ts.html |here} to see how to use GetPublicIpByPrivateIpId API.
|
|
21867
22257
|
*/
|
|
21868
22258
|
getPublicIpByPrivateIpId(getPublicIpByPrivateIpIdRequest) {
|
|
21869
22259
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21925,7 +22315,7 @@ class VirtualNetworkClient {
|
|
|
21925
22315
|
* @param GetPublicIpPoolRequest
|
|
21926
22316
|
* @return GetPublicIpPoolResponse
|
|
21927
22317
|
* @throws OciError when an error occurs
|
|
21928
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22318
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetPublicIpPool.ts.html |here} to see how to use GetPublicIpPool API.
|
|
21929
22319
|
*/
|
|
21930
22320
|
getPublicIpPool(getPublicIpPoolRequest) {
|
|
21931
22321
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21989,7 +22379,7 @@ class VirtualNetworkClient {
|
|
|
21989
22379
|
* @param GetRemotePeeringConnectionRequest
|
|
21990
22380
|
* @return GetRemotePeeringConnectionResponse
|
|
21991
22381
|
* @throws OciError when an error occurs
|
|
21992
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22382
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetRemotePeeringConnection.ts.html |here} to see how to use GetRemotePeeringConnection API.
|
|
21993
22383
|
*/
|
|
21994
22384
|
getRemotePeeringConnection(getRemotePeeringConnectionRequest) {
|
|
21995
22385
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22051,7 +22441,7 @@ class VirtualNetworkClient {
|
|
|
22051
22441
|
* @param GetRouteTableRequest
|
|
22052
22442
|
* @return GetRouteTableResponse
|
|
22053
22443
|
* @throws OciError when an error occurs
|
|
22054
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22444
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetRouteTable.ts.html |here} to see how to use GetRouteTable API.
|
|
22055
22445
|
*/
|
|
22056
22446
|
getRouteTable(getRouteTableRequest) {
|
|
22057
22447
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22113,7 +22503,7 @@ class VirtualNetworkClient {
|
|
|
22113
22503
|
* @param GetSecurityListRequest
|
|
22114
22504
|
* @return GetSecurityListResponse
|
|
22115
22505
|
* @throws OciError when an error occurs
|
|
22116
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22506
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetSecurityList.ts.html |here} to see how to use GetSecurityList API.
|
|
22117
22507
|
*/
|
|
22118
22508
|
getSecurityList(getSecurityListRequest) {
|
|
22119
22509
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22176,7 +22566,7 @@ class VirtualNetworkClient {
|
|
|
22176
22566
|
* @param GetServiceRequest
|
|
22177
22567
|
* @return GetServiceResponse
|
|
22178
22568
|
* @throws OciError when an error occurs
|
|
22179
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22569
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetService.ts.html |here} to see how to use GetService API.
|
|
22180
22570
|
*/
|
|
22181
22571
|
getService(getServiceRequest) {
|
|
22182
22572
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22238,7 +22628,7 @@ class VirtualNetworkClient {
|
|
|
22238
22628
|
* @param GetServiceGatewayRequest
|
|
22239
22629
|
* @return GetServiceGatewayResponse
|
|
22240
22630
|
* @throws OciError when an error occurs
|
|
22241
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22631
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetServiceGateway.ts.html |here} to see how to use GetServiceGateway API.
|
|
22242
22632
|
*/
|
|
22243
22633
|
getServiceGateway(getServiceGatewayRequest) {
|
|
22244
22634
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22300,7 +22690,7 @@ class VirtualNetworkClient {
|
|
|
22300
22690
|
* @param GetSubnetRequest
|
|
22301
22691
|
* @return GetSubnetResponse
|
|
22302
22692
|
* @throws OciError when an error occurs
|
|
22303
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22693
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetSubnet.ts.html |here} to see how to use GetSubnet API.
|
|
22304
22694
|
*/
|
|
22305
22695
|
getSubnet(getSubnetRequest) {
|
|
22306
22696
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22362,7 +22752,7 @@ class VirtualNetworkClient {
|
|
|
22362
22752
|
* @param GetSubnetTopologyRequest
|
|
22363
22753
|
* @return GetSubnetTopologyResponse
|
|
22364
22754
|
* @throws OciError when an error occurs
|
|
22365
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22755
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetSubnetTopology.ts.html |here} to see how to use GetSubnetTopology API.
|
|
22366
22756
|
*/
|
|
22367
22757
|
getSubnetTopology(getSubnetTopologyRequest) {
|
|
22368
22758
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22435,7 +22825,7 @@ class VirtualNetworkClient {
|
|
|
22435
22825
|
* @param GetTunnelCpeDeviceConfigRequest
|
|
22436
22826
|
* @return GetTunnelCpeDeviceConfigResponse
|
|
22437
22827
|
* @throws OciError when an error occurs
|
|
22438
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22828
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetTunnelCpeDeviceConfig.ts.html |here} to see how to use GetTunnelCpeDeviceConfig API.
|
|
22439
22829
|
*/
|
|
22440
22830
|
getTunnelCpeDeviceConfig(getTunnelCpeDeviceConfigRequest) {
|
|
22441
22831
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22517,7 +22907,7 @@ class VirtualNetworkClient {
|
|
|
22517
22907
|
* @param GetTunnelCpeDeviceConfigContentRequest
|
|
22518
22908
|
* @return GetTunnelCpeDeviceConfigContentResponse
|
|
22519
22909
|
* @throws OciError when an error occurs
|
|
22520
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22910
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetTunnelCpeDeviceConfigContent.ts.html |here} to see how to use GetTunnelCpeDeviceConfigContent API.
|
|
22521
22911
|
*/
|
|
22522
22912
|
getTunnelCpeDeviceConfigContent(getTunnelCpeDeviceConfigContentRequest) {
|
|
22523
22913
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22576,7 +22966,7 @@ class VirtualNetworkClient {
|
|
|
22576
22966
|
* @param GetUpgradeStatusRequest
|
|
22577
22967
|
* @return GetUpgradeStatusResponse
|
|
22578
22968
|
* @throws OciError when an error occurs
|
|
22579
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
22969
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetUpgradeStatus.ts.html |here} to see how to use GetUpgradeStatus API.
|
|
22580
22970
|
*/
|
|
22581
22971
|
getUpgradeStatus(getUpgradeStatusRequest) {
|
|
22582
22972
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22634,7 +23024,7 @@ class VirtualNetworkClient {
|
|
|
22634
23024
|
* @param GetVcnRequest
|
|
22635
23025
|
* @return GetVcnResponse
|
|
22636
23026
|
* @throws OciError when an error occurs
|
|
22637
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23027
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetVcn.ts.html |here} to see how to use GetVcn API.
|
|
22638
23028
|
*/
|
|
22639
23029
|
getVcn(getVcnRequest) {
|
|
22640
23030
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22696,7 +23086,7 @@ class VirtualNetworkClient {
|
|
|
22696
23086
|
* @param GetVcnDnsResolverAssociationRequest
|
|
22697
23087
|
* @return GetVcnDnsResolverAssociationResponse
|
|
22698
23088
|
* @throws OciError when an error occurs
|
|
22699
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23089
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetVcnDnsResolverAssociation.ts.html |here} to see how to use GetVcnDnsResolverAssociation API.
|
|
22700
23090
|
*/
|
|
22701
23091
|
getVcnDnsResolverAssociation(getVcnDnsResolverAssociationRequest) {
|
|
22702
23092
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22759,7 +23149,7 @@ class VirtualNetworkClient {
|
|
|
22759
23149
|
* @param GetVcnTopologyRequest
|
|
22760
23150
|
* @return GetVcnTopologyResponse
|
|
22761
23151
|
* @throws OciError when an error occurs
|
|
22762
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23152
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetVcnTopology.ts.html |here} to see how to use GetVcnTopology API.
|
|
22763
23153
|
*/
|
|
22764
23154
|
getVcnTopology(getVcnTopologyRequest) {
|
|
22765
23155
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22827,7 +23217,7 @@ class VirtualNetworkClient {
|
|
|
22827
23217
|
* @param GetVirtualCircuitRequest
|
|
22828
23218
|
* @return GetVirtualCircuitResponse
|
|
22829
23219
|
* @throws OciError when an error occurs
|
|
22830
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23220
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetVirtualCircuit.ts.html |here} to see how to use GetVirtualCircuit API.
|
|
22831
23221
|
*/
|
|
22832
23222
|
getVirtualCircuit(getVirtualCircuitRequest) {
|
|
22833
23223
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22889,7 +23279,7 @@ class VirtualNetworkClient {
|
|
|
22889
23279
|
* @param GetVlanRequest
|
|
22890
23280
|
* @return GetVlanResponse
|
|
22891
23281
|
* @throws OciError when an error occurs
|
|
22892
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23282
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetVlan.ts.html |here} to see how to use GetVlan API.
|
|
22893
23283
|
*/
|
|
22894
23284
|
getVlan(getVlanRequest) {
|
|
22895
23285
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -22956,7 +23346,7 @@ class VirtualNetworkClient {
|
|
|
22956
23346
|
* @param GetVnicRequest
|
|
22957
23347
|
* @return GetVnicResponse
|
|
22958
23348
|
* @throws OciError when an error occurs
|
|
22959
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23349
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetVnic.ts.html |here} to see how to use GetVnic API.
|
|
22960
23350
|
*/
|
|
22961
23351
|
getVnic(getVnicRequest) {
|
|
22962
23352
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23018,7 +23408,7 @@ class VirtualNetworkClient {
|
|
|
23018
23408
|
* @param GetVtapRequest
|
|
23019
23409
|
* @return GetVtapResponse
|
|
23020
23410
|
* @throws OciError when an error occurs
|
|
23021
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23411
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/GetVtap.ts.html |here} to see how to use GetVtap API.
|
|
23022
23412
|
*/
|
|
23023
23413
|
getVtap(getVtapRequest) {
|
|
23024
23414
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23083,7 +23473,7 @@ class VirtualNetworkClient {
|
|
|
23083
23473
|
* @param ListAllowedPeerRegionsForRemotePeeringRequest
|
|
23084
23474
|
* @return ListAllowedPeerRegionsForRemotePeeringResponse
|
|
23085
23475
|
* @throws OciError when an error occurs
|
|
23086
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23476
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListAllowedPeerRegionsForRemotePeering.ts.html |here} to see how to use ListAllowedPeerRegionsForRemotePeering API.
|
|
23087
23477
|
*/
|
|
23088
23478
|
listAllowedPeerRegionsForRemotePeering(listAllowedPeerRegionsForRemotePeeringRequest) {
|
|
23089
23479
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23140,7 +23530,7 @@ class VirtualNetworkClient {
|
|
|
23140
23530
|
* @param ListByoipAllocatedRangesRequest
|
|
23141
23531
|
* @return ListByoipAllocatedRangesResponse
|
|
23142
23532
|
* @throws OciError when an error occurs
|
|
23143
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23533
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListByoipAllocatedRanges.ts.html |here} to see how to use ListByoipAllocatedRanges API.
|
|
23144
23534
|
*/
|
|
23145
23535
|
listByoipAllocatedRanges(listByoipAllocatedRangesRequest) {
|
|
23146
23536
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23208,7 +23598,7 @@ class VirtualNetworkClient {
|
|
|
23208
23598
|
* @param ListByoipRangesRequest
|
|
23209
23599
|
* @return ListByoipRangesResponse
|
|
23210
23600
|
* @throws OciError when an error occurs
|
|
23211
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23601
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListByoipRanges.ts.html |here} to see how to use ListByoipRanges API.
|
|
23212
23602
|
*/
|
|
23213
23603
|
listByoipRanges(listByoipRangesRequest) {
|
|
23214
23604
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23278,7 +23668,7 @@ class VirtualNetworkClient {
|
|
|
23278
23668
|
* @param ListCaptureFiltersRequest
|
|
23279
23669
|
* @return ListCaptureFiltersResponse
|
|
23280
23670
|
* @throws OciError when an error occurs
|
|
23281
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23671
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListCaptureFilters.ts.html |here} to see how to use ListCaptureFilters API.
|
|
23282
23672
|
*/
|
|
23283
23673
|
listCaptureFilters(listCaptureFiltersRequest) {
|
|
23284
23674
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23400,7 +23790,7 @@ class VirtualNetworkClient {
|
|
|
23400
23790
|
* @param ListCpeDeviceShapesRequest
|
|
23401
23791
|
* @return ListCpeDeviceShapesResponse
|
|
23402
23792
|
* @throws OciError when an error occurs
|
|
23403
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23793
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListCpeDeviceShapes.ts.html |here} to see how to use ListCpeDeviceShapes API.
|
|
23404
23794
|
*/
|
|
23405
23795
|
listCpeDeviceShapes(listCpeDeviceShapesRequest) {
|
|
23406
23796
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23505,7 +23895,7 @@ class VirtualNetworkClient {
|
|
|
23505
23895
|
* @param ListCpesRequest
|
|
23506
23896
|
* @return ListCpesResponse
|
|
23507
23897
|
* @throws OciError when an error occurs
|
|
23508
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
23898
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListCpes.ts.html |here} to see how to use ListCpes API.
|
|
23509
23899
|
*/
|
|
23510
23900
|
listCpes(listCpesRequest) {
|
|
23511
23901
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23610,7 +24000,7 @@ class VirtualNetworkClient {
|
|
|
23610
24000
|
* @param ListCrossConnectGroupsRequest
|
|
23611
24001
|
* @return ListCrossConnectGroupsResponse
|
|
23612
24002
|
* @throws OciError when an error occurs
|
|
23613
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24003
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListCrossConnectGroups.ts.html |here} to see how to use ListCrossConnectGroups API.
|
|
23614
24004
|
*/
|
|
23615
24005
|
listCrossConnectGroups(listCrossConnectGroupsRequest) {
|
|
23616
24006
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23720,7 +24110,7 @@ class VirtualNetworkClient {
|
|
|
23720
24110
|
* @param ListCrossConnectLocationsRequest
|
|
23721
24111
|
* @return ListCrossConnectLocationsResponse
|
|
23722
24112
|
* @throws OciError when an error occurs
|
|
23723
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24113
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListCrossConnectLocations.ts.html |here} to see how to use ListCrossConnectLocations API.
|
|
23724
24114
|
*/
|
|
23725
24115
|
listCrossConnectLocations(listCrossConnectLocationsRequest) {
|
|
23726
24116
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23826,7 +24216,7 @@ class VirtualNetworkClient {
|
|
|
23826
24216
|
* @param ListCrossConnectMappingsRequest
|
|
23827
24217
|
* @return ListCrossConnectMappingsResponse
|
|
23828
24218
|
* @throws OciError when an error occurs
|
|
23829
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24219
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListCrossConnectMappings.ts.html |here} to see how to use ListCrossConnectMappings API.
|
|
23830
24220
|
*/
|
|
23831
24221
|
listCrossConnectMappings(listCrossConnectMappingsRequest) {
|
|
23832
24222
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23886,7 +24276,7 @@ class VirtualNetworkClient {
|
|
|
23886
24276
|
* @param ListCrossConnectsRequest
|
|
23887
24277
|
* @return ListCrossConnectsResponse
|
|
23888
24278
|
* @throws OciError when an error occurs
|
|
23889
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24279
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListCrossConnects.ts.html |here} to see how to use ListCrossConnects API.
|
|
23890
24280
|
*/
|
|
23891
24281
|
listCrossConnects(listCrossConnectsRequest) {
|
|
23892
24282
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -23998,7 +24388,7 @@ class VirtualNetworkClient {
|
|
|
23998
24388
|
* @param ListCrossconnectPortSpeedShapesRequest
|
|
23999
24389
|
* @return ListCrossconnectPortSpeedShapesResponse
|
|
24000
24390
|
* @throws OciError when an error occurs
|
|
24001
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24391
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListCrossconnectPortSpeedShapes.ts.html |here} to see how to use ListCrossconnectPortSpeedShapes API.
|
|
24002
24392
|
*/
|
|
24003
24393
|
listCrossconnectPortSpeedShapes(listCrossconnectPortSpeedShapesRequest) {
|
|
24004
24394
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24106,7 +24496,7 @@ class VirtualNetworkClient {
|
|
|
24106
24496
|
* @param ListDhcpOptionsRequest
|
|
24107
24497
|
* @return ListDhcpOptionsResponse
|
|
24108
24498
|
* @throws OciError when an error occurs
|
|
24109
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24499
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListDhcpOptions.ts.html |here} to see how to use ListDhcpOptions API.
|
|
24110
24500
|
*/
|
|
24111
24501
|
listDhcpOptions(listDhcpOptionsRequest) {
|
|
24112
24502
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24221,7 +24611,7 @@ class VirtualNetworkClient {
|
|
|
24221
24611
|
* @param ListDrgAttachmentsRequest
|
|
24222
24612
|
* @return ListDrgAttachmentsResponse
|
|
24223
24613
|
* @throws OciError when an error occurs
|
|
24224
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24614
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListDrgAttachments.ts.html |here} to see how to use ListDrgAttachments API.
|
|
24225
24615
|
*/
|
|
24226
24616
|
listDrgAttachments(listDrgAttachmentsRequest) {
|
|
24227
24617
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24334,7 +24724,7 @@ class VirtualNetworkClient {
|
|
|
24334
24724
|
* @param ListDrgRouteDistributionStatementsRequest
|
|
24335
24725
|
* @return ListDrgRouteDistributionStatementsResponse
|
|
24336
24726
|
* @throws OciError when an error occurs
|
|
24337
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24727
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListDrgRouteDistributionStatements.ts.html |here} to see how to use ListDrgRouteDistributionStatements API.
|
|
24338
24728
|
*/
|
|
24339
24729
|
listDrgRouteDistributionStatements(listDrgRouteDistributionStatementsRequest) {
|
|
24340
24730
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24445,7 +24835,7 @@ class VirtualNetworkClient {
|
|
|
24445
24835
|
* @param ListDrgRouteDistributionsRequest
|
|
24446
24836
|
* @return ListDrgRouteDistributionsResponse
|
|
24447
24837
|
* @throws OciError when an error occurs
|
|
24448
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24838
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListDrgRouteDistributions.ts.html |here} to see how to use ListDrgRouteDistributions API.
|
|
24449
24839
|
*/
|
|
24450
24840
|
listDrgRouteDistributions(listDrgRouteDistributionsRequest) {
|
|
24451
24841
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24553,7 +24943,7 @@ class VirtualNetworkClient {
|
|
|
24553
24943
|
* @param ListDrgRouteRulesRequest
|
|
24554
24944
|
* @return ListDrgRouteRulesResponse
|
|
24555
24945
|
* @throws OciError when an error occurs
|
|
24556
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
24946
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListDrgRouteRules.ts.html |here} to see how to use ListDrgRouteRules API.
|
|
24557
24947
|
*/
|
|
24558
24948
|
listDrgRouteRules(listDrgRouteRulesRequest) {
|
|
24559
24949
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24662,7 +25052,7 @@ class VirtualNetworkClient {
|
|
|
24662
25052
|
* @param ListDrgRouteTablesRequest
|
|
24663
25053
|
* @return ListDrgRouteTablesResponse
|
|
24664
25054
|
* @throws OciError when an error occurs
|
|
24665
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25055
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListDrgRouteTables.ts.html |here} to see how to use ListDrgRouteTables API.
|
|
24666
25056
|
*/
|
|
24667
25057
|
listDrgRouteTables(listDrgRouteTablesRequest) {
|
|
24668
25058
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24772,7 +25162,7 @@ class VirtualNetworkClient {
|
|
|
24772
25162
|
* @param ListDrgsRequest
|
|
24773
25163
|
* @return ListDrgsResponse
|
|
24774
25164
|
* @throws OciError when an error occurs
|
|
24775
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25165
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListDrgs.ts.html |here} to see how to use ListDrgs API.
|
|
24776
25166
|
*/
|
|
24777
25167
|
listDrgs(listDrgsRequest) {
|
|
24778
25168
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24883,7 +25273,7 @@ class VirtualNetworkClient {
|
|
|
24883
25273
|
* @param ListFastConnectProviderServicesRequest
|
|
24884
25274
|
* @return ListFastConnectProviderServicesResponse
|
|
24885
25275
|
* @throws OciError when an error occurs
|
|
24886
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25276
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListFastConnectProviderServices.ts.html |here} to see how to use ListFastConnectProviderServices API.
|
|
24887
25277
|
*/
|
|
24888
25278
|
listFastConnectProviderServices(listFastConnectProviderServicesRequest) {
|
|
24889
25279
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24991,7 +25381,7 @@ class VirtualNetworkClient {
|
|
|
24991
25381
|
* @param ListFastConnectProviderVirtualCircuitBandwidthShapesRequest
|
|
24992
25382
|
* @return ListFastConnectProviderVirtualCircuitBandwidthShapesResponse
|
|
24993
25383
|
* @throws OciError when an error occurs
|
|
24994
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25384
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListFastConnectProviderVirtualCircuitBandwidthShapes.ts.html |here} to see how to use ListFastConnectProviderVirtualCircuitBandwidthShapes API.
|
|
24995
25385
|
*/
|
|
24996
25386
|
listFastConnectProviderVirtualCircuitBandwidthShapes(listFastConnectProviderVirtualCircuitBandwidthShapesRequest) {
|
|
24997
25387
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25097,7 +25487,7 @@ class VirtualNetworkClient {
|
|
|
25097
25487
|
* @param ListIPSecConnectionTunnelRoutesRequest
|
|
25098
25488
|
* @return ListIPSecConnectionTunnelRoutesResponse
|
|
25099
25489
|
* @throws OciError when an error occurs
|
|
25100
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25490
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListIPSecConnectionTunnelRoutes.ts.html |here} to see how to use ListIPSecConnectionTunnelRoutes API.
|
|
25101
25491
|
*/
|
|
25102
25492
|
listIPSecConnectionTunnelRoutes(listIPSecConnectionTunnelRoutesRequest) {
|
|
25103
25493
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25210,7 +25600,7 @@ class VirtualNetworkClient {
|
|
|
25210
25600
|
* @param ListIPSecConnectionTunnelSecurityAssociationsRequest
|
|
25211
25601
|
* @return ListIPSecConnectionTunnelSecurityAssociationsResponse
|
|
25212
25602
|
* @throws OciError when an error occurs
|
|
25213
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25603
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListIPSecConnectionTunnelSecurityAssociations.ts.html |here} to see how to use ListIPSecConnectionTunnelSecurityAssociations API.
|
|
25214
25604
|
*/
|
|
25215
25605
|
listIPSecConnectionTunnelSecurityAssociations(listIPSecConnectionTunnelSecurityAssociationsRequest) {
|
|
25216
25606
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25322,7 +25712,7 @@ class VirtualNetworkClient {
|
|
|
25322
25712
|
* @param ListIPSecConnectionTunnelsRequest
|
|
25323
25713
|
* @return ListIPSecConnectionTunnelsResponse
|
|
25324
25714
|
* @throws OciError when an error occurs
|
|
25325
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25715
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListIPSecConnectionTunnels.ts.html |here} to see how to use ListIPSecConnectionTunnels API.
|
|
25326
25716
|
*/
|
|
25327
25717
|
listIPSecConnectionTunnels(listIPSecConnectionTunnelsRequest) {
|
|
25328
25718
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25429,7 +25819,7 @@ class VirtualNetworkClient {
|
|
|
25429
25819
|
* @param ListIPSecConnectionsRequest
|
|
25430
25820
|
* @return ListIPSecConnectionsResponse
|
|
25431
25821
|
* @throws OciError when an error occurs
|
|
25432
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25822
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListIPSecConnections.ts.html |here} to see how to use ListIPSecConnections API.
|
|
25433
25823
|
*/
|
|
25434
25824
|
listIPSecConnections(listIPSecConnectionsRequest) {
|
|
25435
25825
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25537,7 +25927,7 @@ class VirtualNetworkClient {
|
|
|
25537
25927
|
* @param ListInternetGatewaysRequest
|
|
25538
25928
|
* @return ListInternetGatewaysResponse
|
|
25539
25929
|
* @throws OciError when an error occurs
|
|
25540
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
25930
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListInternetGateways.ts.html |here} to see how to use ListInternetGateways API.
|
|
25541
25931
|
*/
|
|
25542
25932
|
listInternetGateways(listInternetGatewaysRequest) {
|
|
25543
25933
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25654,7 +26044,7 @@ class VirtualNetworkClient {
|
|
|
25654
26044
|
* @param ListIpv6sRequest
|
|
25655
26045
|
* @return ListIpv6sResponse
|
|
25656
26046
|
* @throws OciError when an error occurs
|
|
25657
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26047
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListIpv6s.ts.html |here} to see how to use ListIpv6s API.
|
|
25658
26048
|
*/
|
|
25659
26049
|
listIpv6s(listIpv6sRequest) {
|
|
25660
26050
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25763,7 +26153,7 @@ class VirtualNetworkClient {
|
|
|
25763
26153
|
* @param ListLocalPeeringGatewaysRequest
|
|
25764
26154
|
* @return ListLocalPeeringGatewaysResponse
|
|
25765
26155
|
* @throws OciError when an error occurs
|
|
25766
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListLocalPeeringGateways.ts.html |here} to see how to use ListLocalPeeringGateways API.
|
|
25767
26157
|
*/
|
|
25768
26158
|
listLocalPeeringGateways(listLocalPeeringGatewaysRequest) {
|
|
25769
26159
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25870,7 +26260,7 @@ class VirtualNetworkClient {
|
|
|
25870
26260
|
* @param ListNatGatewaysRequest
|
|
25871
26261
|
* @return ListNatGatewaysResponse
|
|
25872
26262
|
* @throws OciError when an error occurs
|
|
25873
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26263
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListNatGateways.ts.html |here} to see how to use ListNatGateways API.
|
|
25874
26264
|
*/
|
|
25875
26265
|
listNatGateways(listNatGatewaysRequest) {
|
|
25876
26266
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -25980,7 +26370,7 @@ class VirtualNetworkClient {
|
|
|
25980
26370
|
* @param ListNetworkSecurityGroupSecurityRulesRequest
|
|
25981
26371
|
* @return ListNetworkSecurityGroupSecurityRulesResponse
|
|
25982
26372
|
* @throws OciError when an error occurs
|
|
25983
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26373
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListNetworkSecurityGroupSecurityRules.ts.html |here} to see how to use ListNetworkSecurityGroupSecurityRules API.
|
|
25984
26374
|
*/
|
|
25985
26375
|
listNetworkSecurityGroupSecurityRules(listNetworkSecurityGroupSecurityRulesRequest) {
|
|
25986
26376
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26089,7 +26479,7 @@ class VirtualNetworkClient {
|
|
|
26089
26479
|
* @param ListNetworkSecurityGroupVnicsRequest
|
|
26090
26480
|
* @return ListNetworkSecurityGroupVnicsResponse
|
|
26091
26481
|
* @throws OciError when an error occurs
|
|
26092
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26482
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListNetworkSecurityGroupVnics.ts.html |here} to see how to use ListNetworkSecurityGroupVnics API.
|
|
26093
26483
|
*/
|
|
26094
26484
|
listNetworkSecurityGroupVnics(listNetworkSecurityGroupVnicsRequest) {
|
|
26095
26485
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26198,7 +26588,7 @@ class VirtualNetworkClient {
|
|
|
26198
26588
|
* @param ListNetworkSecurityGroupsRequest
|
|
26199
26589
|
* @return ListNetworkSecurityGroupsResponse
|
|
26200
26590
|
* @throws OciError when an error occurs
|
|
26201
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26591
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListNetworkSecurityGroups.ts.html |here} to see how to use ListNetworkSecurityGroups API.
|
|
26202
26592
|
*/
|
|
26203
26593
|
listNetworkSecurityGroups(listNetworkSecurityGroupsRequest) {
|
|
26204
26594
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26324,7 +26714,7 @@ class VirtualNetworkClient {
|
|
|
26324
26714
|
* @param ListPrivateIpsRequest
|
|
26325
26715
|
* @return ListPrivateIpsResponse
|
|
26326
26716
|
* @throws OciError when an error occurs
|
|
26327
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26717
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListPrivateIps.ts.html |here} to see how to use ListPrivateIps API.
|
|
26328
26718
|
*/
|
|
26329
26719
|
listPrivateIps(listPrivateIpsRequest) {
|
|
26330
26720
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26433,7 +26823,7 @@ class VirtualNetworkClient {
|
|
|
26433
26823
|
* @param ListPublicIpPoolsRequest
|
|
26434
26824
|
* @return ListPublicIpPoolsResponse
|
|
26435
26825
|
* @throws OciError when an error occurs
|
|
26436
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26826
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListPublicIpPools.ts.html |here} to see how to use ListPublicIpPools API.
|
|
26437
26827
|
*/
|
|
26438
26828
|
listPublicIpPools(listPublicIpPoolsRequest) {
|
|
26439
26829
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26522,7 +26912,7 @@ class VirtualNetworkClient {
|
|
|
26522
26912
|
* @param ListPublicIpsRequest
|
|
26523
26913
|
* @return ListPublicIpsResponse
|
|
26524
26914
|
* @throws OciError when an error occurs
|
|
26525
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
26915
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListPublicIps.ts.html |here} to see how to use ListPublicIps API.
|
|
26526
26916
|
*/
|
|
26527
26917
|
listPublicIps(listPublicIpsRequest) {
|
|
26528
26918
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26632,7 +27022,7 @@ class VirtualNetworkClient {
|
|
|
26632
27022
|
* @param ListRemotePeeringConnectionsRequest
|
|
26633
27023
|
* @return ListRemotePeeringConnectionsResponse
|
|
26634
27024
|
* @throws OciError when an error occurs
|
|
26635
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27025
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListRemotePeeringConnections.ts.html |here} to see how to use ListRemotePeeringConnections API.
|
|
26636
27026
|
*/
|
|
26637
27027
|
listRemotePeeringConnections(listRemotePeeringConnectionsRequest) {
|
|
26638
27028
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26741,7 +27131,7 @@ class VirtualNetworkClient {
|
|
|
26741
27131
|
* @param ListRouteTablesRequest
|
|
26742
27132
|
* @return ListRouteTablesResponse
|
|
26743
27133
|
* @throws OciError when an error occurs
|
|
26744
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27134
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListRouteTables.ts.html |here} to see how to use ListRouteTables API.
|
|
26745
27135
|
*/
|
|
26746
27136
|
listRouteTables(listRouteTablesRequest) {
|
|
26747
27137
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26852,7 +27242,7 @@ class VirtualNetworkClient {
|
|
|
26852
27242
|
* @param ListSecurityListsRequest
|
|
26853
27243
|
* @return ListSecurityListsResponse
|
|
26854
27244
|
* @throws OciError when an error occurs
|
|
26855
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27245
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListSecurityLists.ts.html |here} to see how to use ListSecurityLists API.
|
|
26856
27246
|
*/
|
|
26857
27247
|
listSecurityLists(listSecurityListsRequest) {
|
|
26858
27248
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26963,7 +27353,7 @@ class VirtualNetworkClient {
|
|
|
26963
27353
|
* @param ListServiceGatewaysRequest
|
|
26964
27354
|
* @return ListServiceGatewaysResponse
|
|
26965
27355
|
* @throws OciError when an error occurs
|
|
26966
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27356
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListServiceGateways.ts.html |here} to see how to use ListServiceGateways API.
|
|
26967
27357
|
*/
|
|
26968
27358
|
listServiceGateways(listServiceGatewaysRequest) {
|
|
26969
27359
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27073,7 +27463,7 @@ class VirtualNetworkClient {
|
|
|
27073
27463
|
* @param ListServicesRequest
|
|
27074
27464
|
* @return ListServicesResponse
|
|
27075
27465
|
* @throws OciError when an error occurs
|
|
27076
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27466
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListServices.ts.html |here} to see how to use ListServices API.
|
|
27077
27467
|
*/
|
|
27078
27468
|
listServices(listServicesRequest) {
|
|
27079
27469
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27178,7 +27568,7 @@ class VirtualNetworkClient {
|
|
|
27178
27568
|
* @param ListSubnetsRequest
|
|
27179
27569
|
* @return ListSubnetsResponse
|
|
27180
27570
|
* @throws OciError when an error occurs
|
|
27181
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27571
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListSubnets.ts.html |here} to see how to use ListSubnets API.
|
|
27182
27572
|
*/
|
|
27183
27573
|
listSubnets(listSubnetsRequest) {
|
|
27184
27574
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27288,7 +27678,7 @@ class VirtualNetworkClient {
|
|
|
27288
27678
|
* @param ListVcnsRequest
|
|
27289
27679
|
* @return ListVcnsResponse
|
|
27290
27680
|
* @throws OciError when an error occurs
|
|
27291
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27681
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListVcns.ts.html |here} to see how to use ListVcns API.
|
|
27292
27682
|
*/
|
|
27293
27683
|
listVcns(listVcnsRequest) {
|
|
27294
27684
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27397,7 +27787,7 @@ class VirtualNetworkClient {
|
|
|
27397
27787
|
* @param ListVirtualCircuitBandwidthShapesRequest
|
|
27398
27788
|
* @return ListVirtualCircuitBandwidthShapesResponse
|
|
27399
27789
|
* @throws OciError when an error occurs
|
|
27400
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27790
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListVirtualCircuitBandwidthShapes.ts.html |here} to see how to use ListVirtualCircuitBandwidthShapes API.
|
|
27401
27791
|
*/
|
|
27402
27792
|
listVirtualCircuitBandwidthShapes(listVirtualCircuitBandwidthShapesRequest) {
|
|
27403
27793
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27503,7 +27893,7 @@ class VirtualNetworkClient {
|
|
|
27503
27893
|
* @param ListVirtualCircuitPublicPrefixesRequest
|
|
27504
27894
|
* @return ListVirtualCircuitPublicPrefixesResponse
|
|
27505
27895
|
* @throws OciError when an error occurs
|
|
27506
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27896
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListVirtualCircuitPublicPrefixes.ts.html |here} to see how to use ListVirtualCircuitPublicPrefixes API.
|
|
27507
27897
|
*/
|
|
27508
27898
|
listVirtualCircuitPublicPrefixes(listVirtualCircuitPublicPrefixesRequest) {
|
|
27509
27899
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27563,7 +27953,7 @@ class VirtualNetworkClient {
|
|
|
27563
27953
|
* @param ListVirtualCircuitsRequest
|
|
27564
27954
|
* @return ListVirtualCircuitsResponse
|
|
27565
27955
|
* @throws OciError when an error occurs
|
|
27566
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
27956
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListVirtualCircuits.ts.html |here} to see how to use ListVirtualCircuits API.
|
|
27567
27957
|
*/
|
|
27568
27958
|
listVirtualCircuits(listVirtualCircuitsRequest) {
|
|
27569
27959
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27672,7 +28062,7 @@ class VirtualNetworkClient {
|
|
|
27672
28062
|
* @param ListVlansRequest
|
|
27673
28063
|
* @return ListVlansResponse
|
|
27674
28064
|
* @throws OciError when an error occurs
|
|
27675
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28065
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListVlans.ts.html |here} to see how to use ListVlans API.
|
|
27676
28066
|
*/
|
|
27677
28067
|
listVlans(listVlansRequest) {
|
|
27678
28068
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27783,7 +28173,7 @@ class VirtualNetworkClient {
|
|
|
27783
28173
|
* @param ListVtapsRequest
|
|
27784
28174
|
* @return ListVtapsResponse
|
|
27785
28175
|
* @throws OciError when an error occurs
|
|
27786
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28176
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ListVtaps.ts.html |here} to see how to use ListVtaps API.
|
|
27787
28177
|
*/
|
|
27788
28178
|
listVtaps(listVtapsRequest) {
|
|
27789
28179
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27906,7 +28296,7 @@ class VirtualNetworkClient {
|
|
|
27906
28296
|
* @param ModifyVcnCidrRequest
|
|
27907
28297
|
* @return ModifyVcnCidrResponse
|
|
27908
28298
|
* @throws OciError when an error occurs
|
|
27909
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28299
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ModifyVcnCidr.ts.html |here} to see how to use ModifyVcnCidr API.
|
|
27910
28300
|
*/
|
|
27911
28301
|
modifyVcnCidr(modifyVcnCidrRequest) {
|
|
27912
28302
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27969,7 +28359,7 @@ class VirtualNetworkClient {
|
|
|
27969
28359
|
* @param RemoveDrgRouteDistributionStatementsRequest
|
|
27970
28360
|
* @return RemoveDrgRouteDistributionStatementsResponse
|
|
27971
28361
|
* @throws OciError when an error occurs
|
|
27972
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28362
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/RemoveDrgRouteDistributionStatements.ts.html |here} to see how to use RemoveDrgRouteDistributionStatements API.
|
|
27973
28363
|
*/
|
|
27974
28364
|
removeDrgRouteDistributionStatements(removeDrgRouteDistributionStatementsRequest) {
|
|
27975
28365
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28024,7 +28414,7 @@ class VirtualNetworkClient {
|
|
|
28024
28414
|
* @param RemoveDrgRouteRulesRequest
|
|
28025
28415
|
* @return RemoveDrgRouteRulesResponse
|
|
28026
28416
|
* @throws OciError when an error occurs
|
|
28027
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28417
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/RemoveDrgRouteRules.ts.html |here} to see how to use RemoveDrgRouteRules API.
|
|
28028
28418
|
*/
|
|
28029
28419
|
removeDrgRouteRules(removeDrgRouteRulesRequest) {
|
|
28030
28420
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28079,7 +28469,7 @@ class VirtualNetworkClient {
|
|
|
28079
28469
|
* @param RemoveExportDrgRouteDistributionRequest
|
|
28080
28470
|
* @return RemoveExportDrgRouteDistributionResponse
|
|
28081
28471
|
* @throws OciError when an error occurs
|
|
28082
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28472
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/RemoveExportDrgRouteDistribution.ts.html |here} to see how to use RemoveExportDrgRouteDistribution API.
|
|
28083
28473
|
*/
|
|
28084
28474
|
removeExportDrgRouteDistribution(removeExportDrgRouteDistributionRequest) {
|
|
28085
28475
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28145,7 +28535,7 @@ class VirtualNetworkClient {
|
|
|
28145
28535
|
* @param RemoveImportDrgRouteDistributionRequest
|
|
28146
28536
|
* @return RemoveImportDrgRouteDistributionResponse
|
|
28147
28537
|
* @throws OciError when an error occurs
|
|
28148
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28538
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/RemoveImportDrgRouteDistribution.ts.html |here} to see how to use RemoveImportDrgRouteDistribution API.
|
|
28149
28539
|
*/
|
|
28150
28540
|
removeImportDrgRouteDistribution(removeImportDrgRouteDistributionRequest) {
|
|
28151
28541
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28210,7 +28600,7 @@ class VirtualNetworkClient {
|
|
|
28210
28600
|
* @param RemoveIpv6SubnetCidrRequest
|
|
28211
28601
|
* @return RemoveIpv6SubnetCidrResponse
|
|
28212
28602
|
* @throws OciError when an error occurs
|
|
28213
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28603
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/RemoveIpv6SubnetCidr.ts.html |here} to see how to use RemoveIpv6SubnetCidr API.
|
|
28214
28604
|
*/
|
|
28215
28605
|
removeIpv6SubnetCidr(removeIpv6SubnetCidrRequest) {
|
|
28216
28606
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28278,7 +28668,7 @@ class VirtualNetworkClient {
|
|
|
28278
28668
|
* @param RemoveIpv6VcnCidrRequest
|
|
28279
28669
|
* @return RemoveIpv6VcnCidrResponse
|
|
28280
28670
|
* @throws OciError when an error occurs
|
|
28281
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28671
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/RemoveIpv6VcnCidr.ts.html |here} to see how to use RemoveIpv6VcnCidr API.
|
|
28282
28672
|
*/
|
|
28283
28673
|
removeIpv6VcnCidr(removeIpv6VcnCidrRequest) {
|
|
28284
28674
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28346,7 +28736,7 @@ class VirtualNetworkClient {
|
|
|
28346
28736
|
* @param RemoveNetworkSecurityGroupSecurityRulesRequest
|
|
28347
28737
|
* @return RemoveNetworkSecurityGroupSecurityRulesResponse
|
|
28348
28738
|
* @throws OciError when an error occurs
|
|
28349
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28739
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/RemoveNetworkSecurityGroupSecurityRules.ts.html |here} to see how to use RemoveNetworkSecurityGroupSecurityRules API.
|
|
28350
28740
|
*/
|
|
28351
28741
|
removeNetworkSecurityGroupSecurityRules(removeNetworkSecurityGroupSecurityRulesRequest) {
|
|
28352
28742
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28401,7 +28791,7 @@ class VirtualNetworkClient {
|
|
|
28401
28791
|
* @param RemovePublicIpPoolCapacityRequest
|
|
28402
28792
|
* @return RemovePublicIpPoolCapacityResponse
|
|
28403
28793
|
* @throws OciError when an error occurs
|
|
28404
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28794
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/RemovePublicIpPoolCapacity.ts.html |here} to see how to use RemovePublicIpPoolCapacity API.
|
|
28405
28795
|
*/
|
|
28406
28796
|
removePublicIpPoolCapacity(removePublicIpPoolCapacityRequest) {
|
|
28407
28797
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28471,7 +28861,7 @@ class VirtualNetworkClient {
|
|
|
28471
28861
|
* @param RemoveVcnCidrRequest
|
|
28472
28862
|
* @return RemoveVcnCidrResponse
|
|
28473
28863
|
* @throws OciError when an error occurs
|
|
28474
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28864
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/RemoveVcnCidr.ts.html |here} to see how to use RemoveVcnCidr API.
|
|
28475
28865
|
*/
|
|
28476
28866
|
removeVcnCidr(removeVcnCidrRequest) {
|
|
28477
28867
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28534,7 +28924,7 @@ class VirtualNetworkClient {
|
|
|
28534
28924
|
* @param UpdateByoipRangeRequest
|
|
28535
28925
|
* @return UpdateByoipRangeResponse
|
|
28536
28926
|
* @throws OciError when an error occurs
|
|
28537
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28927
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateByoipRange.ts.html |here} to see how to use UpdateByoipRange API.
|
|
28538
28928
|
*/
|
|
28539
28929
|
updateByoipRange(updateByoipRangeRequest) {
|
|
28540
28930
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28600,7 +28990,7 @@ class VirtualNetworkClient {
|
|
|
28600
28990
|
* @param UpdateCaptureFilterRequest
|
|
28601
28991
|
* @return UpdateCaptureFilterResponse
|
|
28602
28992
|
* @throws OciError when an error occurs
|
|
28603
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
28993
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateCaptureFilter.ts.html |here} to see how to use UpdateCaptureFilter API.
|
|
28604
28994
|
*/
|
|
28605
28995
|
updateCaptureFilter(updateCaptureFilterRequest) {
|
|
28606
28996
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28667,7 +29057,7 @@ class VirtualNetworkClient {
|
|
|
28667
29057
|
* @param UpdateCpeRequest
|
|
28668
29058
|
* @return UpdateCpeResponse
|
|
28669
29059
|
* @throws OciError when an error occurs
|
|
28670
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29060
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateCpe.ts.html |here} to see how to use UpdateCpe API.
|
|
28671
29061
|
*/
|
|
28672
29062
|
updateCpe(updateCpeRequest) {
|
|
28673
29063
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28731,7 +29121,7 @@ class VirtualNetworkClient {
|
|
|
28731
29121
|
* @param UpdateCrossConnectRequest
|
|
28732
29122
|
* @return UpdateCrossConnectResponse
|
|
28733
29123
|
* @throws OciError when an error occurs
|
|
28734
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29124
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateCrossConnect.ts.html |here} to see how to use UpdateCrossConnect API.
|
|
28735
29125
|
*/
|
|
28736
29126
|
updateCrossConnect(updateCrossConnectRequest) {
|
|
28737
29127
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28797,7 +29187,7 @@ class VirtualNetworkClient {
|
|
|
28797
29187
|
* @param UpdateCrossConnectGroupRequest
|
|
28798
29188
|
* @return UpdateCrossConnectGroupResponse
|
|
28799
29189
|
* @throws OciError when an error occurs
|
|
28800
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29190
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateCrossConnectGroup.ts.html |here} to see how to use UpdateCrossConnectGroup API.
|
|
28801
29191
|
*/
|
|
28802
29192
|
updateCrossConnectGroup(updateCrossConnectGroupRequest) {
|
|
28803
29193
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28865,7 +29255,7 @@ class VirtualNetworkClient {
|
|
|
28865
29255
|
* @param UpdateDhcpOptionsRequest
|
|
28866
29256
|
* @return UpdateDhcpOptionsResponse
|
|
28867
29257
|
* @throws OciError when an error occurs
|
|
28868
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29258
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateDhcpOptions.ts.html |here} to see how to use UpdateDhcpOptions API.
|
|
28869
29259
|
*/
|
|
28870
29260
|
updateDhcpOptions(updateDhcpOptionsRequest) {
|
|
28871
29261
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28930,7 +29320,7 @@ class VirtualNetworkClient {
|
|
|
28930
29320
|
* @param UpdateDrgRequest
|
|
28931
29321
|
* @return UpdateDrgResponse
|
|
28932
29322
|
* @throws OciError when an error occurs
|
|
28933
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29323
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateDrg.ts.html |here} to see how to use UpdateDrg API.
|
|
28934
29324
|
*/
|
|
28935
29325
|
updateDrg(updateDrgRequest) {
|
|
28936
29326
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -28996,7 +29386,7 @@ class VirtualNetworkClient {
|
|
|
28996
29386
|
* @param UpdateDrgAttachmentRequest
|
|
28997
29387
|
* @return UpdateDrgAttachmentResponse
|
|
28998
29388
|
* @throws OciError when an error occurs
|
|
28999
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29389
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateDrgAttachment.ts.html |here} to see how to use UpdateDrgAttachment API.
|
|
29000
29390
|
*/
|
|
29001
29391
|
updateDrgAttachment(updateDrgAttachmentRequest) {
|
|
29002
29392
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29061,7 +29451,7 @@ class VirtualNetworkClient {
|
|
|
29061
29451
|
* @param UpdateDrgRouteDistributionRequest
|
|
29062
29452
|
* @return UpdateDrgRouteDistributionResponse
|
|
29063
29453
|
* @throws OciError when an error occurs
|
|
29064
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29454
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateDrgRouteDistribution.ts.html |here} to see how to use UpdateDrgRouteDistribution API.
|
|
29065
29455
|
*/
|
|
29066
29456
|
updateDrgRouteDistribution(updateDrgRouteDistributionRequest) {
|
|
29067
29457
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29126,7 +29516,7 @@ class VirtualNetworkClient {
|
|
|
29126
29516
|
* @param UpdateDrgRouteDistributionStatementsRequest
|
|
29127
29517
|
* @return UpdateDrgRouteDistributionStatementsResponse
|
|
29128
29518
|
* @throws OciError when an error occurs
|
|
29129
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29519
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateDrgRouteDistributionStatements.ts.html |here} to see how to use UpdateDrgRouteDistributionStatements API.
|
|
29130
29520
|
*/
|
|
29131
29521
|
updateDrgRouteDistributionStatements(updateDrgRouteDistributionStatementsRequest) {
|
|
29132
29522
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29185,7 +29575,7 @@ class VirtualNetworkClient {
|
|
|
29185
29575
|
* @param UpdateDrgRouteRulesRequest
|
|
29186
29576
|
* @return UpdateDrgRouteRulesResponse
|
|
29187
29577
|
* @throws OciError when an error occurs
|
|
29188
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29578
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateDrgRouteRules.ts.html |here} to see how to use UpdateDrgRouteRules API.
|
|
29189
29579
|
*/
|
|
29190
29580
|
updateDrgRouteRules(updateDrgRouteRulesRequest) {
|
|
29191
29581
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29244,7 +29634,7 @@ class VirtualNetworkClient {
|
|
|
29244
29634
|
* @param UpdateDrgRouteTableRequest
|
|
29245
29635
|
* @return UpdateDrgRouteTableResponse
|
|
29246
29636
|
* @throws OciError when an error occurs
|
|
29247
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29637
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateDrgRouteTable.ts.html |here} to see how to use UpdateDrgRouteTable API.
|
|
29248
29638
|
*/
|
|
29249
29639
|
updateDrgRouteTable(updateDrgRouteTableRequest) {
|
|
29250
29640
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29312,7 +29702,7 @@ class VirtualNetworkClient {
|
|
|
29312
29702
|
* @param UpdateIPSecConnectionRequest
|
|
29313
29703
|
* @return UpdateIPSecConnectionResponse
|
|
29314
29704
|
* @throws OciError when an error occurs
|
|
29315
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29705
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateIPSecConnection.ts.html |here} to see how to use UpdateIPSecConnection API.
|
|
29316
29706
|
*/
|
|
29317
29707
|
updateIPSecConnection(updateIPSecConnectionRequest) {
|
|
29318
29708
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29388,7 +29778,7 @@ class VirtualNetworkClient {
|
|
|
29388
29778
|
* @param UpdateIPSecConnectionTunnelRequest
|
|
29389
29779
|
* @return UpdateIPSecConnectionTunnelResponse
|
|
29390
29780
|
* @throws OciError when an error occurs
|
|
29391
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29781
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateIPSecConnectionTunnel.ts.html |here} to see how to use UpdateIPSecConnectionTunnel API.
|
|
29392
29782
|
*/
|
|
29393
29783
|
updateIPSecConnectionTunnel(updateIPSecConnectionTunnelRequest) {
|
|
29394
29784
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29457,7 +29847,7 @@ class VirtualNetworkClient {
|
|
|
29457
29847
|
* @param UpdateIPSecConnectionTunnelSharedSecretRequest
|
|
29458
29848
|
* @return UpdateIPSecConnectionTunnelSharedSecretResponse
|
|
29459
29849
|
* @throws OciError when an error occurs
|
|
29460
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29850
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateIPSecConnectionTunnelSharedSecret.ts.html |here} to see how to use UpdateIPSecConnectionTunnelSharedSecret API.
|
|
29461
29851
|
*/
|
|
29462
29852
|
updateIPSecConnectionTunnelSharedSecret(updateIPSecConnectionTunnelSharedSecretRequest) {
|
|
29463
29853
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29527,7 +29917,7 @@ class VirtualNetworkClient {
|
|
|
29527
29917
|
* @param UpdateInternetGatewayRequest
|
|
29528
29918
|
* @return UpdateInternetGatewayResponse
|
|
29529
29919
|
* @throws OciError when an error occurs
|
|
29530
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29920
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateInternetGateway.ts.html |here} to see how to use UpdateInternetGateway API.
|
|
29531
29921
|
*/
|
|
29532
29922
|
updateInternetGateway(updateInternetGatewayRequest) {
|
|
29533
29923
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29598,7 +29988,7 @@ class VirtualNetworkClient {
|
|
|
29598
29988
|
* @param UpdateIpv6Request
|
|
29599
29989
|
* @return UpdateIpv6Response
|
|
29600
29990
|
* @throws OciError when an error occurs
|
|
29601
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
29991
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateIpv6.ts.html |here} to see how to use UpdateIpv6 API.
|
|
29602
29992
|
*/
|
|
29603
29993
|
updateIpv6(updateIpv6Request) {
|
|
29604
29994
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29664,7 +30054,7 @@ class VirtualNetworkClient {
|
|
|
29664
30054
|
* @param UpdateLocalPeeringGatewayRequest
|
|
29665
30055
|
* @return UpdateLocalPeeringGatewayResponse
|
|
29666
30056
|
* @throws OciError when an error occurs
|
|
29667
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30057
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateLocalPeeringGateway.ts.html |here} to see how to use UpdateLocalPeeringGateway API.
|
|
29668
30058
|
*/
|
|
29669
30059
|
updateLocalPeeringGateway(updateLocalPeeringGatewayRequest) {
|
|
29670
30060
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29729,7 +30119,7 @@ class VirtualNetworkClient {
|
|
|
29729
30119
|
* @param UpdateNatGatewayRequest
|
|
29730
30120
|
* @return UpdateNatGatewayResponse
|
|
29731
30121
|
* @throws OciError when an error occurs
|
|
29732
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30122
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateNatGateway.ts.html |here} to see how to use UpdateNatGateway API.
|
|
29733
30123
|
*/
|
|
29734
30124
|
updateNatGateway(updateNatGatewayRequest) {
|
|
29735
30125
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29808,7 +30198,7 @@ class VirtualNetworkClient {
|
|
|
29808
30198
|
* @param UpdateNetworkSecurityGroupRequest
|
|
29809
30199
|
* @return UpdateNetworkSecurityGroupResponse
|
|
29810
30200
|
* @throws OciError when an error occurs
|
|
29811
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30201
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateNetworkSecurityGroup.ts.html |here} to see how to use UpdateNetworkSecurityGroup API.
|
|
29812
30202
|
*/
|
|
29813
30203
|
updateNetworkSecurityGroup(updateNetworkSecurityGroupRequest) {
|
|
29814
30204
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29873,7 +30263,7 @@ class VirtualNetworkClient {
|
|
|
29873
30263
|
* @param UpdateNetworkSecurityGroupSecurityRulesRequest
|
|
29874
30264
|
* @return UpdateNetworkSecurityGroupSecurityRulesResponse
|
|
29875
30265
|
* @throws OciError when an error occurs
|
|
29876
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30266
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateNetworkSecurityGroupSecurityRules.ts.html |here} to see how to use UpdateNetworkSecurityGroupSecurityRules API.
|
|
29877
30267
|
*/
|
|
29878
30268
|
updateNetworkSecurityGroupSecurityRules(updateNetworkSecurityGroupSecurityRulesRequest) {
|
|
29879
30269
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -29941,7 +30331,7 @@ class VirtualNetworkClient {
|
|
|
29941
30331
|
* @param UpdatePrivateIpRequest
|
|
29942
30332
|
* @return UpdatePrivateIpResponse
|
|
29943
30333
|
* @throws OciError when an error occurs
|
|
29944
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30334
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdatePrivateIp.ts.html |here} to see how to use UpdatePrivateIp API.
|
|
29945
30335
|
*/
|
|
29946
30336
|
updatePrivateIp(updatePrivateIpRequest) {
|
|
29947
30337
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30044,7 +30434,7 @@ class VirtualNetworkClient {
|
|
|
30044
30434
|
* @param UpdatePublicIpRequest
|
|
30045
30435
|
* @return UpdatePublicIpResponse
|
|
30046
30436
|
* @throws OciError when an error occurs
|
|
30047
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30437
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdatePublicIp.ts.html |here} to see how to use UpdatePublicIp API.
|
|
30048
30438
|
*/
|
|
30049
30439
|
updatePublicIp(updatePublicIpRequest) {
|
|
30050
30440
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30109,7 +30499,7 @@ class VirtualNetworkClient {
|
|
|
30109
30499
|
* @param UpdatePublicIpPoolRequest
|
|
30110
30500
|
* @return UpdatePublicIpPoolResponse
|
|
30111
30501
|
* @throws OciError when an error occurs
|
|
30112
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30502
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdatePublicIpPool.ts.html |here} to see how to use UpdatePublicIpPool API.
|
|
30113
30503
|
*/
|
|
30114
30504
|
updatePublicIpPool(updatePublicIpPoolRequest) {
|
|
30115
30505
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30175,7 +30565,7 @@ class VirtualNetworkClient {
|
|
|
30175
30565
|
* @param UpdateRemotePeeringConnectionRequest
|
|
30176
30566
|
* @return UpdateRemotePeeringConnectionResponse
|
|
30177
30567
|
* @throws OciError when an error occurs
|
|
30178
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30568
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateRemotePeeringConnection.ts.html |here} to see how to use UpdateRemotePeeringConnection API.
|
|
30179
30569
|
*/
|
|
30180
30570
|
updateRemotePeeringConnection(updateRemotePeeringConnectionRequest) {
|
|
30181
30571
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30243,7 +30633,7 @@ class VirtualNetworkClient {
|
|
|
30243
30633
|
* @param UpdateRouteTableRequest
|
|
30244
30634
|
* @return UpdateRouteTableResponse
|
|
30245
30635
|
* @throws OciError when an error occurs
|
|
30246
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30636
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateRouteTable.ts.html |here} to see how to use UpdateRouteTable API.
|
|
30247
30637
|
*/
|
|
30248
30638
|
updateRouteTable(updateRouteTableRequest) {
|
|
30249
30639
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30312,7 +30702,7 @@ class VirtualNetworkClient {
|
|
|
30312
30702
|
* @param UpdateSecurityListRequest
|
|
30313
30703
|
* @return UpdateSecurityListResponse
|
|
30314
30704
|
* @throws OciError when an error occurs
|
|
30315
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30705
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateSecurityList.ts.html |here} to see how to use UpdateSecurityList API.
|
|
30316
30706
|
*/
|
|
30317
30707
|
updateSecurityList(updateSecurityListRequest) {
|
|
30318
30708
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30378,7 +30768,7 @@ class VirtualNetworkClient {
|
|
|
30378
30768
|
* @param UpdateServiceGatewayRequest
|
|
30379
30769
|
* @return UpdateServiceGatewayResponse
|
|
30380
30770
|
* @throws OciError when an error occurs
|
|
30381
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30771
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateServiceGateway.ts.html |here} to see how to use UpdateServiceGateway API.
|
|
30382
30772
|
*/
|
|
30383
30773
|
updateServiceGateway(updateServiceGatewayRequest) {
|
|
30384
30774
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30443,7 +30833,7 @@ class VirtualNetworkClient {
|
|
|
30443
30833
|
* @param UpdateSubnetRequest
|
|
30444
30834
|
* @return UpdateSubnetResponse
|
|
30445
30835
|
* @throws OciError when an error occurs
|
|
30446
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30836
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateSubnet.ts.html |here} to see how to use UpdateSubnet API.
|
|
30447
30837
|
*/
|
|
30448
30838
|
updateSubnet(updateSubnetRequest) {
|
|
30449
30839
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30510,7 +30900,7 @@ class VirtualNetworkClient {
|
|
|
30510
30900
|
* @param UpdateTunnelCpeDeviceConfigRequest
|
|
30511
30901
|
* @return UpdateTunnelCpeDeviceConfigResponse
|
|
30512
30902
|
* @throws OciError when an error occurs
|
|
30513
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30903
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateTunnelCpeDeviceConfig.ts.html |here} to see how to use UpdateTunnelCpeDeviceConfig API.
|
|
30514
30904
|
*/
|
|
30515
30905
|
updateTunnelCpeDeviceConfig(updateTunnelCpeDeviceConfigRequest) {
|
|
30516
30906
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30578,7 +30968,7 @@ class VirtualNetworkClient {
|
|
|
30578
30968
|
* @param UpdateVcnRequest
|
|
30579
30969
|
* @return UpdateVcnResponse
|
|
30580
30970
|
* @throws OciError when an error occurs
|
|
30581
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
30971
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateVcn.ts.html |here} to see how to use UpdateVcn API.
|
|
30582
30972
|
*/
|
|
30583
30973
|
updateVcn(updateVcnRequest) {
|
|
30584
30974
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30666,7 +31056,7 @@ class VirtualNetworkClient {
|
|
|
30666
31056
|
* @param UpdateVirtualCircuitRequest
|
|
30667
31057
|
* @return UpdateVirtualCircuitResponse
|
|
30668
31058
|
* @throws OciError when an error occurs
|
|
30669
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
31059
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateVirtualCircuit.ts.html |here} to see how to use UpdateVirtualCircuit API.
|
|
30670
31060
|
*/
|
|
30671
31061
|
updateVirtualCircuit(updateVirtualCircuitRequest) {
|
|
30672
31062
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30732,7 +31122,7 @@ class VirtualNetworkClient {
|
|
|
30732
31122
|
* @param UpdateVlanRequest
|
|
30733
31123
|
* @return UpdateVlanResponse
|
|
30734
31124
|
* @throws OciError when an error occurs
|
|
30735
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
31125
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateVlan.ts.html |here} to see how to use UpdateVlan API.
|
|
30736
31126
|
*/
|
|
30737
31127
|
updateVlan(updateVlanRequest) {
|
|
30738
31128
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30798,7 +31188,7 @@ class VirtualNetworkClient {
|
|
|
30798
31188
|
* @param UpdateVnicRequest
|
|
30799
31189
|
* @return UpdateVnicResponse
|
|
30800
31190
|
* @throws OciError when an error occurs
|
|
30801
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
31191
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateVnic.ts.html |here} to see how to use UpdateVnic API.
|
|
30802
31192
|
*/
|
|
30803
31193
|
updateVnic(updateVnicRequest) {
|
|
30804
31194
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30863,7 +31253,7 @@ class VirtualNetworkClient {
|
|
|
30863
31253
|
* @param UpdateVtapRequest
|
|
30864
31254
|
* @return UpdateVtapResponse
|
|
30865
31255
|
* @throws OciError when an error occurs
|
|
30866
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
31256
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpdateVtap.ts.html |here} to see how to use UpdateVtap API.
|
|
30867
31257
|
*/
|
|
30868
31258
|
updateVtap(updateVtapRequest) {
|
|
30869
31259
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30935,7 +31325,7 @@ class VirtualNetworkClient {
|
|
|
30935
31325
|
* @param UpgradeDrgRequest
|
|
30936
31326
|
* @return UpgradeDrgResponse
|
|
30937
31327
|
* @throws OciError when an error occurs
|
|
30938
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
31328
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/UpgradeDrg.ts.html |here} to see how to use UpgradeDrg API.
|
|
30939
31329
|
*/
|
|
30940
31330
|
upgradeDrg(upgradeDrgRequest) {
|
|
30941
31331
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -30997,7 +31387,7 @@ class VirtualNetworkClient {
|
|
|
30997
31387
|
* @param ValidateByoipRangeRequest
|
|
30998
31388
|
* @return ValidateByoipRangeResponse
|
|
30999
31389
|
* @throws OciError when an error occurs
|
|
31000
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
31390
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/ValidateByoipRange.ts.html |here} to see how to use ValidateByoipRange API.
|
|
31001
31391
|
*/
|
|
31002
31392
|
validateByoipRange(validateByoipRangeRequest) {
|
|
31003
31393
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -31057,7 +31447,7 @@ class VirtualNetworkClient {
|
|
|
31057
31447
|
* @param WithdrawByoipRangeRequest
|
|
31058
31448
|
* @return WithdrawByoipRangeResponse
|
|
31059
31449
|
* @throws OciError when an error occurs
|
|
31060
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
31450
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/core/WithdrawByoipRange.ts.html |here} to see how to use WithdrawByoipRange API.
|
|
31061
31451
|
*/
|
|
31062
31452
|
withdrawByoipRange(withdrawByoipRangeRequest) {
|
|
31063
31453
|
return __awaiter(this, void 0, void 0, function* () {
|