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.
845 846 847 848 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 845 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.
902 903 904 905 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 902 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.
964 965 966 967 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 964 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.
1095 1096 1097 1098 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 1095 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.
1230 1231 1232 1233 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 1230 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.
1391 1392 1393 1394 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 1391 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.
1547 1548 1549 1550 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 1547 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.
1625 1626 1627 1628 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 1625 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.
1647 1648 1649 1650 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 1647 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.
1669 1670 1671 1672 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 1669 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.
1691 1692 1693 1694 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 1691 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.
1715 1716 1717 1718 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 1715 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.
1737 1738 1739 1740 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 1737 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.
1764 1765 1766 1767 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 1764 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.
1789 1790 1791 1792 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 1789 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.
1827 1828 1829 1830 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 1827 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.
1867 1868 1869 1870 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 1867 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.
2077 2078 2079 2080 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 2077 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.
2120 2121 2122 2123 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 2120 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.
2154 2155 2156 2157 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 2154 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.
2252 2253 2254 2255 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 2252 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.
2331 2332 2333 2334 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 2331 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.
2373 2374 2375 2376 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 2373 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.
2459 2460 2461 2462 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 2459 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.
2518 2519 2520 2521 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 2518 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.
2577 2578 2579 2580 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 2577 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.
2621 2622 2623 2624 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 2621 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.
2704 2705 2706 2707 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 2704 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.
2744 2745 2746 2747 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 2744 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.
2773 2774 2775 2776 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 2773 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.
2840 2841 2842 2843 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 2840 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.
2885 2886 2887 2888 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 2885 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.
3111 3112 3113 3114 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 3111 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.
3159 3160 3161 3162 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 3159 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.
3208 3209 3210 3211 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 3208 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.
3430 3431 3432 3433 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 3430 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.
3484 3485 3486 3487 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 3484 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.
3596 3597 3598 3599 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 3596 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.
3690 3691 3692 3693 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 3690 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.
3796 3797 3798 3799 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 3796 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.
3867 3868 3869 3870 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 3867 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.
3939 3940 3941 3942 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 3939 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.
4015 4016 4017 4018 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 4015 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.
4063 4064 4065 4066 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 4063 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.
4161 4162 4163 4164 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 4161 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.
4225 4226 4227 4228 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 4225 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.
4279 4280 4281 4282 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 4279 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.
4308 4309 4310 4311 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 4308 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.
4347 4348 4349 4350 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 4347 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.
4384 4385 4386 4387 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 4384 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.
4422 4423 4424 4425 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 4422 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.
4457 4458 4459 4460 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 4457 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.
4491 4492 4493 4494 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 4491 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.
4528 4529 4530 4531 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 4528 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.
4562 4563 4564 4565 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 4562 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.
4599 4600 4601 4602 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 4599 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.
4639 4640 4641 4642 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 4639 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.
4667 4668 4669 4670 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 4667 def tag_resource(params = {}, = {}) req = build_request(:tag_resource, params) req.send_request() end |
#untag_resource(params = {}) ⇒ Struct
Removes tags from the specified resource.
4693 4694 4695 4696 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 4693 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.
4974 4975 4976 4977 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 4974 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.
5012 5013 5014 5015 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 5012 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.
5070 5071 5072 5073 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 5070 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.
5164 5165 5166 5167 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 5164 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.
5217 5218 5219 5220 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/client.rb', line 5217 def update_odb_peering_connection(params = {}, = {}) req = build_request(:update_odb_peering_connection, params) req.send_request() end |