Class: Aws::Types::Interconnect

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_device::String

Returns the value of attribute aws_device.

Returns:

  • (::String)


734
735
736
# File 'sig/types.rbs', line 734

def aws_device
  @aws_device
end

#aws_device_v2::String

Returns the value of attribute aws_device_v2.

Returns:

  • (::String)


736
737
738
# File 'sig/types.rbs', line 736

def aws_device_v2
  @aws_device_v2
end

#aws_logical_device_id::String

Returns the value of attribute aws_logical_device_id.

Returns:

  • (::String)


737
738
739
# File 'sig/types.rbs', line 737

def aws_logical_device_id
  @aws_logical_device_id
end

#bandwidth::String

Returns the value of attribute bandwidth.

Returns:

  • (::String)


731
732
733
# File 'sig/types.rbs', line 731

def bandwidth
  @bandwidth
end

#encryption_mode::String

Returns the value of attribute encryption_mode.

Returns:

  • (::String)


743
744
745
# File 'sig/types.rbs', line 743

def encryption_mode
  @encryption_mode
end

#has_logical_redundancy"unknown", ...

Returns the value of attribute has_logical_redundancy.

Returns:

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


738
739
740
# File 'sig/types.rbs', line 738

def has_logical_redundancy
  @has_logical_redundancy
end

#interconnect_id::String

Returns the value of attribute interconnect_id.

Returns:

  • (::String)


726
727
728
# File 'sig/types.rbs', line 726

def interconnect_id
  @interconnect_id
end

#interconnect_name::String

Returns the value of attribute interconnect_name.

Returns:

  • (::String)


727
728
729
# File 'sig/types.rbs', line 727

def interconnect_name
  @interconnect_name
end

#interconnect_state"requested", ...

Returns the value of attribute interconnect_state.

Returns:

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


728
729
730
# File 'sig/types.rbs', line 728

def interconnect_state
  @interconnect_state
end

#jumbo_frame_capableBoolean

Returns the value of attribute jumbo_frame_capable.

Returns:

  • (Boolean)


735
736
737
# File 'sig/types.rbs', line 735

def jumbo_frame_capable
  @jumbo_frame_capable
end

#lag_id::String

Returns the value of attribute lag_id.

Returns:

  • (::String)


733
734
735
# File 'sig/types.rbs', line 733

def lag_id
  @lag_id
end

#loa_issue_time::Time

Returns the value of attribute loa_issue_time.

Returns:

  • (::Time)


732
733
734
# File 'sig/types.rbs', line 732

def loa_issue_time
  @loa_issue_time
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


730
731
732
# File 'sig/types.rbs', line 730

def location
  @location
end

#mac_sec_capableBoolean

Returns the value of attribute mac_sec_capable.

Returns:

  • (Boolean)


741
742
743
# File 'sig/types.rbs', line 741

def mac_sec_capable
  @mac_sec_capable
end

#mac_sec_keys::Array[Types::MacSecKey]

Returns the value of attribute mac_sec_keys.

Returns:



744
745
746
# File 'sig/types.rbs', line 744

def mac_sec_keys
  @mac_sec_keys
end

#port_encryption_status::String

Returns the value of attribute port_encryption_status.

Returns:

  • (::String)


742
743
744
# File 'sig/types.rbs', line 742

def port_encryption_status
  @port_encryption_status
end

#provider_name::String

Returns the value of attribute provider_name.

Returns:

  • (::String)


740
741
742
# File 'sig/types.rbs', line 740

def provider_name
  @provider_name
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


729
730
731
# File 'sig/types.rbs', line 729

def region
  @region
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



739
740
741
# File 'sig/types.rbs', line 739

def tags
  @tags
end