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 ipVersion

ipVersion: model.IpVersion

IP version associated with this IP address.

Optional isPublic

isPublic: undefined | false | true

Whether the IP address is public or private.

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

If \"false\", then the IP address is private and accessible only from within the associated virtual cloud network.

Optional reservedIp

reservedIp: model.ReservedIP

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: IpAddress): object

getJsonObj