Class: Google::Cloud::MigrationCenter::V1::MachineNetworkDetails

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 adapters and settings.

Instance Attribute Summary collapse

Instance Attribute Details

#adapters::Google::Cloud::MigrationCenter::V1::NetworkAdapterList

Returns List of network adapters.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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