public sealed class NetworkEndpointGroupsListEndpointsRequest : IMessage<NetworkEndpointGroupsListEndpointsRequest>, IEquatable<NetworkEndpointGroupsListEndpointsRequest>, IDeepCloneable<NetworkEndpointGroupsListEndpointsRequest>, IBufferMessage, IMessage
Implements
IMessage<NetworkEndpointGroupsListEndpointsRequest>, IEquatable<NetworkEndpointGroupsListEndpointsRequest>, IDeepCloneable<NetworkEndpointGroupsListEndpointsRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
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 |
Boolean |
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 |