Show / Hide Table of Contents

Class AssociatedServiceDetails

The details of the associated service that will be enabled or disabled for an external DB System.

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

Properties

IsEnabled

Declaration
[Required(ErrorMessage = "IsEnabled is required.")]
[JsonProperty(PropertyName = "isEnabled")]
public bool? IsEnabled { get; set; }
Property Value
Type Description
bool?

The status of the associated service.

Remarks

Required

Metadata

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

The associated service-specific inputs in JSON string format, which Database Management can identify.

In this article
Back to top