1. Packages
  2. Packages
  3. Bytepluscc Provider
  4. API Docs
  5. bmq
  6. getInstance
Viewing docs for bytepluscc v0.0.25
published on Thursday, May 7, 2026 by Byteplus
bytepluscc logo
Viewing docs for bytepluscc v0.0.25
published on Thursday, May 7, 2026 by Byteplus

    Data Source schema for Byteplus::BMQ::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: pulumi.Input[Optional[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: bytepluscc:bmq/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 string
    Whether to enable auto-renewal. Possible values: true: Enable auto-renewal. false: Disable auto-renewal
    BillingPeriod string
    Unit of purchase duration. Possible values: MONTHLY: Monthly purchase. YEARLY: Annual purchase
    BillingType string
    Instance billing method. Possible values: POST: Pay-as-you-go. MIX: Subscription
    CreatedTime string
    Instance creation time
    Description string
    Instance description statement
    EipId string
    Whether public access is enabled for the instance. To enable public access, configure the public IP ID in the same region
    Endpoints Byteplus.GetInstanceEndpoints
    Response data for all instance endpoints
    ExpirationTime string
    Instance expiration time
    GroupLimit int
    Maximum number of consumer groups per instance
    Id string
    Uniquely identifies the resource.
    InstanceId string
    Instance ID
    MessageRetention int
    Message retention period for all topics under the instance, in hours
    Name string
    Set a custom name for the BMQ instance. Constraints: Use lowercase letters, numbers, and hyphens (-). Length: 1–64 characters
    PartitionLimit int
    Maximum number of partitions per instance
    ProjectName string
    Project name to which the instance belongs
    ResourceTags List<Byteplus.GetInstanceResourceTag>
    Instance resource tag list
    Resources Byteplus.GetInstanceResources
    Instance resource statistics response data
    SecurityGroupIdLists List<string>
    List of security groups used by the instance
    Specification string
    Instance specification
    Status string
    Instance status. Possible values: INITIALIZING: Initializing, INITIALIZATIONFAILED: Initialization failed, RUNNING: Running, MODIFYING: Updating, MODIFYFAILED: Update failed, RELEASING: Releasing, STOPPING: Stopping, STOPPED: Stopped, RECOVERING: Recovering, EXCEPTION: Exception, CAPACITYEXPAXIONFAILED: Capacity expansion failed, EXPANDINGCAPACITY: Expanding capacity, CANCELEXPANDING_CAPACITY: Canceling capacity expansion, RESTARTING: Restarting, UNPAID: Unpaid
    SubnetIdLists List<string>
    List of subnets used by the instance
    Tags List<Byteplus.GetInstanceTag>
    Instance resource tag list
    Times int
    Purchase duration for subscription instances, in months
    TopicLimit int
    Maximum number of topics per instance
    VpcId string
    VPC ID where the instance is located
    ZoneIdLists List<string>
    List of availability zones where the instance is located
    AutoRenew string
    Whether to enable auto-renewal. Possible values: true: Enable auto-renewal. false: Disable auto-renewal
    BillingPeriod string
    Unit of purchase duration. Possible values: MONTHLY: Monthly purchase. YEARLY: Annual purchase
    BillingType string
    Instance billing method. Possible values: POST: Pay-as-you-go. MIX: Subscription
    CreatedTime string
    Instance creation time
    Description string
    Instance description statement
    EipId string
    Whether public access is enabled for the instance. To enable public access, configure the public IP ID in the same region
    Endpoints GetInstanceEndpoints
    Response data for all instance endpoints
    ExpirationTime string
    Instance expiration time
    GroupLimit int
    Maximum number of consumer groups per instance
    Id string
    Uniquely identifies the resource.
    InstanceId string
    Instance ID
    MessageRetention int
    Message retention period for all topics under the instance, in hours
    Name string
    Set a custom name for the BMQ instance. Constraints: Use lowercase letters, numbers, and hyphens (-). Length: 1–64 characters
    PartitionLimit int
    Maximum number of partitions per instance
    ProjectName string
    Project name to which the instance belongs
    ResourceTags []GetInstanceResourceTag
    Instance resource tag list
    Resources GetInstanceResources
    Instance resource statistics response data
    SecurityGroupIdLists []string
    List of security groups used by the instance
    Specification string
    Instance specification
    Status string
    Instance status. Possible values: INITIALIZING: Initializing, INITIALIZATIONFAILED: Initialization failed, RUNNING: Running, MODIFYING: Updating, MODIFYFAILED: Update failed, RELEASING: Releasing, STOPPING: Stopping, STOPPED: Stopped, RECOVERING: Recovering, EXCEPTION: Exception, CAPACITYEXPAXIONFAILED: Capacity expansion failed, EXPANDINGCAPACITY: Expanding capacity, CANCELEXPANDING_CAPACITY: Canceling capacity expansion, RESTARTING: Restarting, UNPAID: Unpaid
    SubnetIdLists []string
    List of subnets used by the instance
    Tags []GetInstanceTag
    Instance resource tag list
    Times int
    Purchase duration for subscription instances, in months
    TopicLimit int
    Maximum number of topics per instance
    VpcId string
    VPC ID where the instance is located
    ZoneIdLists []string
    List of availability zones where the instance is located
    autoRenew String
    Whether to enable auto-renewal. Possible values: true: Enable auto-renewal. false: Disable auto-renewal
    billingPeriod String
    Unit of purchase duration. Possible values: MONTHLY: Monthly purchase. YEARLY: Annual purchase
    billingType String
    Instance billing method. Possible values: POST: Pay-as-you-go. MIX: Subscription
    createdTime String
    Instance creation time
    description String
    Instance description statement
    eipId String
    Whether public access is enabled for the instance. To enable public access, configure the public IP ID in the same region
    endpoints GetInstanceEndpoints
    Response data for all instance endpoints
    expirationTime String
    Instance expiration time
    groupLimit Integer
    Maximum number of consumer groups per instance
    id String
    Uniquely identifies the resource.
    instanceId String
    Instance ID
    messageRetention Integer
    Message retention period for all topics under the instance, in hours
    name String
    Set a custom name for the BMQ instance. Constraints: Use lowercase letters, numbers, and hyphens (-). Length: 1–64 characters
    partitionLimit Integer
    Maximum number of partitions per instance
    projectName String
    Project name to which the instance belongs
    resourceTags List<GetInstanceResourceTag>
    Instance resource tag list
    resources GetInstanceResources
    Instance resource statistics response data
    securityGroupIdLists List<String>
    List of security groups used by the instance
    specification String
    Instance specification
    status String
    Instance status. Possible values: INITIALIZING: Initializing, INITIALIZATIONFAILED: Initialization failed, RUNNING: Running, MODIFYING: Updating, MODIFYFAILED: Update failed, RELEASING: Releasing, STOPPING: Stopping, STOPPED: Stopped, RECOVERING: Recovering, EXCEPTION: Exception, CAPACITYEXPAXIONFAILED: Capacity expansion failed, EXPANDINGCAPACITY: Expanding capacity, CANCELEXPANDING_CAPACITY: Canceling capacity expansion, RESTARTING: Restarting, UNPAID: Unpaid
    subnetIdLists List<String>
    List of subnets used by the instance
    tags List<GetInstanceTag>
    Instance resource tag list
    times Integer
    Purchase duration for subscription instances, in months
    topicLimit Integer
    Maximum number of topics per instance
    vpcId String
    VPC ID where the instance is located
    zoneIdLists List<String>
    List of availability zones where the instance is located
    autoRenew string
    Whether to enable auto-renewal. Possible values: true: Enable auto-renewal. false: Disable auto-renewal
    billingPeriod string
    Unit of purchase duration. Possible values: MONTHLY: Monthly purchase. YEARLY: Annual purchase
    billingType string
    Instance billing method. Possible values: POST: Pay-as-you-go. MIX: Subscription
    createdTime string
    Instance creation time
    description string
    Instance description statement
    eipId string
    Whether public access is enabled for the instance. To enable public access, configure the public IP ID in the same region
    endpoints GetInstanceEndpoints
    Response data for all instance endpoints
    expirationTime string
    Instance expiration time
    groupLimit number
    Maximum number of consumer groups per instance
    id string
    Uniquely identifies the resource.
    instanceId string
    Instance ID
    messageRetention number
    Message retention period for all topics under the instance, in hours
    name string
    Set a custom name for the BMQ instance. Constraints: Use lowercase letters, numbers, and hyphens (-). Length: 1–64 characters
    partitionLimit number
    Maximum number of partitions per instance
    projectName string
    Project name to which the instance belongs
    resourceTags GetInstanceResourceTag[]
    Instance resource tag list
    resources GetInstanceResources
    Instance resource statistics response data
    securityGroupIdLists string[]
    List of security groups used by the instance
    specification string
    Instance specification
    status string
    Instance status. Possible values: INITIALIZING: Initializing, INITIALIZATIONFAILED: Initialization failed, RUNNING: Running, MODIFYING: Updating, MODIFYFAILED: Update failed, RELEASING: Releasing, STOPPING: Stopping, STOPPED: Stopped, RECOVERING: Recovering, EXCEPTION: Exception, CAPACITYEXPAXIONFAILED: Capacity expansion failed, EXPANDINGCAPACITY: Expanding capacity, CANCELEXPANDING_CAPACITY: Canceling capacity expansion, RESTARTING: Restarting, UNPAID: Unpaid
    subnetIdLists string[]
    List of subnets used by the instance
    tags GetInstanceTag[]
    Instance resource tag list
    times number
    Purchase duration for subscription instances, in months
    topicLimit number
    Maximum number of topics per instance
    vpcId string
    VPC ID where the instance is located
    zoneIdLists string[]
    List of availability zones where the instance is located
    auto_renew str
    Whether to enable auto-renewal. Possible values: true: Enable auto-renewal. false: Disable auto-renewal
    billing_period str
    Unit of purchase duration. Possible values: MONTHLY: Monthly purchase. YEARLY: Annual purchase
    billing_type str
    Instance billing method. Possible values: POST: Pay-as-you-go. MIX: Subscription
    created_time str
    Instance creation time
    description str
    Instance description statement
    eip_id str
    Whether public access is enabled for the instance. To enable public access, configure the public IP ID in the same region
    endpoints GetInstanceEndpoints
    Response data for all instance endpoints
    expiration_time str
    Instance expiration time
    group_limit int
    Maximum number of consumer groups per instance
    id str
    Uniquely identifies the resource.
    instance_id str
    Instance ID
    message_retention int
    Message retention period for all topics under the instance, in hours
    name str
    Set a custom name for the BMQ instance. Constraints: Use lowercase letters, numbers, and hyphens (-). Length: 1–64 characters
    partition_limit int
    Maximum number of partitions per instance
    project_name str
    Project name to which the instance belongs
    resource_tags Sequence[GetInstanceResourceTag]
    Instance resource tag list
    resources GetInstanceResources
    Instance resource statistics response data
    security_group_id_lists Sequence[str]
    List of security groups used by the instance
    specification str
    Instance specification
    status str
    Instance status. Possible values: INITIALIZING: Initializing, INITIALIZATIONFAILED: Initialization failed, RUNNING: Running, MODIFYING: Updating, MODIFYFAILED: Update failed, RELEASING: Releasing, STOPPING: Stopping, STOPPED: Stopped, RECOVERING: Recovering, EXCEPTION: Exception, CAPACITYEXPAXIONFAILED: Capacity expansion failed, EXPANDINGCAPACITY: Expanding capacity, CANCELEXPANDING_CAPACITY: Canceling capacity expansion, RESTARTING: Restarting, UNPAID: Unpaid
    subnet_id_lists Sequence[str]
    List of subnets used by the instance
    tags Sequence[GetInstanceTag]
    Instance resource tag list
    times int
    Purchase duration for subscription instances, in months
    topic_limit int
    Maximum number of topics per instance
    vpc_id str
    VPC ID where the instance is located
    zone_id_lists Sequence[str]
    List of availability zones where the instance is located
    autoRenew String
    Whether to enable auto-renewal. Possible values: true: Enable auto-renewal. false: Disable auto-renewal
    billingPeriod String
    Unit of purchase duration. Possible values: MONTHLY: Monthly purchase. YEARLY: Annual purchase
    billingType String
    Instance billing method. Possible values: POST: Pay-as-you-go. MIX: Subscription
    createdTime String
    Instance creation time
    description String
    Instance description statement
    eipId String
    Whether public access is enabled for the instance. To enable public access, configure the public IP ID in the same region
    endpoints Property Map
    Response data for all instance endpoints
    expirationTime String
    Instance expiration time
    groupLimit Number
    Maximum number of consumer groups per instance
    id String
    Uniquely identifies the resource.
    instanceId String
    Instance ID
    messageRetention Number
    Message retention period for all topics under the instance, in hours
    name String
    Set a custom name for the BMQ instance. Constraints: Use lowercase letters, numbers, and hyphens (-). Length: 1–64 characters
    partitionLimit Number
    Maximum number of partitions per instance
    projectName String
    Project name to which the instance belongs
    resourceTags List<Property Map>
    Instance resource tag list
    resources Property Map
    Instance resource statistics response data
    securityGroupIdLists List<String>
    List of security groups used by the instance
    specification String
    Instance specification
    status String
    Instance status. Possible values: INITIALIZING: Initializing, INITIALIZATIONFAILED: Initialization failed, RUNNING: Running, MODIFYING: Updating, MODIFYFAILED: Update failed, RELEASING: Releasing, STOPPING: Stopping, STOPPED: Stopped, RECOVERING: Recovering, EXCEPTION: Exception, CAPACITYEXPAXIONFAILED: Capacity expansion failed, EXPANDINGCAPACITY: Expanding capacity, CANCELEXPANDING_CAPACITY: Canceling capacity expansion, RESTARTING: Restarting, UNPAID: Unpaid
    subnetIdLists List<String>
    List of subnets used by the instance
    tags List<Property Map>
    Instance resource tag list
    times Number
    Purchase duration for subscription instances, in months
    topicLimit Number
    Maximum number of topics per instance
    vpcId String
    VPC ID where the instance is located
    zoneIdLists List<String>
    List of availability zones where the instance is located

    Supporting Types

    GetInstanceEndpoints

    Overlay Byteplus.GetInstanceEndpointsOverlay
    Instance private network access endpoint response data
    Public Byteplus.GetInstanceEndpointsPublic
    Instance public access endpoint response data
    Overlay GetInstanceEndpointsOverlay
    Instance private network access endpoint response data
    Public GetInstanceEndpointsPublic
    Instance public access endpoint response data
    overlay GetInstanceEndpointsOverlay
    Instance private network access endpoint response data
    public_ GetInstanceEndpointsPublic
    Instance public access endpoint response data
    overlay GetInstanceEndpointsOverlay
    Instance private network access endpoint response data
    public GetInstanceEndpointsPublic
    Instance public access endpoint response data
    overlay GetInstanceEndpointsOverlay
    Instance private network access endpoint response data
    public GetInstanceEndpointsPublic
    Instance public access endpoint response data
    overlay Property Map
    Instance private network access endpoint response data
    public Property Map
    Instance public access endpoint response data

    GetInstanceEndpointsOverlay

    Address string
    Domain mapping address
    EipId string
    ID of the EIP bound to the instance
    Plain string
    Private network Plain endpoint
    PlainPort int
    Standard endpoint port
    Sasl string
    Private network SASL authentication endpoint
    SaslPort int
    Authentication endpoint port
    Ssl string
    Encrypted endpoint
    SslPort int
    Encrypted endpoint port
    Status string
    Endpoint status
    VpcIds List<string>
    List of VPC IDs associated with the sales zone network
    Address string
    Domain mapping address
    EipId string
    ID of the EIP bound to the instance
    Plain string
    Private network Plain endpoint
    PlainPort int
    Standard endpoint port
    Sasl string
    Private network SASL authentication endpoint
    SaslPort int
    Authentication endpoint port
    Ssl string
    Encrypted endpoint
    SslPort int
    Encrypted endpoint port
    Status string
    Endpoint status
    VpcIds []string
    List of VPC IDs associated with the sales zone network
    address String
    Domain mapping address
    eipId String
    ID of the EIP bound to the instance
    plain String
    Private network Plain endpoint
    plainPort Integer
    Standard endpoint port
    sasl String
    Private network SASL authentication endpoint
    saslPort Integer
    Authentication endpoint port
    ssl String
    Encrypted endpoint
    sslPort Integer
    Encrypted endpoint port
    status String
    Endpoint status
    vpcIds List<String>
    List of VPC IDs associated with the sales zone network
    address string
    Domain mapping address
    eipId string
    ID of the EIP bound to the instance
    plain string
    Private network Plain endpoint
    plainPort number
    Standard endpoint port
    sasl string
    Private network SASL authentication endpoint
    saslPort number
    Authentication endpoint port
    ssl string
    Encrypted endpoint
    sslPort number
    Encrypted endpoint port
    status string
    Endpoint status
    vpcIds string[]
    List of VPC IDs associated with the sales zone network
    address str
    Domain mapping address
    eip_id str
    ID of the EIP bound to the instance
    plain str
    Private network Plain endpoint
    plain_port int
    Standard endpoint port
    sasl str
    Private network SASL authentication endpoint
    sasl_port int
    Authentication endpoint port
    ssl str
    Encrypted endpoint
    ssl_port int
    Encrypted endpoint port
    status str
    Endpoint status
    vpc_ids Sequence[str]
    List of VPC IDs associated with the sales zone network
    address String
    Domain mapping address
    eipId String
    ID of the EIP bound to the instance
    plain String
    Private network Plain endpoint
    plainPort Number
    Standard endpoint port
    sasl String
    Private network SASL authentication endpoint
    saslPort Number
    Authentication endpoint port
    ssl String
    Encrypted endpoint
    sslPort Number
    Encrypted endpoint port
    status String
    Endpoint status
    vpcIds List<String>
    List of VPC IDs associated with the sales zone network

    GetInstanceEndpointsPublic

    Address string
    Domain mapping address
    EipId string
    ID of the EIP bound to the instance
    Plain string
    Private network Plain endpoint
    PlainPort int
    Standard endpoint port
    Sasl string
    Private network SASL authentication endpoint
    SaslPort int
    Authentication endpoint port
    Ssl string
    Encrypted endpoint
    SslPort int
    Encrypted endpoint port
    Status string
    Endpoint status
    VpcIds List<string>
    List of VPC IDs associated with the sales zone network
    Address string
    Domain mapping address
    EipId string
    ID of the EIP bound to the instance
    Plain string
    Private network Plain endpoint
    PlainPort int
    Standard endpoint port
    Sasl string
    Private network SASL authentication endpoint
    SaslPort int
    Authentication endpoint port
    Ssl string
    Encrypted endpoint
    SslPort int
    Encrypted endpoint port
    Status string
    Endpoint status
    VpcIds []string
    List of VPC IDs associated with the sales zone network
    address String
    Domain mapping address
    eipId String
    ID of the EIP bound to the instance
    plain String
    Private network Plain endpoint
    plainPort Integer
    Standard endpoint port
    sasl String
    Private network SASL authentication endpoint
    saslPort Integer
    Authentication endpoint port
    ssl String
    Encrypted endpoint
    sslPort Integer
    Encrypted endpoint port
    status String
    Endpoint status
    vpcIds List<String>
    List of VPC IDs associated with the sales zone network
    address string
    Domain mapping address
    eipId string
    ID of the EIP bound to the instance
    plain string
    Private network Plain endpoint
    plainPort number
    Standard endpoint port
    sasl string
    Private network SASL authentication endpoint
    saslPort number
    Authentication endpoint port
    ssl string
    Encrypted endpoint
    sslPort number
    Encrypted endpoint port
    status string
    Endpoint status
    vpcIds string[]
    List of VPC IDs associated with the sales zone network
    address str
    Domain mapping address
    eip_id str
    ID of the EIP bound to the instance
    plain str
    Private network Plain endpoint
    plain_port int
    Standard endpoint port
    sasl str
    Private network SASL authentication endpoint
    sasl_port int
    Authentication endpoint port
    ssl str
    Encrypted endpoint
    ssl_port int
    Encrypted endpoint port
    status str
    Endpoint status
    vpc_ids Sequence[str]
    List of VPC IDs associated with the sales zone network
    address String
    Domain mapping address
    eipId String
    ID of the EIP bound to the instance
    plain String
    Private network Plain endpoint
    plainPort Number
    Standard endpoint port
    sasl String
    Private network SASL authentication endpoint
    saslPort Number
    Authentication endpoint port
    ssl String
    Encrypted endpoint
    sslPort Number
    Encrypted endpoint port
    status String
    Endpoint status
    vpcIds List<String>
    List of VPC IDs associated with the sales zone network

    GetInstanceResourceTag

    TagKvs List<Byteplus.GetInstanceResourceTagTagKv>
    Tag key-value pair
    Type string
    Tag type. Options: CUSTOM: custom tag. SYSTEM: system tag
    TagKvs []GetInstanceResourceTagTagKv
    Tag key-value pair
    Type string
    Tag type. Options: CUSTOM: custom tag. SYSTEM: system tag
    tagKvs List<GetInstanceResourceTagTagKv>
    Tag key-value pair
    type String
    Tag type. Options: CUSTOM: custom tag. SYSTEM: system tag
    tagKvs GetInstanceResourceTagTagKv[]
    Tag key-value pair
    type string
    Tag type. Options: CUSTOM: custom tag. SYSTEM: system tag
    tag_kvs Sequence[GetInstanceResourceTagTagKv]
    Tag key-value pair
    type str
    Tag type. Options: CUSTOM: custom tag. SYSTEM: system tag
    tagKvs List<Property Map>
    Tag key-value pair
    type String
    Tag type. Options: CUSTOM: custom tag. SYSTEM: system tag

    GetInstanceResourceTagTagKv

    Key string
    Tag key
    Type string
    Type of instance tag. Possible values: CUSTOM: Custom tag. SYSTEM: System tag
    Value string
    Tag value
    Key string
    Tag key
    Type string
    Type of instance tag. Possible values: CUSTOM: Custom tag. SYSTEM: System tag
    Value string
    Tag value
    key String
    Tag key
    type String
    Type of instance tag. Possible values: CUSTOM: Custom tag. SYSTEM: System tag
    value String
    Tag value
    key string
    Tag key
    type string
    Type of instance tag. Possible values: CUSTOM: Custom tag. SYSTEM: System tag
    value string
    Tag value
    key str
    Tag key
    type str
    Type of instance tag. Possible values: CUSTOM: Custom tag. SYSTEM: System tag
    value str
    Tag value
    key String
    Tag key
    type String
    Type of instance tag. Possible values: CUSTOM: Custom tag. SYSTEM: System tag
    value String
    Tag value

    GetInstanceResources

    Storage Byteplus.GetInstanceResourcesStorage
    Resource statistics response data
    Storage GetInstanceResourcesStorage
    Resource statistics response data
    storage GetInstanceResourcesStorage
    Resource statistics response data
    storage GetInstanceResourcesStorage
    Resource statistics response data
    storage GetInstanceResourcesStorage
    Resource statistics response data
    storage Property Map
    Resource statistics response data

    GetInstanceResourcesStorage

    Size int
    Resource size
    Unit string
    Resource unit
    Size int
    Resource size
    Unit string
    Resource unit
    size Integer
    Resource size
    unit String
    Resource unit
    size number
    Resource size
    unit string
    Resource unit
    size int
    Resource size
    unit str
    Resource unit
    size Number
    Resource size
    unit String
    Resource unit

    GetInstanceTag

    Key string
    Tag key
    Type string
    Type of instance tag. Possible values: CUSTOM: Custom tag. SYSTEM: System tag
    Value string
    Tag value
    Key string
    Tag key
    Type string
    Type of instance tag. Possible values: CUSTOM: Custom tag. SYSTEM: System tag
    Value string
    Tag value
    key String
    Tag key
    type String
    Type of instance tag. Possible values: CUSTOM: Custom tag. SYSTEM: System tag
    value String
    Tag value
    key string
    Tag key
    type string
    Type of instance tag. Possible values: CUSTOM: Custom tag. SYSTEM: System tag
    value string
    Tag value
    key str
    Tag key
    type str
    Type of instance tag. Possible values: CUSTOM: Custom tag. SYSTEM: System tag
    value str
    Tag value
    key String
    Tag key
    type String
    Type of instance tag. Possible values: CUSTOM: Custom tag. SYSTEM: System tag
    value String
    Tag value

    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.25
    published on Thursday, May 7, 2026 by Byteplus
      Try Pulumi Cloud free. Your team will thank you.