lighthouse

package
v1.81.80 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2024 License: MPL-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DataSourceTencentCloudLighthouseAllScene

func DataSourceTencentCloudLighthouseAllScene() *schema.Resource

func DataSourceTencentCloudLighthouseBundle

func DataSourceTencentCloudLighthouseBundle() *schema.Resource

func DataSourceTencentCloudLighthouseDiskConfig

func DataSourceTencentCloudLighthouseDiskConfig() *schema.Resource

func DataSourceTencentCloudLighthouseFirewallRulesTemplate

func DataSourceTencentCloudLighthouseFirewallRulesTemplate() *schema.Resource

func DataSourceTencentCloudLighthouseInstanceBlueprint

func DataSourceTencentCloudLighthouseInstanceBlueprint() *schema.Resource

func DataSourceTencentCloudLighthouseInstanceDiskNum

func DataSourceTencentCloudLighthouseInstanceDiskNum() *schema.Resource

func DataSourceTencentCloudLighthouseInstanceDisks

func DataSourceTencentCloudLighthouseInstanceDisks() *schema.Resource

func DataSourceTencentCloudLighthouseInstanceTrafficPackage

func DataSourceTencentCloudLighthouseInstanceTrafficPackage() *schema.Resource

func DataSourceTencentCloudLighthouseInstanceVncUrl

func DataSourceTencentCloudLighthouseInstanceVncUrl() *schema.Resource

func DataSourceTencentCloudLighthouseModifyInstanceBundle

func DataSourceTencentCloudLighthouseModifyInstanceBundle() *schema.Resource

func DataSourceTencentCloudLighthouseRegion

func DataSourceTencentCloudLighthouseRegion() *schema.Resource

func DataSourceTencentCloudLighthouseResetInstanceBlueprint

func DataSourceTencentCloudLighthouseResetInstanceBlueprint() *schema.Resource

func DataSourceTencentCloudLighthouseScene

func DataSourceTencentCloudLighthouseScene() *schema.Resource

func DataSourceTencentCloudLighthouseZone

func DataSourceTencentCloudLighthouseZone() *schema.Resource

func ResourceTencentCloudLighthouseApplyDiskBackup

func ResourceTencentCloudLighthouseApplyDiskBackup() *schema.Resource

func ResourceTencentCloudLighthouseApplyInstanceSnapshot

func ResourceTencentCloudLighthouseApplyInstanceSnapshot() *schema.Resource

func ResourceTencentCloudLighthouseBlueprint

func ResourceTencentCloudLighthouseBlueprint() *schema.Resource

func ResourceTencentCloudLighthouseDisk

func ResourceTencentCloudLighthouseDisk() *schema.Resource

func ResourceTencentCloudLighthouseDiskAttachment

func ResourceTencentCloudLighthouseDiskAttachment() *schema.Resource

func ResourceTencentCloudLighthouseDiskBackup

func ResourceTencentCloudLighthouseDiskBackup() *schema.Resource

func ResourceTencentCloudLighthouseFirewallRule

func ResourceTencentCloudLighthouseFirewallRule() *schema.Resource

func ResourceTencentCloudLighthouseFirewallTemplate

func ResourceTencentCloudLighthouseFirewallTemplate() *schema.Resource

func ResourceTencentCloudLighthouseInstance

func ResourceTencentCloudLighthouseInstance() *schema.Resource

func ResourceTencentCloudLighthouseKeyPair

func ResourceTencentCloudLighthouseKeyPair() *schema.Resource

func ResourceTencentCloudLighthouseKeyPairAttachment

func ResourceTencentCloudLighthouseKeyPairAttachment() *schema.Resource

func ResourceTencentCloudLighthouseRebootInstance

func ResourceTencentCloudLighthouseRebootInstance() *schema.Resource

func ResourceTencentCloudLighthouseRenewDisk

func ResourceTencentCloudLighthouseRenewDisk() *schema.Resource

func ResourceTencentCloudLighthouseRenewInstance

func ResourceTencentCloudLighthouseRenewInstance() *schema.Resource

func ResourceTencentCloudLighthouseSnapshot

func ResourceTencentCloudLighthouseSnapshot() *schema.Resource

func ResourceTencentCloudLighthouseStartInstance

func ResourceTencentCloudLighthouseStartInstance() *schema.Resource

func ResourceTencentCloudLighthouseStopInstance

func ResourceTencentCloudLighthouseStopInstance() *schema.Resource

Types

type LightHouseService

type LightHouseService struct {
	// contains filtered or unexported fields
}

func NewLightHouseService

func NewLightHouseService(client *connectivity.TencentCloudClient) LightHouseService

func (*LightHouseService) DeleteFirewallTemplateById

func (me *LightHouseService) DeleteFirewallTemplateById(ctx context.Context, templateId string) (errRet error)

func (*LightHouseService) DeleteLighthouseBlueprintById

func (me *LightHouseService) DeleteLighthouseBlueprintById(ctx context.Context, blueprintId string) (errRet error)

func (*LightHouseService) DeleteLighthouseDiskAttachmentById

func (me *LightHouseService) DeleteLighthouseDiskAttachmentById(ctx context.Context, diskId string) (errRet error)

func (*LightHouseService) DeleteLighthouseDiskBackupById

func (me *LightHouseService) DeleteLighthouseDiskBackupById(ctx context.Context, diskBackupId string) (errRet error)

func (*LightHouseService) DeleteLighthouseInstanceById

func (me *LightHouseService) DeleteLighthouseInstanceById(ctx context.Context, id string) (errRet error)

func (*LightHouseService) DeleteLighthouseKeyPairAttachmentById

func (me *LightHouseService) DeleteLighthouseKeyPairAttachmentById(ctx context.Context, keyId string, instanceId string) (errRet error)

func (*LightHouseService) DeleteLighthouseKeyPairById

func (me *LightHouseService) DeleteLighthouseKeyPairById(ctx context.Context, keyId string) (errRet error)

func (*LightHouseService) DeleteLighthouseSnapshotById

func (me *LightHouseService) DeleteLighthouseSnapshotById(ctx context.Context, snapshotId string) (errRet error)

func (*LightHouseService) DescribeFirewallTemplateById

func (me *LightHouseService) DescribeFirewallTemplateById(ctx context.Context, templateId string) (firewallTemplate *lighthouse.FirewallTemplate, errRet error)

func (*LightHouseService) DescribeFirewallTemplateRulesById

func (me *LightHouseService) DescribeFirewallTemplateRulesById(ctx context.Context, templateId string) (firewallTemplateRules []*lighthouse.FirewallTemplateRuleInfo, errRet error)

func (*LightHouseService) DescribeLighthouseAllSceneByFilter

func (me *LightHouseService) DescribeLighthouseAllSceneByFilter(ctx context.Context, param map[string]interface{}) (scene []*lighthouse.SceneInfo, errRet error)

func (*LightHouseService) DescribeLighthouseBlueprintById

func (me *LightHouseService) DescribeLighthouseBlueprintById(ctx context.Context, blueprintId string) (blueprint *lighthouse.Blueprint, errRet error)

func (*LightHouseService) DescribeLighthouseBundleByFilter

func (me *LightHouseService) DescribeLighthouseBundleByFilter(ctx context.Context, param map[string]interface{}) (bundle []*lighthouse.Bundle, errRet error)

func (*LightHouseService) DescribeLighthouseDisk

func (me *LightHouseService) DescribeLighthouseDisk(ctx context.Context, diskIds []string, filters []*lighthouse.Filter) (disks []*lighthouse.Disk, errRet error)

func (*LightHouseService) DescribeLighthouseDiskBackupById

func (me *LightHouseService) DescribeLighthouseDiskBackupById(ctx context.Context, diskBackupId string) (diskBackup *lighthouse.DiskBackup, errRet error)

func (*LightHouseService) DescribeLighthouseDiskById

func (me *LightHouseService) DescribeLighthouseDiskById(ctx context.Context, diskId string) (diskAttachment *lighthouse.Disk, errRet error)

func (*LightHouseService) DescribeLighthouseDiskConfigByFilter

func (me *LightHouseService) DescribeLighthouseDiskConfigByFilter(ctx context.Context, param map[string]interface{}) (diskConfig []*lighthouse.DiskConfig, errRet error)

func (*LightHouseService) DescribeLighthouseFirewallRuleById

func (me *LightHouseService) DescribeLighthouseFirewallRuleById(ctx context.Context, instance_id string) (firewallRules []*lighthouse.FirewallRuleInfo, errRet error)

func (*LightHouseService) DescribeLighthouseFirewallRulesTemplateByFilter

func (me *LightHouseService) DescribeLighthouseFirewallRulesTemplateByFilter(ctx context.Context) (firewallRulesTemplate []*lighthouse.FirewallRuleInfo, errRet error)

func (*LightHouseService) DescribeLighthouseInstanceBlueprintByFilter

func (me *LightHouseService) DescribeLighthouseInstanceBlueprintByFilter(ctx context.Context, instanceIds []string) (instanceBlueprint []*lighthouse.BlueprintInstance, errRet error)

func (*LightHouseService) DescribeLighthouseInstanceById

func (me *LightHouseService) DescribeLighthouseInstanceById(ctx context.Context, instanceId string) (instance *lighthouse.Instance, errRet error)

func (*LightHouseService) DescribeLighthouseInstanceDiskNum

func (me *LightHouseService) DescribeLighthouseInstanceDiskNum(ctx context.Context, instanceIds []string) (instanceDiskNum []*lighthouse.AttachDetail, errRet error)

func (*LightHouseService) DescribeLighthouseInstanceTrafficPackageByFilter

func (me *LightHouseService) DescribeLighthouseInstanceTrafficPackageByFilter(ctx context.Context, param map[string]interface{}) (instanceTrafficPackage []*lighthouse.InstanceTrafficPackage, errRet error)

func (*LightHouseService) DescribeLighthouseInstanceVncUrlByFilter

func (me *LightHouseService) DescribeLighthouseInstanceVncUrlByFilter(ctx context.Context, instanceId string) (instanceVncUrl string, errRet error)

func (*LightHouseService) DescribeLighthouseKeyPairAttachmentById

func (me *LightHouseService) DescribeLighthouseKeyPairAttachmentById(ctx context.Context, keyId string) (keyPairAttachment *lighthouse.KeyPair, errRet error)

func (*LightHouseService) DescribeLighthouseKeyPairById

func (me *LightHouseService) DescribeLighthouseKeyPairById(ctx context.Context, keyId string) (keyPair *lighthouse.KeyPair, errRet error)

func (*LightHouseService) DescribeLighthouseModifyInstanceBundleByFilter

func (me *LightHouseService) DescribeLighthouseModifyInstanceBundleByFilter(ctx context.Context, param map[string]interface{}) (modifyInstanceBundle []*lighthouse.ModifyBundle, errRet error)

func (*LightHouseService) DescribeLighthouseRegionByFilter

func (me *LightHouseService) DescribeLighthouseRegionByFilter(ctx context.Context, param map[string]interface{}) (region []*lighthouse.RegionInfo, errRet error)

func (*LightHouseService) DescribeLighthouseResetInstanceBlueprintByFilter

func (me *LightHouseService) DescribeLighthouseResetInstanceBlueprintByFilter(ctx context.Context, param map[string]interface{}) (resetInstanceBlueprint []*lighthouse.ResetInstanceBlueprint, errRet error)

func (*LightHouseService) DescribeLighthouseSceneByFilter

func (me *LightHouseService) DescribeLighthouseSceneByFilter(ctx context.Context, param map[string]interface{}) (scene []*lighthouse.Scene, errRet error)

func (*LightHouseService) DescribeLighthouseSnapshotById

func (me *LightHouseService) DescribeLighthouseSnapshotById(ctx context.Context, snapshotId string) (snapshot *lighthouse.Snapshot, errRet error)

func (*LightHouseService) DescribeLighthouseZoneByFilter

func (me *LightHouseService) DescribeLighthouseZoneByFilter(ctx context.Context, param map[string]interface{}) (zone []*lighthouse.ZoneInfo, errRet error)

func (*LightHouseService) IsolateLighthouseDiskById

func (me *LightHouseService) IsolateLighthouseDiskById(ctx context.Context, diskId string) (errRet error)

func (*LightHouseService) IsolateLighthouseInstanceById

func (me *LightHouseService) IsolateLighthouseInstanceById(ctx context.Context, id string, isolateDataDisk bool) (errRet error)

func (*LightHouseService) LighthouseApplyDiskBackupStateRefreshFunc

func (me *LightHouseService) LighthouseApplyDiskBackupStateRefreshFunc(diskBackupId string, failStates []string) resource.StateRefreshFunc

func (*LightHouseService) LighthouseApplySnapshotStateRefreshFunc

func (me *LightHouseService) LighthouseApplySnapshotStateRefreshFunc(snapshotId string, failStates []string) resource.StateRefreshFunc

func (*LightHouseService) LighthouseBlueprintStateRefreshFunc

func (me *LightHouseService) LighthouseBlueprintStateRefreshFunc(blueprintId string, failStates []string) resource.StateRefreshFunc

func (*LightHouseService) LighthouseDiskBackupStateRefreshFunc

func (me *LightHouseService) LighthouseDiskBackupStateRefreshFunc(diskBackupId string, failStates []string) resource.StateRefreshFunc

func (*LightHouseService) LighthouseDiskIsolateRefreshFunc

func (me *LightHouseService) LighthouseDiskIsolateRefreshFunc(diskId string, failStates []string) resource.StateRefreshFunc

func (*LightHouseService) LighthouseDiskLatestOperationRefreshFunc

func (me *LightHouseService) LighthouseDiskLatestOperationRefreshFunc(diskId string, failStates []string) resource.StateRefreshFunc

func (*LightHouseService) LighthouseDiskStateRefreshFunc

func (me *LightHouseService) LighthouseDiskStateRefreshFunc(diskId string, failStates []string) resource.StateRefreshFunc

func (*LightHouseService) LighthouseDiskTerminateRefreshFunc

func (me *LightHouseService) LighthouseDiskTerminateRefreshFunc(diskId string, failStates []string) resource.StateRefreshFunc

func (*LightHouseService) LighthouseInstanceStateRefreshFunc

func (me *LightHouseService) LighthouseInstanceStateRefreshFunc(instanceId string, failStates []string) resource.StateRefreshFunc

func (*LightHouseService) LighthouseSnapshotStateRefreshFunc

func (me *LightHouseService) LighthouseSnapshotStateRefreshFunc(snapshotId string, failStates []string) resource.StateRefreshFunc

func (*LightHouseService) ModifyFirewallRuleDescription

func (me *LightHouseService) ModifyFirewallRuleDescription(ctx context.Context, instanceId string, firewallRule lighthouse.FirewallRule) (errRet error)

func (*LightHouseService) TerminateLighthouseDiskById

func (me *LightHouseService) TerminateLighthouseDiskById(ctx context.Context, diskId string) (errRet error)

Jump to

Keyboard shortcuts

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