1. Packages
  2. Bytepluscc Provider
  3. API Docs
  4. emr
  5. getNodeGroup
Viewing docs for bytepluscc v0.0.21
published on Thursday, Apr 2, 2026 by Byteplus
bytepluscc logo
Viewing docs for bytepluscc v0.0.21
published on Thursday, Apr 2, 2026 by Byteplus

    Data Source schema for Byteplus::EMR::NodeGroup

    Using getNodeGroup

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getNodeGroup(args: GetNodeGroupArgs, opts?: InvokeOptions): Promise<GetNodeGroupResult>
    function getNodeGroupOutput(args: GetNodeGroupOutputArgs, opts?: InvokeOptions): Output<GetNodeGroupResult>
    def get_node_group(id: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetNodeGroupResult
    def get_node_group_output(id: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetNodeGroupResult]
    func LookupNodeGroup(ctx *Context, args *LookupNodeGroupArgs, opts ...InvokeOption) (*LookupNodeGroupResult, error)
    func LookupNodeGroupOutput(ctx *Context, args *LookupNodeGroupOutputArgs, opts ...InvokeOption) LookupNodeGroupResultOutput

    > Note: This function is named LookupNodeGroup in the Go SDK.

    public static class GetNodeGroup 
    {
        public static Task<GetNodeGroupResult> InvokeAsync(GetNodeGroupArgs args, InvokeOptions? opts = null)
        public static Output<GetNodeGroupResult> Invoke(GetNodeGroupInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetNodeGroupResult> getNodeGroup(GetNodeGroupArgs args, InvokeOptions options)
    public static Output<GetNodeGroupResult> getNodeGroup(GetNodeGroupArgs args, InvokeOptions options)
    
    fn::invoke:
      function: bytepluscc:emr/getNodeGroup:getNodeGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Uniquely identifies the resource.
    Id string
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.
    id string
    Uniquely identifies the resource.
    id str
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.

    getNodeGroup Result

    The following output properties are available:

    ApplicationLayouts List<Byteplus.GetNodeGroupApplicationLayout>
    List of component names that can be deployed in the current node group.
    ChargePreConfig Byteplus.GetNodeGroupChargePreConfig
    Subscription payment configuration.
    ChargeType string
    Payment type. PRE indicates monthly subscription, POST indicates pay-as-you-go.
    ClusterId string
    Cluster ID.
    CreatedTime int
    Creation time.
    DataDisks List<Byteplus.GetNodeGroupDataDisk>
    Data disk configuration.
    EcsInstanceTypes List<string>
    ECS instance specification list. Currently, only a single instance specification can be modified.
    Id string
    Uniquely identifies the resource.
    LayoutComponentNames List<string>
    Custom configuration parameter list for the returned node group components.
    NodeCount int
    Node count. Value range: 1~1000.
    NodeGroupId string
    Node group ID.
    NodeGroupName string
    Node group name.
    NodeGroupState string
    Node group status. RUNNING: Running. EXTENDING: Expanding. REDUCING: Shrinking. DISK_EXTENDING: Disk expansion. MODIFYING: Configuration modification in progress.
    NodeGroupType string
    Node group type.
    Nodes List<Byteplus.GetNodeGroupNode>
    Node list.
    SubnetIds List<string>
    Subnet ID list.
    SystemDisk Byteplus.GetNodeGroupSystemDisk
    System disk.
    TargetDiskSize int
    Target disk size for expansion. Minimum 60GB, maximum 2048GB, unit: GB.
    TerminateTime string
    Cluster termination time.
    WithPublicIp bool
    Whether the ECS instance includes a public IP.
    ZoneId string
    zoneId. If empty, the cluster's zoneId is reused by default.
    ApplicationLayouts []GetNodeGroupApplicationLayout
    List of component names that can be deployed in the current node group.
    ChargePreConfig GetNodeGroupChargePreConfig
    Subscription payment configuration.
    ChargeType string
    Payment type. PRE indicates monthly subscription, POST indicates pay-as-you-go.
    ClusterId string
    Cluster ID.
    CreatedTime int
    Creation time.
    DataDisks []GetNodeGroupDataDisk
    Data disk configuration.
    EcsInstanceTypes []string
    ECS instance specification list. Currently, only a single instance specification can be modified.
    Id string
    Uniquely identifies the resource.
    LayoutComponentNames []string
    Custom configuration parameter list for the returned node group components.
    NodeCount int
    Node count. Value range: 1~1000.
    NodeGroupId string
    Node group ID.
    NodeGroupName string
    Node group name.
    NodeGroupState string
    Node group status. RUNNING: Running. EXTENDING: Expanding. REDUCING: Shrinking. DISK_EXTENDING: Disk expansion. MODIFYING: Configuration modification in progress.
    NodeGroupType string
    Node group type.
    Nodes []GetNodeGroupNode
    Node list.
    SubnetIds []string
    Subnet ID list.
    SystemDisk GetNodeGroupSystemDisk
    System disk.
    TargetDiskSize int
    Target disk size for expansion. Minimum 60GB, maximum 2048GB, unit: GB.
    TerminateTime string
    Cluster termination time.
    WithPublicIp bool
    Whether the ECS instance includes a public IP.
    ZoneId string
    zoneId. If empty, the cluster's zoneId is reused by default.
    applicationLayouts List<GetNodeGroupApplicationLayout>
    List of component names that can be deployed in the current node group.
    chargePreConfig GetNodeGroupChargePreConfig
    Subscription payment configuration.
    chargeType String
    Payment type. PRE indicates monthly subscription, POST indicates pay-as-you-go.
    clusterId String
    Cluster ID.
    createdTime Integer
    Creation time.
    dataDisks List<GetNodeGroupDataDisk>
    Data disk configuration.
    ecsInstanceTypes List<String>
    ECS instance specification list. Currently, only a single instance specification can be modified.
    id String
    Uniquely identifies the resource.
    layoutComponentNames List<String>
    Custom configuration parameter list for the returned node group components.
    nodeCount Integer
    Node count. Value range: 1~1000.
    nodeGroupId String
    Node group ID.
    nodeGroupName String
    Node group name.
    nodeGroupState String
    Node group status. RUNNING: Running. EXTENDING: Expanding. REDUCING: Shrinking. DISK_EXTENDING: Disk expansion. MODIFYING: Configuration modification in progress.
    nodeGroupType String
    Node group type.
    nodes List<GetNodeGroupNode>
    Node list.
    subnetIds List<String>
    Subnet ID list.
    systemDisk GetNodeGroupSystemDisk
    System disk.
    targetDiskSize Integer
    Target disk size for expansion. Minimum 60GB, maximum 2048GB, unit: GB.
    terminateTime String
    Cluster termination time.
    withPublicIp Boolean
    Whether the ECS instance includes a public IP.
    zoneId String
    zoneId. If empty, the cluster's zoneId is reused by default.
    applicationLayouts GetNodeGroupApplicationLayout[]
    List of component names that can be deployed in the current node group.
    chargePreConfig GetNodeGroupChargePreConfig
    Subscription payment configuration.
    chargeType string
    Payment type. PRE indicates monthly subscription, POST indicates pay-as-you-go.
    clusterId string
    Cluster ID.
    createdTime number
    Creation time.
    dataDisks GetNodeGroupDataDisk[]
    Data disk configuration.
    ecsInstanceTypes string[]
    ECS instance specification list. Currently, only a single instance specification can be modified.
    id string
    Uniquely identifies the resource.
    layoutComponentNames string[]
    Custom configuration parameter list for the returned node group components.
    nodeCount number
    Node count. Value range: 1~1000.
    nodeGroupId string
    Node group ID.
    nodeGroupName string
    Node group name.
    nodeGroupState string
    Node group status. RUNNING: Running. EXTENDING: Expanding. REDUCING: Shrinking. DISK_EXTENDING: Disk expansion. MODIFYING: Configuration modification in progress.
    nodeGroupType string
    Node group type.
    nodes GetNodeGroupNode[]
    Node list.
    subnetIds string[]
    Subnet ID list.
    systemDisk GetNodeGroupSystemDisk
    System disk.
    targetDiskSize number
    Target disk size for expansion. Minimum 60GB, maximum 2048GB, unit: GB.
    terminateTime string
    Cluster termination time.
    withPublicIp boolean
    Whether the ECS instance includes a public IP.
    zoneId string
    zoneId. If empty, the cluster's zoneId is reused by default.
    application_layouts Sequence[GetNodeGroupApplicationLayout]
    List of component names that can be deployed in the current node group.
    charge_pre_config GetNodeGroupChargePreConfig
    Subscription payment configuration.
    charge_type str
    Payment type. PRE indicates monthly subscription, POST indicates pay-as-you-go.
    cluster_id str
    Cluster ID.
    created_time int
    Creation time.
    data_disks Sequence[GetNodeGroupDataDisk]
    Data disk configuration.
    ecs_instance_types Sequence[str]
    ECS instance specification list. Currently, only a single instance specification can be modified.
    id str
    Uniquely identifies the resource.
    layout_component_names Sequence[str]
    Custom configuration parameter list for the returned node group components.
    node_count int
    Node count. Value range: 1~1000.
    node_group_id str
    Node group ID.
    node_group_name str
    Node group name.
    node_group_state str
    Node group status. RUNNING: Running. EXTENDING: Expanding. REDUCING: Shrinking. DISK_EXTENDING: Disk expansion. MODIFYING: Configuration modification in progress.
    node_group_type str
    Node group type.
    nodes Sequence[GetNodeGroupNode]
    Node list.
    subnet_ids Sequence[str]
    Subnet ID list.
    system_disk GetNodeGroupSystemDisk
    System disk.
    target_disk_size int
    Target disk size for expansion. Minimum 60GB, maximum 2048GB, unit: GB.
    terminate_time str
    Cluster termination time.
    with_public_ip bool
    Whether the ECS instance includes a public IP.
    zone_id str
    zoneId. If empty, the cluster's zoneId is reused by default.
    applicationLayouts List<Property Map>
    List of component names that can be deployed in the current node group.
    chargePreConfig Property Map
    Subscription payment configuration.
    chargeType String
    Payment type. PRE indicates monthly subscription, POST indicates pay-as-you-go.
    clusterId String
    Cluster ID.
    createdTime Number
    Creation time.
    dataDisks List<Property Map>
    Data disk configuration.
    ecsInstanceTypes List<String>
    ECS instance specification list. Currently, only a single instance specification can be modified.
    id String
    Uniquely identifies the resource.
    layoutComponentNames List<String>
    Custom configuration parameter list for the returned node group components.
    nodeCount Number
    Node count. Value range: 1~1000.
    nodeGroupId String
    Node group ID.
    nodeGroupName String
    Node group name.
    nodeGroupState String
    Node group status. RUNNING: Running. EXTENDING: Expanding. REDUCING: Shrinking. DISK_EXTENDING: Disk expansion. MODIFYING: Configuration modification in progress.
    nodeGroupType String
    Node group type.
    nodes List<Property Map>
    Node list.
    subnetIds List<String>
    Subnet ID list.
    systemDisk Property Map
    System disk.
    targetDiskSize Number
    Target disk size for expansion. Minimum 60GB, maximum 2048GB, unit: GB.
    terminateTime String
    Cluster termination time.
    withPublicIp Boolean
    Whether the ECS instance includes a public IP.
    zoneId String
    zoneId. If empty, the cluster's zoneId is reused by default.

    Supporting Types

    GetNodeGroupApplicationLayout

    ApplicationName string
    Application name.
    LayoutComponentNames List<string>
    Custom configuration parameter list for the component.
    ApplicationName string
    Application name.
    LayoutComponentNames []string
    Custom configuration parameter list for the component.
    applicationName String
    Application name.
    layoutComponentNames List<String>
    Custom configuration parameter list for the component.
    applicationName string
    Application name.
    layoutComponentNames string[]
    Custom configuration parameter list for the component.
    application_name str
    Application name.
    layout_component_names Sequence[str]
    Custom configuration parameter list for the component.
    applicationName String
    Application name.
    layoutComponentNames List<String>
    Custom configuration parameter list for the component.

    GetNodeGroupChargePreConfig

    AutoRenew bool
    Whether to enable auto-renewal.
    AutoRenewPeriod int
    Renewal duration when auto-renewal is triggered. When autoRenew=true, the default value is 1.
    AutoRenewPeriodUnit string
    Renewal duration unit when auto-renewal is triggered. When autoRenew=true, the default value is Month. Value range: Month: month. Year: year.
    ChargePeriod int
    When chargeType=PRE, the default value is 1. The unit for the purchase duration when chargeType=PRE is monthly subscription.
    ChargePeriodUnit string
    When chargeType=PRE, the default value is Month. The unit for the purchase duration when chargeType=PRE is monthly subscription. Value range: Month (month), Year (year).
    ChargeType string
    Payment type. Enum values: POST, PRE.
    AutoRenew bool
    Whether to enable auto-renewal.
    AutoRenewPeriod int
    Renewal duration when auto-renewal is triggered. When autoRenew=true, the default value is 1.
    AutoRenewPeriodUnit string
    Renewal duration unit when auto-renewal is triggered. When autoRenew=true, the default value is Month. Value range: Month: month. Year: year.
    ChargePeriod int
    When chargeType=PRE, the default value is 1. The unit for the purchase duration when chargeType=PRE is monthly subscription.
    ChargePeriodUnit string
    When chargeType=PRE, the default value is Month. The unit for the purchase duration when chargeType=PRE is monthly subscription. Value range: Month (month), Year (year).
    ChargeType string
    Payment type. Enum values: POST, PRE.
    autoRenew Boolean
    Whether to enable auto-renewal.
    autoRenewPeriod Integer
    Renewal duration when auto-renewal is triggered. When autoRenew=true, the default value is 1.
    autoRenewPeriodUnit String
    Renewal duration unit when auto-renewal is triggered. When autoRenew=true, the default value is Month. Value range: Month: month. Year: year.
    chargePeriod Integer
    When chargeType=PRE, the default value is 1. The unit for the purchase duration when chargeType=PRE is monthly subscription.
    chargePeriodUnit String
    When chargeType=PRE, the default value is Month. The unit for the purchase duration when chargeType=PRE is monthly subscription. Value range: Month (month), Year (year).
    chargeType String
    Payment type. Enum values: POST, PRE.
    autoRenew boolean
    Whether to enable auto-renewal.
    autoRenewPeriod number
    Renewal duration when auto-renewal is triggered. When autoRenew=true, the default value is 1.
    autoRenewPeriodUnit string
    Renewal duration unit when auto-renewal is triggered. When autoRenew=true, the default value is Month. Value range: Month: month. Year: year.
    chargePeriod number
    When chargeType=PRE, the default value is 1. The unit for the purchase duration when chargeType=PRE is monthly subscription.
    chargePeriodUnit string
    When chargeType=PRE, the default value is Month. The unit for the purchase duration when chargeType=PRE is monthly subscription. Value range: Month (month), Year (year).
    chargeType string
    Payment type. Enum values: POST, PRE.
    auto_renew bool
    Whether to enable auto-renewal.
    auto_renew_period int
    Renewal duration when auto-renewal is triggered. When autoRenew=true, the default value is 1.
    auto_renew_period_unit str
    Renewal duration unit when auto-renewal is triggered. When autoRenew=true, the default value is Month. Value range: Month: month. Year: year.
    charge_period int
    When chargeType=PRE, the default value is 1. The unit for the purchase duration when chargeType=PRE is monthly subscription.
    charge_period_unit str
    When chargeType=PRE, the default value is Month. The unit for the purchase duration when chargeType=PRE is monthly subscription. Value range: Month (month), Year (year).
    charge_type str
    Payment type. Enum values: POST, PRE.
    autoRenew Boolean
    Whether to enable auto-renewal.
    autoRenewPeriod Number
    Renewal duration when auto-renewal is triggered. When autoRenew=true, the default value is 1.
    autoRenewPeriodUnit String
    Renewal duration unit when auto-renewal is triggered. When autoRenew=true, the default value is Month. Value range: Month: month. Year: year.
    chargePeriod Number
    When chargeType=PRE, the default value is 1. The unit for the purchase duration when chargeType=PRE is monthly subscription.
    chargePeriodUnit String
    When chargeType=PRE, the default value is Month. The unit for the purchase duration when chargeType=PRE is monthly subscription. Value range: Month (month), Year (year).
    chargeType String
    Payment type. Enum values: POST, PRE.

    GetNodeGroupDataDisk

    Count int
    Number of disk blocks. Default value: 4. Maximum: 15. Minimum: 1.
    Size int
    Disk size. Default value: 80GB. Minimum: 60GB. Maximum: 2048GB. Unit: GB.
    VolumeType string
    Disk type. ESSDPL0: Ultra-fast SSDPL0. ESSDPL1: Ultra-fast SSDPL1. ESSDPL2: Ultra-fast SSDPL2. ESSDPL3: Ultra-fast SSDPL3. ESSDFLEXPL: Ultra-fast SSDFlexPL. ULTRADISK: Efficient cloud disk. PTSSD: Performance SSD. SSD: General SSD. EHDD: Efficient cloud disk. ZENYASSD: Zenya. LOCALHDD: Big data HDD. LOCALSSD: Local SSD. LOCALSSDSRIOV: Local SSD SRIOV.
    Count int
    Number of disk blocks. Default value: 4. Maximum: 15. Minimum: 1.
    Size int
    Disk size. Default value: 80GB. Minimum: 60GB. Maximum: 2048GB. Unit: GB.
    VolumeType string
    Disk type. ESSDPL0: Ultra-fast SSDPL0. ESSDPL1: Ultra-fast SSDPL1. ESSDPL2: Ultra-fast SSDPL2. ESSDPL3: Ultra-fast SSDPL3. ESSDFLEXPL: Ultra-fast SSDFlexPL. ULTRADISK: Efficient cloud disk. PTSSD: Performance SSD. SSD: General SSD. EHDD: Efficient cloud disk. ZENYASSD: Zenya. LOCALHDD: Big data HDD. LOCALSSD: Local SSD. LOCALSSDSRIOV: Local SSD SRIOV.
    count Integer
    Number of disk blocks. Default value: 4. Maximum: 15. Minimum: 1.
    size Integer
    Disk size. Default value: 80GB. Minimum: 60GB. Maximum: 2048GB. Unit: GB.
    volumeType String
    Disk type. ESSDPL0: Ultra-fast SSDPL0. ESSDPL1: Ultra-fast SSDPL1. ESSDPL2: Ultra-fast SSDPL2. ESSDPL3: Ultra-fast SSDPL3. ESSDFLEXPL: Ultra-fast SSDFlexPL. ULTRADISK: Efficient cloud disk. PTSSD: Performance SSD. SSD: General SSD. EHDD: Efficient cloud disk. ZENYASSD: Zenya. LOCALHDD: Big data HDD. LOCALSSD: Local SSD. LOCALSSDSRIOV: Local SSD SRIOV.
    count number
    Number of disk blocks. Default value: 4. Maximum: 15. Minimum: 1.
    size number
    Disk size. Default value: 80GB. Minimum: 60GB. Maximum: 2048GB. Unit: GB.
    volumeType string
    Disk type. ESSDPL0: Ultra-fast SSDPL0. ESSDPL1: Ultra-fast SSDPL1. ESSDPL2: Ultra-fast SSDPL2. ESSDPL3: Ultra-fast SSDPL3. ESSDFLEXPL: Ultra-fast SSDFlexPL. ULTRADISK: Efficient cloud disk. PTSSD: Performance SSD. SSD: General SSD. EHDD: Efficient cloud disk. ZENYASSD: Zenya. LOCALHDD: Big data HDD. LOCALSSD: Local SSD. LOCALSSDSRIOV: Local SSD SRIOV.
    count int
    Number of disk blocks. Default value: 4. Maximum: 15. Minimum: 1.
    size int
    Disk size. Default value: 80GB. Minimum: 60GB. Maximum: 2048GB. Unit: GB.
    volume_type str
    Disk type. ESSDPL0: Ultra-fast SSDPL0. ESSDPL1: Ultra-fast SSDPL1. ESSDPL2: Ultra-fast SSDPL2. ESSDPL3: Ultra-fast SSDPL3. ESSDFLEXPL: Ultra-fast SSDFlexPL. ULTRADISK: Efficient cloud disk. PTSSD: Performance SSD. SSD: General SSD. EHDD: Efficient cloud disk. ZENYASSD: Zenya. LOCALHDD: Big data HDD. LOCALSSD: Local SSD. LOCALSSDSRIOV: Local SSD SRIOV.
    count Number
    Number of disk blocks. Default value: 4. Maximum: 15. Minimum: 1.
    size Number
    Disk size. Default value: 80GB. Minimum: 60GB. Maximum: 2048GB. Unit: GB.
    volumeType String
    Disk type. ESSDPL0: Ultra-fast SSDPL0. ESSDPL1: Ultra-fast SSDPL1. ESSDPL2: Ultra-fast SSDPL2. ESSDPL3: Ultra-fast SSDPL3. ESSDFLEXPL: Ultra-fast SSDFlexPL. ULTRADISK: Efficient cloud disk. PTSSD: Performance SSD. SSD: General SSD. EHDD: Efficient cloud disk. ZENYASSD: Zenya. LOCALHDD: Big data HDD. LOCALSSD: Local SSD. LOCALSSDSRIOV: Local SSD SRIOV.

    GetNodeGroupNode

    CreatedTime int
    Node creation time.
    EcsInstanceType string
    ecs instance specification.
    NodeFqdn string
    Node FQDN.
    NodeId string
    Node ID.
    NodeName string
    Node name.
    NodeState string
    Node status. UNKNOWN: Unknown. CREATING: Creating. RUNNING: Running. STOPPING: Stopping. STOPPED: Stopped. REBOOTING: Rebooting. DELETED: Deleted.
    PrivateIp string
    Private IP.
    PublicIp string
    Public IP.
    ReadyTime int
    Ready time.
    TerminateTime int
    Cluster termination time.
    CreatedTime int
    Node creation time.
    EcsInstanceType string
    ecs instance specification.
    NodeFqdn string
    Node FQDN.
    NodeId string
    Node ID.
    NodeName string
    Node name.
    NodeState string
    Node status. UNKNOWN: Unknown. CREATING: Creating. RUNNING: Running. STOPPING: Stopping. STOPPED: Stopped. REBOOTING: Rebooting. DELETED: Deleted.
    PrivateIp string
    Private IP.
    PublicIp string
    Public IP.
    ReadyTime int
    Ready time.
    TerminateTime int
    Cluster termination time.
    createdTime Integer
    Node creation time.
    ecsInstanceType String
    ecs instance specification.
    nodeFqdn String
    Node FQDN.
    nodeId String
    Node ID.
    nodeName String
    Node name.
    nodeState String
    Node status. UNKNOWN: Unknown. CREATING: Creating. RUNNING: Running. STOPPING: Stopping. STOPPED: Stopped. REBOOTING: Rebooting. DELETED: Deleted.
    privateIp String
    Private IP.
    publicIp String
    Public IP.
    readyTime Integer
    Ready time.
    terminateTime Integer
    Cluster termination time.
    createdTime number
    Node creation time.
    ecsInstanceType string
    ecs instance specification.
    nodeFqdn string
    Node FQDN.
    nodeId string
    Node ID.
    nodeName string
    Node name.
    nodeState string
    Node status. UNKNOWN: Unknown. CREATING: Creating. RUNNING: Running. STOPPING: Stopping. STOPPED: Stopped. REBOOTING: Rebooting. DELETED: Deleted.
    privateIp string
    Private IP.
    publicIp string
    Public IP.
    readyTime number
    Ready time.
    terminateTime number
    Cluster termination time.
    created_time int
    Node creation time.
    ecs_instance_type str
    ecs instance specification.
    node_fqdn str
    Node FQDN.
    node_id str
    Node ID.
    node_name str
    Node name.
    node_state str
    Node status. UNKNOWN: Unknown. CREATING: Creating. RUNNING: Running. STOPPING: Stopping. STOPPED: Stopped. REBOOTING: Rebooting. DELETED: Deleted.
    private_ip str
    Private IP.
    public_ip str
    Public IP.
    ready_time int
    Ready time.
    terminate_time int
    Cluster termination time.
    createdTime Number
    Node creation time.
    ecsInstanceType String
    ecs instance specification.
    nodeFqdn String
    Node FQDN.
    nodeId String
    Node ID.
    nodeName String
    Node name.
    nodeState String
    Node status. UNKNOWN: Unknown. CREATING: Creating. RUNNING: Running. STOPPING: Stopping. STOPPED: Stopped. REBOOTING: Rebooting. DELETED: Deleted.
    privateIp String
    Private IP.
    publicIp String
    Public IP.
    readyTime Number
    Ready time.
    terminateTime Number
    Cluster termination time.

    GetNodeGroupSystemDisk

    Size int
    System disk size. Default value: 80GB. Minimum: 60GB. Maximum: 2048GB. Unit: GB.
    VolumeType string
    Disk type. ESSDPL0: Ultra-fast SSDPL0. ESSDPL1: Ultra-fast SSDPL1. ESSDPL2: Ultra-fast SSDPL2. ESSDPL3: Ultra-fast SSDPL3. ESSDFLEXPL: Ultra-fast SSDFlexPL. ULTRADISK: Efficient cloud disk. PTSSD: Performance SSD. SSD: General SSD. EHDD: Efficient cloud disk. ZENYASSD: Zenya. LOCALHDD: Big data HDD. LOCALSSD: Local SSD. LOCALSSDSRIOV: Local SSD SRIOV.
    Size int
    System disk size. Default value: 80GB. Minimum: 60GB. Maximum: 2048GB. Unit: GB.
    VolumeType string
    Disk type. ESSDPL0: Ultra-fast SSDPL0. ESSDPL1: Ultra-fast SSDPL1. ESSDPL2: Ultra-fast SSDPL2. ESSDPL3: Ultra-fast SSDPL3. ESSDFLEXPL: Ultra-fast SSDFlexPL. ULTRADISK: Efficient cloud disk. PTSSD: Performance SSD. SSD: General SSD. EHDD: Efficient cloud disk. ZENYASSD: Zenya. LOCALHDD: Big data HDD. LOCALSSD: Local SSD. LOCALSSDSRIOV: Local SSD SRIOV.
    size Integer
    System disk size. Default value: 80GB. Minimum: 60GB. Maximum: 2048GB. Unit: GB.
    volumeType String
    Disk type. ESSDPL0: Ultra-fast SSDPL0. ESSDPL1: Ultra-fast SSDPL1. ESSDPL2: Ultra-fast SSDPL2. ESSDPL3: Ultra-fast SSDPL3. ESSDFLEXPL: Ultra-fast SSDFlexPL. ULTRADISK: Efficient cloud disk. PTSSD: Performance SSD. SSD: General SSD. EHDD: Efficient cloud disk. ZENYASSD: Zenya. LOCALHDD: Big data HDD. LOCALSSD: Local SSD. LOCALSSDSRIOV: Local SSD SRIOV.
    size number
    System disk size. Default value: 80GB. Minimum: 60GB. Maximum: 2048GB. Unit: GB.
    volumeType string
    Disk type. ESSDPL0: Ultra-fast SSDPL0. ESSDPL1: Ultra-fast SSDPL1. ESSDPL2: Ultra-fast SSDPL2. ESSDPL3: Ultra-fast SSDPL3. ESSDFLEXPL: Ultra-fast SSDFlexPL. ULTRADISK: Efficient cloud disk. PTSSD: Performance SSD. SSD: General SSD. EHDD: Efficient cloud disk. ZENYASSD: Zenya. LOCALHDD: Big data HDD. LOCALSSD: Local SSD. LOCALSSDSRIOV: Local SSD SRIOV.
    size int
    System disk size. Default value: 80GB. Minimum: 60GB. Maximum: 2048GB. Unit: GB.
    volume_type str
    Disk type. ESSDPL0: Ultra-fast SSDPL0. ESSDPL1: Ultra-fast SSDPL1. ESSDPL2: Ultra-fast SSDPL2. ESSDPL3: Ultra-fast SSDPL3. ESSDFLEXPL: Ultra-fast SSDFlexPL. ULTRADISK: Efficient cloud disk. PTSSD: Performance SSD. SSD: General SSD. EHDD: Efficient cloud disk. ZENYASSD: Zenya. LOCALHDD: Big data HDD. LOCALSSD: Local SSD. LOCALSSDSRIOV: Local SSD SRIOV.
    size Number
    System disk size. Default value: 80GB. Minimum: 60GB. Maximum: 2048GB. Unit: GB.
    volumeType String
    Disk type. ESSDPL0: Ultra-fast SSDPL0. ESSDPL1: Ultra-fast SSDPL1. ESSDPL2: Ultra-fast SSDPL2. ESSDPL3: Ultra-fast SSDPL3. ESSDFLEXPL: Ultra-fast SSDFlexPL. ULTRADISK: Efficient cloud disk. PTSSD: Performance SSD. SSD: General SSD. EHDD: Efficient cloud disk. ZENYASSD: Zenya. LOCALHDD: Big data HDD. LOCALSSD: Local SSD. LOCALSSDSRIOV: Local SSD SRIOV.

    Package Details

    Repository
    bytepluscc byteplus-sdk/pulumi-bytepluscc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the bytepluscc Terraform Provider.
    bytepluscc logo
    Viewing docs for bytepluscc v0.0.21
    published on Thursday, Apr 2, 2026 by Byteplus
      Try Pulumi Cloud free. Your team will thank you.