| Package | Description |
|---|---|
| com.google.api.services.compute | |
| com.google.api.services.compute.model |
| Modifier and Type | Method and Description |
|---|---|
Compute.RegionHealthAggregationPolicies.Insert |
Compute.RegionHealthAggregationPolicies.insert(String project,
String region,
HealthAggregationPolicy content)
Create a HealthAggregationPolicy in the specified project in the given region using the
parameters that are included in the request.
|
Compute.RegionHealthAggregationPolicies.Patch |
Compute.RegionHealthAggregationPolicies.patch(String project,
String region,
String healthAggregationPolicy,
HealthAggregationPolicy content)
Updates the specified regional HealthAggregationPolicy resource with the data included in the
request.
|
| Constructor and Description |
|---|
Insert(String project,
String region,
HealthAggregationPolicy content)
Create a HealthAggregationPolicy in the specified project in the given region using the
parameters that are included in the request.
|
Patch(String project,
String region,
String healthAggregationPolicy,
HealthAggregationPolicy content)
Updates the specified regional HealthAggregationPolicy resource with the data included in the
request.
|
| Modifier and Type | Method and Description |
|---|---|
HealthAggregationPolicy |
HealthAggregationPolicy.clone() |
HealthAggregationPolicy |
HealthAggregationPolicy.encodeFingerprint(byte[] fingerprint)
Fingerprint of this resource.
|
HealthAggregationPolicy |
HealthAggregationPolicy.set(String fieldName,
Object value) |
HealthAggregationPolicy |
HealthAggregationPolicy.setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
HealthAggregationPolicy |
HealthAggregationPolicy.setDescription(String description)
An optional description of this resource.
|
HealthAggregationPolicy |
HealthAggregationPolicy.setFingerprint(String fingerprint)
Fingerprint of this resource.
|
HealthAggregationPolicy |
HealthAggregationPolicy.setHealthyPercentThreshold(Long healthyPercentThreshold)
Can only be set if the policyType field is BACKEND_SERVICE_POLICY.
|
HealthAggregationPolicy |
HealthAggregationPolicy.setId(BigInteger id)
[Output Only] The unique identifier for the resource.
|
HealthAggregationPolicy |
HealthAggregationPolicy.setKind(String kind)
[Output Only] Type of the resource.
|
HealthAggregationPolicy |
HealthAggregationPolicy.setMinHealthyThreshold(Long minHealthyThreshold)
Can only be set if the policyType field is BACKEND_SERVICE_POLICY.
|
HealthAggregationPolicy |
HealthAggregationPolicy.setName(String name)
Name of the resource.
|
HealthAggregationPolicy |
HealthAggregationPolicy.setPolicyType(String policyType)
Specifies the type of the healthAggregationPolicy.
|
HealthAggregationPolicy |
HealthAggregationPolicy.setRegion(String region)
[Output Only] URL of the region where the health aggregation policy resides.
|
HealthAggregationPolicy |
HealthAggregationPolicy.setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
HealthAggregationPolicy |
HealthAggregationPolicy.setSelfLinkWithId(String selfLinkWithId)
[Output Only] Server-defined URL with id for the resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<HealthAggregationPolicy> |
HealthAggregationPolicyList.getItems()
A list of HealthAggregationPolicy resources.
|
| Modifier and Type | Method and Description |
|---|---|
HealthAggregationPolicyList |
HealthAggregationPolicyList.setItems(List<HealthAggregationPolicy> items)
A list of HealthAggregationPolicy resources.
|
Copyright © 2011–2025 Google. All rights reserved.