Interface ComputeResourcePolicyInstanceSchedulePolicy

    • 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}