Documentation
¶
Index ¶
- Variables
- func DoAction(action string, options ...string) ([]byte, error)
- type AssociateInstancesKeyPairsResp
- type CreateKeyPairResp
- type CvmClient
- func (c *CvmClient) DescribeInstances(options ...string) (*DescribeInstancesResp, error)
- func (c *CvmClient) DescribeInstancesStatus(options ...string) (*DescribeInstancesStatusResp, error)
- func (c *CvmClient) DescribeRegions(options ...string) (*DescribeRegionsResp, error)
- func (c *CvmClient) DescribeZones(options ...string) (*DescribeZonesResp, error)
- func (client *CvmClient) DoAction(action string, options ...string) ([]byte, error)
- func (c *CvmClient) InquiryPriceResetInstance(options ...string) (*InquiryPriceResetInstanceResp, error)
- func (c *CvmClient) InquiryPriceResetInstancesType(options ...string) (*InquiryPriceResetInstancesTypeResp, error)
- func (c *CvmClient) InquiryPriceRunInstances(options ...string) (*InquiryPriceRunInstancesResp, error)
- func (c *CvmClient) RebootInstances(options ...string) (*RebootInstancesResp, error)
- func (c *CvmClient) ResetInstance(options ...string) (*ResetInstanceResp, error)
- func (c *CvmClient) ResetInstancesType(options ...string) (*ResetInstancesTypeResp, error)
- func (c *CvmClient) RunInstances(options ...string) (*RunInstancesResp, error)
- func (c *CvmClient) StartInstances(options ...string) (*StartInstancesResp, error)
- func (c *CvmClient) StopInstances(options ...string) (*StopInstancesResp, error)
- func (c *CvmClient) TerminateInstances(options ...string) (*TerminateInstancesResp, error)
- type DeleteKeyPairsResp
- type DescribeInstanceInternetBandwidthConfigsResp
- type DescribeInstancesResp
- type DescribeInstancesStatusResp
- type DescribeKeyPairsResp
- type DescribeRegionsResp
- type DescribeZonesResp
- type DisassociateInstancesKeyPairsResp
- type ImportKeyPairResp
- type InquiryPriceRenewInstancesResp
- type InquiryPriceResetInstanceResp
- type InquiryPriceResetInstancesTypeResp
- type InquiryPriceResizeInstanceDisksResp
- type InquiryPriceRunInstancesResp
- type ModifyInstancesAttributeResp
- type ModifyKeyPairAttributeResp
- type RebootInstancesResp
- type RenewInstancesResp
- type ResetInstanceResp
- type ResetInstancesInternetMaxBandwidthResp
- type ResetInstancesPasswordResp
- type ResetInstancesTypeResp
- type ResizeInstanceDisksResp
- type RunInstancesResp
- type StartInstancesResp
- type StopInstancesResp
- type TerminateInstancesResp
- type UpdateInstanceVpcConfigResp
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultClient = CvmClient{Client: core.DefaultClient}
Functions ¶
Types ¶
type AssociateInstancesKeyPairsResp ¶ added in v1.2.0
type AssociateInstancesKeyPairsResp struct { Response struct { RequestID string `json:"RequestId"` Error interface{} `json:"Error,omitempty"` } `json:"Response"` }
func AssociateInstancesKeyPairs ¶ added in v1.2.0
func AssociateInstancesKeyPairs(options ...string) (*AssociateInstancesKeyPairsResp, error)
func (*AssociateInstancesKeyPairsResp) String ¶ added in v1.2.0
func (r *AssociateInstancesKeyPairsResp) String(args ...interface{}) (string, error)
type CreateKeyPairResp ¶ added in v1.2.0
type CreateKeyPairResp struct { Response struct { KeyPair struct { KeyID string `json:"KeyId"` KeyName string `json:"KeyName"` PrivateKey string `json:"PrivateKey"` ProjectID int64 `json:"ProjectId"` PublicKey string `json:"PublicKey"` } `json:"KeyPair,omitempty"` RequestID string `json:"RequestId"` Error interface{} `json:"Error,omitempty"` } `json:"Response"` }
func CreateKeyPair ¶ added in v1.2.0
func CreateKeyPair(options ...string) (*CreateKeyPairResp, error)
func (*CreateKeyPairResp) String ¶ added in v1.2.0
func (r *CreateKeyPairResp) String(args ...interface{}) (string, error)
type CvmClient ¶ added in v1.3.0
func (*CvmClient) DescribeInstances ¶ added in v1.3.0
func (c *CvmClient) DescribeInstances(options ...string) (*DescribeInstancesResp, error)
func (*CvmClient) DescribeInstancesStatus ¶ added in v1.3.0
func (c *CvmClient) DescribeInstancesStatus(options ...string) (*DescribeInstancesStatusResp, error)
func (*CvmClient) DescribeRegions ¶ added in v1.3.2
func (c *CvmClient) DescribeRegions(options ...string) (*DescribeRegionsResp, error)
func (*CvmClient) DescribeZones ¶ added in v1.3.2
func (c *CvmClient) DescribeZones(options ...string) (*DescribeZonesResp, error)
func (*CvmClient) InquiryPriceResetInstance ¶ added in v1.3.0
func (c *CvmClient) InquiryPriceResetInstance(options ...string) (*InquiryPriceResetInstanceResp, error)
func (*CvmClient) InquiryPriceResetInstancesType ¶ added in v1.3.0
func (c *CvmClient) InquiryPriceResetInstancesType(options ...string) (*InquiryPriceResetInstancesTypeResp, error)
func (*CvmClient) InquiryPriceRunInstances ¶ added in v1.3.0
func (c *CvmClient) InquiryPriceRunInstances(options ...string) (*InquiryPriceRunInstancesResp, error)
func (*CvmClient) RebootInstances ¶ added in v1.3.0
func (c *CvmClient) RebootInstances(options ...string) (*RebootInstancesResp, error)
func (*CvmClient) ResetInstance ¶ added in v1.3.0
func (c *CvmClient) ResetInstance(options ...string) (*ResetInstanceResp, error)
func (*CvmClient) ResetInstancesType ¶ added in v1.3.0
func (c *CvmClient) ResetInstancesType(options ...string) (*ResetInstancesTypeResp, error)
func (*CvmClient) RunInstances ¶ added in v1.3.0
func (c *CvmClient) RunInstances(options ...string) (*RunInstancesResp, error)
func (*CvmClient) StartInstances ¶ added in v1.3.0
func (c *CvmClient) StartInstances(options ...string) (*StartInstancesResp, error)
func (*CvmClient) StopInstances ¶ added in v1.3.0
func (c *CvmClient) StopInstances(options ...string) (*StopInstancesResp, error)
func (*CvmClient) TerminateInstances ¶ added in v1.3.0
func (c *CvmClient) TerminateInstances(options ...string) (*TerminateInstancesResp, error)
type DeleteKeyPairsResp ¶ added in v1.2.0
type DeleteKeyPairsResp struct { Response struct { RequestID string `json:"RequestId"` Error interface{} `json:"Error,omitempty"` } `json:"Response"` }
func DeleteKeyPairs ¶ added in v1.2.0
func DeleteKeyPairs(options ...string) (*DeleteKeyPairsResp, error)
func (*DeleteKeyPairsResp) String ¶ added in v1.2.0
func (r *DeleteKeyPairsResp) String(args ...interface{}) (string, error)
type DescribeInstanceInternetBandwidthConfigsResp ¶ added in v1.1.0
type DescribeInstanceInternetBandwidthConfigsResp struct { Response struct { InternetBandwidthConfigSet interface{} `json:"InternetBandwidthConfigSet,omitempty"` RequestID string `json:"RequestId"` Error interface{} `json:"Error,omitempty"` } `json:"Response"` }
func DescribeInstanceInternetBandwidthConfigs ¶ added in v1.1.0
func DescribeInstanceInternetBandwidthConfigs(options ...string) (*DescribeInstanceInternetBandwidthConfigsResp, error)
func (*DescribeInstanceInternetBandwidthConfigsResp) String ¶ added in v1.1.0
func (r *DescribeInstanceInternetBandwidthConfigsResp) String(args ...interface{}) (string, error)
type DescribeInstancesResp ¶
type DescribeInstancesResp struct { Response struct { InstanceSet []struct { CPU int64 `json:"CPU"` CreatedTime string `json:"CreatedTime"` DataDisks []struct { DiskID interface{} `json:"DiskId"` DiskSize int64 `json:"DiskSize"` DiskType string `json:"DiskType"` } `json:"DataDisks"` ExpiredTime interface{} `json:"ExpiredTime"` ImageID string `json:"ImageId"` InstanceChargeType string `json:"InstanceChargeType"` InstanceID string `json:"InstanceId"` InstanceName string `json:"InstanceName"` InstanceType string `json:"InstanceType"` InternetAccessible struct { InternetChargeType string `json:"InternetChargeType"` InternetMaxBandwidthOut int64 `json:"InternetMaxBandwidthOut"` } `json:"InternetAccessible"` KeyPairIds []string `json:"KeyPairIds"` Memory int64 `json:"Memory"` OsName string `json:"OsName"` Placement struct { HostID interface{} `json:"HostId"` ProjectID int64 `json:"ProjectId"` Zone string `json:"Zone"` } `json:"Placement"` PrivateIPAddresses []string `json:"PrivateIpAddresses"` PublicIPAddresses []string `json:"PublicIpAddresses"` RenewFlag interface{} `json:"RenewFlag"` RestrictState string `json:"RestrictState"` SecurityGroupIds []string `json:"SecurityGroupIds"` SystemDisk struct { DiskID interface{} `json:"DiskId"` DiskSize int64 `json:"DiskSize"` DiskType string `json:"DiskType"` } `json:"SystemDisk"` VirtualPrivateCloud struct { AsVpcGateway bool `json:"AsVpcGateway"` SubnetID string `json:"SubnetId"` VpcID string `json:"VpcId"` } `json:"VirtualPrivateCloud"` } `json:"InstanceSet,omitempty"` Error interface{} `json:"Error,omitempty"` RequestID string `json:"RequestId"` TotalCount int64 `json:"TotalCount"` } `json:"Response"` }
func DescribeInstances ¶
func DescribeInstances(options ...string) (*DescribeInstancesResp, error)
func (*DescribeInstancesResp) String ¶ added in v1.1.0
func (r *DescribeInstancesResp) String(args ...interface{}) (string, error)
type DescribeInstancesStatusResp ¶
type DescribeInstancesStatusResp struct { Response struct { InstanceStatusSet []struct { InstanceID string `json:"InstanceId"` InstanceState string `json:"InstanceState"` } `json:"InstanceStatusSet,omitempty"` Error interface{} `json:"Error,omitempty"` RequestID string `json:"RequestId"` TotalCount int64 `json:"TotalCount"` } `json:"Response"` }
func DescribeInstancesStatus ¶
func DescribeInstancesStatus(options ...string) (*DescribeInstancesStatusResp, error)
func (*DescribeInstancesStatusResp) String ¶ added in v1.1.0
func (r *DescribeInstancesStatusResp) String(args ...interface{}) (string, error)
type DescribeKeyPairsResp ¶ added in v1.2.0
type DescribeKeyPairsResp struct { Response struct { KeyPairSet []struct { AssociatedInstanceIds []string `json:"AssociatedInstanceIds"` CreatedTime string `json:"CreatedTime"` Description string `json:"Description"` KeyID string `json:"KeyId"` KeyName string `json:"KeyName"` PublicKey string `json:"PublicKey"` } `json:"KeyPairSet,omitempty"` RequestID string `json:"RequestId"` TotalCount int64 `json:"TotalCount"` Error interface{} `json:"Error,omitempty"` } `json:"Response"` }
func DescribeKeyPairs ¶ added in v1.2.0
func DescribeKeyPairs(options ...string) (*DescribeKeyPairsResp, error)
func (*DescribeKeyPairsResp) String ¶ added in v1.2.0
func (r *DescribeKeyPairsResp) String(args ...interface{}) (string, error)
type DescribeRegionsResp ¶
type DescribeRegionsResp struct { Response struct { RegionSet []struct { Region string `json:"Region"` RegionName string `json:"RegionName"` RegionState string `json:"RegionState"` } `json:"RegionSet"` RequestID string `json:"RequestId"` TotalCount int64 `json:"TotalCount"` } `json:"Response"` }
func DescribeRegions ¶
func DescribeRegions(options ...string) (*DescribeRegionsResp, error)
func (*DescribeRegionsResp) String ¶ added in v1.3.2
func (r *DescribeRegionsResp) String(args ...interface{}) (string, error)
type DescribeZonesResp ¶
type DescribeZonesResp struct { Response struct { RequestID string `json:"RequestId"` TotalCount int64 `json:"TotalCount"` ZoneSet []struct { Zone string `json:"Zone"` ZoneID string `json:"ZoneId"` ZoneName string `json:"ZoneName"` ZoneState string `json:"ZoneState"` } `json:"ZoneSet"` } `json:"Response"` }
func DescribeZones ¶
func DescribeZones(options ...string) (*DescribeZonesResp, error)
func (*DescribeZonesResp) String ¶ added in v1.3.2
func (r *DescribeZonesResp) String(args ...interface{}) (string, error)
type DisassociateInstancesKeyPairsResp ¶ added in v1.2.0
type DisassociateInstancesKeyPairsResp struct { Response struct { RequestID string `json:"RequestId"` Error interface{} `json:"Error,omitempty"` } `json:"Response"` }
func DisassociateInstancesKeyPairs ¶ added in v1.2.0
func DisassociateInstancesKeyPairs(options ...string) (*DisassociateInstancesKeyPairsResp, error)
func (*DisassociateInstancesKeyPairsResp) String ¶ added in v1.2.0
func (r *DisassociateInstancesKeyPairsResp) String(args ...interface{}) (string, error)
type ImportKeyPairResp ¶ added in v1.2.0
type ImportKeyPairResp struct { Response struct { KeyID string `json:"KeyId,omitempty"` RequestID string `json:"RequestId"` Error interface{} `json:"Error,omitempty"` } `json:"Response"` }
func ImportKeyPair ¶ added in v1.2.0
func ImportKeyPair(options ...string) (*ImportKeyPairResp, error)
func (*ImportKeyPairResp) String ¶ added in v1.2.0
func (r *ImportKeyPairResp) String(args ...interface{}) (string, error)
type InquiryPriceRenewInstancesResp ¶ added in v1.1.0
type InquiryPriceRenewInstancesResp struct { Response struct { Price struct { InstancePrice interface{} `json:"Price,omitempty"` } `json:"Price,omitempty"` RequestID string `json:"RequestId"` Error interface{} `json:"Error,omitempty"` } `json:"Response"` }
func InquiryPriceRenewInstances ¶ added in v1.1.0
func InquiryPriceRenewInstances(options ...string) (*InquiryPriceRenewInstancesResp, error)
func (*InquiryPriceRenewInstancesResp) String ¶ added in v1.1.0
func (r *InquiryPriceRenewInstancesResp) String(args ...interface{}) (string, error)
type InquiryPriceResetInstanceResp ¶ added in v1.1.0
type InquiryPriceResetInstanceResp struct { Response struct { Price struct { InstancePrice struct { ChargeUnit string `json:"ChargeUnit"` UnitPrice float64 `json:"UnitPrice"` } `json:"InstancePrice"` } `json:"Price,omitempty"` Error interface{} `json:"Error,omitempty"` RequestID string `json:"RequestId"` } `json:"Response"` }
func InquiryPriceResetInstance ¶ added in v1.1.0
func InquiryPriceResetInstance(options ...string) (*InquiryPriceResetInstanceResp, error)
func (*InquiryPriceResetInstanceResp) String ¶ added in v1.1.0
func (r *InquiryPriceResetInstanceResp) String(args ...interface{}) (string, error)
type InquiryPriceResetInstancesTypeResp ¶ added in v1.1.0
type InquiryPriceResetInstancesTypeResp struct { Response struct { Price struct { InstancePrice struct { ChargeUnit string `json:"ChargeUnit"` UnitPrice float64 `json:"UnitPrice"` } `json:"InstancePrice"` } `json:"Price,omitempty"` Error interface{} `json:"Error,omitempty"` RequestID string `json:"RequestId"` } `json:"Response"` }
func InquiryPriceResetInstancesType ¶ added in v1.1.0
func InquiryPriceResetInstancesType(options ...string) (*InquiryPriceResetInstancesTypeResp, error)
func (*InquiryPriceResetInstancesTypeResp) String ¶ added in v1.1.0
func (r *InquiryPriceResetInstancesTypeResp) String(args ...interface{}) (string, error)
type InquiryPriceResizeInstanceDisksResp ¶ added in v1.1.0
type InquiryPriceResizeInstanceDisksResp struct { Response struct { Price struct { InstancePrice struct { ChargeUnit string `json:"ChargeUnit"` UnitPrice float64 `json:"UnitPrice"` } `json:"InstancePrice"` } `json:"Price"` RequestID string `json:"RequestId"` Error interface{} `json:"Error,omitempty"` } `json:"Response"` }
func InquiryPriceResizeInstanceDisks ¶ added in v1.1.0
func InquiryPriceResizeInstanceDisks(options ...string) (*InquiryPriceResizeInstanceDisksResp, error)
func (*InquiryPriceResizeInstanceDisksResp) String ¶ added in v1.1.0
func (r *InquiryPriceResizeInstanceDisksResp) String(args ...interface{}) (string, error)
type InquiryPriceRunInstancesResp ¶ added in v1.1.0
type InquiryPriceRunInstancesResp struct { Response struct { Price struct { BandwidthPrice struct { ChargeUnit string `json:"ChargeUnit"` UnitPrice int64 `json:"UnitPrice"` } `json:"BandwidthPrice"` InstancePrice struct { ChargeUnit string `json:"ChargeUnit"` UnitPrice float64 `json:"UnitPrice"` } `json:"InstancePrice"` } `json:"Price,omitempty"` Error interface{} `json:"Error,omitempty"` RequestID string `json:"RequestId"` } `json:"Response"` }
func InquiryPriceRunInstances ¶ added in v1.1.0
func InquiryPriceRunInstances(options ...string) (*InquiryPriceRunInstancesResp, error)
func (*InquiryPriceRunInstancesResp) String ¶ added in v1.1.0
func (r *InquiryPriceRunInstancesResp) String(args ...interface{}) (string, error)
type ModifyInstancesAttributeResp ¶ added in v1.1.0
type ModifyInstancesAttributeResp struct { Response struct { RequestID string `json:"RequestId"` Error interface{} `json:"Error,omitempty"` } `json:"Response"` }
func ModifyInstancesAttribute ¶ added in v1.1.0
func ModifyInstancesAttribute(options ...string) (*ModifyInstancesAttributeResp, error)
func (*ModifyInstancesAttributeResp) String ¶ added in v1.1.0
func (r *ModifyInstancesAttributeResp) String(args ...interface{}) (string, error)
type ModifyKeyPairAttributeResp ¶ added in v1.2.0
type ModifyKeyPairAttributeResp struct { Response struct { RequestID string `json:"RequestId"` Error interface{} `json:"Error,omitempty"` } `json:"Response"` }
func ModifyKeyPairAttribute ¶ added in v1.2.0
func ModifyKeyPairAttribute(options ...string) (*ModifyKeyPairAttributeResp, error)
func (*ModifyKeyPairAttributeResp) String ¶ added in v1.2.0
func (r *ModifyKeyPairAttributeResp) String(args ...interface{}) (string, error)
type RebootInstancesResp ¶
type RebootInstancesResp struct { Response struct { RequestID string `json:"RequestId"` Error interface{} `json:"Error,omitempty"` } `json:"Response"` }
func RebootInstances ¶
func RebootInstances(options ...string) (*RebootInstancesResp, error)
func (*RebootInstancesResp) String ¶ added in v1.1.0
func (r *RebootInstancesResp) String(args ...interface{}) (string, error)
type RenewInstancesResp ¶ added in v1.1.0
type RenewInstancesResp struct { Response struct { RequestID string `json:"RequestId"` Error interface{} `json:"Error,omitempty"` } `json:"Response"` }
func RenewInstances ¶ added in v1.1.0
func RenewInstances(options ...string) (*RenewInstancesResp, error)
func (*RenewInstancesResp) String ¶ added in v1.1.0
func (r *RenewInstancesResp) String(args ...interface{}) (string, error)
type ResetInstanceResp ¶ added in v1.1.0
type ResetInstanceResp struct { Response struct { RequestID string `json:"RequestId"` Error interface{} `json:"Error,omitempty"` } `json:"Response"` }
func ResetInstance ¶ added in v1.1.0
func ResetInstance(options ...string) (*ResetInstanceResp, error)
func (*ResetInstanceResp) String ¶ added in v1.1.0
func (r *ResetInstanceResp) String(args ...interface{}) (string, error)
type ResetInstancesInternetMaxBandwidthResp ¶ added in v1.1.0
type ResetInstancesInternetMaxBandwidthResp struct { Response struct { RequestID string `json:"RequestId"` Error interface{} `json:"Error,omitempty"` } `json:"Response"` }
func ResetInstancesInternetMaxBandwidth ¶ added in v1.1.0
func ResetInstancesInternetMaxBandwidth(options ...string) (*ResetInstancesInternetMaxBandwidthResp, error)
func (*ResetInstancesInternetMaxBandwidthResp) String ¶ added in v1.1.0
func (r *ResetInstancesInternetMaxBandwidthResp) String(args ...interface{}) (string, error)
type ResetInstancesPasswordResp ¶ added in v1.1.0
type ResetInstancesPasswordResp struct { Response struct { RequestID string `json:"RequestId"` Error interface{} `json:"Error,omitempty"` } `json:"Response"` }
func ResetInstancesPassword ¶ added in v1.1.0
func ResetInstancesPassword(options ...string) (*ResetInstancesPasswordResp, error)
func (*ResetInstancesPasswordResp) String ¶ added in v1.1.0
func (r *ResetInstancesPasswordResp) String(args ...interface{}) (string, error)
type ResetInstancesTypeResp ¶ added in v1.1.0
type ResetInstancesTypeResp struct { Response struct { RequestID string `json:"RequestId"` Error interface{} `json:"Error,omitempty"` } `json:"Response"` }
func ResetInstancesType ¶ added in v1.1.0
func ResetInstancesType(options ...string) (*ResetInstancesTypeResp, error)
func (*ResetInstancesTypeResp) String ¶ added in v1.1.0
func (r *ResetInstancesTypeResp) String(args ...interface{}) (string, error)
type ResizeInstanceDisksResp ¶
type ResizeInstanceDisksResp struct { Response struct { RequestID string `json:"RequestId"` Error interface{} `json:"Error,omitempty"` } `json:"Response"` }
func ResizeInstanceDisks ¶
func ResizeInstanceDisks(options ...string) (*ResizeInstanceDisksResp, error)
func (*ResizeInstanceDisksResp) String ¶ added in v1.1.0
func (r *ResizeInstanceDisksResp) String(args ...interface{}) (string, error)
type RunInstancesResp ¶
type RunInstancesResp struct { Response struct { InstanceIDSet []string `json:"InstanceIdSet,omitempty"` Error interface{} `json:"Error,omitempty"` RequestID string `json:"RequestId"` } `json:"Response"` }
func RunInstances ¶
func RunInstances(options ...string) (*RunInstancesResp, error)
func (*RunInstancesResp) String ¶ added in v1.1.0
func (r *RunInstancesResp) String(args ...interface{}) (string, error)
type StartInstancesResp ¶
type StartInstancesResp struct { Response struct { RequestID string `json:"RequestId"` Error interface{} `json:"Error,omitempty"` } `json:"Response"` }
func StartInstances ¶
func StartInstances(options ...string) (*StartInstancesResp, error)
func (*StartInstancesResp) String ¶ added in v1.1.0
func (r *StartInstancesResp) String(args ...interface{}) (string, error)
type StopInstancesResp ¶
type StopInstancesResp struct { Response struct { RequestID string `json:"RequestId"` Error interface{} `json:"Error,omitempty"` } `json:"Response"` }
func StopInstances ¶
func StopInstances(options ...string) (*StopInstancesResp, error)
func (*StopInstancesResp) String ¶ added in v1.1.0
func (r *StopInstancesResp) String(args ...interface{}) (string, error)
type TerminateInstancesResp ¶
type TerminateInstancesResp struct { Response struct { RequestID string `json:"RequestId"` Error interface{} `json:"Error,omitempty"` } `json:"Response"` }
func TerminateInstances ¶
func TerminateInstances(options ...string) (*TerminateInstancesResp, error)
func (*TerminateInstancesResp) String ¶ added in v1.2.0
func (r *TerminateInstancesResp) String(args ...interface{}) (string, error)
type UpdateInstanceVpcConfigResp ¶ added in v1.1.0
type UpdateInstanceVpcConfigResp struct { Response struct { RequestID string `json:"RequestId"` Error interface{} `json:"Error,omitempty"` } `json:"Response"` }
func UpdateInstanceVpcConfig ¶ added in v1.1.0
func UpdateInstanceVpcConfig(options ...string) (*UpdateInstanceVpcConfigResp, error)
func (*UpdateInstanceVpcConfigResp) String ¶ added in v1.1.0
func (r *UpdateInstanceVpcConfigResp) String(args ...interface{}) (string, error)
Source Files
¶
- AssociateInstancesKeyPairs.go
- CreateKeyPair.go
- DeleteKeyPairs.go
- DescribeInstanceInternetBandwidthConfigs.go
- DescribeInstances.go
- DescribeInstancesStatus.go
- DescribeKeyPairs.go
- DescribeRegions.go
- DescribeZones.go
- DisassociateInstancesKeyPairs.go
- ImportKeyPair.go
- InquiryPriceRenewInstances.go
- InquiryPriceResetInstance.go
- InquiryPriceResetInstancesType.go
- InquiryPriceResizeInstanceDisks.go
- InquiryPriceRunInstances.go
- ModifyInstancesAttribute.go
- ModifyKeyPairAttribute.go
- RebootInstances.go
- RenewInstances.go
- ResetInstance.go
- ResetInstancesInternetMaxBandwidth.go
- ResetInstancesPassword.go
- ResetInstancesType.go
- ResizeInstanceDisks.go
- RunInstances.go
- StartInstances.go
- StopInstances.go
- TerminateInstances.go
- UpdateInstanceVpcConfig.go
- do.go
Click to show internal directories.
Click to hide internal directories.