Documentation ¶
Index ¶
- type API
- func (e *API) AssignPrivateIpAddresses(ctx context.Context, eniID string, addresses int64) error
- func (e *API) AttachNetworkInterface(ctx context.Context, index int64, instanceID, eniID string) (string, error)
- func (e *API) CreateNetworkInterface(ctx context.Context, toAllocate int64, subnetID, desc string, groups []string) (string, *v2.ENI, error)
- func (e *API) DeleteNetworkInterface(ctx context.Context, eniID string) error
- func (e *API) GetInstances(ctx context.Context, vpcs types.VpcMap, subnets types.SubnetMap) (types.InstanceMap, error)
- func (e *API) GetSecurityGroups(ctx context.Context) (types.SecurityGroupMap, error)
- func (e *API) GetSubnets(ctx context.Context) (types.SubnetMap, error)
- func (e *API) GetVpcs(ctx context.Context) (types.VpcMap, error)
- func (e *API) ModifyNetworkInterface(ctx context.Context, 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) TagENI(ctx context.Context, eniID string, eniTags map[string]string) error
- func (e *API) UnassignPrivateIpAddresses(ctx context.Context, 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) GetSecurityGroups ¶
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.