Class: Google::Cloud::MigrationCenter::V1::NetworkAdapterDetails

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

Overview

Details of network adapter.

Instance Attribute Summary collapse

Instance Attribute Details

#adapter_type::String

Returns Network adapter type (e.g. VMXNET3).

Returns:

  • (::String)

    Network adapter type (e.g. VMXNET3).



1983
1984
1985
1986
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 1983

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

#addresses::Google::Cloud::MigrationCenter::V1::NetworkAddressList

Returns NetworkAddressList.



1983
1984
1985
1986
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 1983

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

#mac_address::String

Returns MAC address.

Returns:

  • (::String)

    MAC address.



1983
1984
1985
1986
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 1983

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