1. Packages
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. hbase
  6. getInstance
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
volcenginecc logo
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine

    Data Source schema for Volcengine::HBase::Instance

    Using getInstance

    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 getInstance(args: GetInstanceArgs, opts?: InvokeOptions): Promise<GetInstanceResult>
    function getInstanceOutput(args: GetInstanceOutputArgs, opts?: InvokeOptions): Output<GetInstanceResult>
    def get_instance(id: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetInstanceResult
    def get_instance_output(id: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetInstanceResult]
    func LookupInstance(ctx *Context, args *LookupInstanceArgs, opts ...InvokeOption) (*LookupInstanceResult, error)
    func LookupInstanceOutput(ctx *Context, args *LookupInstanceOutputArgs, opts ...InvokeOption) LookupInstanceResultOutput

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

    public static class GetInstance 
    {
        public static Task<GetInstanceResult> InvokeAsync(GetInstanceArgs args, InvokeOptions? opts = null)
        public static Output<GetInstanceResult> Invoke(GetInstanceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetInstanceResult> getInstance(GetInstanceArgs args, InvokeOptions options)
    public static Output<GetInstanceResult> getInstance(GetInstanceArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcenginecc:hbase/getInstance:getInstance
      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.

    getInstance Result

    The following output properties are available:

    AutoRenew bool
    Whether auto-renewal is enabled for subscription scenarios. Values: true: auto-renewal enabled. false: auto-renewal not enabled.
    ChargeStatus string
    Billing status. Values: Normal: normal. Overdue: overdue. Shutdown: shutdown.
    ChargeType string
    Billing type. Values: PostPaid: pay-as-you-go (postpaid). PrePaid: subscription (prepaid, yearly/monthly).
    ColdStorage int
    Total capacity-type storage space for the instance, in GiB.
    CreateTime string
    Instance creation time (UTC).
    DeletionProtection string
    Instance deletion protection switch status. Value range: enabled: enabled. disabled: not enabled. For more information about instance deletion protection, see Instance Deletion Protection.
    EnableAuth bool
    Whether login authentication is enabled. Values: true: login authentication enabled. false: login authentication disabled.
    EnableCloudStorage bool
    Whether capacity-type storage is enabled. Values: true: capacity-type storage enabled. false: capacity-type storage not enabled. For details about capacity-type storage, see Hot and Cold Data Separation. The hot and cold data separation feature is supported only when MultiAZ (deployment mode) is set to false (single availability zone deployment).
    Endpoints List<Volcengine.GetInstanceEndpoint>
    Connection address information list
    EngineVersion string
    HBase database engine version. Currently, only HBase 2.0 is supported. The default value is HBase_2.0
    Id string
    Uniquely identifies the resource.
    InstanceId string
    Instance ID
    InstanceName string
    Instance name
    InstanceType string
    Instance type. Currently, only Standard is supported. The default value is Standard
    MasterCount int
    Number of Master nodes. For single-zone deployment, 2 Master nodes are included by default
    MasterSpec string
    Master node specification code. For information about supported specifications for Master nodes, see Instance Specifications. The number of Master nodes is fixed and cannot be changed.
    MultiAz bool
    Instance deployment mode. Values: true: multi-availability zone deployment. false: single availability zone deployment. Currently, only single availability zone deployment is supported.
    PrimarySubnetId string
    Real-time primary availability zone subnet ID.
    PrimaryZoneId string
    Real-time primary zone ID
    ProjectName string
    Project name of the instance
    PurchaseMonths int
    Purchase duration, in months. The value range is: 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36. When ChargeType is PrePaid, this parameter is required
    RegionId string
    Region ID of the instance.
    RsCount int
    Number of RegionServer nodes
    RsSpec string
    RegionServer node specification code.
    StandbySubnetId string
    Real-time standby availability zone subnet ID.
    StandbyZoneId string
    Real-time standby zone ID
    Status string
    Current status of the instance. For more details about instance status, see Instance Status Description
    StorageCapacity int
    Total storage capacity of the instance, unit: GiB.
    StorageType string
    Instance storage type. Values: HdfsHdd: HDD file storage. HdfsSsd: SSD file storage.
    SubnetId string
    Subnet ID of the instance. For single-zone instances, only one subnet ID for the zone is included
    Tags List<Volcengine.GetInstanceTag>
    Array of tag keys and tag values to bind. Supports passing multiple sets of tag key-value objects at once, separated by commas (,). Up to 20 tag key-value pairs can be passed at a time, and up to 50 tags can be bound to a single instance. Tag keys and values must comply with the setting rules. For details, see Tag Setting Rules
    UsedColdStorage int
    Capacity-type storage space used by the instance, in MiB
    UsedStorage double
    Storage capacity used by the primary instance, in MiB
    VpcId string
    Private network ID. You can call the DescribeVpcs API to query information about private networks available for HBase instance creation, including the private network ID.
    VpcName string
    Name of the private network to which the instance belongs.
    ZoneId string
    Zone ID of the instance
    ZoneName string
    Name of the availability zone to which the instance belongs.
    AutoRenew bool
    Whether auto-renewal is enabled for subscription scenarios. Values: true: auto-renewal enabled. false: auto-renewal not enabled.
    ChargeStatus string
    Billing status. Values: Normal: normal. Overdue: overdue. Shutdown: shutdown.
    ChargeType string
    Billing type. Values: PostPaid: pay-as-you-go (postpaid). PrePaid: subscription (prepaid, yearly/monthly).
    ColdStorage int
    Total capacity-type storage space for the instance, in GiB.
    CreateTime string
    Instance creation time (UTC).
    DeletionProtection string
    Instance deletion protection switch status. Value range: enabled: enabled. disabled: not enabled. For more information about instance deletion protection, see Instance Deletion Protection.
    EnableAuth bool
    Whether login authentication is enabled. Values: true: login authentication enabled. false: login authentication disabled.
    EnableCloudStorage bool
    Whether capacity-type storage is enabled. Values: true: capacity-type storage enabled. false: capacity-type storage not enabled. For details about capacity-type storage, see Hot and Cold Data Separation. The hot and cold data separation feature is supported only when MultiAZ (deployment mode) is set to false (single availability zone deployment).
    Endpoints []GetInstanceEndpoint
    Connection address information list
    EngineVersion string
    HBase database engine version. Currently, only HBase 2.0 is supported. The default value is HBase_2.0
    Id string
    Uniquely identifies the resource.
    InstanceId string
    Instance ID
    InstanceName string
    Instance name
    InstanceType string
    Instance type. Currently, only Standard is supported. The default value is Standard
    MasterCount int
    Number of Master nodes. For single-zone deployment, 2 Master nodes are included by default
    MasterSpec string
    Master node specification code. For information about supported specifications for Master nodes, see Instance Specifications. The number of Master nodes is fixed and cannot be changed.
    MultiAz bool
    Instance deployment mode. Values: true: multi-availability zone deployment. false: single availability zone deployment. Currently, only single availability zone deployment is supported.
    PrimarySubnetId string
    Real-time primary availability zone subnet ID.
    PrimaryZoneId string
    Real-time primary zone ID
    ProjectName string
    Project name of the instance
    PurchaseMonths int
    Purchase duration, in months. The value range is: 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36. When ChargeType is PrePaid, this parameter is required
    RegionId string
    Region ID of the instance.
    RsCount int
    Number of RegionServer nodes
    RsSpec string
    RegionServer node specification code.
    StandbySubnetId string
    Real-time standby availability zone subnet ID.
    StandbyZoneId string
    Real-time standby zone ID
    Status string
    Current status of the instance. For more details about instance status, see Instance Status Description
    StorageCapacity int
    Total storage capacity of the instance, unit: GiB.
    StorageType string
    Instance storage type. Values: HdfsHdd: HDD file storage. HdfsSsd: SSD file storage.
    SubnetId string
    Subnet ID of the instance. For single-zone instances, only one subnet ID for the zone is included
    Tags []GetInstanceTag
    Array of tag keys and tag values to bind. Supports passing multiple sets of tag key-value objects at once, separated by commas (,). Up to 20 tag key-value pairs can be passed at a time, and up to 50 tags can be bound to a single instance. Tag keys and values must comply with the setting rules. For details, see Tag Setting Rules
    UsedColdStorage int
    Capacity-type storage space used by the instance, in MiB
    UsedStorage float64
    Storage capacity used by the primary instance, in MiB
    VpcId string
    Private network ID. You can call the DescribeVpcs API to query information about private networks available for HBase instance creation, including the private network ID.
    VpcName string
    Name of the private network to which the instance belongs.
    ZoneId string
    Zone ID of the instance
    ZoneName string
    Name of the availability zone to which the instance belongs.
    autoRenew Boolean
    Whether auto-renewal is enabled for subscription scenarios. Values: true: auto-renewal enabled. false: auto-renewal not enabled.
    chargeStatus String
    Billing status. Values: Normal: normal. Overdue: overdue. Shutdown: shutdown.
    chargeType String
    Billing type. Values: PostPaid: pay-as-you-go (postpaid). PrePaid: subscription (prepaid, yearly/monthly).
    coldStorage Integer
    Total capacity-type storage space for the instance, in GiB.
    createTime String
    Instance creation time (UTC).
    deletionProtection String
    Instance deletion protection switch status. Value range: enabled: enabled. disabled: not enabled. For more information about instance deletion protection, see Instance Deletion Protection.
    enableAuth Boolean
    Whether login authentication is enabled. Values: true: login authentication enabled. false: login authentication disabled.
    enableCloudStorage Boolean
    Whether capacity-type storage is enabled. Values: true: capacity-type storage enabled. false: capacity-type storage not enabled. For details about capacity-type storage, see Hot and Cold Data Separation. The hot and cold data separation feature is supported only when MultiAZ (deployment mode) is set to false (single availability zone deployment).
    endpoints List<GetInstanceEndpoint>
    Connection address information list
    engineVersion String
    HBase database engine version. Currently, only HBase 2.0 is supported. The default value is HBase_2.0
    id String
    Uniquely identifies the resource.
    instanceId String
    Instance ID
    instanceName String
    Instance name
    instanceType String
    Instance type. Currently, only Standard is supported. The default value is Standard
    masterCount Integer
    Number of Master nodes. For single-zone deployment, 2 Master nodes are included by default
    masterSpec String
    Master node specification code. For information about supported specifications for Master nodes, see Instance Specifications. The number of Master nodes is fixed and cannot be changed.
    multiAz Boolean
    Instance deployment mode. Values: true: multi-availability zone deployment. false: single availability zone deployment. Currently, only single availability zone deployment is supported.
    primarySubnetId String
    Real-time primary availability zone subnet ID.
    primaryZoneId String
    Real-time primary zone ID
    projectName String
    Project name of the instance
    purchaseMonths Integer
    Purchase duration, in months. The value range is: 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36. When ChargeType is PrePaid, this parameter is required
    regionId String
    Region ID of the instance.
    rsCount Integer
    Number of RegionServer nodes
    rsSpec String
    RegionServer node specification code.
    standbySubnetId String
    Real-time standby availability zone subnet ID.
    standbyZoneId String
    Real-time standby zone ID
    status String
    Current status of the instance. For more details about instance status, see Instance Status Description
    storageCapacity Integer
    Total storage capacity of the instance, unit: GiB.
    storageType String
    Instance storage type. Values: HdfsHdd: HDD file storage. HdfsSsd: SSD file storage.
    subnetId String
    Subnet ID of the instance. For single-zone instances, only one subnet ID for the zone is included
    tags List<GetInstanceTag>
    Array of tag keys and tag values to bind. Supports passing multiple sets of tag key-value objects at once, separated by commas (,). Up to 20 tag key-value pairs can be passed at a time, and up to 50 tags can be bound to a single instance. Tag keys and values must comply with the setting rules. For details, see Tag Setting Rules
    usedColdStorage Integer
    Capacity-type storage space used by the instance, in MiB
    usedStorage Double
    Storage capacity used by the primary instance, in MiB
    vpcId String
    Private network ID. You can call the DescribeVpcs API to query information about private networks available for HBase instance creation, including the private network ID.
    vpcName String
    Name of the private network to which the instance belongs.
    zoneId String
    Zone ID of the instance
    zoneName String
    Name of the availability zone to which the instance belongs.
    autoRenew boolean
    Whether auto-renewal is enabled for subscription scenarios. Values: true: auto-renewal enabled. false: auto-renewal not enabled.
    chargeStatus string
    Billing status. Values: Normal: normal. Overdue: overdue. Shutdown: shutdown.
    chargeType string
    Billing type. Values: PostPaid: pay-as-you-go (postpaid). PrePaid: subscription (prepaid, yearly/monthly).
    coldStorage number
    Total capacity-type storage space for the instance, in GiB.
    createTime string
    Instance creation time (UTC).
    deletionProtection string
    Instance deletion protection switch status. Value range: enabled: enabled. disabled: not enabled. For more information about instance deletion protection, see Instance Deletion Protection.
    enableAuth boolean
    Whether login authentication is enabled. Values: true: login authentication enabled. false: login authentication disabled.
    enableCloudStorage boolean
    Whether capacity-type storage is enabled. Values: true: capacity-type storage enabled. false: capacity-type storage not enabled. For details about capacity-type storage, see Hot and Cold Data Separation. The hot and cold data separation feature is supported only when MultiAZ (deployment mode) is set to false (single availability zone deployment).
    endpoints GetInstanceEndpoint[]
    Connection address information list
    engineVersion string
    HBase database engine version. Currently, only HBase 2.0 is supported. The default value is HBase_2.0
    id string
    Uniquely identifies the resource.
    instanceId string
    Instance ID
    instanceName string
    Instance name
    instanceType string
    Instance type. Currently, only Standard is supported. The default value is Standard
    masterCount number
    Number of Master nodes. For single-zone deployment, 2 Master nodes are included by default
    masterSpec string
    Master node specification code. For information about supported specifications for Master nodes, see Instance Specifications. The number of Master nodes is fixed and cannot be changed.
    multiAz boolean
    Instance deployment mode. Values: true: multi-availability zone deployment. false: single availability zone deployment. Currently, only single availability zone deployment is supported.
    primarySubnetId string
    Real-time primary availability zone subnet ID.
    primaryZoneId string
    Real-time primary zone ID
    projectName string
    Project name of the instance
    purchaseMonths number
    Purchase duration, in months. The value range is: 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36. When ChargeType is PrePaid, this parameter is required
    regionId string
    Region ID of the instance.
    rsCount number
    Number of RegionServer nodes
    rsSpec string
    RegionServer node specification code.
    standbySubnetId string
    Real-time standby availability zone subnet ID.
    standbyZoneId string
    Real-time standby zone ID
    status string
    Current status of the instance. For more details about instance status, see Instance Status Description
    storageCapacity number
    Total storage capacity of the instance, unit: GiB.
    storageType string
    Instance storage type. Values: HdfsHdd: HDD file storage. HdfsSsd: SSD file storage.
    subnetId string
    Subnet ID of the instance. For single-zone instances, only one subnet ID for the zone is included
    tags GetInstanceTag[]
    Array of tag keys and tag values to bind. Supports passing multiple sets of tag key-value objects at once, separated by commas (,). Up to 20 tag key-value pairs can be passed at a time, and up to 50 tags can be bound to a single instance. Tag keys and values must comply with the setting rules. For details, see Tag Setting Rules
    usedColdStorage number
    Capacity-type storage space used by the instance, in MiB
    usedStorage number
    Storage capacity used by the primary instance, in MiB
    vpcId string
    Private network ID. You can call the DescribeVpcs API to query information about private networks available for HBase instance creation, including the private network ID.
    vpcName string
    Name of the private network to which the instance belongs.
    zoneId string
    Zone ID of the instance
    zoneName string
    Name of the availability zone to which the instance belongs.
    auto_renew bool
    Whether auto-renewal is enabled for subscription scenarios. Values: true: auto-renewal enabled. false: auto-renewal not enabled.
    charge_status str
    Billing status. Values: Normal: normal. Overdue: overdue. Shutdown: shutdown.
    charge_type str
    Billing type. Values: PostPaid: pay-as-you-go (postpaid). PrePaid: subscription (prepaid, yearly/monthly).
    cold_storage int
    Total capacity-type storage space for the instance, in GiB.
    create_time str
    Instance creation time (UTC).
    deletion_protection str
    Instance deletion protection switch status. Value range: enabled: enabled. disabled: not enabled. For more information about instance deletion protection, see Instance Deletion Protection.
    enable_auth bool
    Whether login authentication is enabled. Values: true: login authentication enabled. false: login authentication disabled.
    enable_cloud_storage bool
    Whether capacity-type storage is enabled. Values: true: capacity-type storage enabled. false: capacity-type storage not enabled. For details about capacity-type storage, see Hot and Cold Data Separation. The hot and cold data separation feature is supported only when MultiAZ (deployment mode) is set to false (single availability zone deployment).
    endpoints Sequence[GetInstanceEndpoint]
    Connection address information list
    engine_version str
    HBase database engine version. Currently, only HBase 2.0 is supported. The default value is HBase_2.0
    id str
    Uniquely identifies the resource.
    instance_id str
    Instance ID
    instance_name str
    Instance name
    instance_type str
    Instance type. Currently, only Standard is supported. The default value is Standard
    master_count int
    Number of Master nodes. For single-zone deployment, 2 Master nodes are included by default
    master_spec str
    Master node specification code. For information about supported specifications for Master nodes, see Instance Specifications. The number of Master nodes is fixed and cannot be changed.
    multi_az bool
    Instance deployment mode. Values: true: multi-availability zone deployment. false: single availability zone deployment. Currently, only single availability zone deployment is supported.
    primary_subnet_id str
    Real-time primary availability zone subnet ID.
    primary_zone_id str
    Real-time primary zone ID
    project_name str
    Project name of the instance
    purchase_months int
    Purchase duration, in months. The value range is: 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36. When ChargeType is PrePaid, this parameter is required
    region_id str
    Region ID of the instance.
    rs_count int
    Number of RegionServer nodes
    rs_spec str
    RegionServer node specification code.
    standby_subnet_id str
    Real-time standby availability zone subnet ID.
    standby_zone_id str
    Real-time standby zone ID
    status str
    Current status of the instance. For more details about instance status, see Instance Status Description
    storage_capacity int
    Total storage capacity of the instance, unit: GiB.
    storage_type str
    Instance storage type. Values: HdfsHdd: HDD file storage. HdfsSsd: SSD file storage.
    subnet_id str
    Subnet ID of the instance. For single-zone instances, only one subnet ID for the zone is included
    tags Sequence[GetInstanceTag]
    Array of tag keys and tag values to bind. Supports passing multiple sets of tag key-value objects at once, separated by commas (,). Up to 20 tag key-value pairs can be passed at a time, and up to 50 tags can be bound to a single instance. Tag keys and values must comply with the setting rules. For details, see Tag Setting Rules
    used_cold_storage int
    Capacity-type storage space used by the instance, in MiB
    used_storage float
    Storage capacity used by the primary instance, in MiB
    vpc_id str
    Private network ID. You can call the DescribeVpcs API to query information about private networks available for HBase instance creation, including the private network ID.
    vpc_name str
    Name of the private network to which the instance belongs.
    zone_id str
    Zone ID of the instance
    zone_name str
    Name of the availability zone to which the instance belongs.
    autoRenew Boolean
    Whether auto-renewal is enabled for subscription scenarios. Values: true: auto-renewal enabled. false: auto-renewal not enabled.
    chargeStatus String
    Billing status. Values: Normal: normal. Overdue: overdue. Shutdown: shutdown.
    chargeType String
    Billing type. Values: PostPaid: pay-as-you-go (postpaid). PrePaid: subscription (prepaid, yearly/monthly).
    coldStorage Number
    Total capacity-type storage space for the instance, in GiB.
    createTime String
    Instance creation time (UTC).
    deletionProtection String
    Instance deletion protection switch status. Value range: enabled: enabled. disabled: not enabled. For more information about instance deletion protection, see Instance Deletion Protection.
    enableAuth Boolean
    Whether login authentication is enabled. Values: true: login authentication enabled. false: login authentication disabled.
    enableCloudStorage Boolean
    Whether capacity-type storage is enabled. Values: true: capacity-type storage enabled. false: capacity-type storage not enabled. For details about capacity-type storage, see Hot and Cold Data Separation. The hot and cold data separation feature is supported only when MultiAZ (deployment mode) is set to false (single availability zone deployment).
    endpoints List<Property Map>
    Connection address information list
    engineVersion String
    HBase database engine version. Currently, only HBase 2.0 is supported. The default value is HBase_2.0
    id String
    Uniquely identifies the resource.
    instanceId String
    Instance ID
    instanceName String
    Instance name
    instanceType String
    Instance type. Currently, only Standard is supported. The default value is Standard
    masterCount Number
    Number of Master nodes. For single-zone deployment, 2 Master nodes are included by default
    masterSpec String
    Master node specification code. For information about supported specifications for Master nodes, see Instance Specifications. The number of Master nodes is fixed and cannot be changed.
    multiAz Boolean
    Instance deployment mode. Values: true: multi-availability zone deployment. false: single availability zone deployment. Currently, only single availability zone deployment is supported.
    primarySubnetId String
    Real-time primary availability zone subnet ID.
    primaryZoneId String
    Real-time primary zone ID
    projectName String
    Project name of the instance
    purchaseMonths Number
    Purchase duration, in months. The value range is: 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36. When ChargeType is PrePaid, this parameter is required
    regionId String
    Region ID of the instance.
    rsCount Number
    Number of RegionServer nodes
    rsSpec String
    RegionServer node specification code.
    standbySubnetId String
    Real-time standby availability zone subnet ID.
    standbyZoneId String
    Real-time standby zone ID
    status String
    Current status of the instance. For more details about instance status, see Instance Status Description
    storageCapacity Number
    Total storage capacity of the instance, unit: GiB.
    storageType String
    Instance storage type. Values: HdfsHdd: HDD file storage. HdfsSsd: SSD file storage.
    subnetId String
    Subnet ID of the instance. For single-zone instances, only one subnet ID for the zone is included
    tags List<Property Map>
    Array of tag keys and tag values to bind. Supports passing multiple sets of tag key-value objects at once, separated by commas (,). Up to 20 tag key-value pairs can be passed at a time, and up to 50 tags can be bound to a single instance. Tag keys and values must comply with the setting rules. For details, see Tag Setting Rules
    usedColdStorage Number
    Capacity-type storage space used by the instance, in MiB
    usedStorage Number
    Storage capacity used by the primary instance, in MiB
    vpcId String
    Private network ID. You can call the DescribeVpcs API to query information about private networks available for HBase instance creation, including the private network ID.
    vpcName String
    Name of the private network to which the instance belongs.
    zoneId String
    Zone ID of the instance
    zoneName String
    Name of the availability zone to which the instance belongs.

    Supporting Types

    GetInstanceEndpoint

    AddressType string
    Connection address type. For more information about connection addresses, see Connection Address Types. The value range is as follows: Zk: ZK address. Thrift: Thrift2 address. HBaseReUsedEipId: When public access is enabled for the ZK or Thrift2 connection address, this parameter is returned, indicating the EIP ID information shared and used by other components in the instance (such as RS nodes, Master nodes, etc.)
    EipId string
    When the ZK connection address or Thrift2 connection address enables public access, this parameter is returned, indicating the EIP ID.
    EndpointId string
    Connection address ID. By default, only the ZK private network connection address is returned. If you apply for a Thrift2 connection address or enable public access for the ZK or Thrift2 connection address, the corresponding connection address ID will also be returned. When the connection address type is HBaseReUsedEipId, the connection address ID is fixed as HBaseReUsedEipId
    EndpointStr string
    Connection string for the connection address. By default, only the ZK private network connection address is returned. If you have requested a Thrift2 connection address, or enabled public access for ZK or Thrift2 connection addresses, the corresponding connection string will also be provided. When the connection address type is HBaseReUsedEipId, the connection string is always set to HBaseReUsedEipId.
    NetworkType string
    Connection address network type. Value range: Public: public access address. Private: private access address.
    PrivateDnsVisibility bool
    Whether public DNS resolution is enabled for the private network domain name.
    AddressType string
    Connection address type. For more information about connection addresses, see Connection Address Types. The value range is as follows: Zk: ZK address. Thrift: Thrift2 address. HBaseReUsedEipId: When public access is enabled for the ZK or Thrift2 connection address, this parameter is returned, indicating the EIP ID information shared and used by other components in the instance (such as RS nodes, Master nodes, etc.)
    EipId string
    When the ZK connection address or Thrift2 connection address enables public access, this parameter is returned, indicating the EIP ID.
    EndpointId string
    Connection address ID. By default, only the ZK private network connection address is returned. If you apply for a Thrift2 connection address or enable public access for the ZK or Thrift2 connection address, the corresponding connection address ID will also be returned. When the connection address type is HBaseReUsedEipId, the connection address ID is fixed as HBaseReUsedEipId
    EndpointStr string
    Connection string for the connection address. By default, only the ZK private network connection address is returned. If you have requested a Thrift2 connection address, or enabled public access for ZK or Thrift2 connection addresses, the corresponding connection string will also be provided. When the connection address type is HBaseReUsedEipId, the connection string is always set to HBaseReUsedEipId.
    NetworkType string
    Connection address network type. Value range: Public: public access address. Private: private access address.
    PrivateDnsVisibility bool
    Whether public DNS resolution is enabled for the private network domain name.
    addressType String
    Connection address type. For more information about connection addresses, see Connection Address Types. The value range is as follows: Zk: ZK address. Thrift: Thrift2 address. HBaseReUsedEipId: When public access is enabled for the ZK or Thrift2 connection address, this parameter is returned, indicating the EIP ID information shared and used by other components in the instance (such as RS nodes, Master nodes, etc.)
    eipId String
    When the ZK connection address or Thrift2 connection address enables public access, this parameter is returned, indicating the EIP ID.
    endpointId String
    Connection address ID. By default, only the ZK private network connection address is returned. If you apply for a Thrift2 connection address or enable public access for the ZK or Thrift2 connection address, the corresponding connection address ID will also be returned. When the connection address type is HBaseReUsedEipId, the connection address ID is fixed as HBaseReUsedEipId
    endpointStr String
    Connection string for the connection address. By default, only the ZK private network connection address is returned. If you have requested a Thrift2 connection address, or enabled public access for ZK or Thrift2 connection addresses, the corresponding connection string will also be provided. When the connection address type is HBaseReUsedEipId, the connection string is always set to HBaseReUsedEipId.
    networkType String
    Connection address network type. Value range: Public: public access address. Private: private access address.
    privateDnsVisibility Boolean
    Whether public DNS resolution is enabled for the private network domain name.
    addressType string
    Connection address type. For more information about connection addresses, see Connection Address Types. The value range is as follows: Zk: ZK address. Thrift: Thrift2 address. HBaseReUsedEipId: When public access is enabled for the ZK or Thrift2 connection address, this parameter is returned, indicating the EIP ID information shared and used by other components in the instance (such as RS nodes, Master nodes, etc.)
    eipId string
    When the ZK connection address or Thrift2 connection address enables public access, this parameter is returned, indicating the EIP ID.
    endpointId string
    Connection address ID. By default, only the ZK private network connection address is returned. If you apply for a Thrift2 connection address or enable public access for the ZK or Thrift2 connection address, the corresponding connection address ID will also be returned. When the connection address type is HBaseReUsedEipId, the connection address ID is fixed as HBaseReUsedEipId
    endpointStr string
    Connection string for the connection address. By default, only the ZK private network connection address is returned. If you have requested a Thrift2 connection address, or enabled public access for ZK or Thrift2 connection addresses, the corresponding connection string will also be provided. When the connection address type is HBaseReUsedEipId, the connection string is always set to HBaseReUsedEipId.
    networkType string
    Connection address network type. Value range: Public: public access address. Private: private access address.
    privateDnsVisibility boolean
    Whether public DNS resolution is enabled for the private network domain name.
    address_type str
    Connection address type. For more information about connection addresses, see Connection Address Types. The value range is as follows: Zk: ZK address. Thrift: Thrift2 address. HBaseReUsedEipId: When public access is enabled for the ZK or Thrift2 connection address, this parameter is returned, indicating the EIP ID information shared and used by other components in the instance (such as RS nodes, Master nodes, etc.)
    eip_id str
    When the ZK connection address or Thrift2 connection address enables public access, this parameter is returned, indicating the EIP ID.
    endpoint_id str
    Connection address ID. By default, only the ZK private network connection address is returned. If you apply for a Thrift2 connection address or enable public access for the ZK or Thrift2 connection address, the corresponding connection address ID will also be returned. When the connection address type is HBaseReUsedEipId, the connection address ID is fixed as HBaseReUsedEipId
    endpoint_str str
    Connection string for the connection address. By default, only the ZK private network connection address is returned. If you have requested a Thrift2 connection address, or enabled public access for ZK or Thrift2 connection addresses, the corresponding connection string will also be provided. When the connection address type is HBaseReUsedEipId, the connection string is always set to HBaseReUsedEipId.
    network_type str
    Connection address network type. Value range: Public: public access address. Private: private access address.
    private_dns_visibility bool
    Whether public DNS resolution is enabled for the private network domain name.
    addressType String
    Connection address type. For more information about connection addresses, see Connection Address Types. The value range is as follows: Zk: ZK address. Thrift: Thrift2 address. HBaseReUsedEipId: When public access is enabled for the ZK or Thrift2 connection address, this parameter is returned, indicating the EIP ID information shared and used by other components in the instance (such as RS nodes, Master nodes, etc.)
    eipId String
    When the ZK connection address or Thrift2 connection address enables public access, this parameter is returned, indicating the EIP ID.
    endpointId String
    Connection address ID. By default, only the ZK private network connection address is returned. If you apply for a Thrift2 connection address or enable public access for the ZK or Thrift2 connection address, the corresponding connection address ID will also be returned. When the connection address type is HBaseReUsedEipId, the connection address ID is fixed as HBaseReUsedEipId
    endpointStr String
    Connection string for the connection address. By default, only the ZK private network connection address is returned. If you have requested a Thrift2 connection address, or enabled public access for ZK or Thrift2 connection addresses, the corresponding connection string will also be provided. When the connection address type is HBaseReUsedEipId, the connection string is always set to HBaseReUsedEipId.
    networkType String
    Connection address network type. Value range: Public: public access address. Private: private access address.
    privateDnsVisibility Boolean
    Whether public DNS resolution is enabled for the private network domain name.

    GetInstanceTag

    Key string
    Tag key of the tags bound to the instance
    Value string
    Tag values bound to the instance.
    Key string
    Tag key of the tags bound to the instance
    Value string
    Tag values bound to the instance.
    key String
    Tag key of the tags bound to the instance
    value String
    Tag values bound to the instance.
    key string
    Tag key of the tags bound to the instance
    value string
    Tag values bound to the instance.
    key str
    Tag key of the tags bound to the instance
    value str
    Tag values bound to the instance.
    key String
    Tag key of the tags bound to the instance
    value String
    Tag values bound to the instance.

    Package Details

    Repository
    volcenginecc volcengine/pulumi-volcenginecc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the volcenginecc Terraform Provider.
    volcenginecc logo
    Viewing docs for volcenginecc v0.0.32
    published on Thursday, Apr 23, 2026 by Volcengine
      Try Pulumi Cloud free. Your team will thank you.