Class ReservedIP
An object representing a reserved IP address to be attached or that is already attached to a network load balancer.
Inherited Members
Namespace: Oci.NetworkloadbalancerService.Models
Assembly: OCI.DotNetSDK.Networkloadbalancer.dll
Syntax
public class ReservedIP
Properties
Id
Declaration
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string | OCID of the reserved public IP address created with the virtual cloud network.
|