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

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







RolloutPolicy (Compute Engine API beta-rev20220726-2.0.0)












com.google.api.services.compute.model

Class RolloutPolicy

    • Constructor Detail

      • RolloutPolicy

        public RolloutPolicy()
    • Method Detail

      • getDefaultRolloutTime

        public String getDefaultRolloutTime()
        An optional RFC3339 timestamp on or after which the update is considered rolled out to any zone that is not explicitly stated.
        Returns:
        value or null for none
      • setDefaultRolloutTime

        public RolloutPolicy setDefaultRolloutTime(String defaultRolloutTime)
        An optional RFC3339 timestamp on or after which the update is considered rolled out to any zone that is not explicitly stated.
        Parameters:
        defaultRolloutTime - defaultRolloutTime or null for none
      • getLocationRolloutPolicies

        public Map<String,String> getLocationRolloutPolicies()
        Location based rollout policies to apply to the resource. Currently only zone names are supported and must be represented as valid URLs, like: zones/us-central1-a. The value expects an RFC3339 timestamp on or after which the update is considered rolled out to the specified location.
        Returns:
        value or null for none
      • setLocationRolloutPolicies

        public RolloutPolicy setLocationRolloutPolicies(Map<String,String> locationRolloutPolicies)
        Location based rollout policies to apply to the resource. Currently only zone names are supported and must be represented as valid URLs, like: zones/us-central1-a. The value expects an RFC3339 timestamp on or after which the update is considered rolled out to the specified location.
        Parameters:
        locationRolloutPolicies - locationRolloutPolicies or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy