-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathddnsconfigbinding.spec
133 lines (133 loc) · 4.31 KB
/
ddnsconfigbinding.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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"attributes": [
{
"allowed_chars": null,
"allowed_choices": null,
"autogenerated": false,
"channel": null,
"creation_only": false,
"default_order": false,
"default_value": null,
"deprecated": false,
"description": "The associated DDNS Configuration UUID to the Dynamic DNS Config Binding",
"exposed": true,
"filterable": false,
"format": "free",
"max_length": 255,
"max_value": null,
"min_length": 0,
"min_value": null,
"name": "assocDDNSConfigId",
"orderable": false,
"read_only": false,
"required": false,
"subtype": null,
"transient": false,
"type": "string",
"unique": false,
"uniqueScope": null,
"userlabel": "Associated DDNS Config ID"
},
{
"allowed_chars": null,
"allowed_choices": null,
"autogenerated": false,
"channel": null,
"creation_only": false,
"default_order": false,
"default_value": null,
"deprecated": false,
"description": "UUID of the associated NSG Uplink to the parent DDNS Configuration ",
"exposed": true,
"filterable": false,
"format": "free",
"max_length": 255,
"max_value": null,
"min_length": 0,
"min_value": null,
"name": "associatedUplinkID",
"orderable": false,
"read_only": false,
"required": true,
"subtype": null,
"transient": false,
"type": "string",
"unique": false,
"uniqueScope": null,
"userlabel": "Associated Uplink"
},
{
"allowed_chars": null,
"allowed_choices": null,
"autogenerated": false,
"channel": null,
"creation_only": false,
"default_order": false,
"default_value": null,
"deprecated": false,
"description": "The name of the associated NSG Uplink to the parent DDNS Configuration",
"exposed": true,
"filterable": false,
"format": "free",
"max_length": 255,
"max_value": null,
"min_length": 0,
"min_value": null,
"name": "uplinkName",
"orderable": false,
"read_only": false,
"required": false,
"subtype": null,
"transient": true,
"type": "string",
"unique": false,
"uniqueScope": null,
"userlabel": "Uplink Name"
},
{
"allowed_chars": null,
"allowed_choices": null,
"autogenerated": false,
"channel": null,
"creation_only": false,
"default_order": false,
"default_value": "10",
"deprecated": false,
"description": "The priority of the associated uplink to the DDNS config",
"exposed": true,
"filterable": false,
"format": null,
"max_length": null,
"max_value": 2147483647,
"min_length": null,
"min_value": 0,
"name": "uplinkPriority",
"orderable": false,
"read_only": false,
"required": false,
"subtype": "integer",
"transient": false,
"type": "integer",
"unique": false,
"uniqueScope": null,
"userlabel": "Uplink Priority"
}
],
"children": [],
"model": {
"allowed_job_commands": null,
"create": false,
"delete": true,
"description": "Dynamic DNS Uplink Binding will allow the user to bridge or bind the NSG or an uplink on the NSG and the DDNSConfiguration object.",
"entity_name": "Ddnsconfigbinding",
"extends": [],
"get": true,
"package": null,
"resource_name": "ddnsconfigbindings",
"rest_name": "ddnsconfigbinding",
"root": null,
"template": null,
"update": true,
"userlabel": "Dynamic DNS Uplink Binding"
}
}