Show / Hide Table of Contents

Class Resource

A resource that is managed by an autoscaling configuration. The only supported type is instancePool.
Each instance pool can have one autoscaling configuration.

Inheritance
object
Resource
InstancePoolResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AutoscalingService.Models
Assembly: OCI.DotNetSDK.Autoscaling.dll
Syntax
[JsonConverter(typeof(ResourceModelConverter))]
public class Resource

Properties

Id

Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type Description
string

The OCID of the resource that is managed by the autoscaling configuration.

Remarks

Required

In this article
Back to top