Class: Aws::Types::BGPPeer

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#address_family"ipv4", "ipv6"

Returns the value of attribute address_family.

Returns:

  • ("ipv4", "ipv6")


146
147
148
# File 'sig/types.rbs', line 146

def address_family
  @address_family
end

#amazon_address::String

Returns the value of attribute amazon_address.

Returns:

  • (::String)


147
148
149
# File 'sig/types.rbs', line 147

def amazon_address
  @amazon_address
end

#asn::Integer

Returns the value of attribute asn.

Returns:

  • (::Integer)


143
144
145
# File 'sig/types.rbs', line 143

def asn
  @asn
end

#asn_long::Integer

Returns the value of attribute asn_long.

Returns:

  • (::Integer)


144
145
146
# File 'sig/types.rbs', line 144

def asn_long
  @asn_long
end

#auth_key::String

Returns the value of attribute auth_key.

Returns:

  • (::String)


145
146
147
# File 'sig/types.rbs', line 145

def auth_key
  @auth_key
end

#aws_device_v2::String

Returns the value of attribute aws_device_v2.

Returns:

  • (::String)


151
152
153
# File 'sig/types.rbs', line 151

def aws_device_v2
  @aws_device_v2
end

#aws_logical_device_id::String

Returns the value of attribute aws_logical_device_id.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

def aws_logical_device_id
  @aws_logical_device_id
end

#bgp_peer_id::String

Returns the value of attribute bgp_peer_id.

Returns:

  • (::String)


142
143
144
# File 'sig/types.rbs', line 142

def bgp_peer_id
  @bgp_peer_id
end

#bgp_peer_state"verifying", ...

Returns the value of attribute bgp_peer_state.

Returns:

  • ("verifying", "pending", "available", "deleting", "deleted")


149
150
151
# File 'sig/types.rbs', line 149

def bgp_peer_state
  @bgp_peer_state
end

#bgp_status"up", ...

Returns the value of attribute bgp_status.

Returns:

  • ("up", "down", "unknown")


150
151
152
# File 'sig/types.rbs', line 150

def bgp_status
  @bgp_status
end

#customer_address::String

Returns the value of attribute customer_address.

Returns:

  • (::String)


148
149
150
# File 'sig/types.rbs', line 148

def customer_address
  @customer_address
end