Show / Hide Table of Contents

Class IpAddressEndpoint

Defines the details required for an IP_ADDRESS-type Endpoint.

Inheritance
object
Endpoint
IpAddressEndpoint
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
public class IpAddressEndpoint : Endpoint

Properties

Address

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

The IPv4 address of the Endpoint.

Remarks

Required

In this article
Back to top