-
Notifications
You must be signed in to change notification settings - Fork 8
/
defaultgateway.spec
108 lines (108 loc) · 3.26 KB
/
defaultgateway.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"attributes": [
{
"allowed_chars": null,
"allowed_choices": null,
"autogenerated": false,
"channel": null,
"creation_only": false,
"default_order": false,
"default_value": null,
"deprecated": false,
"description": "The IP address of this default gateway for parent subnet",
"exposed": true,
"filterable": true,
"format": "free",
"max_length": null,
"max_value": null,
"min_length": null,
"min_value": null,
"name": "gatewayIPAddress",
"orderable": true,
"read_only": true,
"required": false,
"subtype": null,
"transient": false,
"type": "string",
"unique": false,
"uniqueScope": null,
"userlabel": "Gateway IP Address"
},
{
"allowed_chars": null,
"allowed_choices": null,
"autogenerated": false,
"channel": null,
"creation_only": false,
"default_order": false,
"default_value": null,
"deprecated": false,
"description": "The MAC address of this default gateway for parent subnet",
"exposed": true,
"filterable": true,
"format": "free",
"max_length": null,
"max_value": null,
"min_length": null,
"min_value": null,
"name": "gatewayMACAddress",
"orderable": true,
"read_only": true,
"required": false,
"subtype": null,
"transient": false,
"type": "string",
"unique": false,
"uniqueScope": null,
"userlabel": "Gateway MAC Address"
},
{
"allowed_chars": null,
"allowed_choices": null,
"autogenerated": false,
"channel": null,
"creation_only": false,
"default_order": false,
"default_value": null,
"deprecated": false,
"description": "Name of the subnet gateway",
"exposed": true,
"filterable": true,
"format": "free",
"max_length": 255,
"max_value": null,
"min_length": 1,
"min_value": null,
"name": "name",
"orderable": true,
"read_only": true,
"required": false,
"subtype": null,
"transient": false,
"type": "string",
"unique": false,
"uniqueScope": null,
"userlabel": "Name"
}
],
"children": [],
"model": {
"create": null,
"delete": false,
"description": "This object represent default Gateway associated with Subnet",
"entity_name": "DefaultGateway",
"extends": [
"@audited",
"@base",
"@metadata",
"@permission"
],
"get": false,
"package": "network",
"resource_name": "defaultgateways",
"rest_name": "defaultgateway",
"root": null,
"update": false,
"userlabel": "Default Gateway "
}
}