You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dynamix-golang-sdk/pkg/sdn/routers/gateaway_port.go

11 lines
234 B

1 month ago
package routers
import (
2 weeks ago
"repository.basistech.ru/BASIS/dynamix-golang-sdk/v13/pkg/sdn/routers/gwport"
1 month ago
)
// Accessing the routers gateway port method group
func (r *Routers) GWPort() *gwport.GWPort {
return gwport.New(r.client)
}