Show / Hide Table of Contents

Class ChangeAnalyticsInstanceNetworkEndpointDetails

Input payload to update endpoint details for an Analytics instance.

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

Properties

NetworkEndpointDetails

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

Required

In this article
Back to top