Reference documentation and code samples for the Distributed Cloud Edge Network V1 API class Google::Cloud::EdgeNetwork::V1::LinkLayerAddress.
LinkLayerAddress contains an IP address and corresponding link-layer address.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#ip_address
def ip_address() -> ::String
Returns
- (::String) — The IP address of this neighbor.
#ip_address=
def ip_address=(value) -> ::String
Parameter
- value (::String) — The IP address of this neighbor.
Returns
- (::String) — The IP address of this neighbor.
#mac_address
def mac_address() -> ::String
Returns
- (::String) — The MAC address of this neighbor.
#mac_address=
def mac_address=(value) -> ::String
Parameter
- value (::String) — The MAC address of this neighbor.
Returns
- (::String) — The MAC address of this neighbor.