Show / Hide Table of Contents

Class GetAutoScalingPolicyRequest

Inheritance
object
GetAutoScalingPolicyRequest
Implements
IOciRequest
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AutoscalingService.Requests
Assembly: OCI.DotNetSDK.Autoscaling.dll
Syntax
public class GetAutoScalingPolicyRequest : IOciRequest
Examples

Click here to see an example of how to use GetAutoScalingPolicy request.

Properties

AutoScalingConfigurationId

Declaration
[Required(ErrorMessage = "AutoScalingConfigurationId is required.")]
[HttpConverter(TargetEnum.Path, "autoScalingConfigurationId")]
public string AutoScalingConfigurationId { get; set; }
Property Value
Type Description
string

The OCID of the autoscaling configuration.

Remarks

Required

AutoScalingPolicyId

Declaration
[Required(ErrorMessage = "AutoScalingPolicyId is required.")]
[HttpConverter(TargetEnum.Path, "autoScalingPolicyId")]
public string AutoScalingPolicyId { get; set; }
Property Value
Type Description
string

The ID of the autoscaling policy.

Remarks

Required

OpcRequestId

Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type Description
string

Implements

IOciRequest
In this article
Back to top