Reference documentation and code samples for the Google Cloud Migration Center V1 Client class HostsEntry.
Single /etc/hosts entry.
Generated from protobuf message google.cloud.migrationcenter.v1.HostsEntry
Namespace
Google \ Cloud \ MigrationCenter \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ ip |
string
IP (raw, IPv4/6 agnostic). |
↳ host_names |
array
List of host names / aliases. |
getIp
IP (raw, IPv4/6 agnostic).
Returns | |
---|---|
Type | Description |
string |
setIp
IP (raw, IPv4/6 agnostic).
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getHostNames
List of host names / aliases.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setHostNames
List of host names / aliases.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |