cvm

package
v1.3.2 Latest Latest
Warning

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

Go to latest
Published: May 23, 2018 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultClient = CvmClient{Client: core.DefaultClient}

Functions

func DoAction

func DoAction(action string, options ...string) ([]byte, error)

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)

Implement https://cloud.tencent.com/document/api/213/9402

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)

Implement https://cloud.tencent.com/document/api/213/9400

func (*CreateKeyPairResp) String added in v1.2.0

func (r *CreateKeyPairResp) String(args ...interface{}) (string, error)

type CvmClient added in v1.3.0

type CvmClient struct {
	*core.Client
}

func NewClient added in v1.3.0

func NewClient() *CvmClient

func (*CvmClient) DescribeInstances added in v1.3.0

func (c *CvmClient) DescribeInstances(options ...string) (*DescribeInstancesResp, error)

Implement https://cloud.tencent.com/document/api/213/9388

func (*CvmClient) DescribeInstancesStatus added in v1.3.0

func (c *CvmClient) DescribeInstancesStatus(options ...string) (*DescribeInstancesStatusResp, error)

Implement https://cloud.tencent.com/document/api/213/9389

func (*CvmClient) DescribeRegions added in v1.3.2

func (c *CvmClient) DescribeRegions(options ...string) (*DescribeRegionsResp, error)

Implement https://cloud.tencent.com/document/api/213/15708

func (*CvmClient) DescribeZones added in v1.3.2

func (c *CvmClient) DescribeZones(options ...string) (*DescribeZonesResp, error)

Implement https://cloud.tencent.com/document/api/213/15707

func (*CvmClient) DoAction added in v1.3.0

func (client *CvmClient) DoAction(action string, options ...string) ([]byte, error)

func (*CvmClient) InquiryPriceResetInstance added in v1.3.0

func (c *CvmClient) InquiryPriceResetInstance(options ...string) (*InquiryPriceResetInstanceResp, error)

Implement https://cloud.tencent.com/document/api/213/9490

func (*CvmClient) InquiryPriceResetInstancesType added in v1.3.0

func (c *CvmClient) InquiryPriceResetInstancesType(options ...string) (*InquiryPriceResetInstancesTypeResp, error)

Implement https://cloud.tencent.com/document/api/213/9489

func (*CvmClient) InquiryPriceRunInstances added in v1.3.0

func (c *CvmClient) InquiryPriceRunInstances(options ...string) (*InquiryPriceRunInstancesResp, error)

Implement https://cloud.tencent.com/document/api/213/9385

func (*CvmClient) RebootInstances added in v1.3.0

func (c *CvmClient) RebootInstances(options ...string) (*RebootInstancesResp, error)

Implement https://cloud.tencent.com/document/api/213/9369

func (*CvmClient) ResetInstance added in v1.3.0

func (c *CvmClient) ResetInstance(options ...string) (*ResetInstanceResp, error)

Implement https://cloud.tencent.com/document/api/213/9398

func (*CvmClient) ResetInstancesType added in v1.3.0

func (c *CvmClient) ResetInstancesType(options ...string) (*ResetInstancesTypeResp, error)

Implement https://cloud.tencent.com/document/api/213/9394

func (*CvmClient) RunInstances added in v1.3.0

func (c *CvmClient) RunInstances(options ...string) (*RunInstancesResp, error)

Implement https://cloud.tencent.com/document/api/213/9384

func (*CvmClient) StartInstances added in v1.3.0

func (c *CvmClient) StartInstances(options ...string) (*StartInstancesResp, error)

Implement https://cloud.tencent.com/document/api/213/9386

func (*CvmClient) StopInstances added in v1.3.0

func (c *CvmClient) StopInstances(options ...string) (*StopInstancesResp, error)

Implement https://cloud.tencent.com/document/api/213/9383

func (*CvmClient) TerminateInstances added in v1.3.0

func (c *CvmClient) TerminateInstances(options ...string) (*TerminateInstancesResp, error)

Implement https://cloud.tencent.com/document/api/213/9395

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)

Implement https://cloud.tencent.com/document/api/213/9401

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)

Implement https://cloud.tencent.com/document/api/213/9390

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)

Implement https://cloud.tencent.com/document/api/213/9403

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)

Implement https://cloud.tencent.com/document/api/213/9402

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)

Implement https://cloud.tencent.com/document/api/213/9402

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)

Implement https://cloud.tencent.com/document/api/213/9491

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)

Implement https://cloud.tencent.com/document/api/213/9487

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)

Implement https://cloud.tencent.com/document/api/213/9381

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)

Implement https://cloud.tencent.com/document/api/213/9399

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)

Implement https://cloud.tencent.com/document/api/213/9386

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)

Implement https://cloud.tencent.com/document/api/213/9393

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)

Implement https://cloud.tencent.com/document/api/213/9386

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 (*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)

Implement https://cloud.tencent.com/document/api/213/9393

func (*UpdateInstanceVpcConfigResp) String added in v1.1.0

func (r *UpdateInstanceVpcConfigResp) String(args ...interface{}) (string, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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