You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: VNetMeta is the Schema for the vnetmeta API
23
+
properties:
24
+
apiVersion:
25
+
description: 'APIVersion defines the versioned schema of this representation
26
+
of an object. Servers should convert recognized schemas to the latest
27
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
28
+
type: string
29
+
kind:
30
+
description: 'Kind is a string value representing the REST resource this
31
+
object represents. Servers may infer this from the endpoint the client
32
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
33
+
type: string
34
+
metadata:
35
+
type: object
36
+
spec:
37
+
description: VNetMetaSpec defines the desired state of VNetMeta
38
+
properties:
39
+
gateways:
40
+
items:
41
+
description: VNetMetaGateway .
42
+
properties:
43
+
gateway:
44
+
type: string
45
+
gwLength:
46
+
type: integer
47
+
id:
48
+
type: integer
49
+
nos:
50
+
type: string
51
+
vaVlanId:
52
+
type: integer
53
+
version:
54
+
type: string
55
+
required:
56
+
- gateway
57
+
- gwLength
58
+
type: object
59
+
type: array
60
+
id:
61
+
type: integer
62
+
members:
63
+
items:
64
+
description: VNetMetaMember .
65
+
properties:
66
+
childPort:
67
+
type: integer
68
+
lacp:
69
+
type: string
70
+
member_state:
71
+
type: string
72
+
parentPort:
73
+
type: integer
74
+
port_id:
75
+
type: integer
76
+
port_name:
77
+
type: string
78
+
portIsUntagged:
79
+
type: boolean
80
+
tenant_id:
81
+
type: integer
82
+
vlan_id:
83
+
type: integer
84
+
required:
85
+
- childPort
86
+
- lacp
87
+
- member_state
88
+
- parentPort
89
+
- portIsUntagged
90
+
- port_id
91
+
- port_name
92
+
- tenant_id
93
+
- vlan_id
94
+
type: object
95
+
type: array
96
+
name:
97
+
type: string
98
+
owner:
99
+
type: string
100
+
ownerid:
101
+
type: integer
102
+
provisioning:
103
+
type: integer
104
+
sites:
105
+
items:
106
+
description: VNetMetaSite .
107
+
properties:
108
+
id:
109
+
type: integer
110
+
name:
111
+
type: string
112
+
type: object
113
+
type: array
114
+
state:
115
+
type: string
116
+
tenants:
117
+
items:
118
+
type: integer
119
+
type: array
120
+
vaMode:
121
+
type: boolean
122
+
vaNativeVlan:
123
+
type: integer
124
+
vaVlans:
125
+
type: string
126
+
vnetGeneration:
127
+
format: int64
128
+
type: integer
129
+
vnetName:
130
+
type: string
131
+
required:
132
+
- gateways
133
+
- id
134
+
- members
135
+
- name
136
+
- owner
137
+
- ownerid
138
+
- provisioning
139
+
- sites
140
+
- state
141
+
- tenants
142
+
- vaMode
143
+
- vaNativeVlan
144
+
- vaVlans
145
+
- vnetGeneration
146
+
- vnetName
147
+
type: object
148
+
status:
149
+
description: VNetMetaStatus defines the observed state of VNetMeta
0 commit comments