tencentcloud.LighthouseDisk
Explore with Pulumi AI
Provides a resource to create a lighthouse disk
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const disk = new tencentcloud.LighthouseDisk("disk", {
diskChargePrepaid: {
period: 1,
renewFlag: "NOTIFY_AND_AUTO_RENEW",
timeUnit: "m",
},
diskName: "test",
diskSize: 20,
diskType: "CLOUD_SSD",
zone: "ap-hongkong-2",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
disk = tencentcloud.LighthouseDisk("disk",
disk_charge_prepaid={
"period": 1,
"renew_flag": "NOTIFY_AND_AUTO_RENEW",
"time_unit": "m",
},
disk_name="test",
disk_size=20,
disk_type="CLOUD_SSD",
zone="ap-hongkong-2")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := tencentcloud.NewLighthouseDisk(ctx, "disk", &tencentcloud.LighthouseDiskArgs{
DiskChargePrepaid: &tencentcloud.LighthouseDiskDiskChargePrepaidArgs{
Period: pulumi.Float64(1),
RenewFlag: pulumi.String("NOTIFY_AND_AUTO_RENEW"),
TimeUnit: pulumi.String("m"),
},
DiskName: pulumi.String("test"),
DiskSize: pulumi.Float64(20),
DiskType: pulumi.String("CLOUD_SSD"),
Zone: pulumi.String("ap-hongkong-2"),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Tencentcloud = Pulumi.Tencentcloud;
return await Deployment.RunAsync(() =>
{
var disk = new Tencentcloud.LighthouseDisk("disk", new()
{
DiskChargePrepaid = new Tencentcloud.Inputs.LighthouseDiskDiskChargePrepaidArgs
{
Period = 1,
RenewFlag = "NOTIFY_AND_AUTO_RENEW",
TimeUnit = "m",
},
DiskName = "test",
DiskSize = 20,
DiskType = "CLOUD_SSD",
Zone = "ap-hongkong-2",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.LighthouseDisk;
import com.pulumi.tencentcloud.LighthouseDiskArgs;
import com.pulumi.tencentcloud.inputs.LighthouseDiskDiskChargePrepaidArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var disk = new LighthouseDisk("disk", LighthouseDiskArgs.builder()
.diskChargePrepaid(LighthouseDiskDiskChargePrepaidArgs.builder()
.period(1)
.renewFlag("NOTIFY_AND_AUTO_RENEW")
.timeUnit("m")
.build())
.diskName("test")
.diskSize(20)
.diskType("CLOUD_SSD")
.zone("ap-hongkong-2")
.build());
}
}
resources:
disk:
type: tencentcloud:LighthouseDisk
properties:
diskChargePrepaid:
period: 1
renewFlag: NOTIFY_AND_AUTO_RENEW
timeUnit: m
diskName: test
diskSize: 20
diskType: CLOUD_SSD
zone: ap-hongkong-2
Create LighthouseDisk Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new LighthouseDisk(name: string, args: LighthouseDiskArgs, opts?: CustomResourceOptions);
@overload
def LighthouseDisk(resource_name: str,
args: LighthouseDiskArgs,
opts: Optional[ResourceOptions] = None)
@overload
def LighthouseDisk(resource_name: str,
opts: Optional[ResourceOptions] = None,
disk_charge_prepaid: Optional[LighthouseDiskDiskChargePrepaidArgs] = None,
disk_size: Optional[float] = None,
disk_type: Optional[str] = None,
zone: Optional[str] = None,
auto_mount_configuration: Optional[LighthouseDiskAutoMountConfigurationArgs] = None,
auto_voucher: Optional[bool] = None,
disk_backup_quota: Optional[float] = None,
disk_count: Optional[float] = None,
disk_name: Optional[str] = None,
lighthouse_disk_id: Optional[str] = None)
func NewLighthouseDisk(ctx *Context, name string, args LighthouseDiskArgs, opts ...ResourceOption) (*LighthouseDisk, error)
public LighthouseDisk(string name, LighthouseDiskArgs args, CustomResourceOptions? opts = null)
public LighthouseDisk(String name, LighthouseDiskArgs args)
public LighthouseDisk(String name, LighthouseDiskArgs args, CustomResourceOptions options)
type: tencentcloud:LighthouseDisk
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args LighthouseDiskArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args LighthouseDiskArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args LighthouseDiskArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args LighthouseDiskArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args LighthouseDiskArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
LighthouseDisk Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The LighthouseDisk resource accepts the following input properties:
- Disk
Charge LighthousePrepaid Disk Disk Charge Prepaid - Disk subscription related parameter settings.
- Disk
Size double - Disk size, unit: GB.
- Disk
Type string - Disk type. Value:CLOUD_PREMIUM, CLOUD_SSD.
- Zone string
- Availability zone.
- Auto
Mount LighthouseConfiguration Disk Auto Mount Configuration - Automatically mount and initialize data disks.
- Auto
Voucher bool - Whether to automatically use the voucher. Not used by default.
- Disk
Backup doubleQuota - Specify the disk backup quota. If not uploaded, the default is no backup quota. Currently, only one disk backup quota is supported.
- Disk
Count double - Disk count. Values: [1, 30]. Default: 1.
- Disk
Name string - Disk name. Maximum length 60.
- Lighthouse
Disk stringId - ID of the resource.
- Disk
Charge LighthousePrepaid Disk Disk Charge Prepaid Args - Disk subscription related parameter settings.
- Disk
Size float64 - Disk size, unit: GB.
- Disk
Type string - Disk type. Value:CLOUD_PREMIUM, CLOUD_SSD.
- Zone string
- Availability zone.
- Auto
Mount LighthouseConfiguration Disk Auto Mount Configuration Args - Automatically mount and initialize data disks.
- Auto
Voucher bool - Whether to automatically use the voucher. Not used by default.
- Disk
Backup float64Quota - Specify the disk backup quota. If not uploaded, the default is no backup quota. Currently, only one disk backup quota is supported.
- Disk
Count float64 - Disk count. Values: [1, 30]. Default: 1.
- Disk
Name string - Disk name. Maximum length 60.
- Lighthouse
Disk stringId - ID of the resource.
- disk
Charge LighthousePrepaid Disk Disk Charge Prepaid - Disk subscription related parameter settings.
- disk
Size Double - Disk size, unit: GB.
- disk
Type String - Disk type. Value:CLOUD_PREMIUM, CLOUD_SSD.
- zone String
- Availability zone.
- auto
Mount LighthouseConfiguration Disk Auto Mount Configuration - Automatically mount and initialize data disks.
- auto
Voucher Boolean - Whether to automatically use the voucher. Not used by default.
- disk
Backup DoubleQuota - Specify the disk backup quota. If not uploaded, the default is no backup quota. Currently, only one disk backup quota is supported.
- disk
Count Double - Disk count. Values: [1, 30]. Default: 1.
- disk
Name String - Disk name. Maximum length 60.
- lighthouse
Disk StringId - ID of the resource.
- disk
Charge LighthousePrepaid Disk Disk Charge Prepaid - Disk subscription related parameter settings.
- disk
Size number - Disk size, unit: GB.
- disk
Type string - Disk type. Value:CLOUD_PREMIUM, CLOUD_SSD.
- zone string
- Availability zone.
- auto
Mount LighthouseConfiguration Disk Auto Mount Configuration - Automatically mount and initialize data disks.
- auto
Voucher boolean - Whether to automatically use the voucher. Not used by default.
- disk
Backup numberQuota - Specify the disk backup quota. If not uploaded, the default is no backup quota. Currently, only one disk backup quota is supported.
- disk
Count number - Disk count. Values: [1, 30]. Default: 1.
- disk
Name string - Disk name. Maximum length 60.
- lighthouse
Disk stringId - ID of the resource.
- disk_
charge_ Lighthouseprepaid Disk Disk Charge Prepaid Args - Disk subscription related parameter settings.
- disk_
size float - Disk size, unit: GB.
- disk_
type str - Disk type. Value:CLOUD_PREMIUM, CLOUD_SSD.
- zone str
- Availability zone.
- auto_
mount_ Lighthouseconfiguration Disk Auto Mount Configuration Args - Automatically mount and initialize data disks.
- auto_
voucher bool - Whether to automatically use the voucher. Not used by default.
- disk_
backup_ floatquota - Specify the disk backup quota. If not uploaded, the default is no backup quota. Currently, only one disk backup quota is supported.
- disk_
count float - Disk count. Values: [1, 30]. Default: 1.
- disk_
name str - Disk name. Maximum length 60.
- lighthouse_
disk_ strid - ID of the resource.
- disk
Charge Property MapPrepaid - Disk subscription related parameter settings.
- disk
Size Number - Disk size, unit: GB.
- disk
Type String - Disk type. Value:CLOUD_PREMIUM, CLOUD_SSD.
- zone String
- Availability zone.
- auto
Mount Property MapConfiguration - Automatically mount and initialize data disks.
- auto
Voucher Boolean - Whether to automatically use the voucher. Not used by default.
- disk
Backup NumberQuota - Specify the disk backup quota. If not uploaded, the default is no backup quota. Currently, only one disk backup quota is supported.
- disk
Count Number - Disk count. Values: [1, 30]. Default: 1.
- disk
Name String - Disk name. Maximum length 60.
- lighthouse
Disk StringId - ID of the resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the LighthouseDisk resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing LighthouseDisk Resource
Get an existing LighthouseDisk resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: LighthouseDiskState, opts?: CustomResourceOptions): LighthouseDisk
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
auto_mount_configuration: Optional[LighthouseDiskAutoMountConfigurationArgs] = None,
auto_voucher: Optional[bool] = None,
disk_backup_quota: Optional[float] = None,
disk_charge_prepaid: Optional[LighthouseDiskDiskChargePrepaidArgs] = None,
disk_count: Optional[float] = None,
disk_name: Optional[str] = None,
disk_size: Optional[float] = None,
disk_type: Optional[str] = None,
lighthouse_disk_id: Optional[str] = None,
zone: Optional[str] = None) -> LighthouseDisk
func GetLighthouseDisk(ctx *Context, name string, id IDInput, state *LighthouseDiskState, opts ...ResourceOption) (*LighthouseDisk, error)
public static LighthouseDisk Get(string name, Input<string> id, LighthouseDiskState? state, CustomResourceOptions? opts = null)
public static LighthouseDisk get(String name, Output<String> id, LighthouseDiskState state, CustomResourceOptions options)
resources: _: type: tencentcloud:LighthouseDisk get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Auto
Mount LighthouseConfiguration Disk Auto Mount Configuration - Automatically mount and initialize data disks.
- Auto
Voucher bool - Whether to automatically use the voucher. Not used by default.
- Disk
Backup doubleQuota - Specify the disk backup quota. If not uploaded, the default is no backup quota. Currently, only one disk backup quota is supported.
- Disk
Charge LighthousePrepaid Disk Disk Charge Prepaid - Disk subscription related parameter settings.
- Disk
Count double - Disk count. Values: [1, 30]. Default: 1.
- Disk
Name string - Disk name. Maximum length 60.
- Disk
Size double - Disk size, unit: GB.
- Disk
Type string - Disk type. Value:CLOUD_PREMIUM, CLOUD_SSD.
- Lighthouse
Disk stringId - ID of the resource.
- Zone string
- Availability zone.
- Auto
Mount LighthouseConfiguration Disk Auto Mount Configuration Args - Automatically mount and initialize data disks.
- Auto
Voucher bool - Whether to automatically use the voucher. Not used by default.
- Disk
Backup float64Quota - Specify the disk backup quota. If not uploaded, the default is no backup quota. Currently, only one disk backup quota is supported.
- Disk
Charge LighthousePrepaid Disk Disk Charge Prepaid Args - Disk subscription related parameter settings.
- Disk
Count float64 - Disk count. Values: [1, 30]. Default: 1.
- Disk
Name string - Disk name. Maximum length 60.
- Disk
Size float64 - Disk size, unit: GB.
- Disk
Type string - Disk type. Value:CLOUD_PREMIUM, CLOUD_SSD.
- Lighthouse
Disk stringId - ID of the resource.
- Zone string
- Availability zone.
- auto
Mount LighthouseConfiguration Disk Auto Mount Configuration - Automatically mount and initialize data disks.
- auto
Voucher Boolean - Whether to automatically use the voucher. Not used by default.
- disk
Backup DoubleQuota - Specify the disk backup quota. If not uploaded, the default is no backup quota. Currently, only one disk backup quota is supported.
- disk
Charge LighthousePrepaid Disk Disk Charge Prepaid - Disk subscription related parameter settings.
- disk
Count Double - Disk count. Values: [1, 30]. Default: 1.
- disk
Name String - Disk name. Maximum length 60.
- disk
Size Double - Disk size, unit: GB.
- disk
Type String - Disk type. Value:CLOUD_PREMIUM, CLOUD_SSD.
- lighthouse
Disk StringId - ID of the resource.
- zone String
- Availability zone.
- auto
Mount LighthouseConfiguration Disk Auto Mount Configuration - Automatically mount and initialize data disks.
- auto
Voucher boolean - Whether to automatically use the voucher. Not used by default.
- disk
Backup numberQuota - Specify the disk backup quota. If not uploaded, the default is no backup quota. Currently, only one disk backup quota is supported.
- disk
Charge LighthousePrepaid Disk Disk Charge Prepaid - Disk subscription related parameter settings.
- disk
Count number - Disk count. Values: [1, 30]. Default: 1.
- disk
Name string - Disk name. Maximum length 60.
- disk
Size number - Disk size, unit: GB.
- disk
Type string - Disk type. Value:CLOUD_PREMIUM, CLOUD_SSD.
- lighthouse
Disk stringId - ID of the resource.
- zone string
- Availability zone.
- auto_
mount_ Lighthouseconfiguration Disk Auto Mount Configuration Args - Automatically mount and initialize data disks.
- auto_
voucher bool - Whether to automatically use the voucher. Not used by default.
- disk_
backup_ floatquota - Specify the disk backup quota. If not uploaded, the default is no backup quota. Currently, only one disk backup quota is supported.
- disk_
charge_ Lighthouseprepaid Disk Disk Charge Prepaid Args - Disk subscription related parameter settings.
- disk_
count float - Disk count. Values: [1, 30]. Default: 1.
- disk_
name str - Disk name. Maximum length 60.
- disk_
size float - Disk size, unit: GB.
- disk_
type str - Disk type. Value:CLOUD_PREMIUM, CLOUD_SSD.
- lighthouse_
disk_ strid - ID of the resource.
- zone str
- Availability zone.
- auto
Mount Property MapConfiguration - Automatically mount and initialize data disks.
- auto
Voucher Boolean - Whether to automatically use the voucher. Not used by default.
- disk
Backup NumberQuota - Specify the disk backup quota. If not uploaded, the default is no backup quota. Currently, only one disk backup quota is supported.
- disk
Charge Property MapPrepaid - Disk subscription related parameter settings.
- disk
Count Number - Disk count. Values: [1, 30]. Default: 1.
- disk
Name String - Disk name. Maximum length 60.
- disk
Size Number - Disk size, unit: GB.
- disk
Type String - Disk type. Value:CLOUD_PREMIUM, CLOUD_SSD.
- lighthouse
Disk StringId - ID of the resource.
- zone String
- Availability zone.
Supporting Types
LighthouseDiskAutoMountConfiguration, LighthouseDiskAutoMountConfigurationArgs
- Instance
Id string - Instance ID to be mounted. The specified instance must be in the Running state.
- File
System stringType - The file system type. Value: ext4, xfs. Only instances of the Linux operating system can pass in this parameter, and if it is not passed, it defaults to ext4.
- Mount
Point string - The mount point within the instance. Only instances of the Linux operating system can pass in this parameter, and if it is not passed, it will be mounted under the /data/disk path by default.
- Instance
Id string - Instance ID to be mounted. The specified instance must be in the Running state.
- File
System stringType - The file system type. Value: ext4, xfs. Only instances of the Linux operating system can pass in this parameter, and if it is not passed, it defaults to ext4.
- Mount
Point string - The mount point within the instance. Only instances of the Linux operating system can pass in this parameter, and if it is not passed, it will be mounted under the /data/disk path by default.
- instance
Id String - Instance ID to be mounted. The specified instance must be in the Running state.
- file
System StringType - The file system type. Value: ext4, xfs. Only instances of the Linux operating system can pass in this parameter, and if it is not passed, it defaults to ext4.
- mount
Point String - The mount point within the instance. Only instances of the Linux operating system can pass in this parameter, and if it is not passed, it will be mounted under the /data/disk path by default.
- instance
Id string - Instance ID to be mounted. The specified instance must be in the Running state.
- file
System stringType - The file system type. Value: ext4, xfs. Only instances of the Linux operating system can pass in this parameter, and if it is not passed, it defaults to ext4.
- mount
Point string - The mount point within the instance. Only instances of the Linux operating system can pass in this parameter, and if it is not passed, it will be mounted under the /data/disk path by default.
- instance_
id str - Instance ID to be mounted. The specified instance must be in the Running state.
- file_
system_ strtype - The file system type. Value: ext4, xfs. Only instances of the Linux operating system can pass in this parameter, and if it is not passed, it defaults to ext4.
- mount_
point str - The mount point within the instance. Only instances of the Linux operating system can pass in this parameter, and if it is not passed, it will be mounted under the /data/disk path by default.
- instance
Id String - Instance ID to be mounted. The specified instance must be in the Running state.
- file
System StringType - The file system type. Value: ext4, xfs. Only instances of the Linux operating system can pass in this parameter, and if it is not passed, it defaults to ext4.
- mount
Point String - The mount point within the instance. Only instances of the Linux operating system can pass in this parameter, and if it is not passed, it will be mounted under the /data/disk path by default.
LighthouseDiskDiskChargePrepaid, LighthouseDiskDiskChargePrepaidArgs
- Period double
- new purchase cycle.
- Renew
Flag string - Automatic renewal flag. Value:
NOTIFY_AND_AUTO_RENEW
: Notice expires and auto-renews.NOTIFY_AND_MANUAL_RENEW
: Notification expires without automatic renewal, users need to manually renew.DISABLE_NOTIFY_AND_AUTO_RENEW
: No automatic renewal and no notification. Default:NOTIFY_AND_MANUAL_RENEW
. If this parameter is specified asNOTIFY_AND_AUTO_RENEW
, the disk will be automatically renewed monthly when the account balance is sufficient. - Time
Unit string - newly purchased unit. Default: m.
- Period float64
- new purchase cycle.
- Renew
Flag string - Automatic renewal flag. Value:
NOTIFY_AND_AUTO_RENEW
: Notice expires and auto-renews.NOTIFY_AND_MANUAL_RENEW
: Notification expires without automatic renewal, users need to manually renew.DISABLE_NOTIFY_AND_AUTO_RENEW
: No automatic renewal and no notification. Default:NOTIFY_AND_MANUAL_RENEW
. If this parameter is specified asNOTIFY_AND_AUTO_RENEW
, the disk will be automatically renewed monthly when the account balance is sufficient. - Time
Unit string - newly purchased unit. Default: m.
- period Double
- new purchase cycle.
- renew
Flag String - Automatic renewal flag. Value:
NOTIFY_AND_AUTO_RENEW
: Notice expires and auto-renews.NOTIFY_AND_MANUAL_RENEW
: Notification expires without automatic renewal, users need to manually renew.DISABLE_NOTIFY_AND_AUTO_RENEW
: No automatic renewal and no notification. Default:NOTIFY_AND_MANUAL_RENEW
. If this parameter is specified asNOTIFY_AND_AUTO_RENEW
, the disk will be automatically renewed monthly when the account balance is sufficient. - time
Unit String - newly purchased unit. Default: m.
- period number
- new purchase cycle.
- renew
Flag string - Automatic renewal flag. Value:
NOTIFY_AND_AUTO_RENEW
: Notice expires and auto-renews.NOTIFY_AND_MANUAL_RENEW
: Notification expires without automatic renewal, users need to manually renew.DISABLE_NOTIFY_AND_AUTO_RENEW
: No automatic renewal and no notification. Default:NOTIFY_AND_MANUAL_RENEW
. If this parameter is specified asNOTIFY_AND_AUTO_RENEW
, the disk will be automatically renewed monthly when the account balance is sufficient. - time
Unit string - newly purchased unit. Default: m.
- period float
- new purchase cycle.
- renew_
flag str - Automatic renewal flag. Value:
NOTIFY_AND_AUTO_RENEW
: Notice expires and auto-renews.NOTIFY_AND_MANUAL_RENEW
: Notification expires without automatic renewal, users need to manually renew.DISABLE_NOTIFY_AND_AUTO_RENEW
: No automatic renewal and no notification. Default:NOTIFY_AND_MANUAL_RENEW
. If this parameter is specified asNOTIFY_AND_AUTO_RENEW
, the disk will be automatically renewed monthly when the account balance is sufficient. - time_
unit str - newly purchased unit. Default: m.
- period Number
- new purchase cycle.
- renew
Flag String - Automatic renewal flag. Value:
NOTIFY_AND_AUTO_RENEW
: Notice expires and auto-renews.NOTIFY_AND_MANUAL_RENEW
: Notification expires without automatic renewal, users need to manually renew.DISABLE_NOTIFY_AND_AUTO_RENEW
: No automatic renewal and no notification. Default:NOTIFY_AND_MANUAL_RENEW
. If this parameter is specified asNOTIFY_AND_AUTO_RENEW
, the disk will be automatically renewed monthly when the account balance is sufficient. - time
Unit String - newly purchased unit. Default: m.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloud
Terraform Provider.