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)


768
769
770
# File 'sig/types.rbs', line 768

def allows_hosted_connections
  @allows_hosted_connections
end

#aws_device::String

Returns the value of attribute aws_device.

Returns:

  • (::String)


764
765
766
# File 'sig/types.rbs', line 764

def aws_device
  @aws_device
end

#aws_device_v2::String

Returns the value of attribute aws_device_v2.

Returns:

  • (::String)


765
766
767
# File 'sig/types.rbs', line 765

def aws_device_v2
  @aws_device_v2
end

#aws_logical_device_id::String

Returns the value of attribute aws_logical_device_id.

Returns:

  • (::String)


766
767
768
# File 'sig/types.rbs', line 766

def aws_logical_device_id
  @aws_logical_device_id
end

#billing_mode"PayAsYouGo", ...

Returns the value of attribute billing_mode.

Returns:

  • ("PayAsYouGo", "FlatRateTier1", "FlatRateTier2", "FlatRateTier3", "FlatRateTier4", "FlatRateTier5", "PortPairFlatRateTier1", "PortPairFlatRateTier2", "PortPairFlatRateTier3", "PortPairFlatRateTier4", "PortPairFlatRateTier5")


781
782
783
# File 'sig/types.rbs', line 781

def billing_mode
  @billing_mode
end

#connections::Array[Types::Connection]

Returns the value of attribute connections.

Returns:



767
768
769
# File 'sig/types.rbs', line 767

def connections
  @connections
end

#connections_bandwidth::String

Returns the value of attribute connections_bandwidth.

Returns:

  • (::String)


755
756
757
# File 'sig/types.rbs', line 755

def connections_bandwidth
  @connections_bandwidth
end

#encryption_mode::String

Returns the value of attribute encryption_mode.

Returns:

  • (::String)


774
775
776
# File 'sig/types.rbs', line 774

def encryption_mode
  @encryption_mode
end

#has_logical_redundancy"unknown", ...

Returns the value of attribute has_logical_redundancy.

Returns:

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


770
771
772
# File 'sig/types.rbs', line 770

def has_logical_redundancy
  @has_logical_redundancy
end

#jumbo_frame_capableBoolean

Returns the value of attribute jumbo_frame_capable.

Returns:

  • (Boolean)


769
770
771
# File 'sig/types.rbs', line 769

def jumbo_frame_capable
  @jumbo_frame_capable
end

#lag_id::String

Returns the value of attribute lag_id.

Returns:

  • (::String)


757
758
759
# File 'sig/types.rbs', line 757

def lag_id
  @lag_id
end

#lag_name::String

Returns the value of attribute lag_name.

Returns:

  • (::String)


759
760
761
# File 'sig/types.rbs', line 759

def lag_name
  @lag_name
end

#lag_state"requested", ...

Returns the value of attribute lag_state.

Returns:

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


760
761
762
# File 'sig/types.rbs', line 760

def lag_state
  @lag_state
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


761
762
763
# File 'sig/types.rbs', line 761

def location
  @location
end

#mac_sec_capableBoolean

Returns the value of attribute mac_sec_capable.

Returns:

  • (Boolean)


773
774
775
# File 'sig/types.rbs', line 773

def mac_sec_capable
  @mac_sec_capable
end

#mac_sec_keys::Array[Types::MacSecKey]

Returns the value of attribute mac_sec_keys.

Returns:



775
776
777
# File 'sig/types.rbs', line 775

def mac_sec_keys
  @mac_sec_keys
end

Returns the value of attribute minimum_links.

Returns:

  • (::Integer)


763
764
765
# File 'sig/types.rbs', line 763

def minimum_links
  @minimum_links
end

#number_of_connections::Integer

Returns the value of attribute number_of_connections.

Returns:

  • (::Integer)


756
757
758
# File 'sig/types.rbs', line 756

def number_of_connections
  @number_of_connections
end

#owner_account::String

Returns the value of attribute owner_account.

Returns:

  • (::String)


758
759
760
# File 'sig/types.rbs', line 758

def 
  
end

#prefix_pool_size_ipv_4::Integer

Returns the value of attribute prefix_pool_size_ipv_4.

Returns:

  • (::Integer)


776
777
778
# File 'sig/types.rbs', line 776

def prefix_pool_size_ipv_4
  @prefix_pool_size_ipv_4
end

#prefix_pool_size_ipv_6::Integer

Returns the value of attribute prefix_pool_size_ipv_6.

Returns:

  • (::Integer)


777
778
779
# File 'sig/types.rbs', line 777

def prefix_pool_size_ipv_6
  @prefix_pool_size_ipv_6
end

#prefix_pool_unallocated_count_ipv_4::Integer

Returns the value of attribute prefix_pool_unallocated_count_ipv_4.

Returns:

  • (::Integer)


778
779
780
# File 'sig/types.rbs', line 778

def prefix_pool_unallocated_count_ipv_4
  @prefix_pool_unallocated_count_ipv_4
end

#prefix_pool_unallocated_count_ipv_6::Integer

Returns the value of attribute prefix_pool_unallocated_count_ipv_6.

Returns:

  • (::Integer)


779
780
781
# File 'sig/types.rbs', line 779

def prefix_pool_unallocated_count_ipv_6
  @prefix_pool_unallocated_count_ipv_6
end

#provider_name::String

Returns the value of attribute provider_name.

Returns:

  • (::String)


772
773
774
# File 'sig/types.rbs', line 772

def provider_name
  @provider_name
end

#rate_limiter_statusTypes::RateLimiterStatus

Returns the value of attribute rate_limiter_status.



780
781
782
# File 'sig/types.rbs', line 780

def rate_limiter_status
  @rate_limiter_status
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


762
763
764
# File 'sig/types.rbs', line 762

def region
  @region
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



771
772
773
# File 'sig/types.rbs', line 771

def tags
  @tags
end