public interface ResourcePolicyInstanceSchedulePolicyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getExpirationTime()
The expiration time of the schedule.
|
com.google.protobuf.ByteString |
getExpirationTimeBytes()
The expiration time of the schedule.
|
String |
getStartTime()
The start time of the schedule.
|
com.google.protobuf.ByteString |
getStartTimeBytes()
The start time of the schedule.
|
String |
getTimeZone()
Specifies the time zone to be used in interpreting Schedule.schedule.
|
com.google.protobuf.ByteString |
getTimeZoneBytes()
Specifies the time zone to be used in interpreting Schedule.schedule.
|
ResourcePolicyInstanceSchedulePolicySchedule |
getVmStartSchedule()
Specifies the schedule for starting instances.
|
ResourcePolicyInstanceSchedulePolicyScheduleOrBuilder |
getVmStartScheduleOrBuilder()
Specifies the schedule for starting instances.
|
ResourcePolicyInstanceSchedulePolicySchedule |
getVmStopSchedule()
Specifies the schedule for stopping instances.
|
ResourcePolicyInstanceSchedulePolicyScheduleOrBuilder |
getVmStopScheduleOrBuilder()
Specifies the schedule for stopping instances.
|
boolean |
hasExpirationTime()
The expiration time of the schedule.
|
boolean |
hasStartTime()
The start time of the schedule.
|
boolean |
hasTimeZone()
Specifies the time zone to be used in interpreting Schedule.schedule.
|
boolean |
hasVmStartSchedule()
Specifies the schedule for starting instances.
|
boolean |
hasVmStopSchedule()
Specifies the schedule for stopping instances.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasExpirationTime()
The expiration time of the schedule. The timestamp is an RFC3339 string.
optional string expiration_time = 230299229;String getExpirationTime()
The expiration time of the schedule. The timestamp is an RFC3339 string.
optional string expiration_time = 230299229;com.google.protobuf.ByteString getExpirationTimeBytes()
The expiration time of the schedule. The timestamp is an RFC3339 string.
optional string expiration_time = 230299229;boolean hasStartTime()
The start time of the schedule. The timestamp is an RFC3339 string.
optional string start_time = 37467274;String getStartTime()
The start time of the schedule. The timestamp is an RFC3339 string.
optional string start_time = 37467274;com.google.protobuf.ByteString getStartTimeBytes()
The start time of the schedule. The timestamp is an RFC3339 string.
optional string start_time = 37467274;boolean hasTimeZone()
Specifies the time zone to be used in interpreting Schedule.schedule. The value of this field must be a time zone name from the tz database: http://en.wikipedia.org/wiki/Tz_database.
optional string time_zone = 36848094;String getTimeZone()
Specifies the time zone to be used in interpreting Schedule.schedule. The value of this field must be a time zone name from the tz database: http://en.wikipedia.org/wiki/Tz_database.
optional string time_zone = 36848094;com.google.protobuf.ByteString getTimeZoneBytes()
Specifies the time zone to be used in interpreting Schedule.schedule. The value of this field must be a time zone name from the tz database: http://en.wikipedia.org/wiki/Tz_database.
optional string time_zone = 36848094;boolean hasVmStartSchedule()
Specifies the schedule for starting instances.
optional .google.cloud.compute.v1.ResourcePolicyInstanceSchedulePolicySchedule vm_start_schedule = 17762396;
ResourcePolicyInstanceSchedulePolicySchedule getVmStartSchedule()
Specifies the schedule for starting instances.
optional .google.cloud.compute.v1.ResourcePolicyInstanceSchedulePolicySchedule vm_start_schedule = 17762396;
ResourcePolicyInstanceSchedulePolicyScheduleOrBuilder getVmStartScheduleOrBuilder()
Specifies the schedule for starting instances.
optional .google.cloud.compute.v1.ResourcePolicyInstanceSchedulePolicySchedule vm_start_schedule = 17762396;
boolean hasVmStopSchedule()
Specifies the schedule for stopping instances.
optional .google.cloud.compute.v1.ResourcePolicyInstanceSchedulePolicySchedule vm_stop_schedule = 426242732;
ResourcePolicyInstanceSchedulePolicySchedule getVmStopSchedule()
Specifies the schedule for stopping instances.
optional .google.cloud.compute.v1.ResourcePolicyInstanceSchedulePolicySchedule vm_stop_schedule = 426242732;
ResourcePolicyInstanceSchedulePolicyScheduleOrBuilder getVmStopScheduleOrBuilder()
Specifies the schedule for stopping instances.
optional .google.cloud.compute.v1.ResourcePolicyInstanceSchedulePolicySchedule vm_stop_schedule = 426242732;
Copyright © 2023 Google LLC. All rights reserved.