Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RunScript ¶
func (*RunScript) GetJobName ¶ added in v0.0.10
type UpdateAWSRouteTables ¶
type UpdateAWSRouteTables struct {
JobName string
Timeout time.Duration
DestinationCidrBlocks []types.CIDR
NetworkInterfaceID string
RouteTables []string
// contains filtered or unexported fields
}
func (*UpdateAWSRouteTables) Execute ¶ added in v0.0.10
func (j *UpdateAWSRouteTables) Execute(ctx context.Context) error
func (*UpdateAWSRouteTables) GetJobName ¶ added in v0.0.10
func (j *UpdateAWSRouteTables) GetJobName() string
type UpdateGCPRoute ¶ added in v0.0.10
type UpdateGCPRoute struct {
JobName string
Timeout time.Duration
Name string
Description string
DestRanges []types.CIDR
Network string
NextHopInstance string
Priority uint32
Tags []string
}
func (*UpdateGCPRoute) Execute ¶ added in v0.0.10
func (j *UpdateGCPRoute) Execute(ctx context.Context) error
func (*UpdateGCPRoute) GetJobName ¶ added in v0.0.10
func (j *UpdateGCPRoute) GetJobName() string
Click to show internal directories.
Click to hide internal directories.