@@ -5,20 +5,21 @@ type Prefixes struct {
55}
66
77type Prefix struct {
8- ID string `json:"id" yaml:"id"`
9- Prefix string `json:"prefix" yaml:"prefix"`
10- Namespace string `json:"namespace" yaml:"namespace"`
11- Type string `json:"type" yaml:"type"`
12- Status string `json:"status" yaml:"status"`
13- Role string `json:"role" yaml:"role"`
14- Rir string `json:"rir" yaml:"rir"`
15- DateAllocated string `json:"date_allocated" yaml:"date_allocated"`
16- Description string `json:"description" yaml:"description"`
17- Vrfs []string `json:"vrfs" yaml:"vrfs"`
18- Locations []string `json:"locations" yaml:"locations"`
19- VlanGroup string `json:"vlan_group" yaml:"vlan_group"`
20- Vlan string `json:"vlan" yaml:"vlan"`
21- TenantGroup string `json:"tenant_group" yaml:"tenant_group"`
22- Tenant string `json:"tenant" yaml:"tenant"`
23- Tags []string `json:"tags" yaml:"tags"`
8+ ID string `json:"id" yaml:"id"`
9+ Prefix string `json:"prefix" yaml:"prefix"`
10+ Namespace string `json:"namespace" yaml:"namespace"`
11+ Type string `json:"type" yaml:"type"`
12+ Status string `json:"status" yaml:"status"`
13+ Role string `json:"role" yaml:"role"`
14+ Rir string `json:"rir" yaml:"rir"`
15+ DateAllocated string `json:"date_allocated" yaml:"date_allocated"`
16+ Description string `json:"description" yaml:"description"`
17+ Vrfs []string `json:"vrfs" yaml:"vrfs"`
18+ Locations []string `json:"locations" yaml:"locations"`
19+ VlanGroup string `json:"vlan_group" yaml:"vlan_group"`
20+ Vlan string `json:"vlan" yaml:"vlan"`
21+ TenantGroup string `json:"tenant_group" yaml:"tenant_group"`
22+ Tenant string `json:"tenant" yaml:"tenant"`
23+ Tags []string `json:"tags" yaml:"tags"`
24+ CustomFields map [string ]interface {} `json:"custom_fields" yaml:"custom_fields"`
2425}
0 commit comments