Instance
This class encapsulates and extends the ROS resource type DATASOURCE::ROCKETMQ5::Instance
.
Initializers
using AlibabaCloud.SDK.ROS.CDK.Rocketmq5;
new Instance(Construct Scope, string Id, InstanceProps Props, bool EnableResourcePropertyConstraint = null);
Name | Type | Description |
---|---|---|
Scope |
AlibabaCloud.SDK.ROS.CDK.Core.Construct |
No description. |
Id |
string |
No description. |
Props |
InstanceProps |
No description. |
EnableResourcePropertyConstraint |
bool |
No description. |
Scope
Required
- Type: AlibabaCloud.SDK.ROS.CDK.Core.Construct
Id
Required
- Type: string
Props
Required
- Type: InstanceProps
EnableResourcePropertyConstraint
Optional
- Type: bool
Methods
Name | Description |
---|---|
ToString |
Returns a string representation of this construct. |
Synthesize |
Allows this construct to emit artifacts into the cloud assembly during synthesis. |
AddCondition |
No description. |
AddCount |
No description. |
AddDependency |
No description. |
AddResourceDesc |
No description. |
ApplyRemovalPolicy |
No description. |
GetAtt |
No description. |
SetMetadata |
No description. |
ToString
private string ToString()
Returns a string representation of this construct.
Synthesize
private void Synthesize(ISynthesisSession Session)
Allows this construct to emit artifacts into the cloud assembly during synthesis.
This method is usually implemented by framework-level constructs such as Stack
and Asset
as they participate in synthesizing the cloud assembly.
- Type: AlibabaCloud.SDK.ROS.CDK.Core.ISynthesisSession
The synthesis session.
AddCondition
private void AddCondition(RosCondition Condition)
- Type: AlibabaCloud.SDK.ROS.CDK.Core.RosCondition
AddCount
private void AddCount(object Count)
- Type: object
AddDependency
private void AddDependency(Resource Resource)
- Type: AlibabaCloud.SDK.ROS.CDK.Core.Resource
AddResourceDesc
private void AddResourceDesc(string Desc)
- Type: string
ApplyRemovalPolicy
private void ApplyRemovalPolicy(RemovalPolicy Policy)
- Type: AlibabaCloud.SDK.ROS.CDK.Core.RemovalPolicy
GetAtt
private IResolvable GetAtt(string Name)
- Type: string
SetMetadata
private void SetMetadata(string Key, object Value)
- Type: string
- Type: object
Static Functions
Name | Description |
---|---|
IsConstruct |
Return whether the given object is a Construct. |
IsConstruct
using AlibabaCloud.SDK.ROS.CDK.Rocketmq5;
Instance.IsConstruct(object X);
Return whether the given object is a Construct.
- Type: object
Properties
Name | Type | Description |
---|---|---|
Node |
AlibabaCloud.SDK.ROS.CDK.Core.ConstructNode |
The construct tree node associated with this construct. |
Ref |
string |
No description. |
Stack |
AlibabaCloud.SDK.ROS.CDK.Core.Stack |
The stack in which this resource is defined. |
Resource |
AlibabaCloud.SDK.ROS.CDK.Core.RosResource |
No description. |
AttrAccountInfo |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute AccountInfo: The account information. |
AttrAclInfo |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute AclInfo: The information about access control. |
AttrBid |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute Bid: The business ID (BID) of the commodity. |
AttrCommodityCode |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute CommodityCode: The commodity code of the instance. |
AttrCreateTime |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute CreateTime: The time when the instance was created. |
AttrExpireTime |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute ExpireTime: The time when the instance expires. |
AttrExtConfig |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute ExtConfig: The extended configurations. |
AttrGroupCount |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute GroupCount: The number of groups. |
AttrInstanceId |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute InstanceId: The ID of the RocketMQ instance. |
AttrInstanceName |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute InstanceName: The name of the instance. |
AttrInstanceQuotas |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute InstanceQuotas: The instance quotas. |
AttrNetworkInfo |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute NetworkInfo: The network information. |
AttrPaymentType |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute PaymentType: The billing method of the instance. |
AttrProductInfo |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute ProductInfo: The extended configurations of the instance. |
AttrReleaseTime |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute ReleaseTime: The time when the instance was released. |
AttrRemark |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute Remark: The description of the instance. |
AttrResourceGroupId |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute ResourceGroupId: The ID of the resource group. |
AttrSeriesCode |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute SeriesCode: The primary edition of the instance. |
AttrServiceCode |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute ServiceCode: The code of the service to which the instance belongs. |
AttrSoftware |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute Software: The instance software information. |
AttrStartTime |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute StartTime: The time when the instance was started. |
AttrStatus |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute Status: The status of the instance. |
AttrSubSeriesCode |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute SubSeriesCode: The sub-category edition of the instance. |
AttrTags |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute Tags: The resource tags. |
AttrTopicCount |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute TopicCount: The number of topics. |
AttrUpdateTime |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute UpdateTime: The time when the instance was last modified. |
AttrUserId |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute UserId: The ID of the user who owns the instance. |
Node
Required
public ConstructNode Node { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.ConstructNode
The construct tree node associated with this construct.
Ref
Required
public string Ref { get; }
- Type: string
Stack
Required
public Stack Stack { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.Stack
The stack in which this resource is defined.
Resource
Optional
public RosResource Resource { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.RosResource
AttrAccountInfo
Required
public IResolvable AttrAccountInfo { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute AccountInfo: The account information.
AttrAclInfo
Required
public IResolvable AttrAclInfo { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute AclInfo: The information about access control.
AttrBid
Required
public IResolvable AttrBid { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute Bid: The business ID (BID) of the commodity.
AttrCommodityCode
Required
public IResolvable AttrCommodityCode { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute CommodityCode: The commodity code of the instance.
The commodity code of a ApsaraMQ for RocketMQ 5.0 instance has a similar format as ons_rmqsub_public_cn.
AttrCreateTime
Required
public IResolvable AttrCreateTime { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute CreateTime: The time when the instance was created.
AttrExpireTime
Required
public IResolvable AttrExpireTime { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute ExpireTime: The time when the instance expires.
AttrExtConfig
Required
public IResolvable AttrExtConfig { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute ExtConfig: The extended configurations.
We recommend you configure productInfo, internetInfo, or aclInfo instead of this parameter.
AttrGroupCount
Required
public IResolvable AttrGroupCount { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute GroupCount: The number of groups.
AttrInstanceId
Required
public IResolvable AttrInstanceId { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute InstanceId: The ID of the RocketMQ instance.
AttrInstanceName
Required
public IResolvable AttrInstanceName { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute InstanceName: The name of the instance.
AttrInstanceQuotas
Required
public IResolvable AttrInstanceQuotas { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute InstanceQuotas: The instance quotas.
AttrNetworkInfo
Required
public IResolvable AttrNetworkInfo { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute NetworkInfo: The network information.
AttrPaymentType
Required
public IResolvable AttrPaymentType { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute PaymentType: The billing method of the instance.
AttrProductInfo
Required
public IResolvable AttrProductInfo { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute ProductInfo: The extended configurations of the instance.
AttrReleaseTime
Required
public IResolvable AttrReleaseTime { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute ReleaseTime: The time when the instance was released.
AttrRemark
Required
public IResolvable AttrRemark { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute Remark: The description of the instance.
AttrResourceGroupId
Required
public IResolvable AttrResourceGroupId { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute ResourceGroupId: The ID of the resource group.
AttrSeriesCode
Required
public IResolvable AttrSeriesCode { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute SeriesCode: The primary edition of the instance.
AttrServiceCode
Required
public IResolvable AttrServiceCode { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute ServiceCode: The code of the service to which the instance belongs.
The service code of ApsaraMQ for RocketMQ is rmq.
AttrSoftware
Required
public IResolvable AttrSoftware { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute Software: The instance software information.
AttrStartTime
Required
public IResolvable AttrStartTime { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute StartTime: The time when the instance was started.
AttrStatus
Required
public IResolvable AttrStatus { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute Status: The status of the instance.
AttrSubSeriesCode
Required
public IResolvable AttrSubSeriesCode { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute SubSeriesCode: The sub-category edition of the instance.
AttrTags
Required
public IResolvable AttrTags { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute Tags: The resource tags.
AttrTopicCount
Required
public IResolvable AttrTopicCount { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute TopicCount: The number of topics.
AttrUpdateTime
Required
public IResolvable AttrUpdateTime { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute UpdateTime: The time when the instance was last modified.
AttrUserId
Required
public IResolvable AttrUserId { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute UserId: The ID of the user who owns the instance.