Class PrivateStreamNetworkAccessDetails
Details of private endpoint to connect to stream
Inherited Members
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