Class: Aws::SsmSap::Types::Resilience
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::Resilience
- Defined in:
- gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb
Overview
Details of the SAP HANA system replication for the instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_status ⇒ String
The cluster status of the component.
-
#enqueue_replication ⇒ Boolean
Indicates if or not enqueue replication is enabled for the ASCS component.
-
#hsr_operation_mode ⇒ String
The operation mode of the component.
-
#hsr_replication_mode ⇒ String
The replication mode of the component.
-
#hsr_tier ⇒ String
The tier of the component.
Instance Attribute Details
#cluster_status ⇒ String
The cluster status of the component.
1321 1322 1323 1324 1325 1326 1327 1328 1329 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 1321 class Resilience < Struct.new( :hsr_tier, :hsr_replication_mode, :hsr_operation_mode, :cluster_status, :enqueue_replication) SENSITIVE = [] include Aws::Structure end |
#enqueue_replication ⇒ Boolean
Indicates if or not enqueue replication is enabled for the ASCS component.
1321 1322 1323 1324 1325 1326 1327 1328 1329 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 1321 class Resilience < Struct.new( :hsr_tier, :hsr_replication_mode, :hsr_operation_mode, :cluster_status, :enqueue_replication) SENSITIVE = [] include Aws::Structure end |
#hsr_operation_mode ⇒ String
The operation mode of the component.
1321 1322 1323 1324 1325 1326 1327 1328 1329 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 1321 class Resilience < Struct.new( :hsr_tier, :hsr_replication_mode, :hsr_operation_mode, :cluster_status, :enqueue_replication) SENSITIVE = [] include Aws::Structure end |
#hsr_replication_mode ⇒ String
The replication mode of the component.
1321 1322 1323 1324 1325 1326 1327 1328 1329 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 1321 class Resilience < Struct.new( :hsr_tier, :hsr_replication_mode, :hsr_operation_mode, :cluster_status, :enqueue_replication) SENSITIVE = [] include Aws::Structure end |
#hsr_tier ⇒ String
The tier of the component.
1321 1322 1323 1324 1325 1326 1327 1328 1329 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 1321 class Resilience < Struct.new( :hsr_tier, :hsr_replication_mode, :hsr_operation_mode, :cluster_status, :enqueue_replication) SENSITIVE = [] include Aws::Structure end |