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

Latest commit

 

History

History
39 lines (28 loc) · 910 Bytes

IpAddress.md

File metadata and controls

39 lines (28 loc) · 910 Bytes

IpAddress

Properties

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

Enum: AccessEnum

Name Value
PUBLIC "public"
PRIVATE "private"

Enum: FamilyEnum

Name Value
IPV4 "IPv4"
IPV6 "IPv6"

Enum: PartOfPlanEnum

Name Value
YES "yes"
NO "no"