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")


127
128
129
# File 'sig/types.rbs', line 127

def address_family
  @address_family
end

#amazon_address::String

Returns the value of attribute amazon_address.

Returns:

  • (::String)


128
129
130
# File 'sig/types.rbs', line 128

def amazon_address
  @amazon_address
end

#asn::Integer

Returns the value of attribute asn.

Returns:

  • (::Integer)


124
125
126
# File 'sig/types.rbs', line 124

def asn
  @asn
end

#asn_long::Integer

Returns the value of attribute asn_long.

Returns:

  • (::Integer)


125
126
127
# File 'sig/types.rbs', line 125

def asn_long
  @asn_long
end

#auth_key::String

Returns the value of attribute auth_key.

Returns:

  • (::String)


126
127
128
# File 'sig/types.rbs', line 126

def auth_key
  @auth_key
end

#aws_device_v2::String

Returns the value of attribute aws_device_v2.

Returns:

  • (::String)


132
133
134
# File 'sig/types.rbs', line 132

def aws_device_v2
  @aws_device_v2
end

#aws_logical_device_id::String

Returns the value of attribute aws_logical_device_id.

Returns:

  • (::String)


133
134
135
# File 'sig/types.rbs', line 133

def aws_logical_device_id
  @aws_logical_device_id
end

#bgp_peer_id::String

Returns the value of attribute bgp_peer_id.

Returns:

  • (::String)


123
124
125
# File 'sig/types.rbs', line 123

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")


130
131
132
# File 'sig/types.rbs', line 130

def bgp_peer_state
  @bgp_peer_state
end

#bgp_status"up", ...

Returns the value of attribute bgp_status.

Returns:

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


131
132
133
# File 'sig/types.rbs', line 131

def bgp_status
  @bgp_status
end

#customer_address::String

Returns the value of attribute customer_address.

Returns:

  • (::String)


129
130
131
# File 'sig/types.rbs', line 129

def customer_address
  @customer_address
end