tencentcloud-sdk-python 3.0.1292__py2.py3-none-any.whl → 3.0.1294__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tencentcloud/__init__.py +1 -1
 - tencentcloud/apm/v20210622/apm_client.py +1 -1
 - tencentcloud/apm/v20210622/errorcodes.py +3 -3
 - tencentcloud/apm/v20210622/models.py +119 -271
 - tencentcloud/bh/v20230418/models.py +15 -0
 - tencentcloud/cfs/v20190719/errorcodes.py +6 -3
 - tencentcloud/ckafka/v20190819/models.py +62 -0
 - tencentcloud/clb/v20180317/models.py +32 -0
 - tencentcloud/cls/v20201016/cls_client.py +92 -0
 - tencentcloud/cls/v20201016/models.py +740 -23
 - tencentcloud/cwp/v20180228/models.py +2 -2
 - tencentcloud/dnspod/v20210323/models.py +37 -37
 - tencentcloud/emr/v20190103/models.py +15 -720
 - tencentcloud/ess/v20201111/models.py +61 -12
 - tencentcloud/essbasic/v20210526/models.py +164 -10
 - tencentcloud/gwlb/v20240906/models.py +0 -14
 - tencentcloud/hunyuan/v20230901/models.py +2 -2
 - tencentcloud/iotexplorer/v20190423/models.py +2 -2
 - tencentcloud/mna/v20210119/models.py +2 -20
 - tencentcloud/mps/v20190612/models.py +15 -0
 - tencentcloud/ocr/v20181119/models.py +676 -8
 - tencentcloud/ocr/v20181119/ocr_client.py +52 -6
 - tencentcloud/pts/v20210728/models.py +2 -2
 - tencentcloud/sqlserver/v20180328/models.py +120 -4
 - tencentcloud/tcb/v20180608/models.py +0 -12
 - tencentcloud/tdmq/v20200217/models.py +543 -0
 - tencentcloud/tdmq/v20200217/tdmq_client.py +69 -0
 - tencentcloud/teo/v20220901/models.py +2 -0
 - tencentcloud/teo/v20220901/teo_client.py +1 -1
 - tencentcloud/thpc/v20211109/models.py +22 -40
 - tencentcloud/thpc/v20220401/models.py +42 -64
 - tencentcloud/thpc/v20230321/models.py +30 -42
 - tencentcloud/trocket/v20230308/models.py +396 -0
 - tencentcloud/trocket/v20230308/trocket_client.py +23 -0
 - tencentcloud/trtc/v20190722/models.py +17 -0
 - tencentcloud/tse/v20201207/models.py +32 -0
 - tencentcloud/vpc/v20170312/errorcodes.py +6 -0
 - tencentcloud/vpc/v20170312/models.py +66 -88
 - tencentcloud/waf/v20180125/waf_client.py +3 -1
 - {tencentcloud_sdk_python-3.0.1292.dist-info → tencentcloud_sdk_python-3.0.1294.dist-info}/METADATA +1 -1
 - {tencentcloud_sdk_python-3.0.1292.dist-info → tencentcloud_sdk_python-3.0.1294.dist-info}/RECORD +44 -44
 - {tencentcloud_sdk_python-3.0.1292.dist-info → tencentcloud_sdk_python-3.0.1294.dist-info}/LICENSE +0 -0
 - {tencentcloud_sdk_python-3.0.1292.dist-info → tencentcloud_sdk_python-3.0.1294.dist-info}/WHEEL +0 -0
 - {tencentcloud_sdk_python-3.0.1292.dist-info → tencentcloud_sdk_python-3.0.1294.dist-info}/top_level.txt +0 -0
 
| 
         @@ -522,12 +522,12 @@ class ComputeNode(AbstractModel): 
     | 
|
| 
       522 
522 
     | 
    
         | 
| 
       523 
523 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       524 
524 
     | 
    
         
             
                    r"""
         
     | 
| 
       525 
     | 
    
         
            -
                    :param _InstanceChargeType: 节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID 
     | 
| 
      
 525 
     | 
    
         
            +
                    :param _InstanceChargeType: 节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID:预付费,即包年包月</li><br><li>POSTPAID_BY_HOUR:按小时后付费</li><br><li>SPOTPAID:竞价付费<br>默认值:POSTPAID_BY_HOUR。</li>
         
     | 
| 
       526 
526 
     | 
    
         
             
                    :type InstanceChargeType: str
         
     | 
| 
       527 
527 
     | 
    
         
             
                    :param _InstanceChargePrepaid: 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月节点的购买时长、是否设置自动续费等属性。若指定节点的付费模式为预付费则该参数必传。
         
     | 
| 
       528 
528 
     | 
    
         
             
                    :type InstanceChargePrepaid: :class:`tencentcloud.thpc.v20211109.models.InstanceChargePrepaid`
         
     | 
| 
       529 
529 
     | 
    
         
             
                    :param _InstanceType: 节点机型。不同实例机型指定了不同的资源规格。
         
     | 
| 
       530 
     | 
    
         
            -
            <br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518) 
     | 
| 
      
 530 
     | 
    
         
            +
            <br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。</li>
         
     | 
| 
       531 
531 
     | 
    
         
             
                    :type InstanceType: str
         
     | 
| 
       532 
532 
     | 
    
         
             
                    :param _SystemDisk: 节点系统盘配置信息。若不指定该参数,则按照系统默认值进行分配。
         
     | 
| 
       533 
533 
     | 
    
         
             
                    :type SystemDisk: :class:`tencentcloud.thpc.v20211109.models.SystemDisk`
         
     | 
| 
         @@ -537,7 +537,7 @@ class ComputeNode(AbstractModel): 
     | 
|
| 
       537 
537 
     | 
    
         
             
                    :type InternetAccessible: :class:`tencentcloud.thpc.v20211109.models.InternetAccessible`
         
     | 
| 
       538 
538 
     | 
    
         
             
                    :param _InstanceName: 节点显示名称。<br><li>
         
     | 
| 
       539 
539 
     | 
    
         
             
            不指定节点显示名称则默认显示‘未命名’。
         
     | 
| 
       540 
     | 
    
         
            -
            最多支持60 
     | 
| 
      
 540 
     | 
    
         
            +
            最多支持60个字符。</li>
         
     | 
| 
       541 
541 
     | 
    
         
             
                    :type InstanceName: str
         
     | 
| 
       542 
542 
     | 
    
         
             
                    """
         
     | 
| 
       543 
543 
     | 
    
         
             
                    self._InstanceChargeType = None
         
     | 
| 
         @@ -550,7 +550,7 @@ class ComputeNode(AbstractModel): 
     | 
|
| 
       550 
550 
     | 
    
         | 
| 
       551 
551 
     | 
    
         
             
                @property
         
     | 
| 
       552 
552 
     | 
    
         
             
                def InstanceChargeType(self):
         
     | 
| 
       553 
     | 
    
         
            -
                    """节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID 
     | 
| 
      
 553 
     | 
    
         
            +
                    """节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID:预付费,即包年包月</li><br><li>POSTPAID_BY_HOUR:按小时后付费</li><br><li>SPOTPAID:竞价付费<br>默认值:POSTPAID_BY_HOUR。</li>
         
     | 
| 
       554 
554 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       555 
555 
     | 
    
         
             
                    """
         
     | 
| 
       556 
556 
     | 
    
         
             
                    return self._InstanceChargeType
         
     | 
| 
         @@ -573,7 +573,7 @@ class ComputeNode(AbstractModel): 
     | 
|
| 
       573 
573 
     | 
    
         
             
                @property
         
     | 
| 
       574 
574 
     | 
    
         
             
                def InstanceType(self):
         
     | 
| 
       575 
575 
     | 
    
         
             
                    """节点机型。不同实例机型指定了不同的资源规格。
         
     | 
| 
       576 
     | 
    
         
            -
            <br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518) 
     | 
| 
      
 576 
     | 
    
         
            +
            <br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。</li>
         
     | 
| 
       577 
577 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       578 
578 
     | 
    
         
             
                    """
         
     | 
| 
       579 
579 
     | 
    
         
             
                    return self._InstanceType
         
     | 
| 
         @@ -619,7 +619,7 @@ class ComputeNode(AbstractModel): 
     | 
|
| 
       619 
619 
     | 
    
         
             
                def InstanceName(self):
         
     | 
| 
       620 
620 
     | 
    
         
             
                    """节点显示名称。<br><li>
         
     | 
| 
       621 
621 
     | 
    
         
             
            不指定节点显示名称则默认显示‘未命名’。
         
     | 
| 
       622 
     | 
    
         
            -
            最多支持60 
     | 
| 
      
 622 
     | 
    
         
            +
            最多支持60个字符。</li>
         
     | 
| 
       623 
623 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       624 
624 
     | 
    
         
             
                    """
         
     | 
| 
       625 
625 
     | 
    
         
             
                    return self._InstanceName
         
     | 
| 
         @@ -713,7 +713,7 @@ class CreateClusterRequest(AbstractModel): 
     | 
|
| 
       713 
713 
     | 
    
         
             
                    :type ComputeNode: :class:`tencentcloud.thpc.v20211109.models.ComputeNode`
         
     | 
| 
       714 
714 
     | 
    
         
             
                    :param _ComputeNodeCount: 指定计算节点的数量。默认取值:0。
         
     | 
| 
       715 
715 
     | 
    
         
             
                    :type ComputeNodeCount: int
         
     | 
| 
       716 
     | 
    
         
            -
                    :param _SchedulerType: 调度器类型。<br><li>SGE:SGE 
     | 
| 
      
 716 
     | 
    
         
            +
                    :param _SchedulerType: 调度器类型。<br><li>SGE:SGE调度器。</li><br><li>SLURM:SLURM调度器。</li>
         
     | 
| 
       717 
717 
     | 
    
         
             
                    :type SchedulerType: str
         
     | 
| 
       718 
718 
     | 
    
         
             
                    :param _ImageId: 指定有效的[镜像](https://cloud.tencent.com/document/product/213/4940)ID,格式形如`img-xxx`。目前仅支持公有镜像。
         
     | 
| 
       719 
719 
     | 
    
         
             
                    :type ImageId: str
         
     | 
| 
         @@ -731,8 +731,7 @@ true:发送检查请求,不会创建实例。检查项包括是否填写了 
     | 
|
| 
       731 
731 
     | 
    
         
             
            如果检查通过,则返回RequestId.
         
     | 
| 
       732 
732 
     | 
    
         
             
            false(默认):发送正常请求,通过检查后直接创建实例
         
     | 
| 
       733 
733 
     | 
    
         
             
                    :type DryRun: bool
         
     | 
| 
       734 
     | 
    
         
            -
                    :param _AccountType: 域名字服务类型。默认值:NIS
         
     | 
| 
       735 
     | 
    
         
            -
            <li>NIS:NIS域名字服务。
         
     | 
| 
      
 734 
     | 
    
         
            +
                    :param _AccountType: 域名字服务类型。默认值:NIS<li>NIS:NIS域名字服务。</li>
         
     | 
| 
       736 
735 
     | 
    
         
             
                    :type AccountType: str
         
     | 
| 
       737 
736 
     | 
    
         
             
                    :param _ClusterName: 集群显示名称。
         
     | 
| 
       738 
737 
     | 
    
         
             
                    :type ClusterName: str
         
     | 
| 
         @@ -823,7 +822,7 @@ false(默认):发送正常请求,通过检查后直接创建实例 
     | 
|
| 
       823 
822 
     | 
    
         | 
| 
       824 
823 
     | 
    
         
             
                @property
         
     | 
| 
       825 
824 
     | 
    
         
             
                def SchedulerType(self):
         
     | 
| 
       826 
     | 
    
         
            -
                    """调度器类型。<br><li>SGE:SGE 
     | 
| 
      
 825 
     | 
    
         
            +
                    """调度器类型。<br><li>SGE:SGE调度器。</li><br><li>SLURM:SLURM调度器。</li>
         
     | 
| 
       827 
826 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       828 
827 
     | 
    
         
             
                    """
         
     | 
| 
       829 
828 
     | 
    
         
             
                    return self._SchedulerType
         
     | 
| 
         @@ -904,8 +903,7 @@ false(默认):发送正常请求,通过检查后直接创建实例 
     | 
|
| 
       904 
903 
     | 
    
         | 
| 
       905 
904 
     | 
    
         
             
                @property
         
     | 
| 
       906 
905 
     | 
    
         
             
                def AccountType(self):
         
     | 
| 
       907 
     | 
    
         
            -
                    """域名字服务类型。默认值:NIS
         
     | 
| 
       908 
     | 
    
         
            -
            <li>NIS:NIS域名字服务。
         
     | 
| 
      
 906 
     | 
    
         
            +
                    """域名字服务类型。默认值:NIS<li>NIS:NIS域名字服务。</li>
         
     | 
| 
       909 
907 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       910 
908 
     | 
    
         
             
                    """
         
     | 
| 
       911 
909 
     | 
    
         
             
                    return self._AccountType
         
     | 
| 
         @@ -1507,12 +1505,11 @@ class LoginNode(AbstractModel): 
     | 
|
| 
       1507 
1505 
     | 
    
         | 
| 
       1508 
1506 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       1509 
1507 
     | 
    
         
             
                    r"""
         
     | 
| 
       1510 
     | 
    
         
            -
                    :param _InstanceChargeType: 节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID 
     | 
| 
      
 1508 
     | 
    
         
            +
                    :param _InstanceChargeType: 节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID:预付费,即包年包月</li><br><li>POSTPAID_BY_HOUR:按小时后付费</li><br><li>SPOTPAID:竞价付费<br>默认值:POSTPAID_BY_HOUR。</li>	
         
     | 
| 
       1511 
1509 
     | 
    
         
             
                    :type InstanceChargeType: str
         
     | 
| 
       1512 
1510 
     | 
    
         
             
                    :param _InstanceChargePrepaid: 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月节点的购买时长、是否设置自动续费等属性。若指定节点的付费模式为预付费则该参数必传。
         
     | 
| 
       1513 
1511 
     | 
    
         
             
                    :type InstanceChargePrepaid: :class:`tencentcloud.thpc.v20211109.models.InstanceChargePrepaid`
         
     | 
| 
       1514 
     | 
    
         
            -
                    :param _InstanceType: 节点机型。不同实例机型指定了不同的资源规格。
         
     | 
| 
       1515 
     | 
    
         
            -
            <br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。
         
     | 
| 
      
 1512 
     | 
    
         
            +
                    :param _InstanceType: 节点机型。不同实例机型指定了不同的资源规格。 <br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。</li>	
         
     | 
| 
       1516 
1513 
     | 
    
         
             
                    :type InstanceType: str
         
     | 
| 
       1517 
1514 
     | 
    
         
             
                    :param _SystemDisk: 节点系统盘配置信息。若不指定该参数,则按照系统默认值进行分配。
         
     | 
| 
       1518 
1515 
     | 
    
         
             
                    :type SystemDisk: list of SystemDisk
         
     | 
| 
         @@ -1520,9 +1517,7 @@ class LoginNode(AbstractModel): 
     | 
|
| 
       1520 
1517 
     | 
    
         
             
                    :type DataDisks: list of DataDisk
         
     | 
| 
       1521 
1518 
     | 
    
         
             
                    :param _InternetAccessible: 公网带宽相关信息设置。若不指定该参数,则默认公网带宽为0Mbps。
         
     | 
| 
       1522 
1519 
     | 
    
         
             
                    :type InternetAccessible: list of InternetAccessible
         
     | 
| 
       1523 
     | 
    
         
            -
                    :param _InstanceName: 节点显示名称。<br><li>
         
     | 
| 
       1524 
     | 
    
         
            -
            不指定节点显示名称则默认显示‘未命名’。
         
     | 
| 
       1525 
     | 
    
         
            -
            最多支持60个字符。
         
     | 
| 
      
 1520 
     | 
    
         
            +
                    :param _InstanceName: 节点显示名称。<br><li> 不指定节点显示名称则默认显示‘未命名’。 最多支持60个字符。</li>	
         
     | 
| 
       1526 
1521 
     | 
    
         
             
                    :type InstanceName: str
         
     | 
| 
       1527 
1522 
     | 
    
         
             
                    """
         
     | 
| 
       1528 
1523 
     | 
    
         
             
                    self._InstanceChargeType = None
         
     | 
| 
         @@ -1535,7 +1530,7 @@ class LoginNode(AbstractModel): 
     | 
|
| 
       1535 
1530 
     | 
    
         | 
| 
       1536 
1531 
     | 
    
         
             
                @property
         
     | 
| 
       1537 
1532 
     | 
    
         
             
                def InstanceChargeType(self):
         
     | 
| 
       1538 
     | 
    
         
            -
                    """节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID 
     | 
| 
      
 1533 
     | 
    
         
            +
                    """节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID:预付费,即包年包月</li><br><li>POSTPAID_BY_HOUR:按小时后付费</li><br><li>SPOTPAID:竞价付费<br>默认值:POSTPAID_BY_HOUR。</li>	
         
     | 
| 
       1539 
1534 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       1540 
1535 
     | 
    
         
             
                    """
         
     | 
| 
       1541 
1536 
     | 
    
         
             
                    return self._InstanceChargeType
         
     | 
| 
         @@ -1557,8 +1552,7 @@ class LoginNode(AbstractModel): 
     | 
|
| 
       1557 
1552 
     | 
    
         | 
| 
       1558 
1553 
     | 
    
         
             
                @property
         
     | 
| 
       1559 
1554 
     | 
    
         
             
                def InstanceType(self):
         
     | 
| 
       1560 
     | 
    
         
            -
                    """节点机型。不同实例机型指定了不同的资源规格。
         
     | 
| 
       1561 
     | 
    
         
            -
            <br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。
         
     | 
| 
      
 1555 
     | 
    
         
            +
                    """节点机型。不同实例机型指定了不同的资源规格。 <br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。</li>	
         
     | 
| 
       1562 
1556 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       1563 
1557 
     | 
    
         
             
                    """
         
     | 
| 
       1564 
1558 
     | 
    
         
             
                    return self._InstanceType
         
     | 
| 
         @@ -1602,9 +1596,7 @@ class LoginNode(AbstractModel): 
     | 
|
| 
       1602 
1596 
     | 
    
         | 
| 
       1603 
1597 
     | 
    
         
             
                @property
         
     | 
| 
       1604 
1598 
     | 
    
         
             
                def InstanceName(self):
         
     | 
| 
       1605 
     | 
    
         
            -
                    """节点显示名称。<br><li>
         
     | 
| 
       1606 
     | 
    
         
            -
            不指定节点显示名称则默认显示‘未命名’。
         
     | 
| 
       1607 
     | 
    
         
            -
            最多支持60个字符。
         
     | 
| 
      
 1599 
     | 
    
         
            +
                    """节点显示名称。<br><li> 不指定节点显示名称则默认显示‘未命名’。 最多支持60个字符。</li>	
         
     | 
| 
       1608 
1600 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       1609 
1601 
     | 
    
         
             
                    """
         
     | 
| 
       1610 
1602 
     | 
    
         
             
                    return self._InstanceName
         
     | 
| 
         @@ -1728,12 +1720,11 @@ class ManagerNode(AbstractModel): 
     | 
|
| 
       1728 
1720 
     | 
    
         | 
| 
       1729 
1721 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       1730 
1722 
     | 
    
         
             
                    r"""
         
     | 
| 
       1731 
     | 
    
         
            -
                    :param _InstanceChargeType: 节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID 
     | 
| 
      
 1723 
     | 
    
         
            +
                    :param _InstanceChargeType: 节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID:预付费,即包年包月</li><br><li>POSTPAID_BY_HOUR:按小时后付费</li><br><li>SPOTPAID:竞价付费<br>默认值:POSTPAID_BY_HOUR。</li>	
         
     | 
| 
       1732 
1724 
     | 
    
         
             
                    :type InstanceChargeType: str
         
     | 
| 
       1733 
1725 
     | 
    
         
             
                    :param _InstanceChargePrepaid: 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月节点的购买时长、是否设置自动续费等属性。若指定节点的付费模式为预付费则该参数必传。
         
     | 
| 
       1734 
1726 
     | 
    
         
             
                    :type InstanceChargePrepaid: :class:`tencentcloud.thpc.v20211109.models.InstanceChargePrepaid`
         
     | 
| 
       1735 
     | 
    
         
            -
                    :param _InstanceType: 节点机型。不同实例机型指定了不同的资源规格。
         
     | 
| 
       1736 
     | 
    
         
            -
            <br><li>对于付费模式为PREPAID或POSTPAID\_BY\_HOUR的实例创建,具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。
         
     | 
| 
      
 1727 
     | 
    
         
            +
                    :param _InstanceType: 节点机型。不同实例机型指定了不同的资源规格。 <br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。</li>	
         
     | 
| 
       1737 
1728 
     | 
    
         
             
                    :type InstanceType: str
         
     | 
| 
       1738 
1729 
     | 
    
         
             
                    :param _SystemDisk: 节点系统盘配置信息。若不指定该参数,则按照系统默认值进行分配。
         
     | 
| 
       1739 
1730 
     | 
    
         
             
                    :type SystemDisk: :class:`tencentcloud.thpc.v20211109.models.SystemDisk`
         
     | 
| 
         @@ -1741,11 +1732,7 @@ class ManagerNode(AbstractModel): 
     | 
|
| 
       1741 
1732 
     | 
    
         
             
                    :type DataDisks: list of DataDisk
         
     | 
| 
       1742 
1733 
     | 
    
         
             
                    :param _InternetAccessible: 公网带宽相关信息设置。若不指定该参数,则默认公网带宽为0Mbps。
         
     | 
| 
       1743 
1734 
     | 
    
         
             
                    :type InternetAccessible: :class:`tencentcloud.thpc.v20211109.models.InternetAccessible`
         
     | 
| 
       1744 
     | 
    
         
            -
                    :param _InstanceName: 节点显示名称。<br><li>
         
     | 
| 
       1745 
     | 
    
         
            -
            不指定节点显示名称则默认显示‘未命名’。
         
     | 
| 
       1746 
     | 
    
         
            -
            </li><li>购买多个节点,如果指定模式串`{R:x}`,表示生成数字[`[x, x+n-1]`,其中`n`表示购买节点的数量,例如`server_{R:3}`,购买1个时,节点显示名称为`server_3`;购买2个时,节点显示名称分别为`server_3`,`server_4`。支持指定多个模式串`{R:x}`。
         
     | 
| 
       1747 
     | 
    
         
            -
            购买多个节点,如果不指定模式串,则在节点显示名称添加后缀`1、2...n`,其中`n`表示购买节点的数量,例如`server_`,购买2个时,节点显示名称分别为`server_1`,`server_2`。</li><li>
         
     | 
| 
       1748 
     | 
    
         
            -
            最多支持60个字符(包含模式串)。
         
     | 
| 
      
 1735 
     | 
    
         
            +
                    :param _InstanceName: 节点显示名称。<br><li> 不指定节点显示名称则默认显示‘未命名’。 </li><li>购买多个节点,如果指定模式串`{R:x}`,表示生成数字[`[x, x+n-1]`,其中`n`表示购买节点的数量,例如`server_{R:3}`,购买1个时,节点显示名称为`server_3`;购买2个时,节点显示名称分别为`server_3`,`server_4`。支持指定多个模式串`{R:x}`。 购买多个节点,如果不指定模式串,则在节点显示名称添加后缀`1、2...n`,其中`n`表示购买节点的数量,例如`server_`,购买2个时,节点显示名称分别为`server_1`,`server_2`。</li><li> 最多支持60个字符(包含模式串)。</li>
         
     | 
| 
       1749 
1736 
     | 
    
         
             
                    :type InstanceName: str
         
     | 
| 
       1750 
1737 
     | 
    
         
             
                    """
         
     | 
| 
       1751 
1738 
     | 
    
         
             
                    self._InstanceChargeType = None
         
     | 
| 
         @@ -1758,7 +1745,7 @@ class ManagerNode(AbstractModel): 
     | 
|
| 
       1758 
1745 
     | 
    
         | 
| 
       1759 
1746 
     | 
    
         
             
                @property
         
     | 
| 
       1760 
1747 
     | 
    
         
             
                def InstanceChargeType(self):
         
     | 
| 
       1761 
     | 
    
         
            -
                    """节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID 
     | 
| 
      
 1748 
     | 
    
         
            +
                    """节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID:预付费,即包年包月</li><br><li>POSTPAID_BY_HOUR:按小时后付费</li><br><li>SPOTPAID:竞价付费<br>默认值:POSTPAID_BY_HOUR。</li>	
         
     | 
| 
       1762 
1749 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       1763 
1750 
     | 
    
         
             
                    """
         
     | 
| 
       1764 
1751 
     | 
    
         
             
                    return self._InstanceChargeType
         
     | 
| 
         @@ -1780,8 +1767,7 @@ class ManagerNode(AbstractModel): 
     | 
|
| 
       1780 
1767 
     | 
    
         | 
| 
       1781 
1768 
     | 
    
         
             
                @property
         
     | 
| 
       1782 
1769 
     | 
    
         
             
                def InstanceType(self):
         
     | 
| 
       1783 
     | 
    
         
            -
                    """节点机型。不同实例机型指定了不同的资源规格。
         
     | 
| 
       1784 
     | 
    
         
            -
            <br><li>对于付费模式为PREPAID或POSTPAID\_BY\_HOUR的实例创建,具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。
         
     | 
| 
      
 1770 
     | 
    
         
            +
                    """节点机型。不同实例机型指定了不同的资源规格。 <br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。</li>	
         
     | 
| 
       1785 
1771 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       1786 
1772 
     | 
    
         
             
                    """
         
     | 
| 
       1787 
1773 
     | 
    
         
             
                    return self._InstanceType
         
     | 
| 
         @@ -1825,11 +1811,7 @@ class ManagerNode(AbstractModel): 
     | 
|
| 
       1825 
1811 
     | 
    
         | 
| 
       1826 
1812 
     | 
    
         
             
                @property
         
     | 
| 
       1827 
1813 
     | 
    
         
             
                def InstanceName(self):
         
     | 
| 
       1828 
     | 
    
         
            -
                    """节点显示名称。<br><li>
         
     | 
| 
       1829 
     | 
    
         
            -
            不指定节点显示名称则默认显示‘未命名’。
         
     | 
| 
       1830 
     | 
    
         
            -
            </li><li>购买多个节点,如果指定模式串`{R:x}`,表示生成数字[`[x, x+n-1]`,其中`n`表示购买节点的数量,例如`server_{R:3}`,购买1个时,节点显示名称为`server_3`;购买2个时,节点显示名称分别为`server_3`,`server_4`。支持指定多个模式串`{R:x}`。
         
     | 
| 
       1831 
     | 
    
         
            -
            购买多个节点,如果不指定模式串,则在节点显示名称添加后缀`1、2...n`,其中`n`表示购买节点的数量,例如`server_`,购买2个时,节点显示名称分别为`server_1`,`server_2`。</li><li>
         
     | 
| 
       1832 
     | 
    
         
            -
            最多支持60个字符(包含模式串)。
         
     | 
| 
      
 1814 
     | 
    
         
            +
                    """节点显示名称。<br><li> 不指定节点显示名称则默认显示‘未命名’。 </li><li>购买多个节点,如果指定模式串`{R:x}`,表示生成数字[`[x, x+n-1]`,其中`n`表示购买节点的数量,例如`server_{R:3}`,购买1个时,节点显示名称为`server_3`;购买2个时,节点显示名称分别为`server_3`,`server_4`。支持指定多个模式串`{R:x}`。 购买多个节点,如果不指定模式串,则在节点显示名称添加后缀`1、2...n`,其中`n`表示购买节点的数量,例如`server_`,购买2个时,节点显示名称分别为`server_1`,`server_2`。</li><li> 最多支持60个字符(包含模式串)。</li>
         
     | 
| 
       1833 
1815 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       1834 
1816 
     | 
    
         
             
                    """
         
     | 
| 
       1835 
1817 
     | 
    
         
             
                    return self._InstanceName
         
     | 
| 
         @@ -116,11 +116,11 @@ class AddNodesRequest(AbstractModel): 
     | 
|
| 
       116 
116 
     | 
    
         
             
                    :type Count: int
         
     | 
| 
       117 
117 
     | 
    
         
             
                    :param _ImageId: 指定有效的[镜像](https://cloud.tencent.com/document/product/213/4940)ID,格式形如`img-xxx`。目前仅支持公有镜像和特定自定义镜像。
         
     | 
| 
       118 
118 
     | 
    
         
             
                    :type ImageId: str
         
     | 
| 
       119 
     | 
    
         
            -
                    :param _InstanceChargeType: 节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID 
     | 
| 
      
 119 
     | 
    
         
            +
                    :param _InstanceChargeType: 节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID:预付费,即包年包月</li><br><li>POSTPAID_BY_HOUR:按小时后付费</li><br><li>SPOTPAID:竞价付费<br>默认值:POSTPAID_BY_HOUR。</li>
         
     | 
| 
       120 
120 
     | 
    
         
             
                    :type InstanceChargeType: str
         
     | 
| 
       121 
121 
     | 
    
         
             
                    :param _InstanceChargePrepaid: 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月节点的购买时长、是否设置自动续费等属性。若指定节点的付费模式为预付费则该参数必传。
         
     | 
| 
       122 
122 
     | 
    
         
             
                    :type InstanceChargePrepaid: :class:`tencentcloud.thpc.v20220401.models.InstanceChargePrepaid`
         
     | 
| 
       123 
     | 
    
         
            -
                    :param _InstanceType: 节点机型。不同实例机型指定了不同的资源规格。<br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518) 
     | 
| 
      
 123 
     | 
    
         
            +
                    :param _InstanceType: 节点机型。不同实例机型指定了不同的资源规格。<br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。</li>
         
     | 
| 
       124 
124 
     | 
    
         
             
                    :type InstanceType: str
         
     | 
| 
       125 
125 
     | 
    
         
             
                    :param _SystemDisk: 节点系统盘配置信息。若不指定该参数,则按照系统默认值进行分配。
         
     | 
| 
       126 
126 
     | 
    
         
             
                    :type SystemDisk: list of SystemDisk
         
     | 
| 
         @@ -138,10 +138,9 @@ class AddNodesRequest(AbstractModel): 
     | 
|
| 
       138 
138 
     | 
    
         
             
                    :type SecurityGroupIds: list of str
         
     | 
| 
       139 
139 
     | 
    
         
             
                    :param _ClientToken: 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。
         
     | 
| 
       140 
140 
     | 
    
         
             
                    :type ClientToken: str
         
     | 
| 
       141 
     | 
    
         
            -
                    :param _QueueName: 队列名称。不指定则为默认队列。<li>SLURM默认队列为:compute 
     | 
| 
       142 
     | 
    
         
            -
             
     | 
| 
      
 141 
     | 
    
         
            +
                    :param _QueueName: 队列名称。不指定则为默认队列。<li>SLURM默认队列为:compute。</li><li>SGE默认队列为:all.q。</li>
         
     | 
| 
       143 
142 
     | 
    
         
             
                    :type QueueName: str
         
     | 
| 
       144 
     | 
    
         
            -
                    :param _NodeRole: 添加节点角色。默认值:Compute<br><li>Compute 
     | 
| 
      
 143 
     | 
    
         
            +
                    :param _NodeRole: 添加节点角色。默认值:Compute<br><li>Compute:计算节点。</li><br><li>Login:登录节点。</li>
         
     | 
| 
       145 
144 
     | 
    
         
             
                    :type NodeRole: str
         
     | 
| 
       146 
145 
     | 
    
         
             
                    :param _DryRun: 是否只预检此次请求。
         
     | 
| 
       147 
146 
     | 
    
         
             
            true:发送检查请求,不会创建实例。检查项包括是否填写了必需参数,请求格式,业务限制和云服务器库存。
         
     | 
| 
         @@ -149,7 +148,7 @@ true:发送检查请求,不会创建实例。检查项包括是否填写了 
     | 
|
| 
       149 
148 
     | 
    
         
             
            如果检查通过,则返回RequestId.
         
     | 
| 
       150 
149 
     | 
    
         
             
            false(默认):发送正常请求,通过检查后直接创建实例
         
     | 
| 
       151 
150 
     | 
    
         
             
                    :type DryRun: bool
         
     | 
| 
       152 
     | 
    
         
            -
                    :param _NodeType: 添加节点类型。默认取值:STATIC。<li>STATIC 
     | 
| 
      
 151 
     | 
    
         
            +
                    :param _NodeType: 添加节点类型。默认取值:STATIC。<li>STATIC:静态节点,不会参与弹性伸缩流程。</li><li>DYNAMIC:弹性节点,会被弹性缩容的节点。管控节点和登录节点不支持此参数。</li>
         
     | 
| 
       153 
152 
     | 
    
         
             
                    :type NodeType: str
         
     | 
| 
       154 
153 
     | 
    
         
             
                    """
         
     | 
| 
       155 
154 
     | 
    
         
             
                    self._Placement = None
         
     | 
| 
         @@ -229,7 +228,7 @@ false(默认):发送正常请求,通过检查后直接创建实例 
     | 
|
| 
       229 
228 
     | 
    
         | 
| 
       230 
229 
     | 
    
         
             
                @property
         
     | 
| 
       231 
230 
     | 
    
         
             
                def InstanceChargeType(self):
         
     | 
| 
       232 
     | 
    
         
            -
                    """节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID 
     | 
| 
      
 231 
     | 
    
         
            +
                    """节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID:预付费,即包年包月</li><br><li>POSTPAID_BY_HOUR:按小时后付费</li><br><li>SPOTPAID:竞价付费<br>默认值:POSTPAID_BY_HOUR。</li>
         
     | 
| 
       233 
232 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       234 
233 
     | 
    
         
             
                    """
         
     | 
| 
       235 
234 
     | 
    
         
             
                    return self._InstanceChargeType
         
     | 
| 
         @@ -251,7 +250,7 @@ false(默认):发送正常请求,通过检查后直接创建实例 
     | 
|
| 
       251 
250 
     | 
    
         | 
| 
       252 
251 
     | 
    
         
             
                @property
         
     | 
| 
       253 
252 
     | 
    
         
             
                def InstanceType(self):
         
     | 
| 
       254 
     | 
    
         
            -
                    """节点机型。不同实例机型指定了不同的资源规格。<br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518) 
     | 
| 
      
 253 
     | 
    
         
            +
                    """节点机型。不同实例机型指定了不同的资源规格。<br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。</li>
         
     | 
| 
       255 
254 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       256 
255 
     | 
    
         
             
                    """
         
     | 
| 
       257 
256 
     | 
    
         
             
                    return self._InstanceType
         
     | 
| 
         @@ -341,8 +340,7 @@ false(默认):发送正常请求,通过检查后直接创建实例 
     | 
|
| 
       341 
340 
     | 
    
         | 
| 
       342 
341 
     | 
    
         
             
                @property
         
     | 
| 
       343 
342 
     | 
    
         
             
                def QueueName(self):
         
     | 
| 
       344 
     | 
    
         
            -
                    """队列名称。不指定则为默认队列。<li>SLURM默认队列为:compute 
     | 
| 
       345 
     | 
    
         
            -
             
     | 
| 
      
 343 
     | 
    
         
            +
                    """队列名称。不指定则为默认队列。<li>SLURM默认队列为:compute。</li><li>SGE默认队列为:all.q。</li>
         
     | 
| 
       346 
344 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       347 
345 
     | 
    
         
             
                    """
         
     | 
| 
       348 
346 
     | 
    
         
             
                    return self._QueueName
         
     | 
| 
         @@ -353,7 +351,7 @@ false(默认):发送正常请求,通过检查后直接创建实例 
     | 
|
| 
       353 
351 
     | 
    
         | 
| 
       354 
352 
     | 
    
         
             
                @property
         
     | 
| 
       355 
353 
     | 
    
         
             
                def NodeRole(self):
         
     | 
| 
       356 
     | 
    
         
            -
                    """添加节点角色。默认值:Compute<br><li>Compute 
     | 
| 
      
 354 
     | 
    
         
            +
                    """添加节点角色。默认值:Compute<br><li>Compute:计算节点。</li><br><li>Login:登录节点。</li>
         
     | 
| 
       357 
355 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       358 
356 
     | 
    
         
             
                    """
         
     | 
| 
       359 
357 
     | 
    
         
             
                    return self._NodeRole
         
     | 
| 
         @@ -379,7 +377,7 @@ false(默认):发送正常请求,通过检查后直接创建实例 
     | 
|
| 
       379 
377 
     | 
    
         | 
| 
       380 
378 
     | 
    
         
             
                @property
         
     | 
| 
       381 
379 
     | 
    
         
             
                def NodeType(self):
         
     | 
| 
       382 
     | 
    
         
            -
                    """添加节点类型。默认取值:STATIC。<li>STATIC 
     | 
| 
      
 380 
     | 
    
         
            +
                    """添加节点类型。默认取值:STATIC。<li>STATIC:静态节点,不会参与弹性伸缩流程。</li><li>DYNAMIC:弹性节点,会被弹性缩容的节点。管控节点和登录节点不支持此参数。</li>
         
     | 
| 
       383 
381 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       384 
382 
     | 
    
         
             
                    """
         
     | 
| 
       385 
383 
     | 
    
         
             
                    return self._NodeType
         
     | 
| 
         @@ -923,10 +921,9 @@ class ClusterActivity(AbstractModel): 
     | 
|
| 
       923 
921 
     | 
    
         
             
                    :type ClusterId: str
         
     | 
| 
       924 
922 
     | 
    
         
             
                    :param _ActivityId: 集群活动ID。
         
     | 
| 
       925 
923 
     | 
    
         
             
                    :type ActivityId: str
         
     | 
| 
       926 
     | 
    
         
            -
                    :param _ActivityType: 集群活动类型。取值范围:<br><li>CreateAndAddNodes 
     | 
| 
       927 
     | 
    
         
            -
             
     | 
| 
      
 924 
     | 
    
         
            +
                    :param _ActivityType: 集群活动类型。取值范围:<br><li>CreateAndAddNodes:创建实例并添加进集群</li><br><li>RemoveNodesFromCluster:从集群移除实例</li><br><li>TerminateNodes:销毁实例</li><br><li>MountStorageOption:增加挂载选项并进行挂载</li><br><li>UmountStorageOption:删除集群挂载存储选项并解挂载</li>	
         
     | 
| 
       928 
925 
     | 
    
         
             
                    :type ActivityType: str
         
     | 
| 
       929 
     | 
    
         
            -
                    :param _ActivityStatus: 集群活动状态。取值范围:<br><li>PENDING 
     | 
| 
      
 926 
     | 
    
         
            +
                    :param _ActivityStatus: 集群活动状态。取值范围:<br><li>PENDING:等待运行</li><br><li>RUNNING:运行中</li><br><li>SUCCESSFUL:活动成功</li><br><li>PARTIALLY_SUCCESSFUL:活动部分成功</li><br><li>FAILED:活动失败</li>	
         
     | 
| 
       930 
927 
     | 
    
         
             
                    :type ActivityStatus: str
         
     | 
| 
       931 
928 
     | 
    
         
             
                    :param _ActivityStatusCode: 集群活动状态码。
         
     | 
| 
       932 
929 
     | 
    
         
             
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
         @@ -983,8 +980,7 @@ class ClusterActivity(AbstractModel): 
     | 
|
| 
       983 
980 
     | 
    
         | 
| 
       984 
981 
     | 
    
         
             
                @property
         
     | 
| 
       985 
982 
     | 
    
         
             
                def ActivityType(self):
         
     | 
| 
       986 
     | 
    
         
            -
                    """集群活动类型。取值范围:<br><li>CreateAndAddNodes 
     | 
| 
       987 
     | 
    
         
            -
             
     | 
| 
      
 983 
     | 
    
         
            +
                    """集群活动类型。取值范围:<br><li>CreateAndAddNodes:创建实例并添加进集群</li><br><li>RemoveNodesFromCluster:从集群移除实例</li><br><li>TerminateNodes:销毁实例</li><br><li>MountStorageOption:增加挂载选项并进行挂载</li><br><li>UmountStorageOption:删除集群挂载存储选项并解挂载</li>	
         
     | 
| 
       988 
984 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       989 
985 
     | 
    
         
             
                    """
         
     | 
| 
       990 
986 
     | 
    
         
             
                    return self._ActivityType
         
     | 
| 
         @@ -995,7 +991,7 @@ class ClusterActivity(AbstractModel): 
     | 
|
| 
       995 
991 
     | 
    
         | 
| 
       996 
992 
     | 
    
         
             
                @property
         
     | 
| 
       997 
993 
     | 
    
         
             
                def ActivityStatus(self):
         
     | 
| 
       998 
     | 
    
         
            -
                    """集群活动状态。取值范围:<br><li>PENDING 
     | 
| 
      
 994 
     | 
    
         
            +
                    """集群活动状态。取值范围:<br><li>PENDING:等待运行</li><br><li>RUNNING:运行中</li><br><li>SUCCESSFUL:活动成功</li><br><li>PARTIALLY_SUCCESSFUL:活动部分成功</li><br><li>FAILED:活动失败</li>	
         
     | 
| 
       999 
995 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       1000 
996 
     | 
    
         
             
                    """
         
     | 
| 
       1001 
997 
     | 
    
         
             
                    return self._ActivityStatus
         
     | 
| 
         @@ -1122,7 +1118,7 @@ class ClusterOverview(AbstractModel): 
     | 
|
| 
       1122 
1118 
     | 
    
         
             
                    r"""
         
     | 
| 
       1123 
1119 
     | 
    
         
             
                    :param _ClusterId: 集群ID。
         
     | 
| 
       1124 
1120 
     | 
    
         
             
                    :type ClusterId: str
         
     | 
| 
       1125 
     | 
    
         
            -
                    :param _ClusterStatus: 集群状态。取值范围:<br><li>PENDING 
     | 
| 
      
 1121 
     | 
    
         
            +
                    :param _ClusterStatus: 集群状态。取值范围:<br><li>PENDING:创建中</li><br><li>INITING:初始化中</li><br><li>INIT_FAILED:初始化失败</li><br><li>RUNNING:运行中</li><br><li>TERMINATING:销毁中</li>	
         
     | 
| 
       1126 
1122 
     | 
    
         
             
                    :type ClusterStatus: str
         
     | 
| 
       1127 
1123 
     | 
    
         
             
                    :param _ClusterName: 集群名称。
         
     | 
| 
       1128 
1124 
     | 
    
         
             
                    :type ClusterName: str
         
     | 
| 
         @@ -1174,7 +1170,7 @@ class ClusterOverview(AbstractModel): 
     | 
|
| 
       1174 
1170 
     | 
    
         | 
| 
       1175 
1171 
     | 
    
         
             
                @property
         
     | 
| 
       1176 
1172 
     | 
    
         
             
                def ClusterStatus(self):
         
     | 
| 
       1177 
     | 
    
         
            -
                    """集群状态。取值范围:<br><li>PENDING 
     | 
| 
      
 1173 
     | 
    
         
            +
                    """集群状态。取值范围:<br><li>PENDING:创建中</li><br><li>INITING:初始化中</li><br><li>INIT_FAILED:初始化失败</li><br><li>RUNNING:运行中</li><br><li>TERMINATING:销毁中</li>	
         
     | 
| 
       1178 
1174 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       1179 
1175 
     | 
    
         
             
                    """
         
     | 
| 
       1180 
1176 
     | 
    
         
             
                    return self._ClusterStatus
         
     | 
| 
         @@ -1353,12 +1349,12 @@ class ComputeNode(AbstractModel): 
     | 
|
| 
       1353 
1349 
     | 
    
         | 
| 
       1354 
1350 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       1355 
1351 
     | 
    
         
             
                    r"""
         
     | 
| 
       1356 
     | 
    
         
            -
                    :param _InstanceChargeType: 节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID 
     | 
| 
      
 1352 
     | 
    
         
            +
                    :param _InstanceChargeType: 节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID:预付费,即包年包月</li><br><li>POSTPAID_BY_HOUR:按小时后付费</li><br><li>SPOTPAID:竞价付费<br>默认值:POSTPAID_BY_HOUR。</li>
         
     | 
| 
       1357 
1353 
     | 
    
         
             
                    :type InstanceChargeType: str
         
     | 
| 
       1358 
1354 
     | 
    
         
             
                    :param _InstanceChargePrepaid: 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月节点的购买时长、是否设置自动续费等属性。若指定节点的付费模式为预付费则该参数必传。
         
     | 
| 
       1359 
1355 
     | 
    
         
             
                    :type InstanceChargePrepaid: :class:`tencentcloud.thpc.v20220401.models.InstanceChargePrepaid`
         
     | 
| 
       1360 
1356 
     | 
    
         
             
                    :param _InstanceType: 节点机型。不同实例机型指定了不同的资源规格。
         
     | 
| 
       1361 
     | 
    
         
            -
            <br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518) 
     | 
| 
      
 1357 
     | 
    
         
            +
            <br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。</li>
         
     | 
| 
       1362 
1358 
     | 
    
         
             
                    :type InstanceType: str
         
     | 
| 
       1363 
1359 
     | 
    
         
             
                    :param _SystemDisk: 节点系统盘配置信息。若不指定该参数,则按照系统默认值进行分配。
         
     | 
| 
       1364 
1360 
     | 
    
         
             
                    :type SystemDisk: :class:`tencentcloud.thpc.v20220401.models.SystemDisk`
         
     | 
| 
         @@ -1368,7 +1364,7 @@ class ComputeNode(AbstractModel): 
     | 
|
| 
       1368 
1364 
     | 
    
         
             
                    :type InternetAccessible: :class:`tencentcloud.thpc.v20220401.models.InternetAccessible`
         
     | 
| 
       1369 
1365 
     | 
    
         
             
                    :param _InstanceName: 节点显示名称。<br><li>
         
     | 
| 
       1370 
1366 
     | 
    
         
             
            不指定节点显示名称则默认显示‘未命名’。
         
     | 
| 
       1371 
     | 
    
         
            -
            最多支持60 
     | 
| 
      
 1367 
     | 
    
         
            +
            最多支持60个字符。</li>
         
     | 
| 
       1372 
1368 
     | 
    
         
             
                    :type InstanceName: str
         
     | 
| 
       1373 
1369 
     | 
    
         
             
                    """
         
     | 
| 
       1374 
1370 
     | 
    
         
             
                    self._InstanceChargeType = None
         
     | 
| 
         @@ -1381,7 +1377,7 @@ class ComputeNode(AbstractModel): 
     | 
|
| 
       1381 
1377 
     | 
    
         | 
| 
       1382 
1378 
     | 
    
         
             
                @property
         
     | 
| 
       1383 
1379 
     | 
    
         
             
                def InstanceChargeType(self):
         
     | 
| 
       1384 
     | 
    
         
            -
                    """节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID 
     | 
| 
      
 1380 
     | 
    
         
            +
                    """节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID:预付费,即包年包月</li><br><li>POSTPAID_BY_HOUR:按小时后付费</li><br><li>SPOTPAID:竞价付费<br>默认值:POSTPAID_BY_HOUR。</li>
         
     | 
| 
       1385 
1381 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       1386 
1382 
     | 
    
         
             
                    """
         
     | 
| 
       1387 
1383 
     | 
    
         
             
                    return self._InstanceChargeType
         
     | 
| 
         @@ -1404,7 +1400,7 @@ class ComputeNode(AbstractModel): 
     | 
|
| 
       1404 
1400 
     | 
    
         
             
                @property
         
     | 
| 
       1405 
1401 
     | 
    
         
             
                def InstanceType(self):
         
     | 
| 
       1406 
1402 
     | 
    
         
             
                    """节点机型。不同实例机型指定了不同的资源规格。
         
     | 
| 
       1407 
     | 
    
         
            -
            <br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518) 
     | 
| 
      
 1403 
     | 
    
         
            +
            <br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。</li>
         
     | 
| 
       1408 
1404 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       1409 
1405 
     | 
    
         
             
                    """
         
     | 
| 
       1410 
1406 
     | 
    
         
             
                    return self._InstanceType
         
     | 
| 
         @@ -1450,7 +1446,7 @@ class ComputeNode(AbstractModel): 
     | 
|
| 
       1450 
1446 
     | 
    
         
             
                def InstanceName(self):
         
     | 
| 
       1451 
1447 
     | 
    
         
             
                    """节点显示名称。<br><li>
         
     | 
| 
       1452 
1448 
     | 
    
         
             
            不指定节点显示名称则默认显示‘未命名’。
         
     | 
| 
       1453 
     | 
    
         
            -
            最多支持60 
     | 
| 
      
 1449 
     | 
    
         
            +
            最多支持60个字符。</li>
         
     | 
| 
       1454 
1450 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       1455 
1451 
     | 
    
         
             
                    """
         
     | 
| 
       1456 
1452 
     | 
    
         
             
                    return self._InstanceName
         
     | 
| 
         @@ -1914,7 +1910,7 @@ class DataDisk(AbstractModel): 
     | 
|
| 
       1914 
1910 
     | 
    
         
             
                    r"""
         
     | 
| 
       1915 
1911 
     | 
    
         
             
                    :param _DiskSize: 数据盘大小,单位:GB。最小调整步长为10G,不同数据盘类型取值范围不同,具体限制详见:[存储概述](https://cloud.tencent.com/document/product/213/4952)。默认值为0,表示不购买数据盘。更多限制详见产品文档。
         
     | 
| 
       1916 
1912 
     | 
    
         
             
                    :type DiskSize: int
         
     | 
| 
       1917 
     | 
    
         
            -
                    :param _DiskType: 数据盘类型。数据盘类型限制详见[存储概述](https://cloud.tencent.com/document/product/213/4952)。取值范围:<br><li>LOCAL_BASIC 
     | 
| 
      
 1913 
     | 
    
         
            +
                    :param _DiskType: 数据盘类型。数据盘类型限制详见[存储概述](https://cloud.tencent.com/document/product/213/4952)。取值范围:<br><li>LOCAL_BASIC:本地硬盘</li><br><li>LOCAL_SSD:本地SSD硬盘</li><br><li>LOCAL_NVME:本地NVME硬盘,与InstanceType强相关,不支持指定<br><li>LOCAL_PRO:本地HDD硬盘,与InstanceType强相关,不支持指定</li><br><li>CLOUD_BASIC:普通云硬盘</li><br><li>CLOUD_PREMIUM:高性能云硬盘</li><br><li>CLOUD_SSD:SSD云硬盘</li><br><li>CLOUD_HSSD:增强型SSD云硬盘</li><br><li>CLOUD_TSSD:极速型SSD云硬盘</li><br><br>默认取值:LOCAL_BASIC。</li>
         
     | 
| 
       1918 
1914 
     | 
    
         
             
                    :type DiskType: str
         
     | 
| 
       1919 
1915 
     | 
    
         
             
                    """
         
     | 
| 
       1920 
1916 
     | 
    
         
             
                    self._DiskSize = None
         
     | 
| 
         @@ -1933,7 +1929,7 @@ class DataDisk(AbstractModel): 
     | 
|
| 
       1933 
1929 
     | 
    
         | 
| 
       1934 
1930 
     | 
    
         
             
                @property
         
     | 
| 
       1935 
1931 
     | 
    
         
             
                def DiskType(self):
         
     | 
| 
       1936 
     | 
    
         
            -
                    """数据盘类型。数据盘类型限制详见[存储概述](https://cloud.tencent.com/document/product/213/4952)。取值范围:<br><li>LOCAL_BASIC 
     | 
| 
      
 1932 
     | 
    
         
            +
                    """数据盘类型。数据盘类型限制详见[存储概述](https://cloud.tencent.com/document/product/213/4952)。取值范围:<br><li>LOCAL_BASIC:本地硬盘</li><br><li>LOCAL_SSD:本地SSD硬盘</li><br><li>LOCAL_NVME:本地NVME硬盘,与InstanceType强相关,不支持指定<br><li>LOCAL_PRO:本地HDD硬盘,与InstanceType强相关,不支持指定</li><br><li>CLOUD_BASIC:普通云硬盘</li><br><li>CLOUD_PREMIUM:高性能云硬盘</li><br><li>CLOUD_SSD:SSD云硬盘</li><br><li>CLOUD_HSSD:增强型SSD云硬盘</li><br><li>CLOUD_TSSD:极速型SSD云硬盘</li><br><br>默认取值:LOCAL_BASIC。</li>
         
     | 
| 
       1937 
1933 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       1938 
1934 
     | 
    
         
             
                    """
         
     | 
| 
       1939 
1935 
     | 
    
         
             
                    return self._DiskType
         
     | 
| 
         @@ -3012,12 +3008,11 @@ class ExpansionNodeConfig(AbstractModel): 
     | 
|
| 
       3012 
3008 
     | 
    
         
             
                    r"""
         
     | 
| 
       3013 
3009 
     | 
    
         
             
                    :param _Placement: 扩容实例所在的位置。
         
     | 
| 
       3014 
3010 
     | 
    
         
             
                    :type Placement: :class:`tencentcloud.thpc.v20220401.models.Placement`
         
     | 
| 
       3015 
     | 
    
         
            -
                    :param _InstanceChargeType: 节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID 
     | 
| 
      
 3011 
     | 
    
         
            +
                    :param _InstanceChargeType: 节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID:预付费,即包年包月</li><br><li>POSTPAID_BY_HOUR:按小时后付费</li><br><li>SPOTPAID:竞价付费<br>默认值:POSTPAID_BY_HOUR。</li>	
         
     | 
| 
       3016 
3012 
     | 
    
         
             
                    :type InstanceChargeType: str
         
     | 
| 
       3017 
3013 
     | 
    
         
             
                    :param _InstanceChargePrepaid: 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月节点的购买时长、是否设置自动续费等属性。若指定节点的付费模式为预付费则该参数必传。
         
     | 
| 
       3018 
3014 
     | 
    
         
             
                    :type InstanceChargePrepaid: :class:`tencentcloud.thpc.v20220401.models.InstanceChargePrepaid`
         
     | 
| 
       3019 
     | 
    
         
            -
                    :param _InstanceType: 节点机型。不同实例机型指定了不同的资源规格。
         
     | 
| 
       3020 
     | 
    
         
            -
            <br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。
         
     | 
| 
      
 3015 
     | 
    
         
            +
                    :param _InstanceType: 节点机型。不同实例机型指定了不同的资源规格。 <br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。</li>	
         
     | 
| 
       3021 
3016 
     | 
    
         
             
                    :type InstanceType: str
         
     | 
| 
       3022 
3017 
     | 
    
         
             
                    :param _VirtualPrivateCloud: 私有网络相关信息配置。
         
     | 
| 
       3023 
3018 
     | 
    
         
             
                    :type VirtualPrivateCloud: :class:`tencentcloud.thpc.v20220401.models.VirtualPrivateCloud`
         
     | 
| 
         @@ -3041,7 +3036,7 @@ class ExpansionNodeConfig(AbstractModel): 
     | 
|
| 
       3041 
3036 
     | 
    
         | 
| 
       3042 
3037 
     | 
    
         
             
                @property
         
     | 
| 
       3043 
3038 
     | 
    
         
             
                def InstanceChargeType(self):
         
     | 
| 
       3044 
     | 
    
         
            -
                    """节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID 
     | 
| 
      
 3039 
     | 
    
         
            +
                    """节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID:预付费,即包年包月</li><br><li>POSTPAID_BY_HOUR:按小时后付费</li><br><li>SPOTPAID:竞价付费<br>默认值:POSTPAID_BY_HOUR。</li>	
         
     | 
| 
       3045 
3040 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       3046 
3041 
     | 
    
         
             
                    """
         
     | 
| 
       3047 
3042 
     | 
    
         
             
                    return self._InstanceChargeType
         
     | 
| 
         @@ -3063,8 +3058,7 @@ class ExpansionNodeConfig(AbstractModel): 
     | 
|
| 
       3063 
3058 
     | 
    
         | 
| 
       3064 
3059 
     | 
    
         
             
                @property
         
     | 
| 
       3065 
3060 
     | 
    
         
             
                def InstanceType(self):
         
     | 
| 
       3066 
     | 
    
         
            -
                    """节点机型。不同实例机型指定了不同的资源规格。
         
     | 
| 
       3067 
     | 
    
         
            -
            <br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。
         
     | 
| 
      
 3061 
     | 
    
         
            +
                    """节点机型。不同实例机型指定了不同的资源规格。 <br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。</li>	
         
     | 
| 
       3068 
3062 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       3069 
3063 
     | 
    
         
             
                    """
         
     | 
| 
       3070 
3064 
     | 
    
         
             
                    return self._InstanceType
         
     | 
| 
         @@ -3610,12 +3604,11 @@ class LoginNode(AbstractModel): 
     | 
|
| 
       3610 
3604 
     | 
    
         | 
| 
       3611 
3605 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       3612 
3606 
     | 
    
         
             
                    r"""
         
     | 
| 
       3613 
     | 
    
         
            -
                    :param _InstanceChargeType: 节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID 
     | 
| 
      
 3607 
     | 
    
         
            +
                    :param _InstanceChargeType: 节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID:预付费,即包年包月</li><br><li>POSTPAID_BY_HOUR:按小时后付费</li><br><li>SPOTPAID:竞价付费<br>默认值:POSTPAID_BY_HOUR。</li>	
         
     | 
| 
       3614 
3608 
     | 
    
         
             
                    :type InstanceChargeType: str
         
     | 
| 
       3615 
3609 
     | 
    
         
             
                    :param _InstanceChargePrepaid: 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月节点的购买时长、是否设置自动续费等属性。若指定节点的付费模式为预付费则该参数必传。
         
     | 
| 
       3616 
3610 
     | 
    
         
             
                    :type InstanceChargePrepaid: :class:`tencentcloud.thpc.v20220401.models.InstanceChargePrepaid`
         
     | 
| 
       3617 
     | 
    
         
            -
                    :param _InstanceType: 节点机型。不同实例机型指定了不同的资源规格。
         
     | 
| 
       3618 
     | 
    
         
            -
            <br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。
         
     | 
| 
      
 3611 
     | 
    
         
            +
                    :param _InstanceType: 节点机型。不同实例机型指定了不同的资源规格。 <br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。</li>	
         
     | 
| 
       3619 
3612 
     | 
    
         
             
                    :type InstanceType: str
         
     | 
| 
       3620 
3613 
     | 
    
         
             
                    :param _SystemDisk: 节点系统盘配置信息。若不指定该参数,则按照系统默认值进行分配。
         
     | 
| 
       3621 
3614 
     | 
    
         
             
                    :type SystemDisk: list of SystemDisk
         
     | 
| 
         @@ -3623,9 +3616,7 @@ class LoginNode(AbstractModel): 
     | 
|
| 
       3623 
3616 
     | 
    
         
             
                    :type DataDisks: list of DataDisk
         
     | 
| 
       3624 
3617 
     | 
    
         
             
                    :param _InternetAccessible: 公网带宽相关信息设置。若不指定该参数,则默认公网带宽为0Mbps。
         
     | 
| 
       3625 
3618 
     | 
    
         
             
                    :type InternetAccessible: list of InternetAccessible
         
     | 
| 
       3626 
     | 
    
         
            -
                    :param _InstanceName: 节点显示名称。<br><li>
         
     | 
| 
       3627 
     | 
    
         
            -
            不指定节点显示名称则默认显示‘未命名’。
         
     | 
| 
       3628 
     | 
    
         
            -
            最多支持60个字符。
         
     | 
| 
      
 3619 
     | 
    
         
            +
                    :param _InstanceName: 节点显示名称。<br><li> 不指定节点显示名称则默认显示‘未命名’。 最多支持60个字符。</li>	
         
     | 
| 
       3629 
3620 
     | 
    
         
             
                    :type InstanceName: str
         
     | 
| 
       3630 
3621 
     | 
    
         
             
                    """
         
     | 
| 
       3631 
3622 
     | 
    
         
             
                    self._InstanceChargeType = None
         
     | 
| 
         @@ -3638,7 +3629,7 @@ class LoginNode(AbstractModel): 
     | 
|
| 
       3638 
3629 
     | 
    
         | 
| 
       3639 
3630 
     | 
    
         
             
                @property
         
     | 
| 
       3640 
3631 
     | 
    
         
             
                def InstanceChargeType(self):
         
     | 
| 
       3641 
     | 
    
         
            -
                    """节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID 
     | 
| 
      
 3632 
     | 
    
         
            +
                    """节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID:预付费,即包年包月</li><br><li>POSTPAID_BY_HOUR:按小时后付费</li><br><li>SPOTPAID:竞价付费<br>默认值:POSTPAID_BY_HOUR。</li>	
         
     | 
| 
       3642 
3633 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       3643 
3634 
     | 
    
         
             
                    """
         
     | 
| 
       3644 
3635 
     | 
    
         
             
                    return self._InstanceChargeType
         
     | 
| 
         @@ -3660,8 +3651,7 @@ class LoginNode(AbstractModel): 
     | 
|
| 
       3660 
3651 
     | 
    
         | 
| 
       3661 
3652 
     | 
    
         
             
                @property
         
     | 
| 
       3662 
3653 
     | 
    
         
             
                def InstanceType(self):
         
     | 
| 
       3663 
     | 
    
         
            -
                    """节点机型。不同实例机型指定了不同的资源规格。
         
     | 
| 
       3664 
     | 
    
         
            -
            <br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。
         
     | 
| 
      
 3654 
     | 
    
         
            +
                    """节点机型。不同实例机型指定了不同的资源规格。 <br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。</li>	
         
     | 
| 
       3665 
3655 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       3666 
3656 
     | 
    
         
             
                    """
         
     | 
| 
       3667 
3657 
     | 
    
         
             
                    return self._InstanceType
         
     | 
| 
         @@ -3705,9 +3695,7 @@ class LoginNode(AbstractModel): 
     | 
|
| 
       3705 
3695 
     | 
    
         | 
| 
       3706 
3696 
     | 
    
         
             
                @property
         
     | 
| 
       3707 
3697 
     | 
    
         
             
                def InstanceName(self):
         
     | 
| 
       3708 
     | 
    
         
            -
                    """节点显示名称。<br><li>
         
     | 
| 
       3709 
     | 
    
         
            -
            不指定节点显示名称则默认显示‘未命名’。
         
     | 
| 
       3710 
     | 
    
         
            -
            最多支持60个字符。
         
     | 
| 
      
 3698 
     | 
    
         
            +
                    """节点显示名称。<br><li> 不指定节点显示名称则默认显示‘未命名’。 最多支持60个字符。</li>	
         
     | 
| 
       3711 
3699 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       3712 
3700 
     | 
    
         
             
                    """
         
     | 
| 
       3713 
3701 
     | 
    
         
             
                    return self._InstanceName
         
     | 
| 
         @@ -3831,12 +3819,11 @@ class ManagerNode(AbstractModel): 
     | 
|
| 
       3831 
3819 
     | 
    
         | 
| 
       3832 
3820 
     | 
    
         
             
                def __init__(self):
         
     | 
| 
       3833 
3821 
     | 
    
         
             
                    r"""
         
     | 
| 
       3834 
     | 
    
         
            -
                    :param _InstanceChargeType: 节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID 
     | 
| 
      
 3822 
     | 
    
         
            +
                    :param _InstanceChargeType: 节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID:预付费,即包年包月</li><br><li>POSTPAID_BY_HOUR:按小时后付费</li><br><li>SPOTPAID:竞价付费<br>默认值:POSTPAID_BY_HOUR。</li>	
         
     | 
| 
       3835 
3823 
     | 
    
         
             
                    :type InstanceChargeType: str
         
     | 
| 
       3836 
3824 
     | 
    
         
             
                    :param _InstanceChargePrepaid: 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月节点的购买时长、是否设置自动续费等属性。若指定节点的付费模式为预付费则该参数必传。
         
     | 
| 
       3837 
3825 
     | 
    
         
             
                    :type InstanceChargePrepaid: :class:`tencentcloud.thpc.v20220401.models.InstanceChargePrepaid`
         
     | 
| 
       3838 
     | 
    
         
            -
                    :param _InstanceType: 节点机型。不同实例机型指定了不同的资源规格。
         
     | 
| 
       3839 
     | 
    
         
            -
            <br><li>对于付费模式为PREPAID或POSTPAID\_BY\_HOUR的实例创建,具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。
         
     | 
| 
      
 3826 
     | 
    
         
            +
                    :param _InstanceType: 节点机型。不同实例机型指定了不同的资源规格。 <br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。</li>	
         
     | 
| 
       3840 
3827 
     | 
    
         
             
                    :type InstanceType: str
         
     | 
| 
       3841 
3828 
     | 
    
         
             
                    :param _SystemDisk: 节点系统盘配置信息。若不指定该参数,则按照系统默认值进行分配。
         
     | 
| 
       3842 
3829 
     | 
    
         
             
                    :type SystemDisk: :class:`tencentcloud.thpc.v20220401.models.SystemDisk`
         
     | 
| 
         @@ -3844,11 +3831,7 @@ class ManagerNode(AbstractModel): 
     | 
|
| 
       3844 
3831 
     | 
    
         
             
                    :type DataDisks: list of DataDisk
         
     | 
| 
       3845 
3832 
     | 
    
         
             
                    :param _InternetAccessible: 公网带宽相关信息设置。若不指定该参数,则默认公网带宽为0Mbps。
         
     | 
| 
       3846 
3833 
     | 
    
         
             
                    :type InternetAccessible: :class:`tencentcloud.thpc.v20220401.models.InternetAccessible`
         
     | 
| 
       3847 
     | 
    
         
            -
                    :param _InstanceName: 节点显示名称。<br><li>
         
     | 
| 
       3848 
     | 
    
         
            -
            不指定节点显示名称则默认显示‘未命名’。
         
     | 
| 
       3849 
     | 
    
         
            -
            </li><li>购买多个节点,如果指定模式串`{R:x}`,表示生成数字[`[x, x+n-1]`,其中`n`表示购买节点的数量,例如`server_{R:3}`,购买1个时,节点显示名称为`server_3`;购买2个时,节点显示名称分别为`server_3`,`server_4`。支持指定多个模式串`{R:x}`。
         
     | 
| 
       3850 
     | 
    
         
            -
            购买多个节点,如果不指定模式串,则在节点显示名称添加后缀`1、2...n`,其中`n`表示购买节点的数量,例如`server_`,购买2个时,节点显示名称分别为`server_1`,`server_2`。</li><li>
         
     | 
| 
       3851 
     | 
    
         
            -
            最多支持60个字符(包含模式串)。
         
     | 
| 
      
 3834 
     | 
    
         
            +
                    :param _InstanceName: 节点显示名称。<br><li> 不指定节点显示名称则默认显示‘未命名’。 </li><li>购买多个节点,如果指定模式串`{R:x}`,表示生成数字[`[x, x+n-1]`,其中`n`表示购买节点的数量,例如`server_{R:3}`,购买1个时,节点显示名称为`server_3`;购买2个时,节点显示名称分别为`server_3`,`server_4`。支持指定多个模式串`{R:x}`。 购买多个节点,如果不指定模式串,则在节点显示名称添加后缀`1、2...n`,其中`n`表示购买节点的数量,例如`server_`,购买2个时,节点显示名称分别为`server_1`,`server_2`。</li><li> 最多支持60个字符(包含模式串)。</li>
         
     | 
| 
       3852 
3835 
     | 
    
         
             
                    :type InstanceName: str
         
     | 
| 
       3853 
3836 
     | 
    
         
             
                    """
         
     | 
| 
       3854 
3837 
     | 
    
         
             
                    self._InstanceChargeType = None
         
     | 
| 
         @@ -3861,7 +3844,7 @@ class ManagerNode(AbstractModel): 
     | 
|
| 
       3861 
3844 
     | 
    
         | 
| 
       3862 
3845 
     | 
    
         
             
                @property
         
     | 
| 
       3863 
3846 
     | 
    
         
             
                def InstanceChargeType(self):
         
     | 
| 
       3864 
     | 
    
         
            -
                    """节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID 
     | 
| 
      
 3847 
     | 
    
         
            +
                    """节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID:预付费,即包年包月</li><br><li>POSTPAID_BY_HOUR:按小时后付费</li><br><li>SPOTPAID:竞价付费<br>默认值:POSTPAID_BY_HOUR。</li>	
         
     | 
| 
       3865 
3848 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       3866 
3849 
     | 
    
         
             
                    """
         
     | 
| 
       3867 
3850 
     | 
    
         
             
                    return self._InstanceChargeType
         
     | 
| 
         @@ -3883,8 +3866,7 @@ class ManagerNode(AbstractModel): 
     | 
|
| 
       3883 
3866 
     | 
    
         | 
| 
       3884 
3867 
     | 
    
         
             
                @property
         
     | 
| 
       3885 
3868 
     | 
    
         
             
                def InstanceType(self):
         
     | 
| 
       3886 
     | 
    
         
            -
                    """节点机型。不同实例机型指定了不同的资源规格。
         
     | 
| 
       3887 
     | 
    
         
            -
            <br><li>对于付费模式为PREPAID或POSTPAID\_BY\_HOUR的实例创建,具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。
         
     | 
| 
      
 3869 
     | 
    
         
            +
                    """节点机型。不同实例机型指定了不同的资源规格。 <br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。</li>	
         
     | 
| 
       3888 
3870 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       3889 
3871 
     | 
    
         
             
                    """
         
     | 
| 
       3890 
3872 
     | 
    
         
             
                    return self._InstanceType
         
     | 
| 
         @@ -3928,11 +3910,7 @@ class ManagerNode(AbstractModel): 
     | 
|
| 
       3928 
3910 
     | 
    
         | 
| 
       3929 
3911 
     | 
    
         
             
                @property
         
     | 
| 
       3930 
3912 
     | 
    
         
             
                def InstanceName(self):
         
     | 
| 
       3931 
     | 
    
         
            -
                    """节点显示名称。<br><li>
         
     | 
| 
       3932 
     | 
    
         
            -
            不指定节点显示名称则默认显示‘未命名’。
         
     | 
| 
       3933 
     | 
    
         
            -
            </li><li>购买多个节点,如果指定模式串`{R:x}`,表示生成数字[`[x, x+n-1]`,其中`n`表示购买节点的数量,例如`server_{R:3}`,购买1个时,节点显示名称为`server_3`;购买2个时,节点显示名称分别为`server_3`,`server_4`。支持指定多个模式串`{R:x}`。
         
     | 
| 
       3934 
     | 
    
         
            -
            购买多个节点,如果不指定模式串,则在节点显示名称添加后缀`1、2...n`,其中`n`表示购买节点的数量,例如`server_`,购买2个时,节点显示名称分别为`server_1`,`server_2`。</li><li>
         
     | 
| 
       3935 
     | 
    
         
            -
            最多支持60个字符(包含模式串)。
         
     | 
| 
      
 3913 
     | 
    
         
            +
                    """节点显示名称。<br><li> 不指定节点显示名称则默认显示‘未命名’。 </li><li>购买多个节点,如果指定模式串`{R:x}`,表示生成数字[`[x, x+n-1]`,其中`n`表示购买节点的数量,例如`server_{R:3}`,购买1个时,节点显示名称为`server_3`;购买2个时,节点显示名称分别为`server_3`,`server_4`。支持指定多个模式串`{R:x}`。 购买多个节点,如果不指定模式串,则在节点显示名称添加后缀`1、2...n`,其中`n`表示购买节点的数量,例如`server_`,购买2个时,节点显示名称分别为`server_1`,`server_2`。</li><li> 最多支持60个字符(包含模式串)。</li>
         
     | 
| 
       3936 
3914 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       3937 
3915 
     | 
    
         
             
                    """
         
     | 
| 
       3938 
3916 
     | 
    
         
             
                    return self._InstanceName
         
     | 
| 
         @@ -4019,7 +3997,7 @@ class NodeActivity(AbstractModel): 
     | 
|
| 
       4019 
3997 
     | 
    
         
             
                    :param _NodeInstanceId: 节点活动所在的实例ID。
         
     | 
| 
       4020 
3998 
     | 
    
         
             
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       4021 
3999 
     | 
    
         
             
                    :type NodeInstanceId: str
         
     | 
| 
       4022 
     | 
    
         
            -
                    :param _NodeActivityStatus: 节点活动状态。取值范围:<br><li>RUNNING 
     | 
| 
      
 4000 
     | 
    
         
            +
                    :param _NodeActivityStatus: 节点活动状态。取值范围:<br><li>RUNNING:运行中</li><br><li>SUCCESSFUL:活动成功</li><br><li>FAILED:活动失败</li>	
         
     | 
| 
       4023 
4001 
     | 
    
         
             
                    :type NodeActivityStatus: str
         
     | 
| 
       4024 
4002 
     | 
    
         
             
                    :param _NodeActivityStatusCode: 节点活动状态码。
         
     | 
| 
       4025 
4003 
     | 
    
         
             
            注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
         @@ -4047,7 +4025,7 @@ class NodeActivity(AbstractModel): 
     | 
|
| 
       4047 
4025 
     | 
    
         | 
| 
       4048 
4026 
     | 
    
         
             
                @property
         
     | 
| 
       4049 
4027 
     | 
    
         
             
                def NodeActivityStatus(self):
         
     | 
| 
       4050 
     | 
    
         
            -
                    """节点活动状态。取值范围:<br><li>RUNNING 
     | 
| 
      
 4028 
     | 
    
         
            +
                    """节点活动状态。取值范围:<br><li>RUNNING:运行中</li><br><li>SUCCESSFUL:活动成功</li><br><li>FAILED:活动失败</li>	
         
     | 
| 
       4051 
4029 
     | 
    
         
             
                    :rtype: str
         
     | 
| 
       4052 
4030 
     | 
    
         
             
                    """
         
     | 
| 
       4053 
4031 
     | 
    
         
             
                    return self._NodeActivityStatus
         
     |