public final class InstanceGroupManagerResizeRequest
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
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
InstanceGroupManagerResizeRequest() |
Modifier and Type | Method and Description |
---|---|
InstanceGroupManagerResizeRequest |
clone() |
String |
getCreationTimestamp()
[Output Only] The creation timestamp for this resize request in RFC3339 text format.
|
String |
getDescription()
An optional description of this resource.
|
BigInteger |
getId()
[Output Only] A unique identifier for this resource type.
|
String |
getKind()
[Output Only] The resource type, which is always compute#instanceGroupManagerResizeRequest for
resize requests.
|
String |
getName()
The name of this resize request.
|
Duration |
getRequestedRunDuration()
Requested run duration for instances that will be created by this request.
|
Integer |
getResizeBy()
The number of instances to be created by this resize request.
|
String |
getSelfLink()
[Output Only] The URL for this resize request.
|
String |
getSelfLinkWithId()
[Output Only] Server-defined URL for this resource with the resource id.
|
String |
getState()
[Output only] Current state of the request.
|
InstanceGroupManagerResizeRequestStatus |
getStatus()
[Output only] Status of the request.
|
String |
getZone()
[Output Only] The URL of a zone where the resize request is located.
|
InstanceGroupManagerResizeRequest |
set(String fieldName,
Object value) |
InstanceGroupManagerResizeRequest |
setCreationTimestamp(String creationTimestamp)
[Output Only] The creation timestamp for this resize request in RFC3339 text format.
|
InstanceGroupManagerResizeRequest |
setDescription(String description)
An optional description of this resource.
|
InstanceGroupManagerResizeRequest |
setId(BigInteger id)
[Output Only] A unique identifier for this resource type.
|
InstanceGroupManagerResizeRequest |
setKind(String kind)
[Output Only] The resource type, which is always compute#instanceGroupManagerResizeRequest for
resize requests.
|
InstanceGroupManagerResizeRequest |
setName(String name)
The name of this resize request.
|
InstanceGroupManagerResizeRequest |
setRequestedRunDuration(Duration requestedRunDuration)
Requested run duration for instances that will be created by this request.
|
InstanceGroupManagerResizeRequest |
setResizeBy(Integer resizeBy)
The number of instances to be created by this resize request.
|
InstanceGroupManagerResizeRequest |
setSelfLink(String selfLink)
[Output Only] The URL for this resize request.
|
InstanceGroupManagerResizeRequest |
setSelfLinkWithId(String selfLinkWithId)
[Output Only] Server-defined URL for this resource with the resource id.
|
InstanceGroupManagerResizeRequest |
setState(String state)
[Output only] Current state of the request.
|
InstanceGroupManagerResizeRequest |
setStatus(InstanceGroupManagerResizeRequestStatus status)
[Output only] Status of the request.
|
InstanceGroupManagerResizeRequest |
setZone(String zone)
[Output Only] The URL of a zone where the resize request is located.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getCreationTimestamp()
null
for nonepublic InstanceGroupManagerResizeRequest setCreationTimestamp(String creationTimestamp)
creationTimestamp
- creationTimestamp or null
for nonepublic String getDescription()
null
for nonepublic InstanceGroupManagerResizeRequest setDescription(String description)
description
- description or null
for nonepublic BigInteger getId()
null
for nonepublic InstanceGroupManagerResizeRequest setId(BigInteger id)
id
- id or null
for nonepublic String getKind()
null
for nonepublic InstanceGroupManagerResizeRequest setKind(String kind)
kind
- kind or null
for nonepublic String getName()
null
for nonepublic InstanceGroupManagerResizeRequest setName(String name)
name
- name or null
for nonepublic Duration getRequestedRunDuration()
null
for nonepublic InstanceGroupManagerResizeRequest setRequestedRunDuration(Duration requestedRunDuration)
requestedRunDuration
- requestedRunDuration or null
for nonepublic Integer getResizeBy()
null
for nonepublic InstanceGroupManagerResizeRequest setResizeBy(Integer resizeBy)
resizeBy
- resizeBy or null
for nonepublic String getSelfLink()
null
for nonepublic InstanceGroupManagerResizeRequest setSelfLink(String selfLink)
selfLink
- selfLink or null
for nonepublic String getSelfLinkWithId()
null
for nonepublic InstanceGroupManagerResizeRequest setSelfLinkWithId(String selfLinkWithId)
selfLinkWithId
- selfLinkWithId or null
for nonepublic String getState()
null
for nonepublic InstanceGroupManagerResizeRequest setState(String state)
state
- state or null
for nonepublic InstanceGroupManagerResizeRequestStatus getStatus()
null
for nonepublic InstanceGroupManagerResizeRequest setStatus(InstanceGroupManagerResizeRequestStatus status)
status
- status or null
for nonepublic String getZone()
null
for nonepublic InstanceGroupManagerResizeRequest setZone(String zone)
zone
- zone or null
for nonepublic InstanceGroupManagerResizeRequest set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public InstanceGroupManagerResizeRequest clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.