Class RemoveAutoScalingConfigurationDetails
The information about the removed autoscale configuration.
Inherited Members
Namespace: Oci.BdsService.Models
Assembly: OCI.DotNetSDK.Bds.dll
Syntax
public class RemoveAutoScalingConfigurationDetails
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. |
SecretId
Declaration
[JsonProperty(PropertyName = "secretId")]
public string SecretId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The secretId for the clusterAdminPassword. |