Show / Hide Table of Contents

Class PrivateStreamNetworkAccessDetails

Details of private endpoint to connect to stream

Inheritance
object
StreamNetworkAccessDetails
PrivateStreamNetworkAccessDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AivisionService.Models
Assembly: OCI.DotNetSDK.Aivision.dll
Syntax
public class PrivateStreamNetworkAccessDetails : StreamNetworkAccessDetails

Properties

PrivateEndpointId

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

OCID of the private Endpoint

Remarks

Required

In this article
Back to top