Show / Hide Table of Contents

Class NetworkEndpointDetails

Base representation of a network endpoint. In input payload to update an Visual Builder instance endpoint details, an empty payload will clear out any existing configuration for Public Visual Builder instance.

Inheritance
object
NetworkEndpointDetails
PrivateEndpointDetails
PublicEndpointDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.VisualbuilderService.Models
Assembly: OCI.DotNetSDK.Visualbuilder.dll
Syntax
[JsonConverter(typeof(NetworkEndpointDetailsModelConverter))]
public class NetworkEndpointDetails
In this article
Back to top