Class AutoscaleSettingArgs


  • public final class AutoscaleSettingArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • autoscaleSettingName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> autoscaleSettingName()
        Returns:
        The autoscale setting name.
      • enabled

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> enabled()
        Returns:
        the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'false'.
      • location

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> location()
        Returns:
        Resource location
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        the name of the autoscale setting.
      • notifications

        public java.util.Optional<com.pulumi.core.Output<java.util.List<AutoscaleNotificationArgs>>> notifications()
        Returns:
        the collection of notifications.
      • predictiveAutoscalePolicy

        public java.util.Optional<com.pulumi.core.Output<PredictiveAutoscalePolicyArgs>> predictiveAutoscalePolicy()
        Returns:
        the predictive autoscale policy mode.
      • profiles

        public com.pulumi.core.Output<java.util.List<AutoscaleProfileArgs>> profiles()
        Returns:
        the collection of automatic scaling profiles that specify different scaling parameters for different time periods. A maximum of 20 profiles can be specified.
      • resourceGroupName

        public com.pulumi.core.Output<java.lang.String> resourceGroupName()
        Returns:
        The name of the resource group. The name is case insensitive.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater in length than 128 characters and a value no greater in length than 256 characters.
      • targetResourceLocation

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> targetResourceLocation()
        Returns:
        the location of the resource that the autoscale setting should be added to.
      • targetResourceUri

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> targetResourceUri()
        Returns:
        the resource identifier of the resource that the autoscale setting should be added to.