Show / Hide Table of Contents

Class IpAddress

IP address associated with the gateway.

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

Properties

IpAddressProp

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

An IP address.

Remarks

Required

In this article
Back to top