Class GetPublicIpByIpAddressDetails
IP address of the public IP.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class GetPublicIpByIpAddressDetails
Properties
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