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

Interface DomainIDSetter

cloudstack/cloudstack.go:687–689  ·  view source on GitHub ↗

DomainIDSetter is an interface that every type that can set a domain ID must implement

Source from the content-addressed store, hash-verified

685
686// DomainIDSetter is an interface that every type that can set a domain ID must implement
687type DomainIDSetter interface {
688 SetDomainid(string)
689}
690
691// WithDomain takes either a domain name or ID and sets the `domainid` parameter
692func WithDomain(domain string) OptionFunc {

Callers 1

WithDomainFunction · 0.65

Implementers 15

CreateInstanceGroupParamscloudstack/VMGroupService.go
ListInstanceGroupsParamscloudstack/VMGroupService.go
GetUploadParamsForIsoParamscloudstack/ISOService.go
ListIsosParamscloudstack/ISOService.go
RegisterIsoParamscloudstack/ISOService.go
AuthorizeSecurityGroupEgressParamscloudstack/SecurityGroupService.go
AuthorizeSecurityGroupIngressParamscloudstack/SecurityGroupService.go
CreateSecurityGroupParamscloudstack/SecurityGroupService.go
DeleteSecurityGroupParamscloudstack/SecurityGroupService.go
ListSecurityGroupsParamscloudstack/SecurityGroupService.go
CreateTemplateParamscloudstack/TemplateService.go
GetUploadParamsForTemplateParamscloudstack/TemplateService.go

Calls

no outgoing calls

Tested by

no test coverage detected