Migration Center V1 API - Class Google::Cloud::MigrationCenter::V1::MachineNetworkDetails (v0.1.0)

Reference documentation and code samples for the Migration Center V1 API class Google::Cloud::MigrationCenter::V1::MachineNetworkDetails.

Details of network adapters and settings.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#adapters

def adapters() -> ::Google::Cloud::MigrationCenter::V1::NetworkAdapterList
Returns

#adapters=

def adapters=(value) -> ::Google::Cloud::MigrationCenter::V1::NetworkAdapterList
Parameter
Returns

#primary_ip_address

def primary_ip_address() -> ::String
Returns
  • (::String) — The primary IP address of the machine.

#primary_ip_address=

def primary_ip_address=(value) -> ::String
Parameter
  • value (::String) — The primary IP address of the machine.
Returns
  • (::String) — The primary IP address of the machine.

#primary_mac_address

def primary_mac_address() -> ::String
Returns
  • (::String) — MAC address of the machine. This property is used to uniqly identify the machine.

#primary_mac_address=

def primary_mac_address=(value) -> ::String
Parameter
  • value (::String) — 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.

#public_ip_address

def public_ip_address() -> ::String
Returns
  • (::String) — The public IP address of the machine.

#public_ip_address=

def public_ip_address=(value) -> ::String
Parameter
  • value (::String) — The public IP address of the machine.
Returns
  • (::String) — The public IP address of the machine.