x

package
v1.13.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 25, 2020 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitCommand

func InitCommand() *cobra.Command

InitCommand initializes the code-generated CLI instance and returns the resulting Cobra command to the caller so it can be added as subcommand to a higher level CLI.

func SetClientCredentials

func SetClientCredentials(apiKey, apiSecret string) error

SetClientCredentials adds a pre-request hook to sign outgoing requests using specified API credentials.

func SetClientUserAgent

func SetClientUserAgent(ua string)

SetClientUserAgent adds a pre-request hook to set the User-Agent header value on outgoing HTTP requests.

func XAddRuleToSecurityGroup

func XAddRuleToSecurityGroup(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XAddRuleToSecurityGroup add-rule-to-security-group

func XAddServiceToLoadBalancer

func XAddServiceToLoadBalancer(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XAddServiceToLoadBalancer add-service-to-load-balancer

func XAllocateElasticIp added in v1.13.0

func XAllocateElasticIp(params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XAllocateElasticIp allocate-elastic-ip

func XAllocateIpv6OnInstance added in v1.13.0

func XAllocateIpv6OnInstance(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XAllocateIpv6OnInstance allocate-ipv6-on-instance

func XAttachElasticIpOnInstance added in v1.13.0

func XAttachElasticIpOnInstance(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XAttachElasticIpOnInstance attach-elastic-ip-on-instance

func XCreateAntiAffinityGroup

func XCreateAntiAffinityGroup(params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCreateAntiAffinityGroup create-anti-affinity-group

func XCreateCdnConfiguration added in v1.13.0

func XCreateCdnConfiguration(params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCreateCdnConfiguration create-cdn-configuration

func XCreateInstance

func XCreateInstance(params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCreateInstance create-instance

func XCreateInstancePool

func XCreateInstancePool(params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCreateInstancePool create-instance-pool

func XCreateLoadBalancer

func XCreateLoadBalancer(params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCreateLoadBalancer create-load-balancer

func XCreateSecurityGroup

func XCreateSecurityGroup(params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCreateSecurityGroup create-security-group

func XCreateSnapshot

func XCreateSnapshot(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCreateSnapshot create-snapshot

func XDeleteLoadBalancer

func XDeleteLoadBalancer(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeleteLoadBalancer delete-load-balancer

func XDeleteLoadBalancerService

func XDeleteLoadBalancerService(paramId string, paramServiceId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeleteLoadBalancerService delete-load-balancer-service

func XDeleteRuleFromSecurityGroup

func XDeleteRuleFromSecurityGroup(paramId string, paramRuleId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeleteRuleFromSecurityGroup delete-rule-from-security-group

func XDeleteSshKey

func XDeleteSshKey(paramName string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeleteSshKey delete-ssh-key

func XDestroyAntiAffinityGroup added in v1.13.0

func XDestroyAntiAffinityGroup(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDestroyAntiAffinityGroup destroy-anti-affinity-group

func XDestroyCdnConfiguration added in v1.13.0

func XDestroyCdnConfiguration(paramBucket string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDestroyCdnConfiguration destroy-cdn-configuration

func XDestroyInstance added in v1.13.0

func XDestroyInstance(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDestroyInstance destroy-instance

func XDestroyInstancePool added in v1.13.0

func XDestroyInstancePool(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDestroyInstancePool destroy-instance-pool

func XDestroySecurityGroup added in v1.13.0

func XDestroySecurityGroup(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDestroySecurityGroup destroy-security-group

func XDestroySnapshot added in v1.13.0

func XDestroySnapshot(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDestroySnapshot destroy-snapshot

func XDestroyTemplate added in v1.13.0

func XDestroyTemplate(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDestroyTemplate destroy-template

func XDetachElasticIpFromInstance added in v1.13.0

func XDetachElasticIpFromInstance(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XDetachElasticIpFromInstance detach-elastic-ip-from-instance

func XExportSnapshot

func XExportSnapshot(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XExportSnapshot export-snapshot

func XGenerateApiKey added in v1.13.0

func XGenerateApiKey(params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XGenerateApiKey generate-api-key

func XGenerateSshKey added in v1.13.0

func XGenerateSshKey(params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XGenerateSshKey generate-ssh-key

func XGetApiKey added in v1.13.0

func XGetApiKey(paramKey string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetApiKey get-api-key

func XGetElasticIp

func XGetElasticIp(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetElasticIp get-elastic-ip

func XGetExportSnapshot added in v1.13.0

func XGetExportSnapshot(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetExportSnapshot get-export-snapshot

func XGetInstance

func XGetInstance(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetInstance get-instance

func XGetInstancePool

func XGetInstancePool(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetInstancePool get-instance-pool

func XGetLoadBalancer

func XGetLoadBalancer(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetLoadBalancer get-load-balancer

func XGetLoadBalancerService

func XGetLoadBalancerService(paramId string, paramServiceId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetLoadBalancerService get-load-balancer-service

func XGetOperation

func XGetOperation(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetOperation get-operation

func XGetSecurityGroup

func XGetSecurityGroup(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetSecurityGroup get-security-group

func XGetSnapshot

func XGetSnapshot(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetSnapshot get-snapshot

func XImportSshKey added in v1.13.0

func XImportSshKey(params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XImportSshKey import-ssh-key

func XIndex added in v1.13.0

func XIndex(params *viper.Viper) (*gentleman.Response, interface{}, error)

XIndex index

func XListAntiAffinityGroupInstances added in v1.13.0

func XListAntiAffinityGroupInstances(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListAntiAffinityGroupInstances list-anti-affinity-group-instances

func XListAntiAffinityGroups

func XListAntiAffinityGroups(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListAntiAffinityGroups list-anti-affinity-groups

func XListApiKeys added in v1.13.0

func XListApiKeys(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListApiKeys list-api-keys

func XListCdnConfigurations added in v1.13.0

func XListCdnConfigurations(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListCdnConfigurations list-cdn-configurations

func XListElasticIps

func XListElasticIps(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListElasticIps list-elastic-ips

func XListEvents

func XListEvents(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListEvents list-events

func XListInstancePools

func XListInstancePools(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListInstancePools list-instance-pools

func XListInstanceTypes

func XListInstanceTypes(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListInstanceTypes list-instance-types

func XListInstances

func XListInstances(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListInstances list-instances

func XListLoadBalancers

func XListLoadBalancers(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListLoadBalancers list-load-balancers

func XListOperations added in v1.13.0

func XListOperations(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListOperations list-operations

func XListSecurityGroupInstances added in v1.13.0

func XListSecurityGroupInstances(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListSecurityGroupInstances list-security-group-instances

func XListSecurityGroups

func XListSecurityGroups(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListSecurityGroups list-security-groups

func XListSnapshots

func XListSnapshots(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListSnapshots list-snapshots

func XListSshKeys

func XListSshKeys(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListSshKeys list-ssh-keys

func XListTemplates

func XListTemplates(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListTemplates list-templates

func XListZones

func XListZones(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListZones list-zones

func XPing added in v1.13.0

func XPing(params *viper.Viper) (*gentleman.Response, interface{}, error)

XPing ping

func XRebootInstance

func XRebootInstance(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XRebootInstance reboot-instance

func XRegisterTemplate

func XRegisterTemplate(params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XRegisterTemplate register-template

func XReleaseElasticIp added in v1.13.0

func XReleaseElasticIp(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XReleaseElasticIp release-elastic-ip

func XRemoveElasticIpReverseDns added in v1.13.0

func XRemoveElasticIpReverseDns(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XRemoveElasticIpReverseDns remove-elastic-ip-reverse-dns

func XRemoveInstanceReverseDns added in v1.13.0

func XRemoveInstanceReverseDns(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XRemoveInstanceReverseDns remove-instance-reverse-dns

func XResetInstancePassword added in v1.13.0

func XResetInstancePassword(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XResetInstancePassword reset-instance-password

func XRestoreInstanceFromSnapshot added in v1.13.0

func XRestoreInstanceFromSnapshot(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XRestoreInstanceFromSnapshot restore-instance-from-snapshot

func XRestoreInstanceFromTemplate added in v1.13.0

func XRestoreInstanceFromTemplate(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XRestoreInstanceFromTemplate restore-instance-from-template

func XRevokeApiKey added in v1.13.0

func XRevokeApiKey(paramKey string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XRevokeApiKey revoke-api-key

func XStartInstance

func XStartInstance(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XStartInstance start-instance

func XStopInstance

func XStopInstance(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XStopInstance stop-instance

func XUpdateAntiAffinityGroupDescription added in v1.13.0

func XUpdateAntiAffinityGroupDescription(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdateAntiAffinityGroupDescription update-anti-affinity-group-description

func XUpdateElasticIpHealthcheck added in v1.13.0

func XUpdateElasticIpHealthcheck(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdateElasticIpHealthcheck update-elastic-ip-healthcheck

func XUpdateElasticIpReverseDns added in v1.13.0

func XUpdateElasticIpReverseDns(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdateElasticIpReverseDns update-elastic-ip-reverse-dns

func XUpdateInstanceDescription added in v1.13.0

func XUpdateInstanceDescription(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdateInstanceDescription update-instance-description

func XUpdateInstancePoolDescription added in v1.13.0

func XUpdateInstancePoolDescription(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdateInstancePoolDescription update-instance-pool-description

func XUpdateInstancePoolTemplate added in v1.13.0

func XUpdateInstancePoolTemplate(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdateInstancePoolTemplate update-instance-pool-template

func XUpdateInstancePoolTopology added in v1.13.0

func XUpdateInstancePoolTopology(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdateInstancePoolTopology update-instance-pool-topology

func XUpdateInstancePoolUserData added in v1.13.0

func XUpdateInstancePoolUserData(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdateInstancePoolUserData update-instance-pool-user-data

func XUpdateInstanceReverseDns added in v1.13.0

func XUpdateInstanceReverseDns(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdateInstanceReverseDns update-instance-reverse-dns

func XUpdateInstanceSecurityGroups added in v1.13.0

func XUpdateInstanceSecurityGroups(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdateInstanceSecurityGroups update-instance-security-groups

func XUpdateInstanceType added in v1.13.0

func XUpdateInstanceType(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdateInstanceType update-instance-type

func XUpdateInstanceUserData added in v1.13.0

func XUpdateInstanceUserData(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdateInstanceUserData update-instance-user-data

func XUpdateLoadBalancer

func XUpdateLoadBalancer(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdateLoadBalancer update-load-balancer

func XUpdateLoadBalancerService

func XUpdateLoadBalancerService(paramId string, paramServiceId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdateLoadBalancerService update-load-balancer-service

func XUpdateSecurityGroupDescription added in v1.13.0

func XUpdateSecurityGroupDescription(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdateSecurityGroupDescription update-security-group-description

func XUpdateSecurityGroupRules added in v1.13.0

func XUpdateSecurityGroupRules(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdateSecurityGroupRules update-security-group-rules

func XUpdateSnapshotDescription added in v1.13.0

func XUpdateSnapshotDescription(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdateSnapshotDescription update-snapshot-description

func XVersion added in v1.13.0

func XVersion(params *viper.Viper) (*gentleman.Response, interface{}, error)

XVersion version

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL