Class: Aws::Types::Lag

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allows_hosted_connectionsBoolean

Returns the value of attribute allows_hosted_connections.

Returns:

  • (Boolean)


696
697
698
# File 'sig/types.rbs', line 696

def allows_hosted_connections
  @allows_hosted_connections
end

#aws_device::String

Returns the value of attribute aws_device.

Returns:

  • (::String)


692
693
694
# File 'sig/types.rbs', line 692

def aws_device
  @aws_device
end

#aws_device_v2::String

Returns the value of attribute aws_device_v2.

Returns:

  • (::String)


693
694
695
# File 'sig/types.rbs', line 693

def aws_device_v2
  @aws_device_v2
end

#aws_logical_device_id::String

Returns the value of attribute aws_logical_device_id.

Returns:

  • (::String)


694
695
696
# File 'sig/types.rbs', line 694

def aws_logical_device_id
  @aws_logical_device_id
end

#connections::Array[Types::Connection]

Returns the value of attribute connections.

Returns:



695
696
697
# File 'sig/types.rbs', line 695

def connections
  @connections
end

#connections_bandwidth::String

Returns the value of attribute connections_bandwidth.

Returns:

  • (::String)


683
684
685
# File 'sig/types.rbs', line 683

def connections_bandwidth
  @connections_bandwidth
end

#encryption_mode::String

Returns the value of attribute encryption_mode.

Returns:

  • (::String)


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

def encryption_mode
  @encryption_mode
end

#has_logical_redundancy"unknown", ...

Returns the value of attribute has_logical_redundancy.

Returns:

  • ("unknown", "yes", "no")


698
699
700
# File 'sig/types.rbs', line 698

def has_logical_redundancy
  @has_logical_redundancy
end

#jumbo_frame_capableBoolean

Returns the value of attribute jumbo_frame_capable.

Returns:

  • (Boolean)


697
698
699
# File 'sig/types.rbs', line 697

def jumbo_frame_capable
  @jumbo_frame_capable
end

#lag_id::String

Returns the value of attribute lag_id.

Returns:

  • (::String)


685
686
687
# File 'sig/types.rbs', line 685

def lag_id
  @lag_id
end

#lag_name::String

Returns the value of attribute lag_name.

Returns:

  • (::String)


687
688
689
# File 'sig/types.rbs', line 687

def lag_name
  @lag_name
end

#lag_state"requested", ...

Returns the value of attribute lag_state.

Returns:

  • ("requested", "pending", "available", "down", "deleting", "deleted", "unknown")


688
689
690
# File 'sig/types.rbs', line 688

def lag_state
  @lag_state
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


689
690
691
# File 'sig/types.rbs', line 689

def location
  @location
end

#mac_sec_capableBoolean

Returns the value of attribute mac_sec_capable.

Returns:

  • (Boolean)


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

def mac_sec_capable
  @mac_sec_capable
end

#mac_sec_keys::Array[Types::MacSecKey]

Returns the value of attribute mac_sec_keys.

Returns:



703
704
705
# File 'sig/types.rbs', line 703

def mac_sec_keys
  @mac_sec_keys
end

Returns the value of attribute minimum_links.

Returns:

  • (::Integer)


691
692
693
# File 'sig/types.rbs', line 691

def minimum_links
  @minimum_links
end

#number_of_connections::Integer

Returns the value of attribute number_of_connections.

Returns:

  • (::Integer)


684
685
686
# File 'sig/types.rbs', line 684

def number_of_connections
  @number_of_connections
end

#owner_account::String

Returns the value of attribute owner_account.

Returns:

  • (::String)


686
687
688
# File 'sig/types.rbs', line 686

def 
  @owner_account
end

#provider_name::String

Returns the value of attribute provider_name.

Returns:

  • (::String)


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

def provider_name
  @provider_name
end

#rate_limiter_statusTypes::RateLimiterStatus

Returns the value of attribute rate_limiter_status.



704
705
706
# File 'sig/types.rbs', line 704

def rate_limiter_status
  @rate_limiter_status
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


690
691
692
# File 'sig/types.rbs', line 690

def region
  @region
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



699
700
701
# File 'sig/types.rbs', line 699

def tags
  @tags
end