Class UpdateManagedInstanceDetails
Information to update a managed instance
Inherited Members
Namespace: Oci.OsmanagementService.Models
Assembly: OCI.DotNetSDK.Osmanagement.dll
Syntax
public class UpdateManagedInstanceDetails
Properties
IsDataCollectionAuthorized
Declaration
[JsonProperty(PropertyName = "isDataCollectionAuthorized")]
public bool? IsDataCollectionAuthorized { get; set; }
Property Value
Type | Description |
---|---|
bool? | True if user allow data collection for this instance |
NotificationTopicId
Declaration
[JsonProperty(PropertyName = "notificationTopicId")]
public string NotificationTopicId { get; set; }
Property Value
Type | Description |
---|---|
string | OCID of the ONS topic used to send notification to users |