Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetAllTransportZonesAPI ¶
GetAllTransportZonesAPI base api object.
func NewGetAll ¶
func NewGetAll() *GetAllTransportZonesAPI
NewGetAll returns new object of GetAllTransportZonesAPI
func (GetAllTransportZonesAPI) GetResponse ¶
func (ga GetAllTransportZonesAPI) GetResponse() *NetworkScopeList
GetResponse returns ResponseObject of GetAllTransportZonesAPI
type GetTransportZoneAPI ¶
GetTransportZoneAPI base api object.
func NewGet ¶
func NewGet(id string) *GetTransportZoneAPI
NewGet returns new object of GetTransportZoneAPI
func (GetTransportZoneAPI) GetResponse ¶
func (ga GetTransportZoneAPI) GetResponse() *NetworkScope
GetResponse returns ResponseObject of GetTransportZoneAPI
type NetworkScope ¶
NetworkScope object within NetworkScopeList.
func (NetworkScope) String ¶
func (s NetworkScope) String() string
type NetworkScopeList ¶
type NetworkScopeList struct {
NetworkScopeList []NetworkScope `xml:"vdnScope"`
}
NetworkScopeList top level xml element
func (NetworkScopeList) FilterByName ¶
func (s NetworkScopeList) FilterByName(name string) *NetworkScope
FilterByName filters NetworkScopeList object given a name and returns the found object.
func (NetworkScopeList) String ¶
func (s NetworkScopeList) String() string
Click to show internal directories.
Click to hide internal directories.