Show / Hide Table of Contents

Class CreateDatabaseToolsRelatedResourcePostgresqlDetails

The related resource

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

Properties

EntityType

Declaration
[Required(ErrorMessage = "EntityType is required.")]
[JsonProperty(PropertyName = "entityType")]
[JsonConverter(typeof(StringEnumConverter))]
public RelatedResourceEntityTypePostgresql? EntityType { get; set; }
Property Value
Type Description
RelatedResourceEntityTypePostgresql?

The resource entity type.

Remarks

Required

Identifier

Declaration
[Required(ErrorMessage = "Identifier is required.")]
[JsonProperty(PropertyName = "identifier")]
public string Identifier { get; set; }
Property Value
Type Description
string

The OCID of the related resource.

Remarks

Required

In this article
Back to top