Class UpdateAutoScalingConfigurationDetails
  The information about the autoscale configuration.
    Inheritance
    
    UpdateAutoScalingConfigurationDetails
   
  
  
  Assembly: OCI.DotNetSDK.Bds.dll
  Syntax
  
    public class UpdateAutoScalingConfigurationDetails
   
  Properties
  
  ClusterAdminPassword
  
  
  Declaration
  
    [JsonProperty(PropertyName = "clusterAdminPassword")]
public string ClusterAdminPassword { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | string | Base-64 encoded password for the cluster (and Cloudera Manager) admin user. | 
    
  
  
  DisplayName
  
  
  Declaration
  
    [JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | string | A user-friendly name. The name does not have to be unique, and it may be changed. Avoid entering confidential information. | 
    
  
  
  IsEnabled
  
  
  Declaration
  
    [JsonProperty(PropertyName = "isEnabled")]
public bool? IsEnabled { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | bool? | Whether the autoscale configuration is enabled. | 
    
  
  
  Policy
  
  
  Declaration
  
    [JsonProperty(PropertyName = "policy")]
public AutoScalePolicy Policy { get; set; }
   
  Property Value
  
  
  PolicyDetails
  
  
  Declaration
  
    [JsonProperty(PropertyName = "policyDetails")]
public UpdateAutoScalePolicyDetails PolicyDetails { get; set; }
   
  Property Value