Skip to content
This repository was archived by the owner on May 25, 2021. It is now read-only.

Latest commit

 

History

History
46 lines (22 loc) · 797 Bytes

File metadata and controls

46 lines (22 loc) · 797 Bytes

upcloud.IpAddress

Properties

Name Type Description Notes
access String Is address for private or public network. [optional]
address String [optional]
family String The address family of new IP address. [optional]
ptrRecord String [optional]
server String [optional]
partOfPlan String [optional]

Enum: AccessEnum

  • public (value: "public")

  • private (value: "private")

Enum: FamilyEnum

  • IPv4 (value: "IPv4")

  • IPv6 (value: "IPv6")

Enum: PartOfPlanEnum

  • yes (value: "yes")

  • no (value: "no")