Class HostAddress
A HostAddress represents a transport end point, which is the combination of an IP address or hostname and a port number.
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class HostAddress : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Hostname
Required. Hostname for the connection.
Declaration
[JsonProperty("hostname")]
public virtual string Hostname { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Port
Optional. Port for the connection.
Declaration
[JsonProperty("port")]
public virtual int? Port { get; set; }Property Value
| Type | Description | 
|---|---|
| int? |