Show / Hide Table of Contents

Class UpdateManagedInstanceDetails

The details to update for a managed instance.

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

Properties

Configuration

Declaration
[JsonProperty(PropertyName = "configuration")]
public UpdateManagedInstanceConfigurationDetails Configuration { get; set; }
Property Value
Type Description
UpdateManagedInstanceConfigurationDetails
In this article
Back to top