Class Cloud

java.lang.Object
com.yahoo.config.provision.Cloud

public class Cloud extends Object
Properties of the cloud service where the zone is deployed.
Author:
mpolden
  • Method Details

    • name

      public CloudName name()
      The name of this
    • dynamicProvisioning

      public boolean dynamicProvisioning()
      Returns whether this can provision hosts dynamically
    • allowHostSharing

      public boolean allowHostSharing()
      Returns whether this allows host sharing
    • requireAccessControl

      public boolean requireAccessControl()
      Returns whether to require access control for all clusters in this
    • account

      public CloudAccount account()
      Returns the default account of this cloud
    • defaultCloud

      public static Cloud defaultCloud()
      For testing purposes only
    • builder

      public static Cloud.Builder builder()
    • toString

      public String toString()
      Overrides:
      toString in class Object