public final class HealthCheckService
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Compute Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
HealthCheckService() |
| Modifier and Type | Method and Description |
|---|---|
HealthCheckService |
clone() |
java.lang.String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
java.lang.String |
getDescription()
An optional description of this resource.
|
java.util.List<java.lang.String> |
getHealthChecks()
List of URLs to the HealthCheck resources.
|
java.lang.String |
getHealthStatusAggregationStrategy()
Policy for how the results from multiple health checks for the same endpoint are aggregated.
|
java.math.BigInteger |
getId()
[Output Only] The unique identifier for the resource.
|
java.lang.String |
getKind()
[Output only] Type of the resource.
|
java.lang.String |
getName()
Name of the resource.
|
java.util.List<java.lang.String> |
getNetworkEndpointGroups()
List of URLs to the NetworkEndpointGroup resources.
|
java.util.List<java.lang.String> |
getNotificationEndpoints()
List of URLs to the NotificationEndpoint resources.
|
java.lang.String |
getRegion()
[Output Only] URL of the region where the health check service resides.
|
java.lang.String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
java.lang.String |
getSelfLinkWithId()
[Output Only] Server-defined URL with id for the resource.
|
HealthCheckService |
set(java.lang.String fieldName,
java.lang.Object value) |
HealthCheckService |
setCreationTimestamp(java.lang.String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
HealthCheckService |
setDescription(java.lang.String description)
An optional description of this resource.
|
HealthCheckService |
setHealthChecks(java.util.List<java.lang.String> healthChecks)
List of URLs to the HealthCheck resources.
|
HealthCheckService |
setHealthStatusAggregationStrategy(java.lang.String healthStatusAggregationStrategy)
Policy for how the results from multiple health checks for the same endpoint are aggregated.
|
HealthCheckService |
setId(java.math.BigInteger id)
[Output Only] The unique identifier for the resource.
|
HealthCheckService |
setKind(java.lang.String kind)
[Output only] Type of the resource.
|
HealthCheckService |
setName(java.lang.String name)
Name of the resource.
|
HealthCheckService |
setNetworkEndpointGroups(java.util.List<java.lang.String> networkEndpointGroups)
List of URLs to the NetworkEndpointGroup resources.
|
HealthCheckService |
setNotificationEndpoints(java.util.List<java.lang.String> notificationEndpoints)
List of URLs to the NotificationEndpoint resources.
|
HealthCheckService |
setRegion(java.lang.String region)
[Output Only] URL of the region where the health check service resides.
|
HealthCheckService |
setSelfLink(java.lang.String selfLink)
[Output Only] Server-defined URL for the resource.
|
HealthCheckService |
setSelfLinkWithId(java.lang.String selfLinkWithId)
[Output Only] Server-defined URL with id for the resource.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getCreationTimestamp()
null for nonepublic HealthCheckService setCreationTimestamp(java.lang.String creationTimestamp)
creationTimestamp - creationTimestamp or null for nonepublic java.lang.String getDescription()
null for nonepublic HealthCheckService setDescription(java.lang.String description)
description - description or null for nonepublic java.util.List<java.lang.String> getHealthChecks()
null for nonepublic HealthCheckService setHealthChecks(java.util.List<java.lang.String> healthChecks)
healthChecks - healthChecks or null for nonepublic java.lang.String getHealthStatusAggregationStrategy()
null for nonepublic HealthCheckService setHealthStatusAggregationStrategy(java.lang.String healthStatusAggregationStrategy)
healthStatusAggregationStrategy - healthStatusAggregationStrategy or null for nonepublic java.math.BigInteger getId()
null for nonepublic HealthCheckService setId(java.math.BigInteger id)
id - id or null for nonepublic java.lang.String getKind()
null for nonepublic HealthCheckService setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getName()
null for nonepublic HealthCheckService setName(java.lang.String name)
name - name or null for nonepublic java.util.List<java.lang.String> getNetworkEndpointGroups()
null for nonepublic HealthCheckService setNetworkEndpointGroups(java.util.List<java.lang.String> networkEndpointGroups)
networkEndpointGroups - networkEndpointGroups or null for nonepublic java.util.List<java.lang.String> getNotificationEndpoints()
null for nonepublic HealthCheckService setNotificationEndpoints(java.util.List<java.lang.String> notificationEndpoints)
notificationEndpoints - notificationEndpoints or null for nonepublic java.lang.String getRegion()
null for nonepublic HealthCheckService setRegion(java.lang.String region)
region - region or null for nonepublic java.lang.String getSelfLink()
null for nonepublic HealthCheckService setSelfLink(java.lang.String selfLink)
selfLink - selfLink or null for nonepublic java.lang.String getSelfLinkWithId()
null for nonepublic HealthCheckService setSelfLinkWithId(java.lang.String selfLinkWithId)
selfLinkWithId - selfLinkWithId or null for nonepublic HealthCheckService set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic HealthCheckService clone()
clone in class com.google.api.client.json.GenericJson