Class HostsEntry
Single /etc/hosts entry.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class HostsEntry : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HostNames
List of host names / aliases.
Declaration
[JsonProperty("hostNames")]
public virtual IList<string> HostNames { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Ip
IP (raw, IPv4/6 agnostic).
Declaration
[JsonProperty("ip")]
public virtual string Ip { get; set; }
Property Value
Type | Description |
---|---|
string |