Class: Aws::Odb::Types::StartDbNodeInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_vm_cluster_idString

The unique identifier of the VM cluster that contains the DB node to start. You must specify either this parameter or exadbVmClusterId.

Returns:

  • (String)


10125
10126
10127
10128
10129
10130
10131
# File 'lib/aws-sdk-odb/types.rb', line 10125

class StartDbNodeInput < Struct.new(
  :cloud_vm_cluster_id,
  :exadb_vm_cluster_id,
  :db_node_id)
  SENSITIVE = []
  include Aws::Structure
end

#db_node_idString

The unique identifier of the DB node to start.

Returns:

  • (String)


10125
10126
10127
10128
10129
10130
10131
# File 'lib/aws-sdk-odb/types.rb', line 10125

class StartDbNodeInput < Struct.new(
  :cloud_vm_cluster_id,
  :exadb_vm_cluster_id,
  :db_node_id)
  SENSITIVE = []
  include Aws::Structure
end

#exadb_vm_cluster_idString

The unique identifier of the Exascale VM cluster that contains the DB node to start. You must specify either this parameter or cloudVmClusterId.

Returns:

  • (String)


10125
10126
10127
10128
10129
10130
10131
# File 'lib/aws-sdk-odb/types.rb', line 10125

class StartDbNodeInput < Struct.new(
  :cloud_vm_cluster_id,
  :exadb_vm_cluster_id,
  :db_node_id)
  SENSITIVE = []
  include Aws::Structure
end