Class: Google::Cloud::MigrationCenter::V1::HostsEntry

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

Overview

Single /etc/hosts entry.

Instance Attribute Summary collapse

Instance Attribute Details

#host_names::Array<::String>

Returns List of host names / aliases.

Returns:

  • (::Array<::String>)

    List of host names / aliases.



2329
2330
2331
2332
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2329

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

#ip::String

Returns IP (raw, IPv4/6 agnostic).

Returns:

  • (::String)

    IP (raw, IPv4/6 agnostic).



2329
2330
2331
2332
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2329

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