Show / Hide Table of Contents

Class UpdateManagedInstanceDetails

Provides the information used to update 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.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class UpdateManagedInstanceDetails

Properties

AutonomousSettings

Declaration
[JsonProperty(PropertyName = "autonomousSettings")]
public UpdatableAutonomousSettings AutonomousSettings { get; set; }
Property Value
Type Description
UpdatableAutonomousSettings

Description

Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type Description
string

User-specified description of the managed instance. Avoid entering confidential information.

NotificationTopicId

Declaration
[JsonProperty(PropertyName = "notificationTopicId")]
public string NotificationTopicId { get; set; }
Property Value
Type Description
string

The OCID for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.

PrimaryManagementStationId

Declaration
[JsonProperty(PropertyName = "primaryManagementStationId")]
public string PrimaryManagementStationId { get; set; }
Property Value
Type Description
string

The OCID of the management station for the instance to use as primary management station.

SecondaryManagementStationId

Declaration
[JsonProperty(PropertyName = "secondaryManagementStationId")]
public string SecondaryManagementStationId { get; set; }
Property Value
Type Description
string

The OCID of the management station for the instance to use as secondary management station.

In this article
Back to top