RosBindingProps
Properties for defining a RosBinding.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-amqp-binding
Initializer
using AlibabaCloud.SDK.ROS.CDK.Amqp;
new RosBindingProps {
object Argument,
object BindingKey,
object BindingType,
object DestinationName,
object InstanceId,
object SourceExchange,
object VirtualHost
};
Properties
| Name | Type | Description |
|---|---|---|
Argument |
object |
No description. |
BindingKey |
object |
No description. |
BindingType |
object |
No description. |
DestinationName |
object |
No description. |
InstanceId |
object |
No description. |
SourceExchange |
object |
No description. |
VirtualHost |
object |
No description. |
ArgumentRequired
public object Argument { get; set; }
- Type: object
BindingKeyRequired
public object BindingKey { get; set; }
- Type: object
BindingTypeRequired
public object BindingType { get; set; }
- Type: object
DestinationNameRequired
public object DestinationName { get; set; }
- Type: object
InstanceIdRequired
public object InstanceId { get; set; }
- Type: object
SourceExchangeRequired
public object SourceExchange { get; set; }
- Type: object
VirtualHostRequired
public object VirtualHost { get; set; }
- Type: object