Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace IpAddress

A load balancer IP address.

Properties

ipAddress

ipAddress: string

An IP address.

Example: {@code 192.168.0.3}

Optional isPublic

isPublic: undefined | false | true

Whether the IP address is public or private.

If \"true\", the IP address is public and accessible from the internet.

If \"false\", the IP address is private and accessible only from within the associated VCN.

Optional reservedIp

reservedIp: model.ReservedIP

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: IpAddress): object

getJsonObj