Show / Hide Table of Contents

Class PrivateServiceAccessEndpoint

Defines the details required for an PRIVATE_SERVICE_ACCESS type Endpoint.

Inheritance
object
Endpoint
PrivateServiceAccessEndpoint
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
public class PrivateServiceAccessEndpoint : Endpoint

Properties

PsaId

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

The OCID of the PSA.

Remarks

Required

In this article
Back to top