Show / Hide Table of Contents

Class ChangeIntegrationInstanceNetworkEndpointDetails

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

Properties

NetworkEndpointDetails

Declaration
[JsonProperty(PropertyName = "networkEndpointDetails")]
public NetworkEndpointDetails NetworkEndpointDetails { get; set; }
Property Value
Type Description
NetworkEndpointDetails
In this article
Back to top