MCPcopy Index your code
hub / github.com/apache/cloudstack-go / AuthorizeSecurityGroupEgressParams

Struct AuthorizeSecurityGroupEgressParams

cloudstack/SecurityGroupService.go:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84type AuthorizeSecurityGroupEgressParams struct {
85 p map[string]interface{}
86}
87
88func (p *AuthorizeSecurityGroupEgressParams) toURLValues() url.Values {
89 u := url.Values{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected