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)


662
663
664
# File 'sig/types.rbs', line 662

def aws_device
  @aws_device
end

#aws_device_v2::String

Returns the value of attribute aws_device_v2.

Returns:

  • (::String)


664
665
666
# File 'sig/types.rbs', line 664

def aws_device_v2
  @aws_device_v2
end

#aws_logical_device_id::String

Returns the value of attribute aws_logical_device_id.

Returns:

  • (::String)


665
666
667
# File 'sig/types.rbs', line 665

def aws_logical_device_id
  @aws_logical_device_id
end

#bandwidth::String

Returns the value of attribute bandwidth.

Returns:

  • (::String)


659
660
661
# File 'sig/types.rbs', line 659

def bandwidth
  @bandwidth
end

#encryption_mode::String

Returns the value of attribute encryption_mode.

Returns:

  • (::String)


671
672
673
# File 'sig/types.rbs', line 671

def encryption_mode
  @encryption_mode
end

#has_logical_redundancy"unknown", ...

Returns the value of attribute has_logical_redundancy.

Returns:

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


666
667
668
# File 'sig/types.rbs', line 666

def has_logical_redundancy
  @has_logical_redundancy
end

#interconnect_id::String

Returns the value of attribute interconnect_id.

Returns:

  • (::String)


654
655
656
# File 'sig/types.rbs', line 654

def interconnect_id
  @interconnect_id
end

#interconnect_name::String

Returns the value of attribute interconnect_name.

Returns:

  • (::String)


655
656
657
# File 'sig/types.rbs', line 655

def interconnect_name
  @interconnect_name
end

#interconnect_state"requested", ...

Returns the value of attribute interconnect_state.

Returns:

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


656
657
658
# File 'sig/types.rbs', line 656

def interconnect_state
  @interconnect_state
end

#jumbo_frame_capableBoolean

Returns the value of attribute jumbo_frame_capable.

Returns:

  • (Boolean)


663
664
665
# File 'sig/types.rbs', line 663

def jumbo_frame_capable
  @jumbo_frame_capable
end

#lag_id::String

Returns the value of attribute lag_id.

Returns:

  • (::String)


661
662
663
# File 'sig/types.rbs', line 661

def lag_id
  @lag_id
end

#loa_issue_time::Time

Returns the value of attribute loa_issue_time.

Returns:

  • (::Time)


660
661
662
# File 'sig/types.rbs', line 660

def loa_issue_time
  @loa_issue_time
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


658
659
660
# File 'sig/types.rbs', line 658

def location
  @location
end

#mac_sec_capableBoolean

Returns the value of attribute mac_sec_capable.

Returns:

  • (Boolean)


669
670
671
# File 'sig/types.rbs', line 669

def mac_sec_capable
  @mac_sec_capable
end

#mac_sec_keys::Array[Types::MacSecKey]

Returns the value of attribute mac_sec_keys.

Returns:



672
673
674
# File 'sig/types.rbs', line 672

def mac_sec_keys
  @mac_sec_keys
end

#port_encryption_status::String

Returns the value of attribute port_encryption_status.

Returns:

  • (::String)


670
671
672
# File 'sig/types.rbs', line 670

def port_encryption_status
  @port_encryption_status
end

#provider_name::String

Returns the value of attribute provider_name.

Returns:

  • (::String)


668
669
670
# File 'sig/types.rbs', line 668

def provider_name
  @provider_name
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


657
658
659
# File 'sig/types.rbs', line 657

def region
  @region
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



667
668
669
# File 'sig/types.rbs', line 667

def tags
  @tags
end