Class GetPublicIpByIpAddressDetails
IP address of the public IP.
Inherited Members
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
public class GetPublicIpByIpAddressDetailsProperties
IpAddress
Declaration
[Required(ErrorMessage = "IpAddress is required.")]
[JsonProperty(PropertyName = "ipAddress")]
public string IpAddress { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The public IP address. Example: 203.0.113.2 | 
Remarks
Required