Class: Google::Cloud::MigrationCenter::V1::MachineNetworkDetails
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::MachineNetworkDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
Details of network adapters and settings.
Instance Attribute Summary collapse
-
#adapters ⇒ ::Google::Cloud::MigrationCenter::V1::NetworkAdapterList
List of network adapters.
-
#primary_ip_address ⇒ ::String
The primary IP address of the machine.
-
#primary_mac_address ⇒ ::String
MAC address of the machine.
-
#public_ip_address ⇒ ::String
The public IP address of the machine.
Instance Attribute Details
#adapters ⇒ ::Google::Cloud::MigrationCenter::V1::NetworkAdapterList
Returns List of network adapters.
1959 1960 1961 1962 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 1959 class MachineNetworkDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#primary_ip_address ⇒ ::String
Returns The primary IP address of the machine.
1959 1960 1961 1962 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 1959 class MachineNetworkDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#primary_mac_address ⇒ ::String
Returns MAC address of the machine. This property is used to uniqly identify the machine.
1959 1960 1961 1962 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 1959 class MachineNetworkDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#public_ip_address ⇒ ::String
Returns The public IP address of the machine.
1959 1960 1961 1962 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 1959 class MachineNetworkDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |