Show / Hide Table of Contents

Class UpdateManagedInstanceDetails

Information 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.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

In this article
Back to top