id
int32
0
167k
repo
stringlengths
5
54
path
stringlengths
4
155
func_name
stringlengths
1
118
original_string
stringlengths
52
85.5k
language
stringclasses
1 value
code
stringlengths
52
85.5k
code_tokens
list
docstring
stringlengths
6
2.61k
docstring_tokens
list
sha
stringlengths
40
40
url
stringlengths
85
252
146,500
nuagenetworks/vspk-go
vspk/mirrordestination.go
VPortMirrors
func (o *MirrorDestination) VPortMirrors(info *bambou.FetchingInfo) (VPortMirrorsList, *bambou.Error) { var list VPortMirrorsList err := bambou.CurrentSession().FetchChildren(o, VPortMirrorIdentity, &list, info) return list, err }
go
func (o *MirrorDestination) VPortMirrors(info *bambou.FetchingInfo) (VPortMirrorsList, *bambou.Error) { var list VPortMirrorsList err := bambou.CurrentSession().FetchChildren(o, VPortMirrorIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "MirrorDestination", ")", "VPortMirrors", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "VPortMirrorsList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "VPortMirrorsList", "\n", "err", ":=", "bambou", ".",...
// VPortMirrors retrieves the list of child VPortMirrors of the MirrorDestination
[ "VPortMirrors", "retrieves", "the", "list", "of", "child", "VPortMirrors", "of", "the", "MirrorDestination" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/mirrordestination.go#L165-L170
146,501
nuagenetworks/vspk-go
vspk/enterprise.go
CreateL2Domain
func (o *Enterprise) CreateL2Domain(child *L2Domain) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreateL2Domain(child *L2Domain) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreateL2Domain", "(", "child", "*", "L2Domain", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", "\n", "}" ]
// CreateL2Domain creates a new child L2Domain under the Enterprise
[ "CreateL2Domain", "creates", "a", "new", "child", "L2Domain", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L158-L161
146,502
nuagenetworks/vspk-go
vspk/enterprise.go
L2DomainTemplates
func (o *Enterprise) L2DomainTemplates(info *bambou.FetchingInfo) (L2DomainTemplatesList, *bambou.Error) { var list L2DomainTemplatesList err := bambou.CurrentSession().FetchChildren(o, L2DomainTemplateIdentity, &list, info) return list, err }
go
func (o *Enterprise) L2DomainTemplates(info *bambou.FetchingInfo) (L2DomainTemplatesList, *bambou.Error) { var list L2DomainTemplatesList err := bambou.CurrentSession().FetchChildren(o, L2DomainTemplateIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Enterprise", ")", "L2DomainTemplates", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "L2DomainTemplatesList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "L2DomainTemplatesList", "\n", "err", ":=", "bambou"...
// L2DomainTemplates retrieves the list of child L2DomainTemplates of the Enterprise
[ "L2DomainTemplates", "retrieves", "the", "list", "of", "child", "L2DomainTemplates", "of", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L164-L169
146,503
nuagenetworks/vspk-go
vspk/enterprise.go
CreateL2DomainTemplate
func (o *Enterprise) CreateL2DomainTemplate(child *L2DomainTemplate) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreateL2DomainTemplate(child *L2DomainTemplate) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreateL2DomainTemplate", "(", "child", "*", "L2DomainTemplate", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", "\n", ...
// CreateL2DomainTemplate creates a new child L2DomainTemplate under the Enterprise
[ "CreateL2DomainTemplate", "creates", "a", "new", "child", "L2DomainTemplate", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L172-L175
146,504
nuagenetworks/vspk-go
vspk/enterprise.go
CreateL4ServiceGroup
func (o *Enterprise) CreateL4ServiceGroup(child *L4ServiceGroup) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreateL4ServiceGroup(child *L4ServiceGroup) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreateL4ServiceGroup", "(", "child", "*", "L4ServiceGroup", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", "\n", "}" ...
// CreateL4ServiceGroup creates a new child L4ServiceGroup under the Enterprise
[ "CreateL4ServiceGroup", "creates", "a", "new", "child", "L4ServiceGroup", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L200-L203
146,505
nuagenetworks/vspk-go
vspk/enterprise.go
L7applicationsignatures
func (o *Enterprise) L7applicationsignatures(info *bambou.FetchingInfo) (L7applicationsignaturesList, *bambou.Error) { var list L7applicationsignaturesList err := bambou.CurrentSession().FetchChildren(o, L7applicationsignatureIdentity, &list, info) return list, err }
go
func (o *Enterprise) L7applicationsignatures(info *bambou.FetchingInfo) (L7applicationsignaturesList, *bambou.Error) { var list L7applicationsignaturesList err := bambou.CurrentSession().FetchChildren(o, L7applicationsignatureIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Enterprise", ")", "L7applicationsignatures", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "L7applicationsignaturesList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "L7applicationsignaturesList", "\n", "err", ...
// L7applicationsignatures retrieves the list of child L7applicationsignatures of the Enterprise
[ "L7applicationsignatures", "retrieves", "the", "list", "of", "child", "L7applicationsignatures", "of", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L206-L211
146,506
nuagenetworks/vspk-go
vspk/enterprise.go
SaaSApplicationGroups
func (o *Enterprise) SaaSApplicationGroups(info *bambou.FetchingInfo) (SaaSApplicationGroupsList, *bambou.Error) { var list SaaSApplicationGroupsList err := bambou.CurrentSession().FetchChildren(o, SaaSApplicationGroupIdentity, &list, info) return list, err }
go
func (o *Enterprise) SaaSApplicationGroups(info *bambou.FetchingInfo) (SaaSApplicationGroupsList, *bambou.Error) { var list SaaSApplicationGroupsList err := bambou.CurrentSession().FetchChildren(o, SaaSApplicationGroupIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Enterprise", ")", "SaaSApplicationGroups", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "SaaSApplicationGroupsList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "SaaSApplicationGroupsList", "\n", "err", ":="...
// SaaSApplicationGroups retrieves the list of child SaaSApplicationGroups of the Enterprise
[ "SaaSApplicationGroups", "retrieves", "the", "list", "of", "child", "SaaSApplicationGroups", "of", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L214-L219
146,507
nuagenetworks/vspk-go
vspk/enterprise.go
CreateSaaSApplicationGroup
func (o *Enterprise) CreateSaaSApplicationGroup(child *SaaSApplicationGroup) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreateSaaSApplicationGroup(child *SaaSApplicationGroup) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreateSaaSApplicationGroup", "(", "child", "*", "SaaSApplicationGroup", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", ...
// CreateSaaSApplicationGroup creates a new child SaaSApplicationGroup under the Enterprise
[ "CreateSaaSApplicationGroup", "creates", "a", "new", "child", "SaaSApplicationGroup", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L222-L225
146,508
nuagenetworks/vspk-go
vspk/enterprise.go
CreateSaaSApplicationType
func (o *Enterprise) CreateSaaSApplicationType(child *SaaSApplicationType) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreateSaaSApplicationType(child *SaaSApplicationType) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreateSaaSApplicationType", "(", "child", "*", "SaaSApplicationType", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", "\...
// CreateSaaSApplicationType creates a new child SaaSApplicationType under the Enterprise
[ "CreateSaaSApplicationType", "creates", "a", "new", "child", "SaaSApplicationType", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L236-L239
146,509
nuagenetworks/vspk-go
vspk/enterprise.go
CaptivePortalProfiles
func (o *Enterprise) CaptivePortalProfiles(info *bambou.FetchingInfo) (CaptivePortalProfilesList, *bambou.Error) { var list CaptivePortalProfilesList err := bambou.CurrentSession().FetchChildren(o, CaptivePortalProfileIdentity, &list, info) return list, err }
go
func (o *Enterprise) CaptivePortalProfiles(info *bambou.FetchingInfo) (CaptivePortalProfilesList, *bambou.Error) { var list CaptivePortalProfilesList err := bambou.CurrentSession().FetchChildren(o, CaptivePortalProfileIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Enterprise", ")", "CaptivePortalProfiles", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "CaptivePortalProfilesList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "CaptivePortalProfilesList", "\n", "err", ":="...
// CaptivePortalProfiles retrieves the list of child CaptivePortalProfiles of the Enterprise
[ "CaptivePortalProfiles", "retrieves", "the", "list", "of", "child", "CaptivePortalProfiles", "of", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L242-L247
146,510
nuagenetworks/vspk-go
vspk/enterprise.go
CreateCaptivePortalProfile
func (o *Enterprise) CreateCaptivePortalProfile(child *CaptivePortalProfile) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreateCaptivePortalProfile(child *CaptivePortalProfile) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreateCaptivePortalProfile", "(", "child", "*", "CaptivePortalProfile", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", ...
// CreateCaptivePortalProfile creates a new child CaptivePortalProfile under the Enterprise
[ "CreateCaptivePortalProfile", "creates", "a", "new", "child", "CaptivePortalProfile", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L250-L253
146,511
nuagenetworks/vspk-go
vspk/enterprise.go
RateLimiters
func (o *Enterprise) RateLimiters(info *bambou.FetchingInfo) (RateLimitersList, *bambou.Error) { var list RateLimitersList err := bambou.CurrentSession().FetchChildren(o, RateLimiterIdentity, &list, info) return list, err }
go
func (o *Enterprise) RateLimiters(info *bambou.FetchingInfo) (RateLimitersList, *bambou.Error) { var list RateLimitersList err := bambou.CurrentSession().FetchChildren(o, RateLimiterIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Enterprise", ")", "RateLimiters", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "RateLimitersList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "RateLimitersList", "\n", "err", ":=", "bambou", ".", "Cur...
// RateLimiters retrieves the list of child RateLimiters of the Enterprise
[ "RateLimiters", "retrieves", "the", "list", "of", "child", "RateLimiters", "of", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L256-L261
146,512
nuagenetworks/vspk-go
vspk/enterprise.go
CreateRateLimiter
func (o *Enterprise) CreateRateLimiter(child *RateLimiter) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreateRateLimiter(child *RateLimiter) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreateRateLimiter", "(", "child", "*", "RateLimiter", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", "\n", "}" ]
// CreateRateLimiter creates a new child RateLimiter under the Enterprise
[ "CreateRateLimiter", "creates", "a", "new", "child", "RateLimiter", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L264-L267
146,513
nuagenetworks/vspk-go
vspk/enterprise.go
CreateGateway
func (o *Enterprise) CreateGateway(child *Gateway) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreateGateway(child *Gateway) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreateGateway", "(", "child", "*", "Gateway", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", "\n", "}" ]
// CreateGateway creates a new child Gateway under the Enterprise
[ "CreateGateway", "creates", "a", "new", "child", "Gateway", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L278-L281
146,514
nuagenetworks/vspk-go
vspk/enterprise.go
GatewaysLocations
func (o *Enterprise) GatewaysLocations(info *bambou.FetchingInfo) (GatewaysLocationsList, *bambou.Error) { var list GatewaysLocationsList err := bambou.CurrentSession().FetchChildren(o, GatewaysLocationIdentity, &list, info) return list, err }
go
func (o *Enterprise) GatewaysLocations(info *bambou.FetchingInfo) (GatewaysLocationsList, *bambou.Error) { var list GatewaysLocationsList err := bambou.CurrentSession().FetchChildren(o, GatewaysLocationIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Enterprise", ")", "GatewaysLocations", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "GatewaysLocationsList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "GatewaysLocationsList", "\n", "err", ":=", "bambou"...
// GatewaysLocations retrieves the list of child GatewaysLocations of the Enterprise
[ "GatewaysLocations", "retrieves", "the", "list", "of", "child", "GatewaysLocations", "of", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L284-L289
146,515
nuagenetworks/vspk-go
vspk/enterprise.go
LDAPConfigurations
func (o *Enterprise) LDAPConfigurations(info *bambou.FetchingInfo) (LDAPConfigurationsList, *bambou.Error) { var list LDAPConfigurationsList err := bambou.CurrentSession().FetchChildren(o, LDAPConfigurationIdentity, &list, info) return list, err }
go
func (o *Enterprise) LDAPConfigurations(info *bambou.FetchingInfo) (LDAPConfigurationsList, *bambou.Error) { var list LDAPConfigurationsList err := bambou.CurrentSession().FetchChildren(o, LDAPConfigurationIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Enterprise", ")", "LDAPConfigurations", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "LDAPConfigurationsList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "LDAPConfigurationsList", "\n", "err", ":=", "bamb...
// LDAPConfigurations retrieves the list of child LDAPConfigurations of the Enterprise
[ "LDAPConfigurations", "retrieves", "the", "list", "of", "child", "LDAPConfigurations", "of", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L314-L319
146,516
nuagenetworks/vspk-go
vspk/enterprise.go
WebCategories
func (o *Enterprise) WebCategories(info *bambou.FetchingInfo) (WebCategoriesList, *bambou.Error) { var list WebCategoriesList err := bambou.CurrentSession().FetchChildren(o, WebCategoryIdentity, &list, info) return list, err }
go
func (o *Enterprise) WebCategories(info *bambou.FetchingInfo) (WebCategoriesList, *bambou.Error) { var list WebCategoriesList err := bambou.CurrentSession().FetchChildren(o, WebCategoryIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Enterprise", ")", "WebCategories", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "WebCategoriesList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "WebCategoriesList", "\n", "err", ":=", "bambou", ".", "...
// WebCategories retrieves the list of child WebCategories of the Enterprise
[ "WebCategories", "retrieves", "the", "list", "of", "child", "WebCategories", "of", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L322-L327
146,517
nuagenetworks/vspk-go
vspk/enterprise.go
CreateWebCategory
func (o *Enterprise) CreateWebCategory(child *WebCategory) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreateWebCategory(child *WebCategory) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreateWebCategory", "(", "child", "*", "WebCategory", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", "\n", "}" ]
// CreateWebCategory creates a new child WebCategory under the Enterprise
[ "CreateWebCategory", "creates", "a", "new", "child", "WebCategory", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L330-L333
146,518
nuagenetworks/vspk-go
vspk/enterprise.go
WebDomainNames
func (o *Enterprise) WebDomainNames(info *bambou.FetchingInfo) (WebDomainNamesList, *bambou.Error) { var list WebDomainNamesList err := bambou.CurrentSession().FetchChildren(o, WebDomainNameIdentity, &list, info) return list, err }
go
func (o *Enterprise) WebDomainNames(info *bambou.FetchingInfo) (WebDomainNamesList, *bambou.Error) { var list WebDomainNamesList err := bambou.CurrentSession().FetchChildren(o, WebDomainNameIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Enterprise", ")", "WebDomainNames", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "WebDomainNamesList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "WebDomainNamesList", "\n", "err", ":=", "bambou", ".", ...
// WebDomainNames retrieves the list of child WebDomainNames of the Enterprise
[ "WebDomainNames", "retrieves", "the", "list", "of", "child", "WebDomainNames", "of", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L336-L341
146,519
nuagenetworks/vspk-go
vspk/enterprise.go
CreateWebDomainName
func (o *Enterprise) CreateWebDomainName(child *WebDomainName) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreateWebDomainName(child *WebDomainName) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreateWebDomainName", "(", "child", "*", "WebDomainName", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", "\n", "}" ]
// CreateWebDomainName creates a new child WebDomainName under the Enterprise
[ "CreateWebDomainName", "creates", "a", "new", "child", "WebDomainName", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L344-L347
146,520
nuagenetworks/vspk-go
vspk/enterprise.go
CreateRedundancyGroup
func (o *Enterprise) CreateRedundancyGroup(child *RedundancyGroup) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreateRedundancyGroup(child *RedundancyGroup) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreateRedundancyGroup", "(", "child", "*", "RedundancyGroup", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", "\n", "}...
// CreateRedundancyGroup creates a new child RedundancyGroup under the Enterprise
[ "CreateRedundancyGroup", "creates", "a", "new", "child", "RedundancyGroup", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L358-L361
146,521
nuagenetworks/vspk-go
vspk/enterprise.go
NetconfProfiles
func (o *Enterprise) NetconfProfiles(info *bambou.FetchingInfo) (NetconfProfilesList, *bambou.Error) { var list NetconfProfilesList err := bambou.CurrentSession().FetchChildren(o, NetconfProfileIdentity, &list, info) return list, err }
go
func (o *Enterprise) NetconfProfiles(info *bambou.FetchingInfo) (NetconfProfilesList, *bambou.Error) { var list NetconfProfilesList err := bambou.CurrentSession().FetchChildren(o, NetconfProfileIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Enterprise", ")", "NetconfProfiles", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "NetconfProfilesList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "NetconfProfilesList", "\n", "err", ":=", "bambou", "....
// NetconfProfiles retrieves the list of child NetconfProfiles of the Enterprise
[ "NetconfProfiles", "retrieves", "the", "list", "of", "child", "NetconfProfiles", "of", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L392-L397
146,522
nuagenetworks/vspk-go
vspk/enterprise.go
CreateNetconfProfile
func (o *Enterprise) CreateNetconfProfile(child *NetconfProfile) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreateNetconfProfile(child *NetconfProfile) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreateNetconfProfile", "(", "child", "*", "NetconfProfile", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", "\n", "}" ...
// CreateNetconfProfile creates a new child NetconfProfile under the Enterprise
[ "CreateNetconfProfile", "creates", "a", "new", "child", "NetconfProfile", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L400-L403
146,523
nuagenetworks/vspk-go
vspk/enterprise.go
CreateNetworkMacroGroup
func (o *Enterprise) CreateNetworkMacroGroup(child *NetworkMacroGroup) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreateNetworkMacroGroup(child *NetworkMacroGroup) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreateNetworkMacroGroup", "(", "child", "*", "NetworkMacroGroup", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", "\n", ...
// CreateNetworkMacroGroup creates a new child NetworkMacroGroup under the Enterprise
[ "CreateNetworkMacroGroup", "creates", "a", "new", "child", "NetworkMacroGroup", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L414-L417
146,524
nuagenetworks/vspk-go
vspk/enterprise.go
NetworkPerformanceMeasurements
func (o *Enterprise) NetworkPerformanceMeasurements(info *bambou.FetchingInfo) (NetworkPerformanceMeasurementsList, *bambou.Error) { var list NetworkPerformanceMeasurementsList err := bambou.CurrentSession().FetchChildren(o, NetworkPerformanceMeasurementIdentity, &list, info) return list, err }
go
func (o *Enterprise) NetworkPerformanceMeasurements(info *bambou.FetchingInfo) (NetworkPerformanceMeasurementsList, *bambou.Error) { var list NetworkPerformanceMeasurementsList err := bambou.CurrentSession().FetchChildren(o, NetworkPerformanceMeasurementIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Enterprise", ")", "NetworkPerformanceMeasurements", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "NetworkPerformanceMeasurementsList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "NetworkPerformanceMeasurementsLis...
// NetworkPerformanceMeasurements retrieves the list of child NetworkPerformanceMeasurements of the Enterprise
[ "NetworkPerformanceMeasurements", "retrieves", "the", "list", "of", "child", "NetworkPerformanceMeasurements", "of", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L420-L425
146,525
nuagenetworks/vspk-go
vspk/enterprise.go
CreateNetworkPerformanceMeasurement
func (o *Enterprise) CreateNetworkPerformanceMeasurement(child *NetworkPerformanceMeasurement) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreateNetworkPerformanceMeasurement(child *NetworkPerformanceMeasurement) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreateNetworkPerformanceMeasurement", "(", "child", "*", "NetworkPerformanceMeasurement", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", ...
// CreateNetworkPerformanceMeasurement creates a new child NetworkPerformanceMeasurement under the Enterprise
[ "CreateNetworkPerformanceMeasurement", "creates", "a", "new", "child", "NetworkPerformanceMeasurement", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L428-L431
146,526
nuagenetworks/vspk-go
vspk/enterprise.go
KeyServerMonitors
func (o *Enterprise) KeyServerMonitors(info *bambou.FetchingInfo) (KeyServerMonitorsList, *bambou.Error) { var list KeyServerMonitorsList err := bambou.CurrentSession().FetchChildren(o, KeyServerMonitorIdentity, &list, info) return list, err }
go
func (o *Enterprise) KeyServerMonitors(info *bambou.FetchingInfo) (KeyServerMonitorsList, *bambou.Error) { var list KeyServerMonitorsList err := bambou.CurrentSession().FetchChildren(o, KeyServerMonitorIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Enterprise", ")", "KeyServerMonitors", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "KeyServerMonitorsList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "KeyServerMonitorsList", "\n", "err", ":=", "bambou"...
// KeyServerMonitors retrieves the list of child KeyServerMonitors of the Enterprise
[ "KeyServerMonitors", "retrieves", "the", "list", "of", "child", "KeyServerMonitors", "of", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L434-L439
146,527
nuagenetworks/vspk-go
vspk/enterprise.go
ZFBRequests
func (o *Enterprise) ZFBRequests(info *bambou.FetchingInfo) (ZFBRequestsList, *bambou.Error) { var list ZFBRequestsList err := bambou.CurrentSession().FetchChildren(o, ZFBRequestIdentity, &list, info) return list, err }
go
func (o *Enterprise) ZFBRequests(info *bambou.FetchingInfo) (ZFBRequestsList, *bambou.Error) { var list ZFBRequestsList err := bambou.CurrentSession().FetchChildren(o, ZFBRequestIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Enterprise", ")", "ZFBRequests", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "ZFBRequestsList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "ZFBRequestsList", "\n", "err", ":=", "bambou", ".", "Curren...
// ZFBRequests retrieves the list of child ZFBRequests of the Enterprise
[ "ZFBRequests", "retrieves", "the", "list", "of", "child", "ZFBRequests", "of", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L442-L447
146,528
nuagenetworks/vspk-go
vspk/enterprise.go
CreateZFBRequest
func (o *Enterprise) CreateZFBRequest(child *ZFBRequest) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreateZFBRequest(child *ZFBRequest) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreateZFBRequest", "(", "child", "*", "ZFBRequest", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", "\n", "}" ]
// CreateZFBRequest creates a new child ZFBRequest under the Enterprise
[ "CreateZFBRequest", "creates", "a", "new", "child", "ZFBRequest", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L450-L453
146,529
nuagenetworks/vspk-go
vspk/enterprise.go
BGPProfiles
func (o *Enterprise) BGPProfiles(info *bambou.FetchingInfo) (BGPProfilesList, *bambou.Error) { var list BGPProfilesList err := bambou.CurrentSession().FetchChildren(o, BGPProfileIdentity, &list, info) return list, err }
go
func (o *Enterprise) BGPProfiles(info *bambou.FetchingInfo) (BGPProfilesList, *bambou.Error) { var list BGPProfilesList err := bambou.CurrentSession().FetchChildren(o, BGPProfileIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Enterprise", ")", "BGPProfiles", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "BGPProfilesList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "BGPProfilesList", "\n", "err", ":=", "bambou", ".", "Curren...
// BGPProfiles retrieves the list of child BGPProfiles of the Enterprise
[ "BGPProfiles", "retrieves", "the", "list", "of", "child", "BGPProfiles", "of", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L456-L461
146,530
nuagenetworks/vspk-go
vspk/enterprise.go
CreateBGPProfile
func (o *Enterprise) CreateBGPProfile(child *BGPProfile) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreateBGPProfile(child *BGPProfile) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreateBGPProfile", "(", "child", "*", "BGPProfile", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", "\n", "}" ]
// CreateBGPProfile creates a new child BGPProfile under the Enterprise
[ "CreateBGPProfile", "creates", "a", "new", "child", "BGPProfile", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L464-L467
146,531
nuagenetworks/vspk-go
vspk/enterprise.go
CreateEgressQOSPolicy
func (o *Enterprise) CreateEgressQOSPolicy(child *EgressQOSPolicy) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreateEgressQOSPolicy(child *EgressQOSPolicy) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreateEgressQOSPolicy", "(", "child", "*", "EgressQOSPolicy", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", "\n", "}...
// CreateEgressQOSPolicy creates a new child EgressQOSPolicy under the Enterprise
[ "CreateEgressQOSPolicy", "creates", "a", "new", "child", "EgressQOSPolicy", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L478-L481
146,532
nuagenetworks/vspk-go
vspk/enterprise.go
SharedNetworkResources
func (o *Enterprise) SharedNetworkResources(info *bambou.FetchingInfo) (SharedNetworkResourcesList, *bambou.Error) { var list SharedNetworkResourcesList err := bambou.CurrentSession().FetchChildren(o, SharedNetworkResourceIdentity, &list, info) return list, err }
go
func (o *Enterprise) SharedNetworkResources(info *bambou.FetchingInfo) (SharedNetworkResourcesList, *bambou.Error) { var list SharedNetworkResourcesList err := bambou.CurrentSession().FetchChildren(o, SharedNetworkResourceIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Enterprise", ")", "SharedNetworkResources", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "SharedNetworkResourcesList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "SharedNetworkResourcesList", "\n", "err", "...
// SharedNetworkResources retrieves the list of child SharedNetworkResources of the Enterprise
[ "SharedNetworkResources", "retrieves", "the", "list", "of", "child", "SharedNetworkResources", "of", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L484-L489
146,533
nuagenetworks/vspk-go
vspk/enterprise.go
FirewallAcls
func (o *Enterprise) FirewallAcls(info *bambou.FetchingInfo) (FirewallAclsList, *bambou.Error) { var list FirewallAclsList err := bambou.CurrentSession().FetchChildren(o, FirewallAclIdentity, &list, info) return list, err }
go
func (o *Enterprise) FirewallAcls(info *bambou.FetchingInfo) (FirewallAclsList, *bambou.Error) { var list FirewallAclsList err := bambou.CurrentSession().FetchChildren(o, FirewallAclIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Enterprise", ")", "FirewallAcls", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "FirewallAclsList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "FirewallAclsList", "\n", "err", ":=", "bambou", ".", "Cur...
// FirewallAcls retrieves the list of child FirewallAcls of the Enterprise
[ "FirewallAcls", "retrieves", "the", "list", "of", "child", "FirewallAcls", "of", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L492-L497
146,534
nuagenetworks/vspk-go
vspk/enterprise.go
CreateFirewallAcl
func (o *Enterprise) CreateFirewallAcl(child *FirewallAcl) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreateFirewallAcl(child *FirewallAcl) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreateFirewallAcl", "(", "child", "*", "FirewallAcl", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", "\n", "}" ]
// CreateFirewallAcl creates a new child FirewallAcl under the Enterprise
[ "CreateFirewallAcl", "creates", "a", "new", "child", "FirewallAcl", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L500-L503
146,535
nuagenetworks/vspk-go
vspk/enterprise.go
FirewallRules
func (o *Enterprise) FirewallRules(info *bambou.FetchingInfo) (FirewallRulesList, *bambou.Error) { var list FirewallRulesList err := bambou.CurrentSession().FetchChildren(o, FirewallRuleIdentity, &list, info) return list, err }
go
func (o *Enterprise) FirewallRules(info *bambou.FetchingInfo) (FirewallRulesList, *bambou.Error) { var list FirewallRulesList err := bambou.CurrentSession().FetchChildren(o, FirewallRuleIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Enterprise", ")", "FirewallRules", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "FirewallRulesList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "FirewallRulesList", "\n", "err", ":=", "bambou", ".", "...
// FirewallRules retrieves the list of child FirewallRules of the Enterprise
[ "FirewallRules", "retrieves", "the", "list", "of", "child", "FirewallRules", "of", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L506-L511
146,536
nuagenetworks/vspk-go
vspk/enterprise.go
CreateFirewallRule
func (o *Enterprise) CreateFirewallRule(child *FirewallRule) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreateFirewallRule(child *FirewallRule) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreateFirewallRule", "(", "child", "*", "FirewallRule", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", "\n", "}" ]
// CreateFirewallRule creates a new child FirewallRule under the Enterprise
[ "CreateFirewallRule", "creates", "a", "new", "child", "FirewallRule", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L514-L517
146,537
nuagenetworks/vspk-go
vspk/enterprise.go
IKECertificates
func (o *Enterprise) IKECertificates(info *bambou.FetchingInfo) (IKECertificatesList, *bambou.Error) { var list IKECertificatesList err := bambou.CurrentSession().FetchChildren(o, IKECertificateIdentity, &list, info) return list, err }
go
func (o *Enterprise) IKECertificates(info *bambou.FetchingInfo) (IKECertificatesList, *bambou.Error) { var list IKECertificatesList err := bambou.CurrentSession().FetchChildren(o, IKECertificateIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Enterprise", ")", "IKECertificates", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "IKECertificatesList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "IKECertificatesList", "\n", "err", ":=", "bambou", "....
// IKECertificates retrieves the list of child IKECertificates of the Enterprise
[ "IKECertificates", "retrieves", "the", "list", "of", "child", "IKECertificates", "of", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L520-L525
146,538
nuagenetworks/vspk-go
vspk/enterprise.go
CreateIKECertificate
func (o *Enterprise) CreateIKECertificate(child *IKECertificate) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreateIKECertificate(child *IKECertificate) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreateIKECertificate", "(", "child", "*", "IKECertificate", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", "\n", "}" ...
// CreateIKECertificate creates a new child IKECertificate under the Enterprise
[ "CreateIKECertificate", "creates", "a", "new", "child", "IKECertificate", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L528-L531
146,539
nuagenetworks/vspk-go
vspk/enterprise.go
IKEEncryptionprofiles
func (o *Enterprise) IKEEncryptionprofiles(info *bambou.FetchingInfo) (IKEEncryptionprofilesList, *bambou.Error) { var list IKEEncryptionprofilesList err := bambou.CurrentSession().FetchChildren(o, IKEEncryptionprofileIdentity, &list, info) return list, err }
go
func (o *Enterprise) IKEEncryptionprofiles(info *bambou.FetchingInfo) (IKEEncryptionprofilesList, *bambou.Error) { var list IKEEncryptionprofilesList err := bambou.CurrentSession().FetchChildren(o, IKEEncryptionprofileIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Enterprise", ")", "IKEEncryptionprofiles", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "IKEEncryptionprofilesList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "IKEEncryptionprofilesList", "\n", "err", ":="...
// IKEEncryptionprofiles retrieves the list of child IKEEncryptionprofiles of the Enterprise
[ "IKEEncryptionprofiles", "retrieves", "the", "list", "of", "child", "IKEEncryptionprofiles", "of", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L534-L539
146,540
nuagenetworks/vspk-go
vspk/enterprise.go
CreateIKEEncryptionprofile
func (o *Enterprise) CreateIKEEncryptionprofile(child *IKEEncryptionprofile) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreateIKEEncryptionprofile(child *IKEEncryptionprofile) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreateIKEEncryptionprofile", "(", "child", "*", "IKEEncryptionprofile", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", ...
// CreateIKEEncryptionprofile creates a new child IKEEncryptionprofile under the Enterprise
[ "CreateIKEEncryptionprofile", "creates", "a", "new", "child", "IKEEncryptionprofile", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L542-L545
146,541
nuagenetworks/vspk-go
vspk/enterprise.go
IKEGateways
func (o *Enterprise) IKEGateways(info *bambou.FetchingInfo) (IKEGatewaysList, *bambou.Error) { var list IKEGatewaysList err := bambou.CurrentSession().FetchChildren(o, IKEGatewayIdentity, &list, info) return list, err }
go
func (o *Enterprise) IKEGateways(info *bambou.FetchingInfo) (IKEGatewaysList, *bambou.Error) { var list IKEGatewaysList err := bambou.CurrentSession().FetchChildren(o, IKEGatewayIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Enterprise", ")", "IKEGateways", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "IKEGatewaysList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "IKEGatewaysList", "\n", "err", ":=", "bambou", ".", "Curren...
// IKEGateways retrieves the list of child IKEGateways of the Enterprise
[ "IKEGateways", "retrieves", "the", "list", "of", "child", "IKEGateways", "of", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L548-L553
146,542
nuagenetworks/vspk-go
vspk/enterprise.go
CreateIKEGateway
func (o *Enterprise) CreateIKEGateway(child *IKEGateway) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreateIKEGateway(child *IKEGateway) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreateIKEGateway", "(", "child", "*", "IKEGateway", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", "\n", "}" ]
// CreateIKEGateway creates a new child IKEGateway under the Enterprise
[ "CreateIKEGateway", "creates", "a", "new", "child", "IKEGateway", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L556-L559
146,543
nuagenetworks/vspk-go
vspk/enterprise.go
IKEGatewayProfiles
func (o *Enterprise) IKEGatewayProfiles(info *bambou.FetchingInfo) (IKEGatewayProfilesList, *bambou.Error) { var list IKEGatewayProfilesList err := bambou.CurrentSession().FetchChildren(o, IKEGatewayProfileIdentity, &list, info) return list, err }
go
func (o *Enterprise) IKEGatewayProfiles(info *bambou.FetchingInfo) (IKEGatewayProfilesList, *bambou.Error) { var list IKEGatewayProfilesList err := bambou.CurrentSession().FetchChildren(o, IKEGatewayProfileIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Enterprise", ")", "IKEGatewayProfiles", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "IKEGatewayProfilesList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "IKEGatewayProfilesList", "\n", "err", ":=", "bamb...
// IKEGatewayProfiles retrieves the list of child IKEGatewayProfiles of the Enterprise
[ "IKEGatewayProfiles", "retrieves", "the", "list", "of", "child", "IKEGatewayProfiles", "of", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L562-L567
146,544
nuagenetworks/vspk-go
vspk/enterprise.go
CreateIKEGatewayProfile
func (o *Enterprise) CreateIKEGatewayProfile(child *IKEGatewayProfile) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreateIKEGatewayProfile(child *IKEGatewayProfile) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreateIKEGatewayProfile", "(", "child", "*", "IKEGatewayProfile", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", "\n", ...
// CreateIKEGatewayProfile creates a new child IKEGatewayProfile under the Enterprise
[ "CreateIKEGatewayProfile", "creates", "a", "new", "child", "IKEGatewayProfile", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L570-L573
146,545
nuagenetworks/vspk-go
vspk/enterprise.go
IKEPSKs
func (o *Enterprise) IKEPSKs(info *bambou.FetchingInfo) (IKEPSKsList, *bambou.Error) { var list IKEPSKsList err := bambou.CurrentSession().FetchChildren(o, IKEPSKIdentity, &list, info) return list, err }
go
func (o *Enterprise) IKEPSKs(info *bambou.FetchingInfo) (IKEPSKsList, *bambou.Error) { var list IKEPSKsList err := bambou.CurrentSession().FetchChildren(o, IKEPSKIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Enterprise", ")", "IKEPSKs", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "IKEPSKsList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "IKEPSKsList", "\n", "err", ":=", "bambou", ".", "CurrentSession", ...
// IKEPSKs retrieves the list of child IKEPSKs of the Enterprise
[ "IKEPSKs", "retrieves", "the", "list", "of", "child", "IKEPSKs", "of", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L576-L581
146,546
nuagenetworks/vspk-go
vspk/enterprise.go
CreateIKEPSK
func (o *Enterprise) CreateIKEPSK(child *IKEPSK) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreateIKEPSK(child *IKEPSK) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreateIKEPSK", "(", "child", "*", "IKEPSK", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", "\n", "}" ]
// CreateIKEPSK creates a new child IKEPSK under the Enterprise
[ "CreateIKEPSK", "creates", "a", "new", "child", "IKEPSK", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L584-L587
146,547
nuagenetworks/vspk-go
vspk/enterprise.go
AllAlarms
func (o *Enterprise) AllAlarms(info *bambou.FetchingInfo) (AllAlarmsList, *bambou.Error) { var list AllAlarmsList err := bambou.CurrentSession().FetchChildren(o, AllAlarmIdentity, &list, info) return list, err }
go
func (o *Enterprise) AllAlarms(info *bambou.FetchingInfo) (AllAlarmsList, *bambou.Error) { var list AllAlarmsList err := bambou.CurrentSession().FetchChildren(o, AllAlarmIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Enterprise", ")", "AllAlarms", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "AllAlarmsList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "AllAlarmsList", "\n", "err", ":=", "bambou", ".", "CurrentSessi...
// AllAlarms retrieves the list of child AllAlarms of the Enterprise
[ "AllAlarms", "retrieves", "the", "list", "of", "child", "AllAlarms", "of", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L598-L603
146,548
nuagenetworks/vspk-go
vspk/enterprise.go
CreateVNF
func (o *Enterprise) CreateVNF(child *VNF) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreateVNF(child *VNF) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreateVNF", "(", "child", "*", "VNF", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", "\n", "}" ]
// CreateVNF creates a new child VNF under the Enterprise
[ "CreateVNF", "creates", "a", "new", "child", "VNF", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L636-L639
146,549
nuagenetworks/vspk-go
vspk/enterprise.go
CreateVNFThresholdPolicy
func (o *Enterprise) CreateVNFThresholdPolicy(child *VNFThresholdPolicy) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreateVNFThresholdPolicy(child *VNFThresholdPolicy) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreateVNFThresholdPolicy", "(", "child", "*", "VNFThresholdPolicy", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", "\n"...
// CreateVNFThresholdPolicy creates a new child VNFThresholdPolicy under the Enterprise
[ "CreateVNFThresholdPolicy", "creates", "a", "new", "child", "VNFThresholdPolicy", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L664-L667
146,550
nuagenetworks/vspk-go
vspk/enterprise.go
IngressQOSPolicies
func (o *Enterprise) IngressQOSPolicies(info *bambou.FetchingInfo) (IngressQOSPoliciesList, *bambou.Error) { var list IngressQOSPoliciesList err := bambou.CurrentSession().FetchChildren(o, IngressQOSPolicyIdentity, &list, info) return list, err }
go
func (o *Enterprise) IngressQOSPolicies(info *bambou.FetchingInfo) (IngressQOSPoliciesList, *bambou.Error) { var list IngressQOSPoliciesList err := bambou.CurrentSession().FetchChildren(o, IngressQOSPolicyIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Enterprise", ")", "IngressQOSPolicies", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "IngressQOSPoliciesList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "IngressQOSPoliciesList", "\n", "err", ":=", "bamb...
// IngressQOSPolicies retrieves the list of child IngressQOSPolicies of the Enterprise
[ "IngressQOSPolicies", "retrieves", "the", "list", "of", "child", "IngressQOSPolicies", "of", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L670-L675
146,551
nuagenetworks/vspk-go
vspk/enterprise.go
EnterpriseNetworks
func (o *Enterprise) EnterpriseNetworks(info *bambou.FetchingInfo) (EnterpriseNetworksList, *bambou.Error) { var list EnterpriseNetworksList err := bambou.CurrentSession().FetchChildren(o, EnterpriseNetworkIdentity, &list, info) return list, err }
go
func (o *Enterprise) EnterpriseNetworks(info *bambou.FetchingInfo) (EnterpriseNetworksList, *bambou.Error) { var list EnterpriseNetworksList err := bambou.CurrentSession().FetchChildren(o, EnterpriseNetworkIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Enterprise", ")", "EnterpriseNetworks", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "EnterpriseNetworksList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "EnterpriseNetworksList", "\n", "err", ":=", "bamb...
// EnterpriseNetworks retrieves the list of child EnterpriseNetworks of the Enterprise
[ "EnterpriseNetworks", "retrieves", "the", "list", "of", "child", "EnterpriseNetworks", "of", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L684-L689
146,552
nuagenetworks/vspk-go
vspk/enterprise.go
CreateEnterpriseNetwork
func (o *Enterprise) CreateEnterpriseNetwork(child *EnterpriseNetwork) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreateEnterpriseNetwork(child *EnterpriseNetwork) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreateEnterpriseNetwork", "(", "child", "*", "EnterpriseNetwork", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", "\n", ...
// CreateEnterpriseNetwork creates a new child EnterpriseNetwork under the Enterprise
[ "CreateEnterpriseNetwork", "creates", "a", "new", "child", "EnterpriseNetwork", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L692-L695
146,553
nuagenetworks/vspk-go
vspk/enterprise.go
EnterpriseSecurities
func (o *Enterprise) EnterpriseSecurities(info *bambou.FetchingInfo) (EnterpriseSecuritiesList, *bambou.Error) { var list EnterpriseSecuritiesList err := bambou.CurrentSession().FetchChildren(o, EnterpriseSecurityIdentity, &list, info) return list, err }
go
func (o *Enterprise) EnterpriseSecurities(info *bambou.FetchingInfo) (EnterpriseSecuritiesList, *bambou.Error) { var list EnterpriseSecuritiesList err := bambou.CurrentSession().FetchChildren(o, EnterpriseSecurityIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Enterprise", ")", "EnterpriseSecurities", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "EnterpriseSecuritiesList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "EnterpriseSecuritiesList", "\n", "err", ":=", ...
// EnterpriseSecurities retrieves the list of child EnterpriseSecurities of the Enterprise
[ "EnterpriseSecurities", "retrieves", "the", "list", "of", "child", "EnterpriseSecurities", "of", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L698-L703
146,554
nuagenetworks/vspk-go
vspk/enterprise.go
PolicyGroupCategories
func (o *Enterprise) PolicyGroupCategories(info *bambou.FetchingInfo) (PolicyGroupCategoriesList, *bambou.Error) { var list PolicyGroupCategoriesList err := bambou.CurrentSession().FetchChildren(o, PolicyGroupCategoryIdentity, &list, info) return list, err }
go
func (o *Enterprise) PolicyGroupCategories(info *bambou.FetchingInfo) (PolicyGroupCategoriesList, *bambou.Error) { var list PolicyGroupCategoriesList err := bambou.CurrentSession().FetchChildren(o, PolicyGroupCategoryIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Enterprise", ")", "PolicyGroupCategories", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "PolicyGroupCategoriesList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "PolicyGroupCategoriesList", "\n", "err", ":="...
// PolicyGroupCategories retrieves the list of child PolicyGroupCategories of the Enterprise
[ "PolicyGroupCategories", "retrieves", "the", "list", "of", "child", "PolicyGroupCategories", "of", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L720-L725
146,555
nuagenetworks/vspk-go
vspk/enterprise.go
CreatePolicyGroupCategory
func (o *Enterprise) CreatePolicyGroupCategory(child *PolicyGroupCategory) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreatePolicyGroupCategory(child *PolicyGroupCategory) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreatePolicyGroupCategory", "(", "child", "*", "PolicyGroupCategory", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", "\...
// CreatePolicyGroupCategory creates a new child PolicyGroupCategory under the Enterprise
[ "CreatePolicyGroupCategory", "creates", "a", "new", "child", "PolicyGroupCategory", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L728-L731
146,556
nuagenetworks/vspk-go
vspk/enterprise.go
CreatePolicyObjectGroup
func (o *Enterprise) CreatePolicyObjectGroup(child *PolicyObjectGroup) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreatePolicyObjectGroup(child *PolicyObjectGroup) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreatePolicyObjectGroup", "(", "child", "*", "PolicyObjectGroup", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", "\n", ...
// CreatePolicyObjectGroup creates a new child PolicyObjectGroup under the Enterprise
[ "CreatePolicyObjectGroup", "creates", "a", "new", "child", "PolicyObjectGroup", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L742-L745
146,557
nuagenetworks/vspk-go
vspk/enterprise.go
CreateDomain
func (o *Enterprise) CreateDomain(child *Domain) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreateDomain(child *Domain) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreateDomain", "(", "child", "*", "Domain", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", "\n", "}" ]
// CreateDomain creates a new child Domain under the Enterprise
[ "CreateDomain", "creates", "a", "new", "child", "Domain", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L756-L759
146,558
nuagenetworks/vspk-go
vspk/enterprise.go
CreateDomainTemplate
func (o *Enterprise) CreateDomainTemplate(child *DomainTemplate) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreateDomainTemplate(child *DomainTemplate) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreateDomainTemplate", "(", "child", "*", "DomainTemplate", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", "\n", "}" ...
// CreateDomainTemplate creates a new child DomainTemplate under the Enterprise
[ "CreateDomainTemplate", "creates", "a", "new", "child", "DomainTemplate", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L770-L773
146,559
nuagenetworks/vspk-go
vspk/enterprise.go
COSRemarkingPolicyTables
func (o *Enterprise) COSRemarkingPolicyTables(info *bambou.FetchingInfo) (COSRemarkingPolicyTablesList, *bambou.Error) { var list COSRemarkingPolicyTablesList err := bambou.CurrentSession().FetchChildren(o, COSRemarkingPolicyTableIdentity, &list, info) return list, err }
go
func (o *Enterprise) COSRemarkingPolicyTables(info *bambou.FetchingInfo) (COSRemarkingPolicyTablesList, *bambou.Error) { var list COSRemarkingPolicyTablesList err := bambou.CurrentSession().FetchChildren(o, COSRemarkingPolicyTableIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Enterprise", ")", "COSRemarkingPolicyTables", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "COSRemarkingPolicyTablesList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "COSRemarkingPolicyTablesList", "\n", "err...
// COSRemarkingPolicyTables retrieves the list of child COSRemarkingPolicyTables of the Enterprise
[ "COSRemarkingPolicyTables", "retrieves", "the", "list", "of", "child", "COSRemarkingPolicyTables", "of", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L784-L789
146,560
nuagenetworks/vspk-go
vspk/enterprise.go
CreateCOSRemarkingPolicyTable
func (o *Enterprise) CreateCOSRemarkingPolicyTable(child *COSRemarkingPolicyTable) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreateCOSRemarkingPolicyTable(child *COSRemarkingPolicyTable) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreateCOSRemarkingPolicyTable", "(", "child", "*", "COSRemarkingPolicyTable", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", "...
// CreateCOSRemarkingPolicyTable creates a new child COSRemarkingPolicyTable under the Enterprise
[ "CreateCOSRemarkingPolicyTable", "creates", "a", "new", "child", "COSRemarkingPolicyTable", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L792-L795
146,561
nuagenetworks/vspk-go
vspk/enterprise.go
RoutingPolicies
func (o *Enterprise) RoutingPolicies(info *bambou.FetchingInfo) (RoutingPoliciesList, *bambou.Error) { var list RoutingPoliciesList err := bambou.CurrentSession().FetchChildren(o, RoutingPolicyIdentity, &list, info) return list, err }
go
func (o *Enterprise) RoutingPolicies(info *bambou.FetchingInfo) (RoutingPoliciesList, *bambou.Error) { var list RoutingPoliciesList err := bambou.CurrentSession().FetchChildren(o, RoutingPolicyIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Enterprise", ")", "RoutingPolicies", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "RoutingPoliciesList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "RoutingPoliciesList", "\n", "err", ":=", "bambou", "....
// RoutingPolicies retrieves the list of child RoutingPolicies of the Enterprise
[ "RoutingPolicies", "retrieves", "the", "list", "of", "child", "RoutingPolicies", "of", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L798-L803
146,562
nuagenetworks/vspk-go
vspk/enterprise.go
CreateRoutingPolicy
func (o *Enterprise) CreateRoutingPolicy(child *RoutingPolicy) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreateRoutingPolicy(child *RoutingPolicy) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreateRoutingPolicy", "(", "child", "*", "RoutingPolicy", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", "\n", "}" ]
// CreateRoutingPolicy creates a new child RoutingPolicy under the Enterprise
[ "CreateRoutingPolicy", "creates", "a", "new", "child", "RoutingPolicy", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L806-L809
146,563
nuagenetworks/vspk-go
vspk/enterprise.go
CreateApplication
func (o *Enterprise) CreateApplication(child *Application) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreateApplication(child *Application) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreateApplication", "(", "child", "*", "Application", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", "\n", "}" ]
// CreateApplication creates a new child Application under the Enterprise
[ "CreateApplication", "creates", "a", "new", "child", "Application", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L820-L823
146,564
nuagenetworks/vspk-go
vspk/enterprise.go
CreateApplicationperformancemanagement
func (o *Enterprise) CreateApplicationperformancemanagement(child *Applicationperformancemanagement) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreateApplicationperformancemanagement(child *Applicationperformancemanagement) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreateApplicationperformancemanagement", "(", "child", "*", "Applicationperformancemanagement", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", "...
// CreateApplicationperformancemanagement creates a new child Applicationperformancemanagement under the Enterprise
[ "CreateApplicationperformancemanagement", "creates", "a", "new", "child", "Applicationperformancemanagement", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L834-L837
146,565
nuagenetworks/vspk-go
vspk/enterprise.go
CreateGroup
func (o *Enterprise) CreateGroup(child *Group) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreateGroup(child *Group) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreateGroup", "(", "child", "*", "Group", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", "\n", "}" ]
// CreateGroup creates a new child Group under the Enterprise
[ "CreateGroup", "creates", "a", "new", "child", "Group", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L848-L851
146,566
nuagenetworks/vspk-go
vspk/enterprise.go
GroupKeyEncryptionProfiles
func (o *Enterprise) GroupKeyEncryptionProfiles(info *bambou.FetchingInfo) (GroupKeyEncryptionProfilesList, *bambou.Error) { var list GroupKeyEncryptionProfilesList err := bambou.CurrentSession().FetchChildren(o, GroupKeyEncryptionProfileIdentity, &list, info) return list, err }
go
func (o *Enterprise) GroupKeyEncryptionProfiles(info *bambou.FetchingInfo) (GroupKeyEncryptionProfilesList, *bambou.Error) { var list GroupKeyEncryptionProfilesList err := bambou.CurrentSession().FetchChildren(o, GroupKeyEncryptionProfileIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Enterprise", ")", "GroupKeyEncryptionProfiles", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "GroupKeyEncryptionProfilesList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "GroupKeyEncryptionProfilesList", "\n", ...
// GroupKeyEncryptionProfiles retrieves the list of child GroupKeyEncryptionProfiles of the Enterprise
[ "GroupKeyEncryptionProfiles", "retrieves", "the", "list", "of", "child", "GroupKeyEncryptionProfiles", "of", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L854-L859
146,567
nuagenetworks/vspk-go
vspk/enterprise.go
CreateTrunk
func (o *Enterprise) CreateTrunk(child *Trunk) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreateTrunk(child *Trunk) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreateTrunk", "(", "child", "*", "Trunk", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", "\n", "}" ]
// CreateTrunk creates a new child Trunk under the Enterprise
[ "CreateTrunk", "creates", "a", "new", "child", "Trunk", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L870-L873
146,568
nuagenetworks/vspk-go
vspk/enterprise.go
DSCPForwardingClassTables
func (o *Enterprise) DSCPForwardingClassTables(info *bambou.FetchingInfo) (DSCPForwardingClassTablesList, *bambou.Error) { var list DSCPForwardingClassTablesList err := bambou.CurrentSession().FetchChildren(o, DSCPForwardingClassTableIdentity, &list, info) return list, err }
go
func (o *Enterprise) DSCPForwardingClassTables(info *bambou.FetchingInfo) (DSCPForwardingClassTablesList, *bambou.Error) { var list DSCPForwardingClassTablesList err := bambou.CurrentSession().FetchChildren(o, DSCPForwardingClassTableIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Enterprise", ")", "DSCPForwardingClassTables", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "DSCPForwardingClassTablesList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "DSCPForwardingClassTablesList", "\n", "...
// DSCPForwardingClassTables retrieves the list of child DSCPForwardingClassTables of the Enterprise
[ "DSCPForwardingClassTables", "retrieves", "the", "list", "of", "child", "DSCPForwardingClassTables", "of", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L876-L881
146,569
nuagenetworks/vspk-go
vspk/enterprise.go
CreateDSCPForwardingClassTable
func (o *Enterprise) CreateDSCPForwardingClassTable(child *DSCPForwardingClassTable) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreateDSCPForwardingClassTable(child *DSCPForwardingClassTable) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreateDSCPForwardingClassTable", "(", "child", "*", "DSCPForwardingClassTable", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ...
// CreateDSCPForwardingClassTable creates a new child DSCPForwardingClassTable under the Enterprise
[ "CreateDSCPForwardingClassTable", "creates", "a", "new", "child", "DSCPForwardingClassTable", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L884-L887
146,570
nuagenetworks/vspk-go
vspk/enterprise.go
DSCPRemarkingPolicyTables
func (o *Enterprise) DSCPRemarkingPolicyTables(info *bambou.FetchingInfo) (DSCPRemarkingPolicyTablesList, *bambou.Error) { var list DSCPRemarkingPolicyTablesList err := bambou.CurrentSession().FetchChildren(o, DSCPRemarkingPolicyTableIdentity, &list, info) return list, err }
go
func (o *Enterprise) DSCPRemarkingPolicyTables(info *bambou.FetchingInfo) (DSCPRemarkingPolicyTablesList, *bambou.Error) { var list DSCPRemarkingPolicyTablesList err := bambou.CurrentSession().FetchChildren(o, DSCPRemarkingPolicyTableIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Enterprise", ")", "DSCPRemarkingPolicyTables", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "DSCPRemarkingPolicyTablesList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "DSCPRemarkingPolicyTablesList", "\n", "...
// DSCPRemarkingPolicyTables retrieves the list of child DSCPRemarkingPolicyTables of the Enterprise
[ "DSCPRemarkingPolicyTables", "retrieves", "the", "list", "of", "child", "DSCPRemarkingPolicyTables", "of", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L890-L895
146,571
nuagenetworks/vspk-go
vspk/enterprise.go
CreateDSCPRemarkingPolicyTable
func (o *Enterprise) CreateDSCPRemarkingPolicyTable(child *DSCPRemarkingPolicyTable) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreateDSCPRemarkingPolicyTable(child *DSCPRemarkingPolicyTable) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreateDSCPRemarkingPolicyTable", "(", "child", "*", "DSCPRemarkingPolicyTable", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ...
// CreateDSCPRemarkingPolicyTable creates a new child DSCPRemarkingPolicyTable under the Enterprise
[ "CreateDSCPRemarkingPolicyTable", "creates", "a", "new", "child", "DSCPRemarkingPolicyTable", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L898-L901
146,572
nuagenetworks/vspk-go
vspk/enterprise.go
Users
func (o *Enterprise) Users(info *bambou.FetchingInfo) (UsersList, *bambou.Error) { var list UsersList err := bambou.CurrentSession().FetchChildren(o, UserIdentity, &list, info) return list, err }
go
func (o *Enterprise) Users(info *bambou.FetchingInfo) (UsersList, *bambou.Error) { var list UsersList err := bambou.CurrentSession().FetchChildren(o, UserIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Enterprise", ")", "Users", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "UsersList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "UsersList", "\n", "err", ":=", "bambou", ".", "CurrentSession", "(", ...
// Users retrieves the list of child Users of the Enterprise
[ "Users", "retrieves", "the", "list", "of", "child", "Users", "of", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L904-L909
146,573
nuagenetworks/vspk-go
vspk/enterprise.go
CreateUser
func (o *Enterprise) CreateUser(child *User) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreateUser(child *User) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreateUser", "(", "child", "*", "User", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", "\n", "}" ]
// CreateUser creates a new child User under the Enterprise
[ "CreateUser", "creates", "a", "new", "child", "User", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L912-L915
146,574
nuagenetworks/vspk-go
vspk/enterprise.go
NSGateways
func (o *Enterprise) NSGateways(info *bambou.FetchingInfo) (NSGatewaysList, *bambou.Error) { var list NSGatewaysList err := bambou.CurrentSession().FetchChildren(o, NSGatewayIdentity, &list, info) return list, err }
go
func (o *Enterprise) NSGateways(info *bambou.FetchingInfo) (NSGatewaysList, *bambou.Error) { var list NSGatewaysList err := bambou.CurrentSession().FetchChildren(o, NSGatewayIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Enterprise", ")", "NSGateways", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "NSGatewaysList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "NSGatewaysList", "\n", "err", ":=", "bambou", ".", "CurrentSe...
// NSGateways retrieves the list of child NSGateways of the Enterprise
[ "NSGateways", "retrieves", "the", "list", "of", "child", "NSGateways", "of", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L918-L923
146,575
nuagenetworks/vspk-go
vspk/enterprise.go
NSGatewaysCounts
func (o *Enterprise) NSGatewaysCounts(info *bambou.FetchingInfo) (NSGatewaysCountsList, *bambou.Error) { var list NSGatewaysCountsList err := bambou.CurrentSession().FetchChildren(o, NSGatewaysCountIdentity, &list, info) return list, err }
go
func (o *Enterprise) NSGatewaysCounts(info *bambou.FetchingInfo) (NSGatewaysCountsList, *bambou.Error) { var list NSGatewaysCountsList err := bambou.CurrentSession().FetchChildren(o, NSGatewaysCountIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Enterprise", ")", "NSGatewaysCounts", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "NSGatewaysCountsList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "NSGatewaysCountsList", "\n", "err", ":=", "bambou", ...
// NSGatewaysCounts retrieves the list of child NSGatewaysCounts of the Enterprise
[ "NSGatewaysCounts", "retrieves", "the", "list", "of", "child", "NSGatewaysCounts", "of", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L932-L937
146,576
nuagenetworks/vspk-go
vspk/enterprise.go
NSGatewayTemplates
func (o *Enterprise) NSGatewayTemplates(info *bambou.FetchingInfo) (NSGatewayTemplatesList, *bambou.Error) { var list NSGatewayTemplatesList err := bambou.CurrentSession().FetchChildren(o, NSGatewayTemplateIdentity, &list, info) return list, err }
go
func (o *Enterprise) NSGatewayTemplates(info *bambou.FetchingInfo) (NSGatewayTemplatesList, *bambou.Error) { var list NSGatewayTemplatesList err := bambou.CurrentSession().FetchChildren(o, NSGatewayTemplateIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Enterprise", ")", "NSGatewayTemplates", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "NSGatewayTemplatesList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "NSGatewayTemplatesList", "\n", "err", ":=", "bamb...
// NSGatewayTemplates retrieves the list of child NSGatewayTemplates of the Enterprise
[ "NSGatewayTemplates", "retrieves", "the", "list", "of", "child", "NSGatewayTemplates", "of", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L948-L953
146,577
nuagenetworks/vspk-go
vspk/enterprise.go
NSGGroups
func (o *Enterprise) NSGGroups(info *bambou.FetchingInfo) (NSGGroupsList, *bambou.Error) { var list NSGGroupsList err := bambou.CurrentSession().FetchChildren(o, NSGGroupIdentity, &list, info) return list, err }
go
func (o *Enterprise) NSGGroups(info *bambou.FetchingInfo) (NSGGroupsList, *bambou.Error) { var list NSGGroupsList err := bambou.CurrentSession().FetchChildren(o, NSGGroupIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Enterprise", ")", "NSGGroups", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "NSGGroupsList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "NSGGroupsList", "\n", "err", ":=", "bambou", ".", "CurrentSessi...
// NSGGroups retrieves the list of child NSGGroups of the Enterprise
[ "NSGGroups", "retrieves", "the", "list", "of", "child", "NSGGroups", "of", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L956-L961
146,578
nuagenetworks/vspk-go
vspk/enterprise.go
CreateNSGGroup
func (o *Enterprise) CreateNSGGroup(child *NSGGroup) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreateNSGGroup(child *NSGGroup) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreateNSGGroup", "(", "child", "*", "NSGGroup", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", "\n", "}" ]
// CreateNSGGroup creates a new child NSGGroup under the Enterprise
[ "CreateNSGGroup", "creates", "a", "new", "child", "NSGGroup", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L964-L967
146,579
nuagenetworks/vspk-go
vspk/enterprise.go
PublicNetworkMacros
func (o *Enterprise) PublicNetworkMacros(info *bambou.FetchingInfo) (PublicNetworkMacrosList, *bambou.Error) { var list PublicNetworkMacrosList err := bambou.CurrentSession().FetchChildren(o, PublicNetworkMacroIdentity, &list, info) return list, err }
go
func (o *Enterprise) PublicNetworkMacros(info *bambou.FetchingInfo) (PublicNetworkMacrosList, *bambou.Error) { var list PublicNetworkMacrosList err := bambou.CurrentSession().FetchChildren(o, PublicNetworkMacroIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Enterprise", ")", "PublicNetworkMacros", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "PublicNetworkMacrosList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "PublicNetworkMacrosList", "\n", "err", ":=", "b...
// PublicNetworkMacros retrieves the list of child PublicNetworkMacros of the Enterprise
[ "PublicNetworkMacros", "retrieves", "the", "list", "of", "child", "PublicNetworkMacros", "of", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L984-L989
146,580
nuagenetworks/vspk-go
vspk/enterprise.go
CreatePublicNetworkMacro
func (o *Enterprise) CreatePublicNetworkMacro(child *PublicNetworkMacro) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreatePublicNetworkMacro(child *PublicNetworkMacro) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreatePublicNetworkMacro", "(", "child", "*", "PublicNetworkMacro", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", "\n"...
// CreatePublicNetworkMacro creates a new child PublicNetworkMacro under the Enterprise
[ "CreatePublicNetworkMacro", "creates", "a", "new", "child", "PublicNetworkMacro", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L992-L995
146,581
nuagenetworks/vspk-go
vspk/enterprise.go
Avatars
func (o *Enterprise) Avatars(info *bambou.FetchingInfo) (AvatarsList, *bambou.Error) { var list AvatarsList err := bambou.CurrentSession().FetchChildren(o, AvatarIdentity, &list, info) return list, err }
go
func (o *Enterprise) Avatars(info *bambou.FetchingInfo) (AvatarsList, *bambou.Error) { var list AvatarsList err := bambou.CurrentSession().FetchChildren(o, AvatarIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Enterprise", ")", "Avatars", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "AvatarsList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "AvatarsList", "\n", "err", ":=", "bambou", ".", "CurrentSession", ...
// Avatars retrieves the list of child Avatars of the Enterprise
[ "Avatars", "retrieves", "the", "list", "of", "child", "Avatars", "of", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L1006-L1011
146,582
nuagenetworks/vspk-go
vspk/enterprise.go
CreateAvatar
func (o *Enterprise) CreateAvatar(child *Avatar) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreateAvatar(child *Avatar) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreateAvatar", "(", "child", "*", "Avatar", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", "\n", "}" ]
// CreateAvatar creates a new child Avatar under the Enterprise
[ "CreateAvatar", "creates", "a", "new", "child", "Avatar", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L1014-L1017
146,583
nuagenetworks/vspk-go
vspk/enterprise.go
OverlayManagementProfiles
func (o *Enterprise) OverlayManagementProfiles(info *bambou.FetchingInfo) (OverlayManagementProfilesList, *bambou.Error) { var list OverlayManagementProfilesList err := bambou.CurrentSession().FetchChildren(o, OverlayManagementProfileIdentity, &list, info) return list, err }
go
func (o *Enterprise) OverlayManagementProfiles(info *bambou.FetchingInfo) (OverlayManagementProfilesList, *bambou.Error) { var list OverlayManagementProfilesList err := bambou.CurrentSession().FetchChildren(o, OverlayManagementProfileIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Enterprise", ")", "OverlayManagementProfiles", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "OverlayManagementProfilesList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "OverlayManagementProfilesList", "\n", "...
// OverlayManagementProfiles retrieves the list of child OverlayManagementProfiles of the Enterprise
[ "OverlayManagementProfiles", "retrieves", "the", "list", "of", "child", "OverlayManagementProfiles", "of", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L1028-L1033
146,584
nuagenetworks/vspk-go
vspk/enterprise.go
CreateOverlayManagementProfile
func (o *Enterprise) CreateOverlayManagementProfile(child *OverlayManagementProfile) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreateOverlayManagementProfile(child *OverlayManagementProfile) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreateOverlayManagementProfile", "(", "child", "*", "OverlayManagementProfile", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ...
// CreateOverlayManagementProfile creates a new child OverlayManagementProfile under the Enterprise
[ "CreateOverlayManagementProfile", "creates", "a", "new", "child", "OverlayManagementProfile", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L1036-L1039
146,585
nuagenetworks/vspk-go
vspk/enterprise.go
SyslogDestinations
func (o *Enterprise) SyslogDestinations(info *bambou.FetchingInfo) (SyslogDestinationsList, *bambou.Error) { var list SyslogDestinationsList err := bambou.CurrentSession().FetchChildren(o, SyslogDestinationIdentity, &list, info) return list, err }
go
func (o *Enterprise) SyslogDestinations(info *bambou.FetchingInfo) (SyslogDestinationsList, *bambou.Error) { var list SyslogDestinationsList err := bambou.CurrentSession().FetchChildren(o, SyslogDestinationIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Enterprise", ")", "SyslogDestinations", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "SyslogDestinationsList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "SyslogDestinationsList", "\n", "err", ":=", "bamb...
// SyslogDestinations retrieves the list of child SyslogDestinations of the Enterprise
[ "SyslogDestinations", "retrieves", "the", "list", "of", "child", "SyslogDestinations", "of", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L1042-L1047
146,586
nuagenetworks/vspk-go
vspk/enterprise.go
CreateSyslogDestination
func (o *Enterprise) CreateSyslogDestination(child *SyslogDestination) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Enterprise) CreateSyslogDestination(child *SyslogDestination) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Enterprise", ")", "CreateSyslogDestination", "(", "child", "*", "SyslogDestination", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", "\n", ...
// CreateSyslogDestination creates a new child SyslogDestination under the Enterprise
[ "CreateSyslogDestination", "creates", "a", "new", "child", "SyslogDestination", "under", "the", "Enterprise" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/enterprise.go#L1050-L1053
146,587
nuagenetworks/vspk-go
vspk/vlantemplate.go
UplinkConnections
func (o *VLANTemplate) UplinkConnections(info *bambou.FetchingInfo) (UplinkConnectionsList, *bambou.Error) { var list UplinkConnectionsList err := bambou.CurrentSession().FetchChildren(o, UplinkConnectionIdentity, &list, info) return list, err }
go
func (o *VLANTemplate) UplinkConnections(info *bambou.FetchingInfo) (UplinkConnectionsList, *bambou.Error) { var list UplinkConnectionsList err := bambou.CurrentSession().FetchChildren(o, UplinkConnectionIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "VLANTemplate", ")", "UplinkConnections", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "UplinkConnectionsList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "UplinkConnectionsList", "\n", "err", ":=", "bambo...
// UplinkConnections retrieves the list of child UplinkConnections of the VLANTemplate
[ "UplinkConnections", "retrieves", "the", "list", "of", "child", "UplinkConnections", "of", "the", "VLANTemplate" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/vlantemplate.go#L152-L157
146,588
nuagenetworks/vspk-go
vspk/application.go
Monitorscopes
func (o *Application) Monitorscopes(info *bambou.FetchingInfo) (MonitorscopesList, *bambou.Error) { var list MonitorscopesList err := bambou.CurrentSession().FetchChildren(o, MonitorscopeIdentity, &list, info) return list, err }
go
func (o *Application) Monitorscopes(info *bambou.FetchingInfo) (MonitorscopesList, *bambou.Error) { var list MonitorscopesList err := bambou.CurrentSession().FetchChildren(o, MonitorscopeIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Application", ")", "Monitorscopes", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "MonitorscopesList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "MonitorscopesList", "\n", "err", ":=", "bambou", ".", ...
// Monitorscopes retrieves the list of child Monitorscopes of the Application
[ "Monitorscopes", "retrieves", "the", "list", "of", "child", "Monitorscopes", "of", "the", "Application" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/application.go#L172-L177
146,589
nuagenetworks/vspk-go
vspk/application.go
CreateMonitorscope
func (o *Application) CreateMonitorscope(child *Monitorscope) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Application) CreateMonitorscope(child *Monitorscope) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Application", ")", "CreateMonitorscope", "(", "child", "*", "Monitorscope", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", "\n", "}" ]
// CreateMonitorscope creates a new child Monitorscope under the Application
[ "CreateMonitorscope", "creates", "a", "new", "child", "Monitorscope", "under", "the", "Application" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/application.go#L180-L183
146,590
nuagenetworks/vspk-go
vspk/application.go
ApplicationBindings
func (o *Application) ApplicationBindings(info *bambou.FetchingInfo) (ApplicationBindingsList, *bambou.Error) { var list ApplicationBindingsList err := bambou.CurrentSession().FetchChildren(o, ApplicationBindingIdentity, &list, info) return list, err }
go
func (o *Application) ApplicationBindings(info *bambou.FetchingInfo) (ApplicationBindingsList, *bambou.Error) { var list ApplicationBindingsList err := bambou.CurrentSession().FetchChildren(o, ApplicationBindingIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Application", ")", "ApplicationBindings", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "ApplicationBindingsList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "ApplicationBindingsList", "\n", "err", ":=", "...
// ApplicationBindings retrieves the list of child ApplicationBindings of the Application
[ "ApplicationBindings", "retrieves", "the", "list", "of", "child", "ApplicationBindings", "of", "the", "Application" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/application.go#L186-L191
146,591
nuagenetworks/vspk-go
vspk/gatewaysecurity.go
GatewaySecuredDatas
func (o *GatewaySecurity) GatewaySecuredDatas(info *bambou.FetchingInfo) (GatewaySecuredDatasList, *bambou.Error) { var list GatewaySecuredDatasList err := bambou.CurrentSession().FetchChildren(o, GatewaySecuredDataIdentity, &list, info) return list, err }
go
func (o *GatewaySecurity) GatewaySecuredDatas(info *bambou.FetchingInfo) (GatewaySecuredDatasList, *bambou.Error) { var list GatewaySecuredDatasList err := bambou.CurrentSession().FetchChildren(o, GatewaySecuredDataIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "GatewaySecurity", ")", "GatewaySecuredDatas", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "GatewaySecuredDatasList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "GatewaySecuredDatasList", "\n", "err", ":=",...
// GatewaySecuredDatas retrieves the list of child GatewaySecuredDatas of the GatewaySecurity
[ "GatewaySecuredDatas", "retrieves", "the", "list", "of", "child", "GatewaySecuredDatas", "of", "the", "GatewaySecurity" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/gatewaysecurity.go#L113-L118
146,592
nuagenetworks/vspk-go
vspk/gatewaysecurity.go
CreateGatewaySecuredData
func (o *GatewaySecurity) CreateGatewaySecuredData(child *GatewaySecuredData) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *GatewaySecurity) CreateGatewaySecuredData(child *GatewaySecuredData) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "GatewaySecurity", ")", "CreateGatewaySecuredData", "(", "child", "*", "GatewaySecuredData", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", ...
// CreateGatewaySecuredData creates a new child GatewaySecuredData under the GatewaySecurity
[ "CreateGatewaySecuredData", "creates", "a", "new", "child", "GatewaySecuredData", "under", "the", "GatewaySecurity" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/gatewaysecurity.go#L121-L124
146,593
nuagenetworks/vspk-go
vspk/gatewaysecurity.go
CreateGlobalMetadata
func (o *GatewaySecurity) CreateGlobalMetadata(child *GlobalMetadata) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *GatewaySecurity) CreateGlobalMetadata(child *GlobalMetadata) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "GatewaySecurity", ")", "CreateGlobalMetadata", "(", "child", "*", "GlobalMetadata", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", "\n", ...
// CreateGlobalMetadata creates a new child GlobalMetadata under the GatewaySecurity
[ "CreateGlobalMetadata", "creates", "a", "new", "child", "GlobalMetadata", "under", "the", "GatewaySecurity" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/gatewaysecurity.go#L149-L152
146,594
nuagenetworks/vspk-go
vspk/link.go
DemarcationServices
func (o *Link) DemarcationServices(info *bambou.FetchingInfo) (DemarcationServicesList, *bambou.Error) { var list DemarcationServicesList err := bambou.CurrentSession().FetchChildren(o, DemarcationServiceIdentity, &list, info) return list, err }
go
func (o *Link) DemarcationServices(info *bambou.FetchingInfo) (DemarcationServicesList, *bambou.Error) { var list DemarcationServicesList err := bambou.CurrentSession().FetchChildren(o, DemarcationServiceIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Link", ")", "DemarcationServices", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "DemarcationServicesList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "DemarcationServicesList", "\n", "err", ":=", "bambou"...
// DemarcationServices retrieves the list of child DemarcationServices of the Link
[ "DemarcationServices", "retrieves", "the", "list", "of", "child", "DemarcationServices", "of", "the", "Link" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/link.go#L121-L126
146,595
nuagenetworks/vspk-go
vspk/link.go
CreateDemarcationService
func (o *Link) CreateDemarcationService(child *DemarcationService) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Link) CreateDemarcationService(child *DemarcationService) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Link", ")", "CreateDemarcationService", "(", "child", "*", "DemarcationService", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", "\n", "}...
// CreateDemarcationService creates a new child DemarcationService under the Link
[ "CreateDemarcationService", "creates", "a", "new", "child", "DemarcationService", "under", "the", "Link" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/link.go#L129-L132
146,596
nuagenetworks/vspk-go
vspk/link.go
NextHops
func (o *Link) NextHops(info *bambou.FetchingInfo) (NextHopsList, *bambou.Error) { var list NextHopsList err := bambou.CurrentSession().FetchChildren(o, NextHopIdentity, &list, info) return list, err }
go
func (o *Link) NextHops(info *bambou.FetchingInfo) (NextHopsList, *bambou.Error) { var list NextHopsList err := bambou.CurrentSession().FetchChildren(o, NextHopIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Link", ")", "NextHops", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "NextHopsList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "NextHopsList", "\n", "err", ":=", "bambou", ".", "CurrentSession", "(...
// NextHops retrieves the list of child NextHops of the Link
[ "NextHops", "retrieves", "the", "list", "of", "child", "NextHops", "of", "the", "Link" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/link.go#L149-L154
146,597
nuagenetworks/vspk-go
vspk/link.go
CreateNextHop
func (o *Link) CreateNextHop(child *NextHop) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Link) CreateNextHop(child *NextHop) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Link", ")", "CreateNextHop", "(", "child", "*", "NextHop", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", "\n", "}" ]
// CreateNextHop creates a new child NextHop under the Link
[ "CreateNextHop", "creates", "a", "new", "child", "NextHop", "under", "the", "Link" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/link.go#L157-L160
146,598
nuagenetworks/vspk-go
vspk/link.go
PolicyStatements
func (o *Link) PolicyStatements(info *bambou.FetchingInfo) (PolicyStatementsList, *bambou.Error) { var list PolicyStatementsList err := bambou.CurrentSession().FetchChildren(o, PolicyStatementIdentity, &list, info) return list, err }
go
func (o *Link) PolicyStatements(info *bambou.FetchingInfo) (PolicyStatementsList, *bambou.Error) { var list PolicyStatementsList err := bambou.CurrentSession().FetchChildren(o, PolicyStatementIdentity, &list, info) return list, err }
[ "func", "(", "o", "*", "Link", ")", "PolicyStatements", "(", "info", "*", "bambou", ".", "FetchingInfo", ")", "(", "PolicyStatementsList", ",", "*", "bambou", ".", "Error", ")", "{", "var", "list", "PolicyStatementsList", "\n", "err", ":=", "bambou", ".", ...
// PolicyStatements retrieves the list of child PolicyStatements of the Link
[ "PolicyStatements", "retrieves", "the", "list", "of", "child", "PolicyStatements", "of", "the", "Link" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/link.go#L177-L182
146,599
nuagenetworks/vspk-go
vspk/link.go
CreatePolicyStatement
func (o *Link) CreatePolicyStatement(child *PolicyStatement) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
go
func (o *Link) CreatePolicyStatement(child *PolicyStatement) *bambou.Error { return bambou.CurrentSession().CreateChild(o, child) }
[ "func", "(", "o", "*", "Link", ")", "CreatePolicyStatement", "(", "child", "*", "PolicyStatement", ")", "*", "bambou", ".", "Error", "{", "return", "bambou", ".", "CurrentSession", "(", ")", ".", "CreateChild", "(", "o", ",", "child", ")", "\n", "}" ]
// CreatePolicyStatement creates a new child PolicyStatement under the Link
[ "CreatePolicyStatement", "creates", "a", "new", "child", "PolicyStatement", "under", "the", "Link" ]
c241b25534a9c311aaf7b2e180ad664a4085f935
https://github.com/nuagenetworks/vspk-go/blob/c241b25534a9c311aaf7b2e180ad664a4085f935/vspk/link.go#L185-L188