This commit is contained in:
appkins
2025-03-02 22:46:00 -06:00
parent 52c57ae9c5
commit cc188e633b

View File

@@ -301,7 +301,6 @@ type Rps struct {
RpsPortTable []RpsPortTable `json:"rps_port_table,omitempty"` RpsPortTable []RpsPortTable `json:"rps_port_table,omitempty"`
} }
type DeviceV2 struct { type DeviceV2 struct {
*Device
PortTable []PortTable `json:"port_table,omitempty"` PortTable []PortTable `json:"port_table,omitempty"`
RequiredVersion string `json:"required_version,omitempty"` RequiredVersion string `json:"required_version,omitempty"`
LicenseState string `json:"license_state,omitempty"` LicenseState string `json:"license_state,omitempty"`