Class: Aws::Odb::Types::RebootDbNodeInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::RebootDbNodeInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-odb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_vm_cluster_id ⇒ String
The unique identifier of the VM cluster that contains the DB node to reboot.
-
#db_node_id ⇒ String
The unique identifier of the DB node to reboot.
-
#exadb_vm_cluster_id ⇒ String
The unique identifier of the Exascale VM cluster that contains the DB node to reboot.
Instance Attribute Details
#cloud_vm_cluster_id ⇒ String
The unique identifier of the VM cluster that contains the DB node to
reboot. You must specify either this parameter or
exadbVmClusterId.
9699 9700 9701 9702 9703 9704 9705 |
# File 'lib/aws-sdk-odb/types.rb', line 9699 class RebootDbNodeInput < Struct.new( :cloud_vm_cluster_id, :exadb_vm_cluster_id, :db_node_id) SENSITIVE = [] include Aws::Structure end |
#db_node_id ⇒ String
The unique identifier of the DB node to reboot.
9699 9700 9701 9702 9703 9704 9705 |
# File 'lib/aws-sdk-odb/types.rb', line 9699 class RebootDbNodeInput < Struct.new( :cloud_vm_cluster_id, :exadb_vm_cluster_id, :db_node_id) SENSITIVE = [] include Aws::Structure end |
#exadb_vm_cluster_id ⇒ String
The unique identifier of the Exascale VM cluster that contains the
DB node to reboot. You must specify either this parameter or
cloudVmClusterId.
9699 9700 9701 9702 9703 9704 9705 |
# File 'lib/aws-sdk-odb/types.rb', line 9699 class RebootDbNodeInput < Struct.new( :cloud_vm_cluster_id, :exadb_vm_cluster_id, :db_node_id) SENSITIVE = [] include Aws::Structure end |