| Package | Description | 
|---|---|
| com.google.api.services.compute | |
| com.google.api.services.compute.model | 
| Modifier and Type | Method and Description | 
|---|---|
| Compute.Autoscalers.Insert | Compute.Autoscalers. insert(String project,
      String zone,
      Autoscaler content)Creates an autoscaler in the specified project using the data included in the request. | 
| Compute.RegionAutoscalers.Insert | Compute.RegionAutoscalers. insert(String project,
      String region,
      Autoscaler content)Creates an autoscaler in the specified project using the data included in the request. | 
| Compute.Autoscalers.Patch | Compute.Autoscalers. patch(String project,
     String zone,
     Autoscaler content)Updates an autoscaler in the specified project using the data included in the request. | 
| Compute.RegionAutoscalers.Patch | Compute.RegionAutoscalers. patch(String project,
     String region,
     Autoscaler content)Updates an autoscaler in the specified project using the data included in the request. | 
| Compute.Autoscalers.Update | Compute.Autoscalers. update(String project,
      String zone,
      Autoscaler content)Updates an autoscaler in the specified project using the data included in the request. | 
| Compute.RegionAutoscalers.Update | Compute.RegionAutoscalers. update(String project,
      String region,
      Autoscaler content)Updates an autoscaler in the specified project using the data included in the request. | 
| Constructor and Description | 
|---|
| Insert(String project,
      String zone,
      Autoscaler content)Creates an autoscaler in the specified project using the data included in the request. | 
| Insert(String project,
      String region,
      Autoscaler content)Creates an autoscaler in the specified project using the data included in the request. | 
| Patch(String project,
     String zone,
     Autoscaler content)Updates an autoscaler in the specified project using the data included in the request. | 
| Patch(String project,
     String region,
     Autoscaler content)Updates an autoscaler in the specified project using the data included in the request. | 
| Update(String project,
      String zone,
      Autoscaler content)Updates an autoscaler in the specified project using the data included in the request. | 
| Update(String project,
      String region,
      Autoscaler content)Updates an autoscaler in the specified project using the data included in the request. | 
| Modifier and Type | Method and Description | 
|---|---|
| Autoscaler | Autoscaler. clone() | 
| Autoscaler | Autoscaler. set(String fieldName,
   Object value) | 
| Autoscaler | Autoscaler. setAutoscalingPolicy(AutoscalingPolicy autoscalingPolicy)The configuration parameters for the autoscaling algorithm. | 
| Autoscaler | Autoscaler. setCreationTimestamp(String creationTimestamp)[Output Only] Creation timestamp in RFC3339 text format. | 
| Autoscaler | Autoscaler. setDescription(String description)An optional description of this resource. | 
| Autoscaler | Autoscaler. setId(BigInteger id)[Output Only] The unique identifier for the resource. | 
| Autoscaler | Autoscaler. setKind(String kind)[Output Only] Type of the resource. | 
| Autoscaler | Autoscaler. setName(String name)Name of the resource. | 
| Autoscaler | Autoscaler. setRecommendedSize(Integer recommendedSize)[Output Only] Target recommended MIG size (number of instances) computed by autoscaler. | 
| Autoscaler | Autoscaler. setRegion(String region)[Output Only] URL of the region where the instance group resides (for autoscalers living in
 regional scope). | 
| Autoscaler | Autoscaler. setScalingScheduleStatus(Map<String,ScalingScheduleStatus> scalingScheduleStatus)[Output Only] Status information of existing scaling schedules. | 
| Autoscaler | Autoscaler. setSelfLink(String selfLink)[Output Only] Server-defined URL for the resource. | 
| Autoscaler | Autoscaler. setStatus(String status)[Output Only] The status of the autoscaler configuration. | 
| Autoscaler | Autoscaler. setStatusDetails(List<AutoscalerStatusDetails> statusDetails)[Output Only] Human-readable details about the current state of the autoscaler. | 
| Autoscaler | Autoscaler. setTarget(String target)URL of the managed instance group that this autoscaler will scale. | 
| Autoscaler | Autoscaler. setZone(String zone)[Output Only] URL of the zone where the instance group resides (for autoscalers living in zonal
 scope). | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Autoscaler> | AutoscalersScopedList. getAutoscalers()[Output Only] A list of autoscalers contained in this scope. | 
| List<Autoscaler> | RegionAutoscalerList. getItems()A list of Autoscaler resources. | 
| List<Autoscaler> | AutoscalerList. getItems()A list of Autoscaler resources. | 
| Modifier and Type | Method and Description | 
|---|---|
| AutoscalersScopedList | AutoscalersScopedList. setAutoscalers(List<Autoscaler> autoscalers)[Output Only] A list of autoscalers contained in this scope. | 
| RegionAutoscalerList | RegionAutoscalerList. setItems(List<Autoscaler> items)A list of Autoscaler resources. | 
| AutoscalerList | AutoscalerList. setItems(List<Autoscaler> items)A list of Autoscaler resources. | 
Copyright © 2011–2021 Google. All rights reserved.