Documentation ¶
Index ¶
- func ConnectionGet(ctx context.Context, options *ConnectionGetOptions) error
- func ExternalCreate(ctx context.Context, printYaml bool, options *ExternalCreateOptions) error
- func ExternalPeering(ctx context.Context, printYaml bool, options *ExternalPeeringOptions) error
- func SwitchForceAgentVersion(ctx context.Context, name string, version string) error
- func SwitchGroupCreate(ctx context.Context, printYaml bool, options *SwitchGroupCreateOptions) error
- func SwitchPowerReset(ctx context.Context, name string) error
- func SwitchReboot(ctx context.Context, name string) error
- func SwitchReinstall(ctx context.Context, name string) error
- func VPCAttach(ctx context.Context, printYaml bool, options *VPCAttachOptions) error
- func VPCCreate(ctx context.Context, printYaml bool, options *VPCCreateOptions) error
- func VPCDNATRequest(ctx context.Context, printYaml bool, options *VPCDNATOptions) error
- func VPCPeer(ctx context.Context, printYaml bool, options *VPCPeerOptions) error
- func VPCSNAT(ctx context.Context, printYaml bool, options *VPCSNATOptions) error
- type ConnectionGetOptions
- type ExternalCreateOptions
- type ExternalPeeringOptions
- type SwitchGroupCreateOptions
- type VPCAttachOptions
- type VPCCreateOptions
- type VPCDNATOptions
- type VPCPeerOptions
- type VPCSNATOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConnectionGet ¶
func ConnectionGet(ctx context.Context, options *ConnectionGetOptions) error
func ExternalCreate ¶
func ExternalCreate(ctx context.Context, printYaml bool, options *ExternalCreateOptions) error
func ExternalPeering ¶
func ExternalPeering(ctx context.Context, printYaml bool, options *ExternalPeeringOptions) error
func SwitchForceAgentVersion ¶
func SwitchGroupCreate ¶
func SwitchGroupCreate(ctx context.Context, printYaml bool, options *SwitchGroupCreateOptions) error
func VPCAttach ¶
func VPCAttach(ctx context.Context, printYaml bool, options *VPCAttachOptions) error
func VPCCreate ¶
func VPCCreate(ctx context.Context, printYaml bool, options *VPCCreateOptions) error
func VPCDNATRequest ¶
func VPCDNATRequest(ctx context.Context, printYaml bool, options *VPCDNATOptions) error
Types ¶
type ConnectionGetOptions ¶
type ConnectionGetOptions struct {
Type string
}
type ExternalCreateOptions ¶
type ExternalPeeringOptions ¶
type SwitchGroupCreateOptions ¶
type SwitchGroupCreateOptions struct {
Name string
}
type VPCAttachOptions ¶
type VPCCreateOptions ¶
type VPCDNATOptions ¶
type VPCPeerOptions ¶
type VPCSNATOptions ¶
Click to show internal directories.
Click to hide internal directories.