Interface ComputeResourcePolicyInstanceSchedulePolicy
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeResourcePolicyInstanceSchedulePolicy.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.915Z") @Stability(Stable) public interface ComputeResourcePolicyInstanceSchedulePolicy extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeResourcePolicyInstanceSchedulePolicy.BuilderA builder forComputeResourcePolicyInstanceSchedulePolicystatic classComputeResourcePolicyInstanceSchedulePolicy.Jsii$ProxyAn implementation forComputeResourcePolicyInstanceSchedulePolicy
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ComputeResourcePolicyInstanceSchedulePolicy.Builderbuilder()default StringgetExpirationTime()The expiration time of the schedule.default StringgetStartTime()The start time of the schedule.StringgetTimeZone()Specifies the time zone to be used in interpreting the schedule.default ComputeResourcePolicyInstanceSchedulePolicyVmStartSchedulegetVmStartSchedule()vm_start_schedule block.default ComputeResourcePolicyInstanceSchedulePolicyVmStopSchedulegetVmStopSchedule()vm_stop_schedule block.
-
-
-
Method Detail
-
getTimeZone
@Stability(Stable) @NotNull String getTimeZone()
Specifies the time zone to be used in interpreting the schedule.The value of this field must be a time zone name from the tz database: http://en.wikipedia.org/wiki/Tz_database. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_resource_policy#time_zone ComputeResourcePolicy#time_zone}
-
getExpirationTime
@Stability(Stable) @Nullable default String getExpirationTime()
The expiration time of the schedule. The timestamp is an RFC3339 string.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_resource_policy#expiration_time ComputeResourcePolicy#expiration_time}
-
getStartTime
@Stability(Stable) @Nullable default String getStartTime()
The start time of the schedule. The timestamp is an RFC3339 string.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_resource_policy#start_time ComputeResourcePolicy#start_time}
-
getVmStartSchedule
@Stability(Stable) @Nullable default ComputeResourcePolicyInstanceSchedulePolicyVmStartSchedule getVmStartSchedule()
vm_start_schedule block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_resource_policy#vm_start_schedule ComputeResourcePolicy#vm_start_schedule}
-
getVmStopSchedule
@Stability(Stable) @Nullable default ComputeResourcePolicyInstanceSchedulePolicyVmStopSchedule getVmStopSchedule()
vm_stop_schedule block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_resource_policy#vm_stop_schedule ComputeResourcePolicy#vm_stop_schedule}
-
builder
@Stability(Stable) static ComputeResourcePolicyInstanceSchedulePolicy.Builder builder()
-
-