Class: Google::Cloud::EdgeNetwork::V1::SubnetStatus

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/edgenetwork/v1/resources.rb

Overview

SubnetStatus contains detailed and current technical information about this subnet resource.

Instance Attribute Summary collapse

Instance Attribute Details

Returns A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this subnet.

Returns:



419
420
421
422
# File 'proto_docs/google/cloud/edgenetwork/v1/resources.rb', line 419

class SubnetStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#mac_address::String

Returns BVI MAC address.

Returns:

  • (::String)

    BVI MAC address.



419
420
421
422
# File 'proto_docs/google/cloud/edgenetwork/v1/resources.rb', line 419

class SubnetStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns The name of CCFE subnet resource.

Returns:

  • (::String)

    The name of CCFE subnet resource.



419
420
421
422
# File 'proto_docs/google/cloud/edgenetwork/v1/resources.rb', line 419

class SubnetStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end