public final class ResourcePolicyDailyCycle extends 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
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
| ResourcePolicyDailyCycle() | 
| Modifier and Type | Method and Description | 
|---|---|
| ResourcePolicyDailyCycle | clone() | 
| Integer | getDaysInCycle()Defines a schedule with units measured in days. | 
| String | getDuration()[Output only] A predetermined duration for the window, automatically chosen to be the smallest
 possible in the given scenario. | 
| String | getStartTime()Start time of the window. | 
| ResourcePolicyDailyCycle | set(String fieldName,
   Object value) | 
| ResourcePolicyDailyCycle | setDaysInCycle(Integer daysInCycle)Defines a schedule with units measured in days. | 
| ResourcePolicyDailyCycle | setDuration(String duration)[Output only] A predetermined duration for the window, automatically chosen to be the smallest
 possible in the given scenario. | 
| ResourcePolicyDailyCycle | setStartTime(String startTime)Start time of the window. | 
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Integer getDaysInCycle()
null for nonepublic ResourcePolicyDailyCycle setDaysInCycle(Integer daysInCycle)
daysInCycle - daysInCycle or null for nonepublic String getDuration()
null for nonepublic ResourcePolicyDailyCycle setDuration(String duration)
duration - duration or null for nonepublic String getStartTime()
null for nonepublic ResourcePolicyDailyCycle setStartTime(String startTime)
startTime - startTime or null for nonepublic ResourcePolicyDailyCycle set(String fieldName, Object value)
set in class GenericJsonpublic ResourcePolicyDailyCycle clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.