Class NetworkEndpointGroupsListEndpointsRequest
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class NetworkEndpointGroupsListEndpointsRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HealthStatus
Optional query parameter for showing the health status of each network endpoint. Valid options are SKIP or SHOW. If you don't specify this parameter, the health status of network endpoints will not be provided.
Declaration
[JsonProperty("healthStatus")]
public virtual string HealthStatus { get; set; }
Property Value
Type | Description |
---|---|
string |