Class: Aws::SsmSap::Types::Resilience

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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

Instance Attribute Details

#cluster_statusString

The cluster status of the component.

Returns:

  • (String)


1362
1363
1364
1365
1366
1367
1368
1369
1370
# File 'lib/aws-sdk-ssmsap/types.rb', line 1362

class Resilience < Struct.new(
  :hsr_tier,
  :hsr_replication_mode,
  :hsr_operation_mode,
  :cluster_status,
  :enqueue_replication)
  SENSITIVE = []
  include Aws::Structure
end

#enqueue_replicationBoolean

Indicates if or not enqueue replication is enabled for the ASCS component.

Returns:

  • (Boolean)


1362
1363
1364
1365
1366
1367
1368
1369
1370
# File 'lib/aws-sdk-ssmsap/types.rb', line 1362

class Resilience < Struct.new(
  :hsr_tier,
  :hsr_replication_mode,
  :hsr_operation_mode,
  :cluster_status,
  :enqueue_replication)
  SENSITIVE = []
  include Aws::Structure
end

#hsr_operation_modeString

The operation mode of the component.

Returns:

  • (String)


1362
1363
1364
1365
1366
1367
1368
1369
1370
# File 'lib/aws-sdk-ssmsap/types.rb', line 1362

class Resilience < Struct.new(
  :hsr_tier,
  :hsr_replication_mode,
  :hsr_operation_mode,
  :cluster_status,
  :enqueue_replication)
  SENSITIVE = []
  include Aws::Structure
end

#hsr_replication_modeString

The replication mode of the component.

Returns:

  • (String)


1362
1363
1364
1365
1366
1367
1368
1369
1370
# File 'lib/aws-sdk-ssmsap/types.rb', line 1362

class Resilience < Struct.new(
  :hsr_tier,
  :hsr_replication_mode,
  :hsr_operation_mode,
  :cluster_status,
  :enqueue_replication)
  SENSITIVE = []
  include Aws::Structure
end

#hsr_tierString

The tier of the component.

Returns:

  • (String)


1362
1363
1364
1365
1366
1367
1368
1369
1370
# File 'lib/aws-sdk-ssmsap/types.rb', line 1362

class Resilience < Struct.new(
  :hsr_tier,
  :hsr_replication_mode,
  :hsr_operation_mode,
  :cluster_status,
  :enqueue_replication)
  SENSITIVE = []
  include Aws::Structure
end