Class Host
Message describing information about the host.
Implements
Inherited Members
Namespace: Google.Apis.NetworkManagement.v1.Data
Assembly: Google.Apis.NetworkManagement.v1.dll
Syntax
public class Host : IDirectResponseSchema
Properties
CloudInstanceId
Output only. The cloud instance id of the host.
Declaration
[JsonProperty("cloudInstanceId")]
public virtual string CloudInstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CloudProjectId
Output only. The cloud project id of the host.
Declaration
[JsonProperty("cloudProjectId")]
public virtual string CloudProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CloudProvider
Output only. The cloud provider of the host.
Declaration
[JsonProperty("cloudProvider")]
public virtual string CloudProvider { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CloudRegion
Output only. The cloud region of the host.
Declaration
[JsonProperty("cloudRegion")]
public virtual string CloudRegion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CloudVirtualNetworkIds
Output only. The ids of cloud virtual networks of the host.
Declaration
[JsonProperty("cloudVirtualNetworkIds")]
public virtual IList<string> CloudVirtualNetworkIds { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
CloudZone
Output only. The cloud zone of the host.
Declaration
[JsonProperty("cloudZone")]
public virtual string CloudZone { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Os
Output only. The operating system of the host.
Declaration
[JsonProperty("os")]
public virtual string Os { get; set; }
Property Value
| Type | Description |
|---|---|
| string |