Volcengine v0.0.29 published on Tuesday, Apr 29, 2025 by Volcengine
volcengine.rocketmq.Instances
Explore with Pulumi AI
Use this data source to query detailed information of rocketmq instances
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";
const foo = volcengine.rocketmq.Instances({
instanceId: "rocketmq-cnoeea6b32118fc2",
});
import pulumi
import pulumi_volcengine as volcengine
foo = volcengine.rocketmq.instances(instance_id="rocketmq-cnoeea6b32118fc2")
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/volcengine/pulumi-volcengine/sdk/go/volcengine/rocketmq"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := rocketmq.Instances(ctx, &rocketmq.InstancesArgs{
InstanceId: pulumi.StringRef("rocketmq-cnoeea6b32118fc2"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Volcengine = Pulumi.Volcengine;
return await Deployment.RunAsync(() =>
{
var foo = Volcengine.Rocketmq.Instances.Invoke(new()
{
InstanceId = "rocketmq-cnoeea6b32118fc2",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.volcengine.rocketmq.RocketmqFunctions;
import com.pulumi.volcengine.rocketmq.inputs.InstancesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var foo = RocketmqFunctions.Instances(InstancesArgs.builder()
.instanceId("rocketmq-cnoeea6b32118fc2")
.build());
}
}
variables:
foo:
fn::invoke:
Function: volcengine:rocketmq:Instances
Arguments:
instanceId: rocketmq-cnoeea6b32118fc2
Using Instances
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 instances(args: InstancesArgs, opts?: InvokeOptions): Promise<InstancesResult>
function instancesOutput(args: InstancesOutputArgs, opts?: InvokeOptions): Output<InstancesResult>
def instances(charge_type: Optional[str] = None,
instance_id: Optional[str] = None,
instance_name: Optional[str] = None,
instance_status: Optional[str] = None,
name_regex: Optional[str] = None,
output_file: Optional[str] = None,
project_name: Optional[str] = None,
spec: Optional[str] = None,
tags: Optional[Sequence[InstancesTag]] = None,
version: Optional[str] = None,
vpc_id: Optional[str] = None,
zone_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> InstancesResult
def instances_output(charge_type: Optional[pulumi.Input[str]] = None,
instance_id: Optional[pulumi.Input[str]] = None,
instance_name: Optional[pulumi.Input[str]] = None,
instance_status: Optional[pulumi.Input[str]] = None,
name_regex: Optional[pulumi.Input[str]] = None,
output_file: Optional[pulumi.Input[str]] = None,
project_name: Optional[pulumi.Input[str]] = None,
spec: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[InstancesTagArgs]]]] = None,
version: Optional[pulumi.Input[str]] = None,
vpc_id: Optional[pulumi.Input[str]] = None,
zone_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[InstancesResult]
func Instances(ctx *Context, args *InstancesArgs, opts ...InvokeOption) (*InstancesResult, error)
func InstancesOutput(ctx *Context, args *InstancesOutputArgs, opts ...InvokeOption) InstancesResultOutput
public static class Instances
{
public static Task<InstancesResult> InvokeAsync(InstancesArgs args, InvokeOptions? opts = null)
public static Output<InstancesResult> Invoke(InstancesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<InstancesResult> instances(InstancesArgs args, InvokeOptions options)
public static Output<InstancesResult> instances(InstancesArgs args, InvokeOptions options)
fn::invoke:
function: volcengine:rocketmq:Instances
arguments:
# arguments dictionary
The following arguments are supported:
- Charge
Type string - The charge type of rocketmq instance. Valid values:
PostPaid
,PrePaid
. - Instance
Id string - The id of rocketmq instance.
- Instance
Name string - The name of rocketmq instance. This field support fuzzy query.
- Instance
Status string - The status of rocketmq instance.
- Name
Regex string - A Name Regex of Resource.
- Output
File string - File name where to save data source results.
- Project
Name string - The project name of rocketmq instance.
- Spec string
- The spec of rocketmq instance.
- List<Instances
Tag> - Tags.
- Version string
- The version of rocketmq instance. Valid values:
4.8
. - Vpc
Id string - The vpc id of rocketmq instance.
- Zone
Id string - The zone id of rocketmq instance.
- Charge
Type string - The charge type of rocketmq instance. Valid values:
PostPaid
,PrePaid
. - Instance
Id string - The id of rocketmq instance.
- Instance
Name string - The name of rocketmq instance. This field support fuzzy query.
- Instance
Status string - The status of rocketmq instance.
- Name
Regex string - A Name Regex of Resource.
- Output
File string - File name where to save data source results.
- Project
Name string - The project name of rocketmq instance.
- Spec string
- The spec of rocketmq instance.
- []Instances
Tag - Tags.
- Version string
- The version of rocketmq instance. Valid values:
4.8
. - Vpc
Id string - The vpc id of rocketmq instance.
- Zone
Id string - The zone id of rocketmq instance.
- charge
Type String - The charge type of rocketmq instance. Valid values:
PostPaid
,PrePaid
. - instance
Id String - The id of rocketmq instance.
- instance
Name String - The name of rocketmq instance. This field support fuzzy query.
- instance
Status String - The status of rocketmq instance.
- name
Regex String - A Name Regex of Resource.
- output
File String - File name where to save data source results.
- project
Name String - The project name of rocketmq instance.
- spec String
- The spec of rocketmq instance.
- List<Instances
Tag> - Tags.
- version String
- The version of rocketmq instance. Valid values:
4.8
. - vpc
Id String - The vpc id of rocketmq instance.
- zone
Id String - The zone id of rocketmq instance.
- charge
Type string - The charge type of rocketmq instance. Valid values:
PostPaid
,PrePaid
. - instance
Id string - The id of rocketmq instance.
- instance
Name string - The name of rocketmq instance. This field support fuzzy query.
- instance
Status string - The status of rocketmq instance.
- name
Regex string - A Name Regex of Resource.
- output
File string - File name where to save data source results.
- project
Name string - The project name of rocketmq instance.
- spec string
- The spec of rocketmq instance.
- Instances
Tag[] - Tags.
- version string
- The version of rocketmq instance. Valid values:
4.8
. - vpc
Id string - The vpc id of rocketmq instance.
- zone
Id string - The zone id of rocketmq instance.
- charge_
type str - The charge type of rocketmq instance. Valid values:
PostPaid
,PrePaid
. - instance_
id str - The id of rocketmq instance.
- instance_
name str - The name of rocketmq instance. This field support fuzzy query.
- instance_
status str - The status of rocketmq instance.
- name_
regex str - A Name Regex of Resource.
- output_
file str - File name where to save data source results.
- project_
name str - The project name of rocketmq instance.
- spec str
- The spec of rocketmq instance.
- Sequence[Instances
Tag] - Tags.
- version str
- The version of rocketmq instance. Valid values:
4.8
. - vpc_
id str - The vpc id of rocketmq instance.
- zone_
id str - The zone id of rocketmq instance.
- charge
Type String - The charge type of rocketmq instance. Valid values:
PostPaid
,PrePaid
. - instance
Id String - The id of rocketmq instance.
- instance
Name String - The name of rocketmq instance. This field support fuzzy query.
- instance
Status String - The status of rocketmq instance.
- name
Regex String - A Name Regex of Resource.
- output
File String - File name where to save data source results.
- project
Name String - The project name of rocketmq instance.
- spec String
- The spec of rocketmq instance.
- List<Property Map>
- Tags.
- version String
- The version of rocketmq instance. Valid values:
4.8
. - vpc
Id String - The vpc id of rocketmq instance.
- zone
Id String - The zone id of rocketmq instance.
Instances Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Rocketmq
Instances List<InstancesRocketmq Instance> - The collection of query.
- Total
Count int - The total count of query.
- Charge
Type string - The charge type of the rocketmq instance.
- Instance
Id string - The id of the rocketmq instance.
- Instance
Name string - The name of the rocketmq instance.
- Instance
Status string - The status of the rocketmq instance.
- Name
Regex string - Output
File string - Project
Name string - The project name of the rocketmq instance.
- Spec string
- List<Instances
Tag> - Tags.
- Version string
- The version of the rocketmq instance.
- Vpc
Id string - The vpc id of the rocketmq instance.
- Zone
Id string - The zone id of the rocketmq instance.
- Id string
- The provider-assigned unique ID for this managed resource.
- Rocketmq
Instances []InstancesRocketmq Instance - The collection of query.
- Total
Count int - The total count of query.
- Charge
Type string - The charge type of the rocketmq instance.
- Instance
Id string - The id of the rocketmq instance.
- Instance
Name string - The name of the rocketmq instance.
- Instance
Status string - The status of the rocketmq instance.
- Name
Regex string - Output
File string - Project
Name string - The project name of the rocketmq instance.
- Spec string
- []Instances
Tag - Tags.
- Version string
- The version of the rocketmq instance.
- Vpc
Id string - The vpc id of the rocketmq instance.
- Zone
Id string - The zone id of the rocketmq instance.
- id String
- The provider-assigned unique ID for this managed resource.
- rocketmq
Instances List<InstancesRocketmq Instance> - The collection of query.
- total
Count Integer - The total count of query.
- charge
Type String - The charge type of the rocketmq instance.
- instance
Id String - The id of the rocketmq instance.
- instance
Name String - The name of the rocketmq instance.
- instance
Status String - The status of the rocketmq instance.
- name
Regex String - output
File String - project
Name String - The project name of the rocketmq instance.
- spec String
- List<Instances
Tag> - Tags.
- version String
- The version of the rocketmq instance.
- vpc
Id String - The vpc id of the rocketmq instance.
- zone
Id String - The zone id of the rocketmq instance.
- id string
- The provider-assigned unique ID for this managed resource.
- rocketmq
Instances InstancesRocketmq Instance[] - The collection of query.
- total
Count number - The total count of query.
- charge
Type string - The charge type of the rocketmq instance.
- instance
Id string - The id of the rocketmq instance.
- instance
Name string - The name of the rocketmq instance.
- instance
Status string - The status of the rocketmq instance.
- name
Regex string - output
File string - project
Name string - The project name of the rocketmq instance.
- spec string
- Instances
Tag[] - Tags.
- version string
- The version of the rocketmq instance.
- vpc
Id string - The vpc id of the rocketmq instance.
- zone
Id string - The zone id of the rocketmq instance.
- id str
- The provider-assigned unique ID for this managed resource.
- rocketmq_
instances Sequence[InstancesRocketmq Instance] - The collection of query.
- total_
count int - The total count of query.
- charge_
type str - The charge type of the rocketmq instance.
- instance_
id str - The id of the rocketmq instance.
- instance_
name str - The name of the rocketmq instance.
- instance_
status str - The status of the rocketmq instance.
- name_
regex str - output_
file str - project_
name str - The project name of the rocketmq instance.
- spec str
- Sequence[Instances
Tag] - Tags.
- version str
- The version of the rocketmq instance.
- vpc_
id str - The vpc id of the rocketmq instance.
- zone_
id str - The zone id of the rocketmq instance.
- id String
- The provider-assigned unique ID for this managed resource.
- rocketmq
Instances List<Property Map> - The collection of query.
- total
Count Number - The total count of query.
- charge
Type String - The charge type of the rocketmq instance.
- instance
Id String - The id of the rocketmq instance.
- instance
Name String - The name of the rocketmq instance.
- instance
Status String - The status of the rocketmq instance.
- name
Regex String - output
File String - project
Name String - The project name of the rocketmq instance.
- spec String
- List<Property Map>
- Tags.
- version String
- The version of the rocketmq instance.
- vpc
Id String - The vpc id of the rocketmq instance.
- zone
Id String - The zone id of the rocketmq instance.
Supporting Types
InstancesRocketmqInstance
- Account
Id string - The account id of the rocketmq instance.
- Apply
Private boolDns To Public - Whether the private dns to public function is enabled for the rocketmq instance.
- Available
Queue intNumber - The available queue number of the rocketmq instance.
- Charge
Details List<InstancesRocketmq Instance Charge Detail> - The charge detail information of the rocketmq instance.
- Compute
Spec string - The compute spec of the rocketmq instance.
- Connection
Infos List<InstancesRocketmq Instance Connection Info> - The connection information of the rocketmq.
- Create
Time string - The create time of the rocketmq instance.
- Eip
Id string - The eip id of the rocketmq instance.
- Enable
Ssl bool - Whether the ssl authentication is enabled for the rocketmq instance.
- File
Reserved intTime - The reserved time of messages on the RocketMQ server of the message queue. Messages that exceed the reserved time will be cleared after expiration. The unit is in hours.
- Id string
- The id of the rocketmq instance.
- Instance
Description string - The description of the rocketmq instance.
- Instance
Id string - The id of rocketmq instance.
- Instance
Name string - The name of rocketmq instance. This field support fuzzy query.
- Instance
Status string - The status of rocketmq instance.
- Project
Name string - The project name of rocketmq instance.
- Region
Id string - The region id of the rocketmq instance.
- Ssl
Mode string - The ssl mode of the rocketmq instance.
- Storage
Space int - The total storage space of the rocketmq instance.
- Subnet
Id string - The subnet id of the rocketmq instance.
- List<Instances
Rocketmq Instance Tag> - Tags.
- Used
Group intNumber - The used group number of the rocketmq instance.
- Used
Queue intNumber - The used queue number of the rocketmq instance.
- Used
Storage intSpace - The used storage space of the rocketmq instance.
- Used
Topic intNumber - The used topic number of the rocketmq instance.
- Version string
- The version of rocketmq instance. Valid values:
4.8
. - Vpc
Id string - The vpc id of rocketmq instance.
- Zone
Id string - The zone id of rocketmq instance.
- Account
Id string - The account id of the rocketmq instance.
- Apply
Private boolDns To Public - Whether the private dns to public function is enabled for the rocketmq instance.
- Available
Queue intNumber - The available queue number of the rocketmq instance.
- Charge
Details []InstancesRocketmq Instance Charge Detail - The charge detail information of the rocketmq instance.
- Compute
Spec string - The compute spec of the rocketmq instance.
- Connection
Infos []InstancesRocketmq Instance Connection Info - The connection information of the rocketmq.
- Create
Time string - The create time of the rocketmq instance.
- Eip
Id string - The eip id of the rocketmq instance.
- Enable
Ssl bool - Whether the ssl authentication is enabled for the rocketmq instance.
- File
Reserved intTime - The reserved time of messages on the RocketMQ server of the message queue. Messages that exceed the reserved time will be cleared after expiration. The unit is in hours.
- Id string
- The id of the rocketmq instance.
- Instance
Description string - The description of the rocketmq instance.
- Instance
Id string - The id of rocketmq instance.
- Instance
Name string - The name of rocketmq instance. This field support fuzzy query.
- Instance
Status string - The status of rocketmq instance.
- Project
Name string - The project name of rocketmq instance.
- Region
Id string - The region id of the rocketmq instance.
- Ssl
Mode string - The ssl mode of the rocketmq instance.
- Storage
Space int - The total storage space of the rocketmq instance.
- Subnet
Id string - The subnet id of the rocketmq instance.
- []Instances
Rocketmq Instance Tag - Tags.
- Used
Group intNumber - The used group number of the rocketmq instance.
- Used
Queue intNumber - The used queue number of the rocketmq instance.
- Used
Storage intSpace - The used storage space of the rocketmq instance.
- Used
Topic intNumber - The used topic number of the rocketmq instance.
- Version string
- The version of rocketmq instance. Valid values:
4.8
. - Vpc
Id string - The vpc id of rocketmq instance.
- Zone
Id string - The zone id of rocketmq instance.
- account
Id String - The account id of the rocketmq instance.
- apply
Private BooleanDns To Public - Whether the private dns to public function is enabled for the rocketmq instance.
- available
Queue IntegerNumber - The available queue number of the rocketmq instance.
- charge
Details List<InstancesRocketmq Instance Charge Detail> - The charge detail information of the rocketmq instance.
- compute
Spec String - The compute spec of the rocketmq instance.
- connection
Infos List<InstancesRocketmq Instance Connection Info> - The connection information of the rocketmq.
- create
Time String - The create time of the rocketmq instance.
- eip
Id String - The eip id of the rocketmq instance.
- enable
Ssl Boolean - Whether the ssl authentication is enabled for the rocketmq instance.
- file
Reserved IntegerTime - The reserved time of messages on the RocketMQ server of the message queue. Messages that exceed the reserved time will be cleared after expiration. The unit is in hours.
- id String
- The id of the rocketmq instance.
- instance
Description String - The description of the rocketmq instance.
- instance
Id String - The id of rocketmq instance.
- instance
Name String - The name of rocketmq instance. This field support fuzzy query.
- instance
Status String - The status of rocketmq instance.
- project
Name String - The project name of rocketmq instance.
- region
Id String - The region id of the rocketmq instance.
- ssl
Mode String - The ssl mode of the rocketmq instance.
- storage
Space Integer - The total storage space of the rocketmq instance.
- subnet
Id String - The subnet id of the rocketmq instance.
- List<Instances
Rocketmq Instance Tag> - Tags.
- used
Group IntegerNumber - The used group number of the rocketmq instance.
- used
Queue IntegerNumber - The used queue number of the rocketmq instance.
- used
Storage IntegerSpace - The used storage space of the rocketmq instance.
- used
Topic IntegerNumber - The used topic number of the rocketmq instance.
- version String
- The version of rocketmq instance. Valid values:
4.8
. - vpc
Id String - The vpc id of rocketmq instance.
- zone
Id String - The zone id of rocketmq instance.
- account
Id string - The account id of the rocketmq instance.
- apply
Private booleanDns To Public - Whether the private dns to public function is enabled for the rocketmq instance.
- available
Queue numberNumber - The available queue number of the rocketmq instance.
- charge
Details InstancesRocketmq Instance Charge Detail[] - The charge detail information of the rocketmq instance.
- compute
Spec string - The compute spec of the rocketmq instance.
- connection
Infos InstancesRocketmq Instance Connection Info[] - The connection information of the rocketmq.
- create
Time string - The create time of the rocketmq instance.
- eip
Id string - The eip id of the rocketmq instance.
- enable
Ssl boolean - Whether the ssl authentication is enabled for the rocketmq instance.
- file
Reserved numberTime - The reserved time of messages on the RocketMQ server of the message queue. Messages that exceed the reserved time will be cleared after expiration. The unit is in hours.
- id string
- The id of the rocketmq instance.
- instance
Description string - The description of the rocketmq instance.
- instance
Id string - The id of rocketmq instance.
- instance
Name string - The name of rocketmq instance. This field support fuzzy query.
- instance
Status string - The status of rocketmq instance.
- project
Name string - The project name of rocketmq instance.
- region
Id string - The region id of the rocketmq instance.
- ssl
Mode string - The ssl mode of the rocketmq instance.
- storage
Space number - The total storage space of the rocketmq instance.
- subnet
Id string - The subnet id of the rocketmq instance.
- Instances
Rocketmq Instance Tag[] - Tags.
- used
Group numberNumber - The used group number of the rocketmq instance.
- used
Queue numberNumber - The used queue number of the rocketmq instance.
- used
Storage numberSpace - The used storage space of the rocketmq instance.
- used
Topic numberNumber - The used topic number of the rocketmq instance.
- version string
- The version of rocketmq instance. Valid values:
4.8
. - vpc
Id string - The vpc id of rocketmq instance.
- zone
Id string - The zone id of rocketmq instance.
- account_
id str - The account id of the rocketmq instance.
- apply_
private_ booldns_ to_ public - Whether the private dns to public function is enabled for the rocketmq instance.
- available_
queue_ intnumber - The available queue number of the rocketmq instance.
- charge_
details Sequence[InstancesRocketmq Instance Charge Detail] - The charge detail information of the rocketmq instance.
- compute_
spec str - The compute spec of the rocketmq instance.
- connection_
infos Sequence[InstancesRocketmq Instance Connection Info] - The connection information of the rocketmq.
- create_
time str - The create time of the rocketmq instance.
- eip_
id str - The eip id of the rocketmq instance.
- enable_
ssl bool - Whether the ssl authentication is enabled for the rocketmq instance.
- file_
reserved_ inttime - The reserved time of messages on the RocketMQ server of the message queue. Messages that exceed the reserved time will be cleared after expiration. The unit is in hours.
- id str
- The id of the rocketmq instance.
- instance_
description str - The description of the rocketmq instance.
- instance_
id str - The id of rocketmq instance.
- instance_
name str - The name of rocketmq instance. This field support fuzzy query.
- instance_
status str - The status of rocketmq instance.
- project_
name str - The project name of rocketmq instance.
- region_
id str - The region id of the rocketmq instance.
- ssl_
mode str - The ssl mode of the rocketmq instance.
- storage_
space int - The total storage space of the rocketmq instance.
- subnet_
id str - The subnet id of the rocketmq instance.
- Sequence[Instances
Rocketmq Instance Tag] - Tags.
- used_
group_ intnumber - The used group number of the rocketmq instance.
- used_
queue_ intnumber - The used queue number of the rocketmq instance.
- used_
storage_ intspace - The used storage space of the rocketmq instance.
- used_
topic_ intnumber - The used topic number of the rocketmq instance.
- version str
- The version of rocketmq instance. Valid values:
4.8
. - vpc_
id str - The vpc id of rocketmq instance.
- zone_
id str - The zone id of rocketmq instance.
- account
Id String - The account id of the rocketmq instance.
- apply
Private BooleanDns To Public - Whether the private dns to public function is enabled for the rocketmq instance.
- available
Queue NumberNumber - The available queue number of the rocketmq instance.
- charge
Details List<Property Map> - The charge detail information of the rocketmq instance.
- compute
Spec String - The compute spec of the rocketmq instance.
- connection
Infos List<Property Map> - The connection information of the rocketmq.
- create
Time String - The create time of the rocketmq instance.
- eip
Id String - The eip id of the rocketmq instance.
- enable
Ssl Boolean - Whether the ssl authentication is enabled for the rocketmq instance.
- file
Reserved NumberTime - The reserved time of messages on the RocketMQ server of the message queue. Messages that exceed the reserved time will be cleared after expiration. The unit is in hours.
- id String
- The id of the rocketmq instance.
- instance
Description String - The description of the rocketmq instance.
- instance
Id String - The id of rocketmq instance.
- instance
Name String - The name of rocketmq instance. This field support fuzzy query.
- instance
Status String - The status of rocketmq instance.
- project
Name String - The project name of rocketmq instance.
- region
Id String - The region id of the rocketmq instance.
- ssl
Mode String - The ssl mode of the rocketmq instance.
- storage
Space Number - The total storage space of the rocketmq instance.
- subnet
Id String - The subnet id of the rocketmq instance.
- List<Property Map>
- Tags.
- used
Group NumberNumber - The used group number of the rocketmq instance.
- used
Queue NumberNumber - The used queue number of the rocketmq instance.
- used
Storage NumberSpace - The used storage space of the rocketmq instance.
- used
Topic NumberNumber - The used topic number of the rocketmq instance.
- version String
- The version of rocketmq instance. Valid values:
4.8
. - vpc
Id String - The vpc id of rocketmq instance.
- zone
Id String - The zone id of rocketmq instance.
InstancesRocketmqInstanceChargeDetail
- Auto
Renew bool - Whether to enable automatic renewal.
- Charge
Expire stringTime - The charge expire time of the rocketmq instance.
- Charge
Start stringTime - The charge start time of the rocketmq instance.
- Charge
Status string - The charge status of the rocketmq instance.
- Charge
Type string - The charge type of rocketmq instance. Valid values:
PostPaid
,PrePaid
. - Overdue
Reclaim stringTime - The overdue reclaim time of the rocketmq instance.
- Overdue
Time string - The overdue time of the rocketmq instance.
- Period
Unit string - The period unit of the rocketmq instance.
- Auto
Renew bool - Whether to enable automatic renewal.
- Charge
Expire stringTime - The charge expire time of the rocketmq instance.
- Charge
Start stringTime - The charge start time of the rocketmq instance.
- Charge
Status string - The charge status of the rocketmq instance.
- Charge
Type string - The charge type of rocketmq instance. Valid values:
PostPaid
,PrePaid
. - Overdue
Reclaim stringTime - The overdue reclaim time of the rocketmq instance.
- Overdue
Time string - The overdue time of the rocketmq instance.
- Period
Unit string - The period unit of the rocketmq instance.
- auto
Renew Boolean - Whether to enable automatic renewal.
- charge
Expire StringTime - The charge expire time of the rocketmq instance.
- charge
Start StringTime - The charge start time of the rocketmq instance.
- charge
Status String - The charge status of the rocketmq instance.
- charge
Type String - The charge type of rocketmq instance. Valid values:
PostPaid
,PrePaid
. - overdue
Reclaim StringTime - The overdue reclaim time of the rocketmq instance.
- overdue
Time String - The overdue time of the rocketmq instance.
- period
Unit String - The period unit of the rocketmq instance.
- auto
Renew boolean - Whether to enable automatic renewal.
- charge
Expire stringTime - The charge expire time of the rocketmq instance.
- charge
Start stringTime - The charge start time of the rocketmq instance.
- charge
Status string - The charge status of the rocketmq instance.
- charge
Type string - The charge type of rocketmq instance. Valid values:
PostPaid
,PrePaid
. - overdue
Reclaim stringTime - The overdue reclaim time of the rocketmq instance.
- overdue
Time string - The overdue time of the rocketmq instance.
- period
Unit string - The period unit of the rocketmq instance.
- auto_
renew bool - Whether to enable automatic renewal.
- charge_
expire_ strtime - The charge expire time of the rocketmq instance.
- charge_
start_ strtime - The charge start time of the rocketmq instance.
- charge_
status str - The charge status of the rocketmq instance.
- charge_
type str - The charge type of rocketmq instance. Valid values:
PostPaid
,PrePaid
. - overdue_
reclaim_ strtime - The overdue reclaim time of the rocketmq instance.
- overdue_
time str - The overdue time of the rocketmq instance.
- period_
unit str - The period unit of the rocketmq instance.
- auto
Renew Boolean - Whether to enable automatic renewal.
- charge
Expire StringTime - The charge expire time of the rocketmq instance.
- charge
Start StringTime - The charge start time of the rocketmq instance.
- charge
Status String - The charge status of the rocketmq instance.
- charge
Type String - The charge type of rocketmq instance. Valid values:
PostPaid
,PrePaid
. - overdue
Reclaim StringTime - The overdue reclaim time of the rocketmq instance.
- overdue
Time String - The overdue time of the rocketmq instance.
- period
Unit String - The period unit of the rocketmq instance.
InstancesRocketmqInstanceConnectionInfo
- Endpoint
Address stringIp - The endpoint address ip of the rocketmq.
- Endpoint
Type string - The endpoint type of the rocketmq.
- Internal
Endpoint string - The internal endpoint of the rocketmq.
- Network
Type string - The network type of the rocketmq.
- Public
Endpoint string - The public endpoint of the rocketmq.
- Endpoint
Address stringIp - The endpoint address ip of the rocketmq.
- Endpoint
Type string - The endpoint type of the rocketmq.
- Internal
Endpoint string - The internal endpoint of the rocketmq.
- Network
Type string - The network type of the rocketmq.
- Public
Endpoint string - The public endpoint of the rocketmq.
- endpoint
Address StringIp - The endpoint address ip of the rocketmq.
- endpoint
Type String - The endpoint type of the rocketmq.
- internal
Endpoint String - The internal endpoint of the rocketmq.
- network
Type String - The network type of the rocketmq.
- public
Endpoint String - The public endpoint of the rocketmq.
- endpoint
Address stringIp - The endpoint address ip of the rocketmq.
- endpoint
Type string - The endpoint type of the rocketmq.
- internal
Endpoint string - The internal endpoint of the rocketmq.
- network
Type string - The network type of the rocketmq.
- public
Endpoint string - The public endpoint of the rocketmq.
- endpoint_
address_ strip - The endpoint address ip of the rocketmq.
- endpoint_
type str - The endpoint type of the rocketmq.
- internal_
endpoint str - The internal endpoint of the rocketmq.
- network_
type str - The network type of the rocketmq.
- public_
endpoint str - The public endpoint of the rocketmq.
- endpoint
Address StringIp - The endpoint address ip of the rocketmq.
- endpoint
Type String - The endpoint type of the rocketmq.
- internal
Endpoint String - The internal endpoint of the rocketmq.
- network
Type String - The network type of the rocketmq.
- public
Endpoint String - The public endpoint of the rocketmq.
InstancesRocketmqInstanceTag
InstancesTag
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
volcengine
Terraform Provider.