Class: Aws::Types::FailoverRouterInputConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#network_interface_arn::String

Returns the value of attribute network_interface_arn.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("NO_PRIORITY", "PRIMARY_SECONDARY")


701
702
703
# File 'sig/types.rbs', line 701

def source_priority_mode
  @source_priority_mode
end