All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.compute.model.ScalingScheduleStatus.html Maven / Gradle / Ivy







ScalingScheduleStatus (Compute Engine API beta-rev20220726-2.0.0)












com.google.api.services.compute.model

Class ScalingScheduleStatus

    • Constructor Detail

      • ScalingScheduleStatus

        public ScalingScheduleStatus()
    • Method Detail

      • getLastStartTime

        public String getLastStartTime()
        [Output Only] The last time the scaling schedule became active. Note: this is a timestamp when a schedule actually became active, not when it was planned to do so. The timestamp is in RFC3339 text format.
        Returns:
        value or null for none
      • setLastStartTime

        public ScalingScheduleStatus setLastStartTime(String lastStartTime)
        [Output Only] The last time the scaling schedule became active. Note: this is a timestamp when a schedule actually became active, not when it was planned to do so. The timestamp is in RFC3339 text format.
        Parameters:
        lastStartTime - lastStartTime or null for none
      • getNextStartTime

        public String getNextStartTime()
        [Output Only] The next time the scaling schedule is to become active. Note: this is a timestamp when a schedule is planned to run, but the actual time might be slightly different. The timestamp is in RFC3339 text format.
        Returns:
        value or null for none
      • setNextStartTime

        public ScalingScheduleStatus setNextStartTime(String nextStartTime)
        [Output Only] The next time the scaling schedule is to become active. Note: this is a timestamp when a schedule is planned to run, but the actual time might be slightly different. The timestamp is in RFC3339 text format.
        Parameters:
        nextStartTime - nextStartTime or null for none
      • getState

        public String getState()
        [Output Only] The current state of a scaling schedule.
        Returns:
        value or null for none
      • setState

        public ScalingScheduleStatus setState(String state)
        [Output Only] The current state of a scaling schedule.
        Parameters:
        state - state or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy