flexibleengine 1.46.0 published on Monday, Apr 14, 2025 by flexibleenginecloud
flexibleengine.getDmsRocketmqInstances
Explore with Pulumi AI
flexibleengine 1.46.0 published on Monday, Apr 14, 2025 by flexibleenginecloud
Use this data source to get the list of DMS RocketMQ instances.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as flexibleengine from "@pulumi/flexibleengine";
const test = flexibleengine.getDmsRocketmqInstances({
name: "rocketmq_name_test",
});
import pulumi
import pulumi_flexibleengine as flexibleengine
test = flexibleengine.get_dms_rocketmq_instances(name="rocketmq_name_test")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/flexibleengine/flexibleengine"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := flexibleengine.GetDmsRocketmqInstances(ctx, &flexibleengine.GetDmsRocketmqInstancesArgs{
Name: pulumi.StringRef("rocketmq_name_test"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Flexibleengine = Pulumi.Flexibleengine;
return await Deployment.RunAsync(() =>
{
var test = Flexibleengine.GetDmsRocketmqInstances.Invoke(new()
{
Name = "rocketmq_name_test",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.flexibleengine.FlexibleengineFunctions;
import com.pulumi.flexibleengine.inputs.GetDmsRocketmqInstancesArgs;
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 test = FlexibleengineFunctions.getDmsRocketmqInstances(GetDmsRocketmqInstancesArgs.builder()
.name("rocketmq_name_test")
.build());
}
}
variables:
test:
fn::invoke:
function: flexibleengine:getDmsRocketmqInstances
arguments:
name: rocketmq_name_test
Using getDmsRocketmqInstances
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 getDmsRocketmqInstances(args: GetDmsRocketmqInstancesArgs, opts?: InvokeOptions): Promise<GetDmsRocketmqInstancesResult>
function getDmsRocketmqInstancesOutput(args: GetDmsRocketmqInstancesOutputArgs, opts?: InvokeOptions): Output<GetDmsRocketmqInstancesResult>
def get_dms_rocketmq_instances(exact_match_name: Optional[str] = None,
id: Optional[str] = None,
instance_id: Optional[str] = None,
name: Optional[str] = None,
region: Optional[str] = None,
status: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDmsRocketmqInstancesResult
def get_dms_rocketmq_instances_output(exact_match_name: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
instance_id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
region: Optional[pulumi.Input[str]] = None,
status: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDmsRocketmqInstancesResult]
func GetDmsRocketmqInstances(ctx *Context, args *GetDmsRocketmqInstancesArgs, opts ...InvokeOption) (*GetDmsRocketmqInstancesResult, error)
func GetDmsRocketmqInstancesOutput(ctx *Context, args *GetDmsRocketmqInstancesOutputArgs, opts ...InvokeOption) GetDmsRocketmqInstancesResultOutput
> Note: This function is named GetDmsRocketmqInstances
in the Go SDK.
public static class GetDmsRocketmqInstances
{
public static Task<GetDmsRocketmqInstancesResult> InvokeAsync(GetDmsRocketmqInstancesArgs args, InvokeOptions? opts = null)
public static Output<GetDmsRocketmqInstancesResult> Invoke(GetDmsRocketmqInstancesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDmsRocketmqInstancesResult> getDmsRocketmqInstances(GetDmsRocketmqInstancesArgs args, InvokeOptions options)
public static Output<GetDmsRocketmqInstancesResult> getDmsRocketmqInstances(GetDmsRocketmqInstancesArgs args, InvokeOptions options)
fn::invoke:
function: flexibleengine:index/getDmsRocketmqInstances:getDmsRocketmqInstances
arguments:
# arguments dictionary
The following arguments are supported:
- Exact
Match stringName - Specifies whether to search for the instance that precisely matches a specified instance name. Value options: true, false. Defaults to false.
- Id string
- Indicates the ID of the DMS RocketMQ instance.
- Instance
Id string - Specifies the ID of the RocketMQ instance.
- Name string
- Specifies the name of the DMS RocketMQ instance.
- Region string
- Specifies the region in which to query the data source. If omitted, the provider-level region will be used.
- Status string
- Specifies the status of the DMS RocketMQ instance.
- Exact
Match stringName - Specifies whether to search for the instance that precisely matches a specified instance name. Value options: true, false. Defaults to false.
- Id string
- Indicates the ID of the DMS RocketMQ instance.
- Instance
Id string - Specifies the ID of the RocketMQ instance.
- Name string
- Specifies the name of the DMS RocketMQ instance.
- Region string
- Specifies the region in which to query the data source. If omitted, the provider-level region will be used.
- Status string
- Specifies the status of the DMS RocketMQ instance.
- exact
Match StringName - Specifies whether to search for the instance that precisely matches a specified instance name. Value options: true, false. Defaults to false.
- id String
- Indicates the ID of the DMS RocketMQ instance.
- instance
Id String - Specifies the ID of the RocketMQ instance.
- name String
- Specifies the name of the DMS RocketMQ instance.
- region String
- Specifies the region in which to query the data source. If omitted, the provider-level region will be used.
- status String
- Specifies the status of the DMS RocketMQ instance.
- exact
Match stringName - Specifies whether to search for the instance that precisely matches a specified instance name. Value options: true, false. Defaults to false.
- id string
- Indicates the ID of the DMS RocketMQ instance.
- instance
Id string - Specifies the ID of the RocketMQ instance.
- name string
- Specifies the name of the DMS RocketMQ instance.
- region string
- Specifies the region in which to query the data source. If omitted, the provider-level region will be used.
- status string
- Specifies the status of the DMS RocketMQ instance.
- exact_
match_ strname - Specifies whether to search for the instance that precisely matches a specified instance name. Value options: true, false. Defaults to false.
- id str
- Indicates the ID of the DMS RocketMQ instance.
- instance_
id str - Specifies the ID of the RocketMQ instance.
- name str
- Specifies the name of the DMS RocketMQ instance.
- region str
- Specifies the region in which to query the data source. If omitted, the provider-level region will be used.
- status str
- Specifies the status of the DMS RocketMQ instance.
- exact
Match StringName - Specifies whether to search for the instance that precisely matches a specified instance name. Value options: true, false. Defaults to false.
- id String
- Indicates the ID of the DMS RocketMQ instance.
- instance
Id String - Specifies the ID of the RocketMQ instance.
- name String
- Specifies the name of the DMS RocketMQ instance.
- region String
- Specifies the region in which to query the data source. If omitted, the provider-level region will be used.
- status String
- Specifies the status of the DMS RocketMQ instance.
getDmsRocketmqInstances Result
The following output properties are available:
- Id string
- Indicates the ID of the DMS RocketMQ instance.
- Instances
List<Get
Dms Rocketmq Instances Instance> - Indicates the list of DMS RocketMQ instances. The instances object structure is documented below.
- Region string
- Exact
Match stringName - Instance
Id string - Name string
- Indicates the name of the DMS RocketMQ instance.
- Status string
- Indicates the status of the DMS RocketMQ instance.
- Id string
- Indicates the ID of the DMS RocketMQ instance.
- Instances
[]Get
Dms Rocketmq Instances Instance - Indicates the list of DMS RocketMQ instances. The instances object structure is documented below.
- Region string
- Exact
Match stringName - Instance
Id string - Name string
- Indicates the name of the DMS RocketMQ instance.
- Status string
- Indicates the status of the DMS RocketMQ instance.
- id String
- Indicates the ID of the DMS RocketMQ instance.
- instances
List<Get
Dms Rocketmq Instances Instance> - Indicates the list of DMS RocketMQ instances. The instances object structure is documented below.
- region String
- exact
Match StringName - instance
Id String - name String
- Indicates the name of the DMS RocketMQ instance.
- status String
- Indicates the status of the DMS RocketMQ instance.
- id string
- Indicates the ID of the DMS RocketMQ instance.
- instances
Get
Dms Rocketmq Instances Instance[] - Indicates the list of DMS RocketMQ instances. The instances object structure is documented below.
- region string
- exact
Match stringName - instance
Id string - name string
- Indicates the name of the DMS RocketMQ instance.
- status string
- Indicates the status of the DMS RocketMQ instance.
- id str
- Indicates the ID of the DMS RocketMQ instance.
- instances
Sequence[Get
Dms Rocketmq Instances Instance] - Indicates the list of DMS RocketMQ instances. The instances object structure is documented below.
- region str
- exact_
match_ strname - instance_
id str - name str
- Indicates the name of the DMS RocketMQ instance.
- status str
- Indicates the status of the DMS RocketMQ instance.
- id String
- Indicates the ID of the DMS RocketMQ instance.
- instances List<Property Map>
- Indicates the list of DMS RocketMQ instances. The instances object structure is documented below.
- region String
- exact
Match StringName - instance
Id String - name String
- Indicates the name of the DMS RocketMQ instance.
- status String
- Indicates the status of the DMS RocketMQ instance.
Supporting Types
GetDmsRocketmqInstancesInstance
- Availability
Zones List<string> - Indicates the list of availability zone names, where instance brokers reside and which has available resources.
- Broker
Address string - Indicates the service data address.
- Broker
Num double - Specifies the broker numbers. Defaults to 1.
- Cross
Vpc List<GetAccesses Dms Rocketmq Instances Instance Cross Vpc Access> - Indicates the Cross-VPC access information. The cross_vpc_accesses object structure is documented below.
- Description string
- Indicates the description of the DMS RocketMQ instance.
- Enable
Acl bool - Indicates whether access control is enabled.
- Enable
Publicip bool - Indicates whether to enable public access.
- Engine
Version string - Indicates the version of the RocketMQ engine.
- Flavor
Id string - Indicates a product ID.
- Id string
- Indicates the ID of the DMS RocketMQ instance.
- Ipv6Enable bool
- Indicates whether to support IPv6. Defaults to false.
- Maintain
Begin string - Indicates the time at which the maintenance window starts. The format is HH:mm:ss.
- Maintain
End string - Indicates the time at which the maintenance window ends. The format is HH:mm:ss.
- Name string
- Specifies the name of the DMS RocketMQ instance.
- Namesrv
Address string - Indicates the metadata address.
- New
Spec boolBilling Enable - Indicates the whether billing based on new specifications is enabled.
- Node
Num double - Indicates the node quantity.
- Public
Broker stringAddress - Indicates the public network service data address.
- Public
Namesrv stringAddress - Indicates the public network metadata address.
- Publicip
Address string - Indicates the public IP address.
- Publicip
Id string - Indicates the ID of the EIP bound to the instance. Use commas (,) to separate multiple EIP IDs. This parameter is mandatory if public access is enabled (that is, enable_publicip is set to true).
- Resource
Spec stringCode - Indicates the resource specifications.
- Security
Group stringId - Indicates the ID of a security group.
- Specification string
- Indicates the instance specification. For a cluster DMS RocketMQ instance, VM specifications and the number of nodes are returned.
- Ssl
Enable bool - Indicates whether the RocketMQ SASL_SSL is enabled. Defaults to false.
- Status string
- Specifies the status of the DMS RocketMQ instance.
- Storage
Space double - Indicates the message storage capacity. Unit: GB.
- Storage
Spec stringCode - Indicates the storage I/O specification.
- Subnet
Id string - Indicates the ID of a subnet.
- Type string
- Indicates the DMS RocketMQ instance type.
- Used
Storage doubleSpace - Indicates the used message storage space. Unit: GB.
- Vpc
Id string - Indicates the ID of a VPC.
- Availability
Zones []string - Indicates the list of availability zone names, where instance brokers reside and which has available resources.
- Broker
Address string - Indicates the service data address.
- Broker
Num float64 - Specifies the broker numbers. Defaults to 1.
- Cross
Vpc []GetAccesses Dms Rocketmq Instances Instance Cross Vpc Access - Indicates the Cross-VPC access information. The cross_vpc_accesses object structure is documented below.
- Description string
- Indicates the description of the DMS RocketMQ instance.
- Enable
Acl bool - Indicates whether access control is enabled.
- Enable
Publicip bool - Indicates whether to enable public access.
- Engine
Version string - Indicates the version of the RocketMQ engine.
- Flavor
Id string - Indicates a product ID.
- Id string
- Indicates the ID of the DMS RocketMQ instance.
- Ipv6Enable bool
- Indicates whether to support IPv6. Defaults to false.
- Maintain
Begin string - Indicates the time at which the maintenance window starts. The format is HH:mm:ss.
- Maintain
End string - Indicates the time at which the maintenance window ends. The format is HH:mm:ss.
- Name string
- Specifies the name of the DMS RocketMQ instance.
- Namesrv
Address string - Indicates the metadata address.
- New
Spec boolBilling Enable - Indicates the whether billing based on new specifications is enabled.
- Node
Num float64 - Indicates the node quantity.
- Public
Broker stringAddress - Indicates the public network service data address.
- Public
Namesrv stringAddress - Indicates the public network metadata address.
- Publicip
Address string - Indicates the public IP address.
- Publicip
Id string - Indicates the ID of the EIP bound to the instance. Use commas (,) to separate multiple EIP IDs. This parameter is mandatory if public access is enabled (that is, enable_publicip is set to true).
- Resource
Spec stringCode - Indicates the resource specifications.
- Security
Group stringId - Indicates the ID of a security group.
- Specification string
- Indicates the instance specification. For a cluster DMS RocketMQ instance, VM specifications and the number of nodes are returned.
- Ssl
Enable bool - Indicates whether the RocketMQ SASL_SSL is enabled. Defaults to false.
- Status string
- Specifies the status of the DMS RocketMQ instance.
- Storage
Space float64 - Indicates the message storage capacity. Unit: GB.
- Storage
Spec stringCode - Indicates the storage I/O specification.
- Subnet
Id string - Indicates the ID of a subnet.
- Type string
- Indicates the DMS RocketMQ instance type.
- Used
Storage float64Space - Indicates the used message storage space. Unit: GB.
- Vpc
Id string - Indicates the ID of a VPC.
- availability
Zones List<String> - Indicates the list of availability zone names, where instance brokers reside and which has available resources.
- broker
Address String - Indicates the service data address.
- broker
Num Double - Specifies the broker numbers. Defaults to 1.
- cross
Vpc List<GetAccesses Dms Rocketmq Instances Instance Cross Vpc Access> - Indicates the Cross-VPC access information. The cross_vpc_accesses object structure is documented below.
- description String
- Indicates the description of the DMS RocketMQ instance.
- enable
Acl Boolean - Indicates whether access control is enabled.
- enable
Publicip Boolean - Indicates whether to enable public access.
- engine
Version String - Indicates the version of the RocketMQ engine.
- flavor
Id String - Indicates a product ID.
- id String
- Indicates the ID of the DMS RocketMQ instance.
- ipv6Enable Boolean
- Indicates whether to support IPv6. Defaults to false.
- maintain
Begin String - Indicates the time at which the maintenance window starts. The format is HH:mm:ss.
- maintain
End String - Indicates the time at which the maintenance window ends. The format is HH:mm:ss.
- name String
- Specifies the name of the DMS RocketMQ instance.
- namesrv
Address String - Indicates the metadata address.
- new
Spec BooleanBilling Enable - Indicates the whether billing based on new specifications is enabled.
- node
Num Double - Indicates the node quantity.
- public
Broker StringAddress - Indicates the public network service data address.
- public
Namesrv StringAddress - Indicates the public network metadata address.
- publicip
Address String - Indicates the public IP address.
- publicip
Id String - Indicates the ID of the EIP bound to the instance. Use commas (,) to separate multiple EIP IDs. This parameter is mandatory if public access is enabled (that is, enable_publicip is set to true).
- resource
Spec StringCode - Indicates the resource specifications.
- security
Group StringId - Indicates the ID of a security group.
- specification String
- Indicates the instance specification. For a cluster DMS RocketMQ instance, VM specifications and the number of nodes are returned.
- ssl
Enable Boolean - Indicates whether the RocketMQ SASL_SSL is enabled. Defaults to false.
- status String
- Specifies the status of the DMS RocketMQ instance.
- storage
Space Double - Indicates the message storage capacity. Unit: GB.
- storage
Spec StringCode - Indicates the storage I/O specification.
- subnet
Id String - Indicates the ID of a subnet.
- type String
- Indicates the DMS RocketMQ instance type.
- used
Storage DoubleSpace - Indicates the used message storage space. Unit: GB.
- vpc
Id String - Indicates the ID of a VPC.
- availability
Zones string[] - Indicates the list of availability zone names, where instance brokers reside and which has available resources.
- broker
Address string - Indicates the service data address.
- broker
Num number - Specifies the broker numbers. Defaults to 1.
- cross
Vpc GetAccesses Dms Rocketmq Instances Instance Cross Vpc Access[] - Indicates the Cross-VPC access information. The cross_vpc_accesses object structure is documented below.
- description string
- Indicates the description of the DMS RocketMQ instance.
- enable
Acl boolean - Indicates whether access control is enabled.
- enable
Publicip boolean - Indicates whether to enable public access.
- engine
Version string - Indicates the version of the RocketMQ engine.
- flavor
Id string - Indicates a product ID.
- id string
- Indicates the ID of the DMS RocketMQ instance.
- ipv6Enable boolean
- Indicates whether to support IPv6. Defaults to false.
- maintain
Begin string - Indicates the time at which the maintenance window starts. The format is HH:mm:ss.
- maintain
End string - Indicates the time at which the maintenance window ends. The format is HH:mm:ss.
- name string
- Specifies the name of the DMS RocketMQ instance.
- namesrv
Address string - Indicates the metadata address.
- new
Spec booleanBilling Enable - Indicates the whether billing based on new specifications is enabled.
- node
Num number - Indicates the node quantity.
- public
Broker stringAddress - Indicates the public network service data address.
- public
Namesrv stringAddress - Indicates the public network metadata address.
- publicip
Address string - Indicates the public IP address.
- publicip
Id string - Indicates the ID of the EIP bound to the instance. Use commas (,) to separate multiple EIP IDs. This parameter is mandatory if public access is enabled (that is, enable_publicip is set to true).
- resource
Spec stringCode - Indicates the resource specifications.
- security
Group stringId - Indicates the ID of a security group.
- specification string
- Indicates the instance specification. For a cluster DMS RocketMQ instance, VM specifications and the number of nodes are returned.
- ssl
Enable boolean - Indicates whether the RocketMQ SASL_SSL is enabled. Defaults to false.
- status string
- Specifies the status of the DMS RocketMQ instance.
- storage
Space number - Indicates the message storage capacity. Unit: GB.
- storage
Spec stringCode - Indicates the storage I/O specification.
- subnet
Id string - Indicates the ID of a subnet.
- type string
- Indicates the DMS RocketMQ instance type.
- used
Storage numberSpace - Indicates the used message storage space. Unit: GB.
- vpc
Id string - Indicates the ID of a VPC.
- availability_
zones Sequence[str] - Indicates the list of availability zone names, where instance brokers reside and which has available resources.
- broker_
address str - Indicates the service data address.
- broker_
num float - Specifies the broker numbers. Defaults to 1.
- cross_
vpc_ Sequence[Getaccesses Dms Rocketmq Instances Instance Cross Vpc Access] - Indicates the Cross-VPC access information. The cross_vpc_accesses object structure is documented below.
- description str
- Indicates the description of the DMS RocketMQ instance.
- enable_
acl bool - Indicates whether access control is enabled.
- enable_
publicip bool - Indicates whether to enable public access.
- engine_
version str - Indicates the version of the RocketMQ engine.
- flavor_
id str - Indicates a product ID.
- id str
- Indicates the ID of the DMS RocketMQ instance.
- ipv6_
enable bool - Indicates whether to support IPv6. Defaults to false.
- maintain_
begin str - Indicates the time at which the maintenance window starts. The format is HH:mm:ss.
- maintain_
end str - Indicates the time at which the maintenance window ends. The format is HH:mm:ss.
- name str
- Specifies the name of the DMS RocketMQ instance.
- namesrv_
address str - Indicates the metadata address.
- new_
spec_ boolbilling_ enable - Indicates the whether billing based on new specifications is enabled.
- node_
num float - Indicates the node quantity.
- public_
broker_ straddress - Indicates the public network service data address.
- public_
namesrv_ straddress - Indicates the public network metadata address.
- publicip_
address str - Indicates the public IP address.
- publicip_
id str - Indicates the ID of the EIP bound to the instance. Use commas (,) to separate multiple EIP IDs. This parameter is mandatory if public access is enabled (that is, enable_publicip is set to true).
- resource_
spec_ strcode - Indicates the resource specifications.
- security_
group_ strid - Indicates the ID of a security group.
- specification str
- Indicates the instance specification. For a cluster DMS RocketMQ instance, VM specifications and the number of nodes are returned.
- ssl_
enable bool - Indicates whether the RocketMQ SASL_SSL is enabled. Defaults to false.
- status str
- Specifies the status of the DMS RocketMQ instance.
- storage_
space float - Indicates the message storage capacity. Unit: GB.
- storage_
spec_ strcode - Indicates the storage I/O specification.
- subnet_
id str - Indicates the ID of a subnet.
- type str
- Indicates the DMS RocketMQ instance type.
- used_
storage_ floatspace - Indicates the used message storage space. Unit: GB.
- vpc_
id str - Indicates the ID of a VPC.
- availability
Zones List<String> - Indicates the list of availability zone names, where instance brokers reside and which has available resources.
- broker
Address String - Indicates the service data address.
- broker
Num Number - Specifies the broker numbers. Defaults to 1.
- cross
Vpc List<Property Map>Accesses - Indicates the Cross-VPC access information. The cross_vpc_accesses object structure is documented below.
- description String
- Indicates the description of the DMS RocketMQ instance.
- enable
Acl Boolean - Indicates whether access control is enabled.
- enable
Publicip Boolean - Indicates whether to enable public access.
- engine
Version String - Indicates the version of the RocketMQ engine.
- flavor
Id String - Indicates a product ID.
- id String
- Indicates the ID of the DMS RocketMQ instance.
- ipv6Enable Boolean
- Indicates whether to support IPv6. Defaults to false.
- maintain
Begin String - Indicates the time at which the maintenance window starts. The format is HH:mm:ss.
- maintain
End String - Indicates the time at which the maintenance window ends. The format is HH:mm:ss.
- name String
- Specifies the name of the DMS RocketMQ instance.
- namesrv
Address String - Indicates the metadata address.
- new
Spec BooleanBilling Enable - Indicates the whether billing based on new specifications is enabled.
- node
Num Number - Indicates the node quantity.
- public
Broker StringAddress - Indicates the public network service data address.
- public
Namesrv StringAddress - Indicates the public network metadata address.
- publicip
Address String - Indicates the public IP address.
- publicip
Id String - Indicates the ID of the EIP bound to the instance. Use commas (,) to separate multiple EIP IDs. This parameter is mandatory if public access is enabled (that is, enable_publicip is set to true).
- resource
Spec StringCode - Indicates the resource specifications.
- security
Group StringId - Indicates the ID of a security group.
- specification String
- Indicates the instance specification. For a cluster DMS RocketMQ instance, VM specifications and the number of nodes are returned.
- ssl
Enable Boolean - Indicates whether the RocketMQ SASL_SSL is enabled. Defaults to false.
- status String
- Specifies the status of the DMS RocketMQ instance.
- storage
Space Number - Indicates the message storage capacity. Unit: GB.
- storage
Spec StringCode - Indicates the storage I/O specification.
- subnet
Id String - Indicates the ID of a subnet.
- type String
- Indicates the DMS RocketMQ instance type.
- used
Storage NumberSpace - Indicates the used message storage space. Unit: GB.
- vpc
Id String - Indicates the ID of a VPC.
GetDmsRocketmqInstancesInstanceCrossVpcAccess
- Advertised
Ip string - Indicates the advertised IP.
- Lisenter
Ip string - Listener
Ip string - Indicates the IP of the listener.
- Port double
- Indicates the port.
- Port
Id string - Indicates the port ID associated with the address.
- Advertised
Ip string - Indicates the advertised IP.
- Lisenter
Ip string - Listener
Ip string - Indicates the IP of the listener.
- Port float64
- Indicates the port.
- Port
Id string - Indicates the port ID associated with the address.
- advertised
Ip String - Indicates the advertised IP.
- lisenter
Ip String - listener
Ip String - Indicates the IP of the listener.
- port Double
- Indicates the port.
- port
Id String - Indicates the port ID associated with the address.
- advertised
Ip string - Indicates the advertised IP.
- lisenter
Ip string - listener
Ip string - Indicates the IP of the listener.
- port number
- Indicates the port.
- port
Id string - Indicates the port ID associated with the address.
- advertised_
ip str - Indicates the advertised IP.
- lisenter_
ip str - listener_
ip str - Indicates the IP of the listener.
- port float
- Indicates the port.
- port_
id str - Indicates the port ID associated with the address.
- advertised
Ip String - Indicates the advertised IP.
- lisenter
Ip String - listener
Ip String - Indicates the IP of the listener.
- port Number
- Indicates the port.
- port
Id String - Indicates the port ID associated with the address.
Package Details
- Repository
- flexibleengine flexibleenginecloud/terraform-provider-flexibleengine
- License
- Notes
- This Pulumi package is based on the
flexibleengine
Terraform Provider.
flexibleengine 1.46.0 published on Monday, Apr 14, 2025 by flexibleenginecloud