tzone

package
v0.0.0-...-c3caef9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 22, 2018 License: BSD-3-Clause Imports: 3 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetAllTransportZonesAPI

type GetAllTransportZonesAPI struct {
	*api.BaseAPI
}

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

type GetTransportZoneAPI struct {
	*api.BaseAPI
}

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

type NetworkScope struct {
	ObjectID string `xml:"objectId"`
	Name     string `xml:"name"`
}

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL