Documentation
¶
Index ¶
Constants ¶
View Source
const (
OdnsUnknown string = "unknown"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Odns ¶
func (*Odns) GetAvailabilityZone ¶
func (*Odns) GetDeployment ¶
func (*Odns) GetOrganization ¶
type OdnsRegistry ¶
func Name2OdnsRegistry ¶
func Name2OdnsRegistry(s string) *OdnsRegistry
<org>.<dep>.<az>.<owner>.<registry>.<resourcename>
func (*OdnsRegistry) GetOdns ¶
func (o *OdnsRegistry) GetOdns() *Odns
func (*OdnsRegistry) GetOwnerName ¶
func (o *OdnsRegistry) GetOwnerName() string
func (*OdnsRegistry) GetRegistryName ¶
func (o *OdnsRegistry) GetRegistryName() string
func (*OdnsRegistry) GetResourceName ¶
func (o *OdnsRegistry) GetResourceName() string
type OdnsRegistryNi ¶
type OdnsRegistryNi struct { *OdnsRegistry NetworkInstanceName string }
func Name2OdnsRegistryNi ¶
func Name2OdnsRegistryNi(s string) *OdnsRegistryNi
<org>.<dep>.<az>.<owner>.<registry>.<niname>.<resourcename>
func (*OdnsRegistryNi) GetOdnsregistry ¶
func (o *OdnsRegistryNi) GetOdnsregistry() *OdnsRegistry
func (*OdnsRegistryNi) GetResourceName ¶
func (o *OdnsRegistryNi) GetResourceName() string
type OdnsTopo ¶ added in v0.0.49
<org>.<dep>.<az>.<topologyname>
func Name2OdnsTopo ¶ added in v0.0.49
<org>.<dep>.<az>.<topologyname>
func (*OdnsTopo) GetTopologyName ¶ added in v0.0.49
type OdnsTopoResource ¶ added in v0.0.49
<org>.<dep>.<az>.<topologyname>.<resourcename> used for link and node
func Name2OdnsTopoResource ¶ added in v0.0.49
func Name2OdnsTopoResource(s string) *OdnsTopoResource
<org>.<dep>.<az>.<topologyname>.<resourcename> used for link and node
func (*OdnsTopoResource) GetOdnsTopo ¶ added in v0.0.49
func (o *OdnsTopoResource) GetOdnsTopo() *OdnsTopo
func (*OdnsTopoResource) GetResourceName ¶ added in v0.0.49
func (o *OdnsTopoResource) GetResourceName() string
Click to show internal directories.
Click to hide internal directories.