Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IPAddress ¶
type IPAddress struct { IpAddress string `json:"ipAddress,omitempty"` Metadata *NetboxMetadata `json:"metadata,omitempty"` }
type IPAddressClaim ¶
type IPAddressClaim struct { ParentPrefix string `json:"parentPrefix,omitempty"` Metadata *NetboxMetadata `json:"metadata,omitempty"` }
type IpRange ¶
type IpRange struct { StartAddress string `json:"startAddress,omitempty"` EndAddress string `json:"endAddress,omitempty"` Id int64 `json:"id,omitempty"` Metadata *NetboxMetadata `json:"metadata,omitempty"` }
type IpRangeClaim ¶
type IpRangeClaim struct { ParentPrefix string `json:"prefix,omitempty"` Size int `json:"size,omitempty"` Metadata *NetboxMetadata `json:"metadata,omitempty"` }
type NetboxMetadata ¶
type Prefix ¶
type Prefix struct { Prefix string `json:"prefix,omitempty"` Metadata *NetboxMetadata `json:"metadata,omitempty"` }
type PrefixClaim ¶
type PrefixClaim struct { ParentPrefix string `json:"parentPrefix,omitempty"` PrefixLength string `json:"prefixLength,omitempty"` Metadata *NetboxMetadata `json:"metadata,omitempty"` }
Click to show internal directories.
Click to hide internal directories.