Compute Engine v1 API - Class NetworkEndpointGroupsListEndpointsRequest (2.16.0)

public sealed class NetworkEndpointGroupsListEndpointsRequest : IMessage<NetworkEndpointGroupsListEndpointsRequest>, IEquatable<NetworkEndpointGroupsListEndpointsRequest>, IDeepCloneable<NetworkEndpointGroupsListEndpointsRequest>, IBufferMessage, IMessage

Inheritance

object > NetworkEndpointGroupsListEndpointsRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

NetworkEndpointGroupsListEndpointsRequest()

public NetworkEndpointGroupsListEndpointsRequest()

NetworkEndpointGroupsListEndpointsRequest(NetworkEndpointGroupsListEndpointsRequest)

public NetworkEndpointGroupsListEndpointsRequest(NetworkEndpointGroupsListEndpointsRequest other)
Parameter
Name Description
other NetworkEndpointGroupsListEndpointsRequest

Properties

HasHealthStatus

public bool HasHealthStatus { get; }

Gets whether the "health_status" field is set

Property Value
Type Description
bool

HealthStatus

public string HealthStatus { get; set; }

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. Check the HealthStatus enum for the list of possible values.

Property Value
Type Description
string