Class: Google::Cloud::MigrationCenter::V1::HostsEntry
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::HostsEntry
- 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
-
#host_names ⇒ ::Array<::String>
List of host names / aliases.
-
#ip ⇒ ::String
IP (raw, IPv4/6 agnostic).
Instance Attribute Details
#host_names ⇒ ::Array<::String>
Returns 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).
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 |