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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cluster_statusString

The cluster status of the component.

Returns:

  • (String)


1199
1200
1201
1202
1203
1204
1205
1206
1207
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 1199

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)


1199
1200
1201
1202
1203
1204
1205
1206
1207
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 1199

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)


1199
1200
1201
1202
1203
1204
1205
1206
1207
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 1199

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)


1199
1200
1201
1202
1203
1204
1205
1206
1207
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 1199

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)


1199
1200
1201
1202
1203
1204
1205
1206
1207
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 1199

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