@Generated(value="OracleSDKGenerator", comments="API Version: 20190531") public class GetAutoScalingConfigurationRequest extends BmcRequest<Void>
Example: Click here to see how to use GetAutoScalingConfigurationRequest.
Modifier and Type | Class and Description |
---|---|
static class |
GetAutoScalingConfigurationRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static GetAutoScalingConfigurationRequest.Builder |
builder() |
String |
getAutoScalingConfigurationId()
Unique Oracle-assigned identifier of the autoscaling configuration.
|
String |
getBdsInstanceId()
The OCID of the BDS instance
|
String |
getOpcRequestId()
The client request ID for tracing.
|
getBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration
public static GetAutoScalingConfigurationRequest.Builder builder()
public String getBdsInstanceId()
The OCID of the BDS instance
public String getAutoScalingConfigurationId()
Unique Oracle-assigned identifier of the autoscaling configuration.
public String getOpcRequestId()
The client request ID for tracing.
Copyright © 2016–2021. All rights reserved.