Show / Hide Table of Contents

Class ResourcePowerAction

A power action against a resource.

Inheritance
object
ResourceAction
ResourcePowerAction
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
public class ResourcePowerAction : ResourceAction

Properties

Action

Declaration
[Required(ErrorMessage = "Action is required.")]
[JsonProperty(PropertyName = "action")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ResourcePowerAction.ActionEnum? Action { get; set; }
Property Value
Type Description
ResourcePowerAction.ActionEnum?
Remarks

Required

In this article
Back to top