Class: Aws::Odb::Types::GetCloudExadataInfrastructureUnallocatedResourcesInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_exadata_infrastructure_idString

The unique identifier of the Cloud Exadata infrastructure for which to retrieve unallocated resources.

Returns:

  • (String)


3360
3361
3362
3363
3364
3365
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3360

class GetCloudExadataInfrastructureUnallocatedResourcesInput < Struct.new(
  :cloud_exadata_infrastructure_id,
  :db_servers)
  SENSITIVE = []
  include Aws::Structure
end

#db_serversArray<String>

The database servers to include in the unallocated resources query.

Returns:

  • (Array<String>)


3360
3361
3362
3363
3364
3365
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3360

class GetCloudExadataInfrastructureUnallocatedResourcesInput < Struct.new(
  :cloud_exadata_infrastructure_id,
  :db_servers)
  SENSITIVE = []
  include Aws::Structure
end