Class: Aws::Odb::Client
- Inherits:
-
Seahorse::Client::Base
- Object
- Seahorse::Client::Base
- Aws::Odb::Client
- Includes:
- ClientStubs
- Defined in:
- gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb
Overview
An API client for Odb. To construct a client, you need to configure a :region and :credentials.
client = Aws::Odb::Client.new(
region: region_name,
credentials: credentials,
# ...
)
For details on configuring region and credentials see the developer guide.
See #initialize for a full list of supported configuration options.
Instance Attribute Summary
Attributes inherited from Seahorse::Client::Base
API Operations collapse
-
#accept_marketplace_registration(params = {}) ⇒ Struct
Registers the Amazon Web Services Marketplace token for your Amazon Web Services account to activate your Oracle Database@Amazon Web Services subscription.
-
#associate_iam_role_to_resource(params = {}) ⇒ Struct
Associates an Amazon Web Services Identity and Access Management (IAM) service role with a specified resource to enable Amazon Web Services service integration.
-
#create_autonomous_database(params = {}) ⇒ Types::CreateAutonomousDatabaseOutput
Creates a new Autonomous Database.
-
#create_autonomous_database_backup(params = {}) ⇒ Types::CreateAutonomousDatabaseBackupOutput
Creates a new backup of the specified Autonomous Database.
-
#create_autonomous_database_wallet(params = {}) ⇒ Types::CreateAutonomousDatabaseWalletOutput
Creates a new wallet for the specified Autonomous Database.
-
#create_cloud_autonomous_vm_cluster(params = {}) ⇒ Types::CreateCloudAutonomousVmClusterOutput
Creates a new Autonomous VM cluster in the specified Exadata infrastructure.
-
#create_cloud_exadata_infrastructure(params = {}) ⇒ Types::CreateCloudExadataInfrastructureOutput
Creates an Exadata infrastructure.
-
#create_cloud_vm_cluster(params = {}) ⇒ Types::CreateCloudVmClusterOutput
Creates a VM cluster on the specified Exadata infrastructure.
-
#create_odb_network(params = {}) ⇒ Types::CreateOdbNetworkOutput
Creates an ODB network.
-
#create_odb_peering_connection(params = {}) ⇒ Types::CreateOdbPeeringConnectionOutput
Creates a peering connection between an ODB network and a VPC.
-
#delete_autonomous_database(params = {}) ⇒ Struct
Deletes the specified Autonomous Database.
-
#delete_autonomous_database_backup(params = {}) ⇒ Struct
Deletes the specified Autonomous Database backup.
-
#delete_cloud_autonomous_vm_cluster(params = {}) ⇒ Struct
Deletes an Autonomous VM cluster.
-
#delete_cloud_exadata_infrastructure(params = {}) ⇒ Struct
Deletes the specified Exadata infrastructure.
-
#delete_cloud_vm_cluster(params = {}) ⇒ Struct
Deletes the specified VM cluster.
-
#delete_odb_network(params = {}) ⇒ Struct
Deletes the specified ODB network.
-
#delete_odb_peering_connection(params = {}) ⇒ Struct
Deletes an ODB peering connection.
-
#disassociate_iam_role_from_resource(params = {}) ⇒ Struct
Disassociates an Amazon Web Services Identity and Access Management (IAM) service role from a specified resource to disable Amazon Web Services service integration.
-
#failover_autonomous_database(params = {}) ⇒ Types::FailoverAutonomousDatabaseOutput
Initiates a failover of the specified Autonomous Database to a standby peer database.
-
#get_autonomous_database(params = {}) ⇒ Types::GetAutonomousDatabaseOutput
Gets information about a specific Autonomous Database.
-
#get_autonomous_database_backup(params = {}) ⇒ Types::GetAutonomousDatabaseBackupOutput
Gets information about a specific Autonomous Database backup.
-
#get_autonomous_database_wallet_details(params = {}) ⇒ Types::GetAutonomousDatabaseWalletDetailsOutput
Gets the wallet details for the specified Autonomous Database.
-
#get_cloud_autonomous_vm_cluster(params = {}) ⇒ Types::GetCloudAutonomousVmClusterOutput
Gets information about a specific Autonomous VM cluster.
-
#get_cloud_exadata_infrastructure(params = {}) ⇒ Types::GetCloudExadataInfrastructureOutput
Returns information about the specified Exadata infrastructure.
-
#get_cloud_exadata_infrastructure_unallocated_resources(params = {}) ⇒ Types::GetCloudExadataInfrastructureUnallocatedResourcesOutput
Retrieves information about unallocated resources in a specified Cloud Exadata Infrastructure.
-
#get_cloud_vm_cluster(params = {}) ⇒ Types::GetCloudVmClusterOutput
Returns information about the specified VM cluster.
-
#get_db_node(params = {}) ⇒ Types::GetDbNodeOutput
Returns information about the specified DB node.
-
#get_db_server(params = {}) ⇒ Types::GetDbServerOutput
Returns information about the specified database server.
-
#get_oci_onboarding_status(params = {}) ⇒ Types::GetOciOnboardingStatusOutput
Returns the tenancy activation link and onboarding status for your Amazon Web Services account.
-
#get_odb_network(params = {}) ⇒ Types::GetOdbNetworkOutput
Returns information about the specified ODB network.
-
#get_odb_peering_connection(params = {}) ⇒ Types::GetOdbPeeringConnectionOutput
Retrieves information about an ODB peering connection.
-
#initialize_service(params = {}) ⇒ Struct
Initializes the ODB service for the first time in an account.
-
#list_autonomous_database_backups(params = {}) ⇒ Types::ListAutonomousDatabaseBackupsOutput
Lists the backups of the specified Autonomous Database.
-
#list_autonomous_database_character_sets(params = {}) ⇒ Types::ListAutonomousDatabaseCharacterSetsOutput
Lists the available character sets for Autonomous Databases.
-
#list_autonomous_database_clones(params = {}) ⇒ Types::ListAutonomousDatabaseClonesOutput
Lists the clones of the specified Autonomous Database.
-
#list_autonomous_database_peers(params = {}) ⇒ Types::ListAutonomousDatabasePeersOutput
Lists the peer databases of the specified Autonomous Database.
-
#list_autonomous_database_versions(params = {}) ⇒ Types::ListAutonomousDatabaseVersionsOutput
Lists the available Oracle Database software versions for Autonomous Databases.
-
#list_autonomous_databases(params = {}) ⇒ Types::ListAutonomousDatabasesOutput
Returns information about the Autonomous Databases owned by your Amazon Web Services account in the current Amazon Web Services Region.
-
#list_autonomous_virtual_machines(params = {}) ⇒ Types::ListAutonomousVirtualMachinesOutput
Lists all Autonomous VMs in an Autonomous VM cluster.
-
#list_cloud_autonomous_vm_clusters(params = {}) ⇒ Types::ListCloudAutonomousVmClustersOutput
Lists all Autonomous VM clusters in a specified Cloud Exadata infrastructure.
-
#list_cloud_exadata_infrastructures(params = {}) ⇒ Types::ListCloudExadataInfrastructuresOutput
Returns information about the Exadata infrastructures owned by your Amazon Web Services account.
-
#list_cloud_vm_clusters(params = {}) ⇒ Types::ListCloudVmClustersOutput
Returns information about the VM clusters owned by your Amazon Web Services account or only the ones on the specified Exadata infrastructure.
-
#list_db_nodes(params = {}) ⇒ Types::ListDbNodesOutput
Returns information about the DB nodes for the specified VM cluster.
-
#list_db_servers(params = {}) ⇒ Types::ListDbServersOutput
Returns information about the database servers that belong to the specified Exadata infrastructure.
-
#list_db_system_shapes(params = {}) ⇒ Types::ListDbSystemShapesOutput
Returns information about the shapes that are available for an Exadata infrastructure.
-
#list_gi_versions(params = {}) ⇒ Types::ListGiVersionsOutput
Returns information about Oracle Grid Infrastructure (GI) software versions that are available for a VM cluster for the specified shape.
-
#list_odb_networks(params = {}) ⇒ Types::ListOdbNetworksOutput
Returns information about the ODB networks owned by your Amazon Web Services account.
-
#list_odb_peering_connections(params = {}) ⇒ Types::ListOdbPeeringConnectionsOutput
Lists all ODB peering connections or those associated with a specific ODB network.
-
#list_system_versions(params = {}) ⇒ Types::ListSystemVersionsOutput
Returns information about the system versions that are available for a VM cluster for the specified
giVersionandshape. -
#list_tags_for_resource(params = {}) ⇒ Types::ListTagsForResourceResponse
Returns information about the tags applied to this resource.
-
#reboot_autonomous_database(params = {}) ⇒ Types::RebootAutonomousDatabaseOutput
Reboots the specified Autonomous Database.
-
#reboot_db_node(params = {}) ⇒ Types::RebootDbNodeOutput
Reboots the specified DB node in a VM cluster.
-
#restore_autonomous_database(params = {}) ⇒ Types::RestoreAutonomousDatabaseOutput
Restores the specified Autonomous Database to a point in time.
-
#shrink_autonomous_database(params = {}) ⇒ Types::ShrinkAutonomousDatabaseOutput
Shrinks the storage of the specified Autonomous Database to reclaim unused space.
-
#start_autonomous_database(params = {}) ⇒ Types::StartAutonomousDatabaseOutput
Starts the specified Autonomous Database.
-
#start_db_node(params = {}) ⇒ Types::StartDbNodeOutput
Starts the specified DB node in a VM cluster.
-
#stop_autonomous_database(params = {}) ⇒ Types::StopAutonomousDatabaseOutput
Stops the specified Autonomous Database.
-
#stop_db_node(params = {}) ⇒ Types::StopDbNodeOutput
Stops the specified DB node in a VM cluster.
-
#switchover_autonomous_database(params = {}) ⇒ Types::SwitchoverAutonomousDatabaseOutput
Performs a switchover of the specified Autonomous Database to a standby peer database.
-
#tag_resource(params = {}) ⇒ Struct
Applies tags to the specified resource.
-
#untag_resource(params = {}) ⇒ Struct
Removes tags from the specified resource.
-
#update_autonomous_database(params = {}) ⇒ Types::UpdateAutonomousDatabaseOutput
Updates the properties of an Autonomous Database.
-
#update_autonomous_database_backup(params = {}) ⇒ Types::UpdateAutonomousDatabaseBackupOutput
Updates the properties of an Autonomous Database backup.
-
#update_cloud_exadata_infrastructure(params = {}) ⇒ Types::UpdateCloudExadataInfrastructureOutput
Updates the properties of an Exadata infrastructure resource.
-
#update_odb_network(params = {}) ⇒ Types::UpdateOdbNetworkOutput
Updates properties of a specified ODB network.
-
#update_odb_peering_connection(params = {}) ⇒ Types::UpdateOdbPeeringConnectionOutput
Modifies the settings of an Oracle Database@Amazon Web Services peering connection.
Instance Method Summary collapse
-
#initialize(options) ⇒ Client
constructor
A new instance of Client.
Methods included from ClientStubs
#api_requests, #stub_data, #stub_responses
Methods inherited from Seahorse::Client::Base
add_plugin, api, clear_plugins, define, new, #operation_names, plugins, remove_plugin, set_api, set_plugins
Methods included from Seahorse::Client::HandlerBuilder
#handle, #handle_request, #handle_response
Constructor Details
#initialize(options) ⇒ Client
Returns a new instance of Client.
478 479 480 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 478 def initialize(*args) super end |
Instance Method Details
#accept_marketplace_registration(params = {}) ⇒ Struct
Registers the Amazon Web Services Marketplace token for your Amazon Web Services account to activate your Oracle Database@Amazon Web Services subscription.
504 505 506 507 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 504 def accept_marketplace_registration(params = {}, = {}) req = build_request(:accept_marketplace_registration, params) req.send_request() end |
#associate_iam_role_to_resource(params = {}) ⇒ Struct
Associates an Amazon Web Services Identity and Access Management (IAM) service role with a specified resource to enable Amazon Web Services service integration.
541 542 543 544 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 541 def associate_iam_role_to_resource(params = {}, = {}) req = build_request(:associate_iam_role_to_resource, params) req.send_request() end |
#create_autonomous_database(params = {}) ⇒ Types::CreateAutonomousDatabaseOutput
Creates a new Autonomous Database.
828 829 830 831 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 828 def create_autonomous_database(params = {}, = {}) req = build_request(:create_autonomous_database, params) req.send_request() end |
#create_autonomous_database_backup(params = {}) ⇒ Types::CreateAutonomousDatabaseBackupOutput
Creates a new backup of the specified Autonomous Database.
885 886 887 888 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 885 def create_autonomous_database_backup(params = {}, = {}) req = build_request(:create_autonomous_database_backup, params) req.send_request() end |
#create_autonomous_database_wallet(params = {}) ⇒ Types::CreateAutonomousDatabaseWalletOutput
Creates a new wallet for the specified Autonomous Database.
930 931 932 933 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 930 def create_autonomous_database_wallet(params = {}, = {}) req = build_request(:create_autonomous_database_wallet, params) req.send_request() end |
#create_cloud_autonomous_vm_cluster(params = {}) ⇒ Types::CreateCloudAutonomousVmClusterOutput
Creates a new Autonomous VM cluster in the specified Exadata infrastructure.
1061 1062 1063 1064 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 1061 def create_cloud_autonomous_vm_cluster(params = {}, = {}) req = build_request(:create_cloud_autonomous_vm_cluster, params) req.send_request() end |
#create_cloud_exadata_infrastructure(params = {}) ⇒ Types::CreateCloudExadataInfrastructureOutput
Creates an Exadata infrastructure.
1196 1197 1198 1199 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 1196 def create_cloud_exadata_infrastructure(params = {}, = {}) req = build_request(:create_cloud_exadata_infrastructure, params) req.send_request() end |
#create_cloud_vm_cluster(params = {}) ⇒ Types::CreateCloudVmClusterOutput
Creates a VM cluster on the specified Exadata infrastructure.
1357 1358 1359 1360 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 1357 def create_cloud_vm_cluster(params = {}, = {}) req = build_request(:create_cloud_vm_cluster, params) req.send_request() end |
#create_odb_network(params = {}) ⇒ Types::CreateOdbNetworkOutput
Creates an ODB network.
1513 1514 1515 1516 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 1513 def create_odb_network(params = {}, = {}) req = build_request(:create_odb_network, params) req.send_request() end |
#create_odb_peering_connection(params = {}) ⇒ Types::CreateOdbPeeringConnectionOutput
Creates a peering connection between an ODB network and a VPC.
A peering connection enables private connectivity between the networks for application-tier communication.
1591 1592 1593 1594 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 1591 def create_odb_peering_connection(params = {}, = {}) req = build_request(:create_odb_peering_connection, params) req.send_request() end |
#delete_autonomous_database(params = {}) ⇒ Struct
Deletes the specified Autonomous Database.
1613 1614 1615 1616 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 1613 def delete_autonomous_database(params = {}, = {}) req = build_request(:delete_autonomous_database, params) req.send_request() end |
#delete_autonomous_database_backup(params = {}) ⇒ Struct
Deletes the specified Autonomous Database backup.
1635 1636 1637 1638 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 1635 def delete_autonomous_database_backup(params = {}, = {}) req = build_request(:delete_autonomous_database_backup, params) req.send_request() end |
#delete_cloud_autonomous_vm_cluster(params = {}) ⇒ Struct
Deletes an Autonomous VM cluster.
1657 1658 1659 1660 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 1657 def delete_cloud_autonomous_vm_cluster(params = {}, = {}) req = build_request(:delete_cloud_autonomous_vm_cluster, params) req.send_request() end |
#delete_cloud_exadata_infrastructure(params = {}) ⇒ Struct
Deletes the specified Exadata infrastructure. Before you use this operation, make sure to delete all of the VM clusters that are hosted on this Exadata infrastructure.
1681 1682 1683 1684 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 1681 def delete_cloud_exadata_infrastructure(params = {}, = {}) req = build_request(:delete_cloud_exadata_infrastructure, params) req.send_request() end |
#delete_cloud_vm_cluster(params = {}) ⇒ Struct
Deletes the specified VM cluster.
1703 1704 1705 1706 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 1703 def delete_cloud_vm_cluster(params = {}, = {}) req = build_request(:delete_cloud_vm_cluster, params) req.send_request() end |
#delete_odb_network(params = {}) ⇒ Struct
Deletes the specified ODB network.
1730 1731 1732 1733 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 1730 def delete_odb_network(params = {}, = {}) req = build_request(:delete_odb_network, params) req.send_request() end |
#delete_odb_peering_connection(params = {}) ⇒ Struct
Deletes an ODB peering connection.
When you delete an ODB peering connection, the underlying VPC peering connection is also deleted.
1755 1756 1757 1758 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 1755 def delete_odb_peering_connection(params = {}, = {}) req = build_request(:delete_odb_peering_connection, params) req.send_request() end |
#disassociate_iam_role_from_resource(params = {}) ⇒ Struct
Disassociates an Amazon Web Services Identity and Access Management (IAM) service role from a specified resource to disable Amazon Web Services service integration.
1793 1794 1795 1796 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 1793 def disassociate_iam_role_from_resource(params = {}, = {}) req = build_request(:disassociate_iam_role_from_resource, params) req.send_request() end |
#failover_autonomous_database(params = {}) ⇒ Types::FailoverAutonomousDatabaseOutput
Initiates a failover of the specified Autonomous Database to a standby peer database.
1833 1834 1835 1836 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 1833 def failover_autonomous_database(params = {}, = {}) req = build_request(:failover_autonomous_database, params) req.send_request() end |
#get_autonomous_database(params = {}) ⇒ Types::GetAutonomousDatabaseOutput
Gets information about a specific Autonomous Database.
2039 2040 2041 2042 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 2039 def get_autonomous_database(params = {}, = {}) req = build_request(:get_autonomous_database, params) req.send_request() end |
#get_autonomous_database_backup(params = {}) ⇒ Types::GetAutonomousDatabaseBackupOutput
Gets information about a specific Autonomous Database backup.
2082 2083 2084 2085 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 2082 def get_autonomous_database_backup(params = {}, = {}) req = build_request(:get_autonomous_database_backup, params) req.send_request() end |
#get_autonomous_database_wallet_details(params = {}) ⇒ Types::GetAutonomousDatabaseWalletDetailsOutput
Gets the wallet details for the specified Autonomous Database.
2112 2113 2114 2115 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 2112 def get_autonomous_database_wallet_details(params = {}, = {}) req = build_request(:get_autonomous_database_wallet_details, params) req.send_request() end |
#get_cloud_autonomous_vm_cluster(params = {}) ⇒ Types::GetCloudAutonomousVmClusterOutput
Gets information about a specific Autonomous VM cluster.
2210 2211 2212 2213 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 2210 def get_cloud_autonomous_vm_cluster(params = {}, = {}) req = build_request(:get_cloud_autonomous_vm_cluster, params) req.send_request() end |
#get_cloud_exadata_infrastructure(params = {}) ⇒ Types::GetCloudExadataInfrastructureOutput
Returns information about the specified Exadata infrastructure.
2289 2290 2291 2292 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 2289 def get_cloud_exadata_infrastructure(params = {}, = {}) req = build_request(:get_cloud_exadata_infrastructure, params) req.send_request() end |
#get_cloud_exadata_infrastructure_unallocated_resources(params = {}) ⇒ Types::GetCloudExadataInfrastructureUnallocatedResourcesOutput
Retrieves information about unallocated resources in a specified Cloud Exadata Infrastructure.
2331 2332 2333 2334 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 2331 def get_cloud_exadata_infrastructure_unallocated_resources(params = {}, = {}) req = build_request(:get_cloud_exadata_infrastructure_unallocated_resources, params) req.send_request() end |
#get_cloud_vm_cluster(params = {}) ⇒ Types::GetCloudVmClusterOutput
Returns information about the specified VM cluster.
2417 2418 2419 2420 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 2417 def get_cloud_vm_cluster(params = {}, = {}) req = build_request(:get_cloud_vm_cluster, params) req.send_request() end |
#get_db_node(params = {}) ⇒ Types::GetDbNodeOutput
Returns information about the specified DB node.
2476 2477 2478 2479 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 2476 def get_db_node(params = {}, = {}) req = build_request(:get_db_node, params) req.send_request() end |
#get_db_server(params = {}) ⇒ Types::GetDbServerOutput
Returns information about the specified database server.
2535 2536 2537 2538 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 2535 def get_db_server(params = {}, = {}) req = build_request(:get_db_server, params) req.send_request() end |
#get_oci_onboarding_status(params = {}) ⇒ Types::GetOciOnboardingStatusOutput
Returns the tenancy activation link and onboarding status for your Amazon Web Services account.
2577 2578 2579 2580 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 2577 def get_oci_onboarding_status(params = {}, = {}) req = build_request(:get_oci_onboarding_status, params) req.send_request() end |
#get_odb_network(params = {}) ⇒ Types::GetOdbNetworkOutput
Returns information about the specified ODB network.
2660 2661 2662 2663 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 2660 def get_odb_network(params = {}, = {}) req = build_request(:get_odb_network, params) req.send_request() end |
#get_odb_peering_connection(params = {}) ⇒ Types::GetOdbPeeringConnectionOutput
Retrieves information about an ODB peering connection.
2700 2701 2702 2703 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 2700 def get_odb_peering_connection(params = {}, = {}) req = build_request(:get_odb_peering_connection, params) req.send_request() end |
#initialize_service(params = {}) ⇒ Struct
Initializes the ODB service for the first time in an account.
2723 2724 2725 2726 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 2723 def initialize_service(params = {}, = {}) req = build_request(:initialize_service, params) req.send_request() end |
#list_autonomous_database_backups(params = {}) ⇒ Types::ListAutonomousDatabaseBackupsOutput
Lists the backups of the specified Autonomous Database.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
2790 2791 2792 2793 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 2790 def list_autonomous_database_backups(params = {}, = {}) req = build_request(:list_autonomous_database_backups, params) req.send_request() end |
#list_autonomous_database_character_sets(params = {}) ⇒ Types::ListAutonomousDatabaseCharacterSetsOutput
Lists the available character sets for Autonomous Databases.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
2835 2836 2837 2838 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 2835 def list_autonomous_database_character_sets(params = {}, = {}) req = build_request(:list_autonomous_database_character_sets, params) req.send_request() end |
#list_autonomous_database_clones(params = {}) ⇒ Types::ListAutonomousDatabaseClonesOutput
Lists the clones of the specified Autonomous Database.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
3057 3058 3059 3060 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 3057 def list_autonomous_database_clones(params = {}, = {}) req = build_request(:list_autonomous_database_clones, params) req.send_request() end |
#list_autonomous_database_peers(params = {}) ⇒ Types::ListAutonomousDatabasePeersOutput
Lists the peer databases of the specified Autonomous Database.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
3105 3106 3107 3108 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 3105 def list_autonomous_database_peers(params = {}, = {}) req = build_request(:list_autonomous_database_peers, params) req.send_request() end |
#list_autonomous_database_versions(params = {}) ⇒ Types::ListAutonomousDatabaseVersionsOutput
Lists the available Oracle Database software versions for Autonomous Databases.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
3154 3155 3156 3157 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 3154 def list_autonomous_database_versions(params = {}, = {}) req = build_request(:list_autonomous_database_versions, params) req.send_request() end |
#list_autonomous_databases(params = {}) ⇒ Types::ListAutonomousDatabasesOutput
Returns information about the Autonomous Databases owned by your Amazon Web Services account in the current Amazon Web Services Region.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
3372 3373 3374 3375 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 3372 def list_autonomous_databases(params = {}, = {}) req = build_request(:list_autonomous_databases, params) req.send_request() end |
#list_autonomous_virtual_machines(params = {}) ⇒ Types::ListAutonomousVirtualMachinesOutput
Lists all Autonomous VMs in an Autonomous VM cluster.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
3426 3427 3428 3429 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 3426 def list_autonomous_virtual_machines(params = {}, = {}) req = build_request(:list_autonomous_virtual_machines, params) req.send_request() end |
#list_cloud_autonomous_vm_clusters(params = {}) ⇒ Types::ListCloudAutonomousVmClustersOutput
Lists all Autonomous VM clusters in a specified Cloud Exadata infrastructure.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
3538 3539 3540 3541 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 3538 def list_cloud_autonomous_vm_clusters(params = {}, = {}) req = build_request(:list_cloud_autonomous_vm_clusters, params) req.send_request() end |
#list_cloud_exadata_infrastructures(params = {}) ⇒ Types::ListCloudExadataInfrastructuresOutput
Returns information about the Exadata infrastructures owned by your Amazon Web Services account.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
3632 3633 3634 3635 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 3632 def list_cloud_exadata_infrastructures(params = {}, = {}) req = build_request(:list_cloud_exadata_infrastructures, params) req.send_request() end |
#list_cloud_vm_clusters(params = {}) ⇒ Types::ListCloudVmClustersOutput
Returns information about the VM clusters owned by your Amazon Web Services account or only the ones on the specified Exadata infrastructure.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
3738 3739 3740 3741 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 3738 def list_cloud_vm_clusters(params = {}, = {}) req = build_request(:list_cloud_vm_clusters, params) req.send_request() end |
#list_db_nodes(params = {}) ⇒ Types::ListDbNodesOutput
Returns information about the DB nodes for the specified VM cluster.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
3809 3810 3811 3812 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 3809 def list_db_nodes(params = {}, = {}) req = build_request(:list_db_nodes, params) req.send_request() end |
#list_db_servers(params = {}) ⇒ Types::ListDbServersOutput
Returns information about the database servers that belong to the specified Exadata infrastructure.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
3881 3882 3883 3884 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 3881 def list_db_servers(params = {}, = {}) req = build_request(:list_db_servers, params) req.send_request() end |
#list_db_system_shapes(params = {}) ⇒ Types::ListDbSystemShapesOutput
Returns information about the shapes that are available for an Exadata infrastructure.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
3957 3958 3959 3960 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 3957 def list_db_system_shapes(params = {}, = {}) req = build_request(:list_db_system_shapes, params) req.send_request() end |
#list_gi_versions(params = {}) ⇒ Types::ListGiVersionsOutput
Returns information about Oracle Grid Infrastructure (GI) software versions that are available for a VM cluster for the specified shape.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
4005 4006 4007 4008 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 4005 def list_gi_versions(params = {}, = {}) req = build_request(:list_gi_versions, params) req.send_request() end |
#list_odb_networks(params = {}) ⇒ Types::ListOdbNetworksOutput
Returns information about the ODB networks owned by your Amazon Web Services account.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
4103 4104 4105 4106 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 4103 def list_odb_networks(params = {}, = {}) req = build_request(:list_odb_networks, params) req.send_request() end |
#list_odb_peering_connections(params = {}) ⇒ Types::ListOdbPeeringConnectionsOutput
Lists all ODB peering connections or those associated with a specific ODB network.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
4167 4168 4169 4170 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 4167 def list_odb_peering_connections(params = {}, = {}) req = build_request(:list_odb_peering_connections, params) req.send_request() end |
#list_system_versions(params = {}) ⇒ Types::ListSystemVersionsOutput
Returns information about the system versions that are available for a
VM cluster for the specified giVersion and shape.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
4221 4222 4223 4224 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 4221 def list_system_versions(params = {}, = {}) req = build_request(:list_system_versions, params) req.send_request() end |
#list_tags_for_resource(params = {}) ⇒ Types::ListTagsForResourceResponse
Returns information about the tags applied to this resource.
4250 4251 4252 4253 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 4250 def (params = {}, = {}) req = build_request(:list_tags_for_resource, params) req.send_request() end |
#reboot_autonomous_database(params = {}) ⇒ Types::RebootAutonomousDatabaseOutput
Reboots the specified Autonomous Database.
4289 4290 4291 4292 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 4289 def reboot_autonomous_database(params = {}, = {}) req = build_request(:reboot_autonomous_database, params) req.send_request() end |
#reboot_db_node(params = {}) ⇒ Types::RebootDbNodeOutput
Reboots the specified DB node in a VM cluster.
4326 4327 4328 4329 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 4326 def reboot_db_node(params = {}, = {}) req = build_request(:reboot_db_node, params) req.send_request() end |
#restore_autonomous_database(params = {}) ⇒ Types::RestoreAutonomousDatabaseOutput
Restores the specified Autonomous Database to a point in time.
4364 4365 4366 4367 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 4364 def restore_autonomous_database(params = {}, = {}) req = build_request(:restore_autonomous_database, params) req.send_request() end |
#shrink_autonomous_database(params = {}) ⇒ Types::ShrinkAutonomousDatabaseOutput
Shrinks the storage of the specified Autonomous Database to reclaim unused space.
4399 4400 4401 4402 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 4399 def shrink_autonomous_database(params = {}, = {}) req = build_request(:shrink_autonomous_database, params) req.send_request() end |
#start_autonomous_database(params = {}) ⇒ Types::StartAutonomousDatabaseOutput
Starts the specified Autonomous Database.
4433 4434 4435 4436 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 4433 def start_autonomous_database(params = {}, = {}) req = build_request(:start_autonomous_database, params) req.send_request() end |
#start_db_node(params = {}) ⇒ Types::StartDbNodeOutput
Starts the specified DB node in a VM cluster.
4470 4471 4472 4473 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 4470 def start_db_node(params = {}, = {}) req = build_request(:start_db_node, params) req.send_request() end |
#stop_autonomous_database(params = {}) ⇒ Types::StopAutonomousDatabaseOutput
Stops the specified Autonomous Database.
4504 4505 4506 4507 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 4504 def stop_autonomous_database(params = {}, = {}) req = build_request(:stop_autonomous_database, params) req.send_request() end |
#stop_db_node(params = {}) ⇒ Types::StopDbNodeOutput
Stops the specified DB node in a VM cluster.
4541 4542 4543 4544 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 4541 def stop_db_node(params = {}, = {}) req = build_request(:stop_db_node, params) req.send_request() end |
#switchover_autonomous_database(params = {}) ⇒ Types::SwitchoverAutonomousDatabaseOutput
Performs a switchover of the specified Autonomous Database to a standby peer database.
4581 4582 4583 4584 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 4581 def switchover_autonomous_database(params = {}, = {}) req = build_request(:switchover_autonomous_database, params) req.send_request() end |
#tag_resource(params = {}) ⇒ Struct
Applies tags to the specified resource.
4609 4610 4611 4612 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 4609 def tag_resource(params = {}, = {}) req = build_request(:tag_resource, params) req.send_request() end |
#untag_resource(params = {}) ⇒ Struct
Removes tags from the specified resource.
4635 4636 4637 4638 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 4635 def untag_resource(params = {}, = {}) req = build_request(:untag_resource, params) req.send_request() end |
#update_autonomous_database(params = {}) ⇒ Types::UpdateAutonomousDatabaseOutput
Updates the properties of an Autonomous Database.
4899 4900 4901 4902 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 4899 def update_autonomous_database(params = {}, = {}) req = build_request(:update_autonomous_database, params) req.send_request() end |
#update_autonomous_database_backup(params = {}) ⇒ Types::UpdateAutonomousDatabaseBackupOutput
Updates the properties of an Autonomous Database backup.
4937 4938 4939 4940 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 4937 def update_autonomous_database_backup(params = {}, = {}) req = build_request(:update_autonomous_database_backup, params) req.send_request() end |
#update_cloud_exadata_infrastructure(params = {}) ⇒ Types::UpdateCloudExadataInfrastructureOutput
Updates the properties of an Exadata infrastructure resource.
4995 4996 4997 4998 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 4995 def update_cloud_exadata_infrastructure(params = {}, = {}) req = build_request(:update_cloud_exadata_infrastructure, params) req.send_request() end |
#update_odb_network(params = {}) ⇒ Types::UpdateOdbNetworkOutput
Updates properties of a specified ODB network.
5089 5090 5091 5092 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 5089 def update_odb_network(params = {}, = {}) req = build_request(:update_odb_network, params) req.send_request() end |
#update_odb_peering_connection(params = {}) ⇒ Types::UpdateOdbPeeringConnectionOutput
Modifies the settings of an Oracle Database@Amazon Web Services peering connection. You can update the display name and add or remove CIDR blocks from the peering connection.
5142 5143 5144 5145 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 5142 def update_odb_peering_connection(params = {}, = {}) req = build_request(:update_odb_peering_connection, params) req.send_request() end |