Class: Aws::Types::FailoverRouterInputConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::FailoverRouterInputConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#network_interface_arn ⇒ ::String
Returns the value of attribute network_interface_arn.
-
#primary_source_index ⇒ ::Integer
Returns the value of attribute primary_source_index.
-
#protocol_configurations ⇒ ::Array[Types::FailoverRouterInputProtocolConfiguration]
Returns the value of attribute protocol_configurations.
-
#source_priority_mode ⇒ "NO_PRIORITY", "PRIMARY_SECONDARY"
Returns the value of attribute source_priority_mode.
Instance Attribute Details
#network_interface_arn ⇒ ::String
Returns the value of attribute network_interface_arn.
699 700 701 |
# File 'sig/types.rbs', line 699 def network_interface_arn @network_interface_arn end |
#primary_source_index ⇒ ::Integer
Returns the value of attribute primary_source_index.
702 703 704 |
# File 'sig/types.rbs', line 702 def primary_source_index @primary_source_index end |
#protocol_configurations ⇒ ::Array[Types::FailoverRouterInputProtocolConfiguration]
Returns the value of attribute protocol_configurations.
700 701 702 |
# File 'sig/types.rbs', line 700 def protocol_configurations @protocol_configurations end |
#source_priority_mode ⇒ "NO_PRIORITY", "PRIMARY_SECONDARY"
Returns the value of attribute source_priority_mode.
701 702 703 |
# File 'sig/types.rbs', line 701 def source_priority_mode @source_priority_mode end |