Documentation ¶
Index ¶
- type API
- func (e *API) AssignPrivateIpAddresses(eniID string, addresses int64) error
- func (e *API) AttachNetworkInterface(index int64, instanceID, eniID string) (string, error)
- func (e *API) CreateNetworkInterface(toAllocate int64, subnetID, desc string, groups []string) (string, *v2.ENI, error)
- func (e *API) DeleteNetworkInterface(eniID string) error
- func (e *API) GetInstances(vpcs types.VpcMap, subnets types.SubnetMap) (types.InstanceMap, error)
- func (e *API) GetSubnets() (types.SubnetMap, error)
- func (e *API) GetVpcs() (types.VpcMap, error)
- func (e *API) ModifyNetworkInterface(eniID, attachmentID string, deleteOnTermination bool) error
- func (e *API) SetDelay(op Operation, delay time.Duration)
- func (e *API) SetLimiter(limit float64, burst int)
- func (e *API) SetMockError(op Operation, err error)
- func (e *API) UnassignPrivateIpAddresses(eniID string, addresses []string) error
- type Operation
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
func (*API) AssignPrivateIpAddresses ¶
func (*API) AttachNetworkInterface ¶
func (*API) CreateNetworkInterface ¶
func (*API) DeleteNetworkInterface ¶
func (*API) GetInstances ¶
func (*API) ModifyNetworkInterface ¶
func (*API) SetDelay ¶
SetDelay specifies the delay which should be simulated for an individual EC2 API operation
func (*API) SetLimiter ¶
SetLimiter adds a rate limiter to all simulated API calls
func (*API) SetMockError ¶
SetMockError modifies the mock API to return an error for a particular operation
Click to show internal directories.
Click to hide internal directories.