Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
Autoscaler.Builder |
Autoscaler.Builder.addAllStatusDetails(List<AutoscalerStatusDetails> statusDetails)
[Output Only] Human-readable details about the current state of the autoscaler.
|
Autoscaler.Builder |
Autoscaler.Builder.addStatusDetails(AutoscalerStatusDetails statusDetails)
[Output Only] Human-readable details about the current state of the autoscaler.
|
Autoscaler.Builder |
Autoscaler.Builder.clone() |
Autoscaler.Builder |
Autoscaler.Builder.mergeFrom(Autoscaler other) |
static Autoscaler.Builder |
Autoscaler.newBuilder() |
static Autoscaler.Builder |
Autoscaler.newBuilder(Autoscaler prototype) |
Autoscaler.Builder |
Autoscaler.Builder.setAutoscalingPolicy(AutoscalingPolicy autoscalingPolicy)
The configuration parameters for the autoscaling algorithm.
|
Autoscaler.Builder |
Autoscaler.Builder.setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
Autoscaler.Builder |
Autoscaler.Builder.setDescription(String description)
An optional description of this resource.
|
Autoscaler.Builder |
Autoscaler.Builder.setId(String id)
[Output Only] The unique identifier for the resource.
|
Autoscaler.Builder |
Autoscaler.Builder.setKind(String kind)
[Output Only] Type of the resource.
|
Autoscaler.Builder |
Autoscaler.Builder.setName(String name)
Name of the resource.
|
Autoscaler.Builder |
Autoscaler.Builder.setRegion(String region)
[Output Only] URL of the region where the instance group resides (for autoscalers living in
regional scope).
|
Autoscaler.Builder |
Autoscaler.Builder.setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
Autoscaler.Builder |
Autoscaler.Builder.setStatus(String status)
[Output Only] The status of the autoscaler configuration.
|
Autoscaler.Builder |
Autoscaler.Builder.setTarget(String target)
URL of the managed instance group that this autoscaler will scale.
|
Autoscaler.Builder |
Autoscaler.Builder.setZone(String zone)
[Output Only] URL of the zone where the instance group resides (for autoscalers living in
zonal scope).
|
Autoscaler.Builder |
Autoscaler.toBuilder() |
Copyright © 2019 Google LLC. All rights reserved.