Show / Hide Table of Contents

Class CreateOdaPrivateEndpointAttachmentDetails

Properties that are required to create an ODA private endpoint attachment.

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

Properties

OdaInstanceId

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

The OCID of the attached ODA Instance.

Remarks

Required

OdaPrivateEndpointId

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

The OCID of the ODA Private Endpoint.

Remarks

Required

In this article
Back to top