Documentation ¶
Index ¶
- func DataSourceTencentCloudLighthouseAllScene() *schema.Resource
- func DataSourceTencentCloudLighthouseBundle() *schema.Resource
- func DataSourceTencentCloudLighthouseDiskConfig() *schema.Resource
- func DataSourceTencentCloudLighthouseFirewallRulesTemplate() *schema.Resource
- func DataSourceTencentCloudLighthouseInstanceBlueprint() *schema.Resource
- func DataSourceTencentCloudLighthouseInstanceDiskNum() *schema.Resource
- func DataSourceTencentCloudLighthouseInstanceDisks() *schema.Resource
- func DataSourceTencentCloudLighthouseInstanceTrafficPackage() *schema.Resource
- func DataSourceTencentCloudLighthouseInstanceVncUrl() *schema.Resource
- func DataSourceTencentCloudLighthouseModifyInstanceBundle() *schema.Resource
- func DataSourceTencentCloudLighthouseRegion() *schema.Resource
- func DataSourceTencentCloudLighthouseResetInstanceBlueprint() *schema.Resource
- func DataSourceTencentCloudLighthouseScene() *schema.Resource
- func DataSourceTencentCloudLighthouseZone() *schema.Resource
- func ResourceTencentCloudLighthouseApplyDiskBackup() *schema.Resource
- func ResourceTencentCloudLighthouseApplyInstanceSnapshot() *schema.Resource
- func ResourceTencentCloudLighthouseBlueprint() *schema.Resource
- func ResourceTencentCloudLighthouseDisk() *schema.Resource
- func ResourceTencentCloudLighthouseDiskAttachment() *schema.Resource
- func ResourceTencentCloudLighthouseDiskBackup() *schema.Resource
- func ResourceTencentCloudLighthouseFirewallRule() *schema.Resource
- func ResourceTencentCloudLighthouseFirewallTemplate() *schema.Resource
- func ResourceTencentCloudLighthouseInstance() *schema.Resource
- func ResourceTencentCloudLighthouseKeyPair() *schema.Resource
- func ResourceTencentCloudLighthouseKeyPairAttachment() *schema.Resource
- func ResourceTencentCloudLighthouseRebootInstance() *schema.Resource
- func ResourceTencentCloudLighthouseRenewDisk() *schema.Resource
- func ResourceTencentCloudLighthouseRenewInstance() *schema.Resource
- func ResourceTencentCloudLighthouseSnapshot() *schema.Resource
- func ResourceTencentCloudLighthouseStartInstance() *schema.Resource
- func ResourceTencentCloudLighthouseStopInstance() *schema.Resource
- type LightHouseService
- func (me *LightHouseService) DeleteFirewallTemplateById(ctx context.Context, templateId string) (errRet error)
- func (me *LightHouseService) DeleteLighthouseBlueprintById(ctx context.Context, blueprintId string) (errRet error)
- func (me *LightHouseService) DeleteLighthouseDiskAttachmentById(ctx context.Context, diskId string) (errRet error)
- func (me *LightHouseService) DeleteLighthouseDiskBackupById(ctx context.Context, diskBackupId string) (errRet error)
- func (me *LightHouseService) DeleteLighthouseInstanceById(ctx context.Context, id string) (errRet error)
- func (me *LightHouseService) DeleteLighthouseKeyPairAttachmentById(ctx context.Context, keyId string, instanceId string) (errRet error)
- func (me *LightHouseService) DeleteLighthouseKeyPairById(ctx context.Context, keyId string) (errRet error)
- func (me *LightHouseService) DeleteLighthouseSnapshotById(ctx context.Context, snapshotId string) (errRet error)
- func (me *LightHouseService) DescribeFirewallTemplateById(ctx context.Context, templateId string) (firewallTemplate *lighthouse.FirewallTemplate, errRet error)
- func (me *LightHouseService) DescribeFirewallTemplateRulesById(ctx context.Context, templateId string) (firewallTemplateRules []*lighthouse.FirewallTemplateRuleInfo, errRet error)
- func (me *LightHouseService) DescribeLighthouseAllSceneByFilter(ctx context.Context, param map[string]interface{}) (scene []*lighthouse.SceneInfo, errRet error)
- func (me *LightHouseService) DescribeLighthouseBlueprintById(ctx context.Context, blueprintId string) (blueprint *lighthouse.Blueprint, errRet error)
- func (me *LightHouseService) DescribeLighthouseBundleByFilter(ctx context.Context, param map[string]interface{}) (bundle []*lighthouse.Bundle, errRet error)
- func (me *LightHouseService) DescribeLighthouseDisk(ctx context.Context, diskIds []string, filters []*lighthouse.Filter) (disks []*lighthouse.Disk, errRet error)
- func (me *LightHouseService) DescribeLighthouseDiskBackupById(ctx context.Context, diskBackupId string) (diskBackup *lighthouse.DiskBackup, errRet error)
- func (me *LightHouseService) DescribeLighthouseDiskById(ctx context.Context, diskId string) (diskAttachment *lighthouse.Disk, errRet error)
- func (me *LightHouseService) DescribeLighthouseDiskConfigByFilter(ctx context.Context, param map[string]interface{}) (diskConfig []*lighthouse.DiskConfig, errRet error)
- func (me *LightHouseService) DescribeLighthouseFirewallRuleById(ctx context.Context, instance_id string) (firewallRules []*lighthouse.FirewallRuleInfo, errRet error)
- func (me *LightHouseService) DescribeLighthouseFirewallRulesTemplateByFilter(ctx context.Context) (firewallRulesTemplate []*lighthouse.FirewallRuleInfo, errRet error)
- func (me *LightHouseService) DescribeLighthouseInstanceBlueprintByFilter(ctx context.Context, instanceIds []string) (instanceBlueprint []*lighthouse.BlueprintInstance, errRet error)
- func (me *LightHouseService) DescribeLighthouseInstanceById(ctx context.Context, instanceId string) (instance *lighthouse.Instance, errRet error)
- func (me *LightHouseService) DescribeLighthouseInstanceDiskNum(ctx context.Context, instanceIds []string) (instanceDiskNum []*lighthouse.AttachDetail, errRet error)
- func (me *LightHouseService) DescribeLighthouseInstanceTrafficPackageByFilter(ctx context.Context, param map[string]interface{}) (instanceTrafficPackage []*lighthouse.InstanceTrafficPackage, errRet error)
- func (me *LightHouseService) DescribeLighthouseInstanceVncUrlByFilter(ctx context.Context, instanceId string) (instanceVncUrl string, errRet error)
- func (me *LightHouseService) DescribeLighthouseKeyPairAttachmentById(ctx context.Context, keyId string) (keyPairAttachment *lighthouse.KeyPair, errRet error)
- func (me *LightHouseService) DescribeLighthouseKeyPairById(ctx context.Context, keyId string) (keyPair *lighthouse.KeyPair, errRet error)
- func (me *LightHouseService) DescribeLighthouseModifyInstanceBundleByFilter(ctx context.Context, param map[string]interface{}) (modifyInstanceBundle []*lighthouse.ModifyBundle, errRet error)
- func (me *LightHouseService) DescribeLighthouseRegionByFilter(ctx context.Context, param map[string]interface{}) (region []*lighthouse.RegionInfo, errRet error)
- func (me *LightHouseService) DescribeLighthouseResetInstanceBlueprintByFilter(ctx context.Context, param map[string]interface{}) (resetInstanceBlueprint []*lighthouse.ResetInstanceBlueprint, errRet error)
- func (me *LightHouseService) DescribeLighthouseSceneByFilter(ctx context.Context, param map[string]interface{}) (scene []*lighthouse.Scene, errRet error)
- func (me *LightHouseService) DescribeLighthouseSnapshotById(ctx context.Context, snapshotId string) (snapshot *lighthouse.Snapshot, errRet error)
- func (me *LightHouseService) DescribeLighthouseZoneByFilter(ctx context.Context, param map[string]interface{}) (zone []*lighthouse.ZoneInfo, errRet error)
- func (me *LightHouseService) IsolateLighthouseDiskById(ctx context.Context, diskId string) (errRet error)
- func (me *LightHouseService) IsolateLighthouseInstanceById(ctx context.Context, id string, isolateDataDisk bool) (errRet error)
- func (me *LightHouseService) LighthouseApplyDiskBackupStateRefreshFunc(diskBackupId string, failStates []string) resource.StateRefreshFunc
- func (me *LightHouseService) LighthouseApplySnapshotStateRefreshFunc(snapshotId string, failStates []string) resource.StateRefreshFunc
- func (me *LightHouseService) LighthouseBlueprintStateRefreshFunc(blueprintId string, failStates []string) resource.StateRefreshFunc
- func (me *LightHouseService) LighthouseDiskBackupStateRefreshFunc(diskBackupId string, failStates []string) resource.StateRefreshFunc
- func (me *LightHouseService) LighthouseDiskIsolateRefreshFunc(diskId string, failStates []string) resource.StateRefreshFunc
- func (me *LightHouseService) LighthouseDiskLatestOperationRefreshFunc(diskId string, failStates []string) resource.StateRefreshFunc
- func (me *LightHouseService) LighthouseDiskStateRefreshFunc(diskId string, failStates []string) resource.StateRefreshFunc
- func (me *LightHouseService) LighthouseDiskTerminateRefreshFunc(diskId string, failStates []string) resource.StateRefreshFunc
- func (me *LightHouseService) LighthouseInstanceStateRefreshFunc(instanceId string, failStates []string) resource.StateRefreshFunc
- func (me *LightHouseService) LighthouseSnapshotStateRefreshFunc(snapshotId string, failStates []string) resource.StateRefreshFunc
- func (me *LightHouseService) ModifyFirewallRuleDescription(ctx context.Context, instanceId string, firewallRule lighthouse.FirewallRule) (errRet error)
- func (me *LightHouseService) TerminateLighthouseDiskById(ctx context.Context, diskId string) (errRet error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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 (*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 (*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 (*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)
Source Files ¶
- data_source_tc_lighthouse_all_scene.go
- data_source_tc_lighthouse_bundle.go
- data_source_tc_lighthouse_disk_config.go
- data_source_tc_lighthouse_disks.go
- data_source_tc_lighthouse_firewall_rules_template.go
- data_source_tc_lighthouse_instance_blueprint.go
- data_source_tc_lighthouse_instance_disk_num.go
- data_source_tc_lighthouse_instance_traffic_package.go
- data_source_tc_lighthouse_instance_vnc_url.go
- data_source_tc_lighthouse_modify_instance_bundle.go
- data_source_tc_lighthouse_region.go
- data_source_tc_lighthouse_reset_instance_blueprint.go
- data_source_tc_lighthouse_scene.go
- data_source_tc_lighthouse_zone.go
- resource_tc_lighthouse_apply_disk_backup.go
- resource_tc_lighthouse_apply_instance_snapshot.go
- resource_tc_lighthouse_blueprint.go
- resource_tc_lighthouse_disk.go
- resource_tc_lighthouse_disk_attachment.go
- resource_tc_lighthouse_disk_backup.go
- resource_tc_lighthouse_firewall_rule.go
- resource_tc_lighthouse_firewall_template.go
- resource_tc_lighthouse_instance.go
- resource_tc_lighthouse_key_pair.go
- resource_tc_lighthouse_key_pair_attachment.go
- resource_tc_lighthouse_reboot_instance.go
- resource_tc_lighthouse_renew_disk.go
- resource_tc_lighthouse_renew_instance.go
- resource_tc_lighthouse_snapshot.go
- resource_tc_lighthouse_start_instance.go
- resource_tc_lighthouse_stop_instance.go
- service_tencentcloud_lighthouse.go
Click to show internal directories.
Click to hide internal directories.