Class UpdateManagedInstanceDetails
Provides the information used to update a managed instance.
Inherited Members
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class UpdateManagedInstanceDetailsProperties
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. |