Show / Hide Table of Contents

Class NetworkEndpointGroupsListEndpointsRequest

Inheritance
object
NetworkEndpointGroupsListEndpointsRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.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

EndpointFilters

Optional list of endpoints to query. This is a more efficient but also limited version of filter parameter. Endpoints in the filter must have ip_address and port fields populated, other fields are not supported.

Declaration
[JsonProperty("endpointFilters")]
public virtual IList<NetworkEndpointGroupsListEndpointsRequestNetworkEndpointFilter> EndpointFilters { get; set; }
Property Value
Type Description
IList<NetworkEndpointGroupsListEndpointsRequestNetworkEndpointFilter>

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX