Discover Packages
github.com/opentelekomcloud/gophertelekomcloud
openstack
sdrs
v1
domains
package
Version:
v0.2.1
Opens a new window with list of versions in this module.
Published: Jan 15, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Domain struct {
Id string `json:"id"`
Name string `json:"name"`
Description string `json:"description"`
}
type GetResponse struct {
Domains []Domain `json:"domains"`
}
GetResponse response
type GetResult struct {
golangsdk.Result
}
GetResult contains the body of getting detailed
func Get(client *golangsdk.ServiceClient) (r GetResult )
Get active-active domains
Source Files
¶
Click to show internal directories.
Click to hide internal directories.