Show / Hide Table of Contents

Class UpdatePluginDetails

The information to be updated.

Inheritance
object
UpdatePluginDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CloudbridgeService.Models
Assembly: OCI.DotNetSDK.Cloudbridge.dll
Syntax
public class UpdatePluginDetails

Properties

DesiredState

Declaration
[Required(ErrorMessage = "DesiredState is required.")]
[JsonProperty(PropertyName = "desiredState")]
[JsonConverter(typeof(StringEnumConverter))]
public Plugin.DesiredStateEnum? DesiredState { get; set; }
Property Value
Type Description
Plugin.DesiredStateEnum?

State to which the customer wants the plugin to move to.

Remarks

Required

In this article
Back to top