RosGroupProps
Properties for defining a RosGroup.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vs-group
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vs;
new RosGroupProps {
object InProtocol,
object Name,
object OutProtocol,
object PlayDomain,
object PushDomain,
object Region,
object App = null,
object Callback = null,
object Description = null,
object Enabled = null,
object LazyPull = null
};
Properties
| Name | Type | Description |
|---|---|---|
InProtocol |
object |
No description. |
Name |
object |
No description. |
OutProtocol |
object |
No description. |
PlayDomain |
object |
No description. |
PushDomain |
object |
No description. |
Region |
object |
No description. |
App |
object |
No description. |
Callback |
object |
No description. |
Description |
object |
No description. |
Enabled |
object |
No description. |
LazyPull |
object |
No description. |
InProtocolRequired
public object InProtocol { get; set; }
- Type: object
NameRequired
public object Name { get; set; }
- Type: object
OutProtocolRequired
public object OutProtocol { get; set; }
- Type: object
PlayDomainRequired
public object PlayDomain { get; set; }
- Type: object
PushDomainRequired
public object PushDomain { get; set; }
- Type: object
RegionRequired
public object Region { get; set; }
- Type: object
AppOptional
public object App { get; set; }
- Type: object
CallbackOptional
public object Callback { get; set; }
- Type: object
DescriptionOptional
public object Description { get; set; }
- Type: object
EnabledOptional
public object Enabled { get; set; }
- Type: object
LazyPullOptional
public object LazyPull { get; set; }
- Type: object