Class: Google::Cloud::MigrationCenter::V1::NetworkAdapterDetails
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::NetworkAdapterDetails
- 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
-
#adapter_type ⇒ ::String
Network adapter type (e.g. VMXNET3).
-
#addresses ⇒ ::Google::Cloud::MigrationCenter::V1::NetworkAddressList
NetworkAddressList.
-
#mac_address ⇒ ::String
MAC address.
Instance Attribute Details
#adapter_type ⇒ ::String
Returns 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.
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 |