Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkContainers ¶
type NetworkContainers struct {
// contains filtered or unexported fields
}
NetworkContainers can be used to perform operations on network containers.
func (*NetworkContainers) Create ¶
func (cn *NetworkContainers) Create(createNetworkContainerRequest cns.CreateNetworkContainerRequest) error
Create creates a network container.
func (*NetworkContainers) Delete ¶
func (cn *NetworkContainers) Delete(networkContainerID string) error
Delete deletes a network container.
func (*NetworkContainers) Update ¶
func (cn *NetworkContainers) Update(createNetworkContainerRequest cns.CreateNetworkContainerRequest) error
Update updates a network container.
Click to show internal directories.
Click to hide internal directories.