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. |
InProtocol
Required
public object InProtocol { get; set; }
- Type: object
Name
Required
public object Name { get; set; }
- Type: object
OutProtocol
Required
public object OutProtocol { get; set; }
- Type: object
PlayDomain
Required
public object PlayDomain { get; set; }
- Type: object
PushDomain
Required
public object PushDomain { get; set; }
- Type: object
Region
Required
public object Region { get; set; }
- Type: object
App
Optional
public object App { get; set; }
- Type: object
Callback
Optional
public object Callback { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
Enabled
Optional
public object Enabled { get; set; }
- Type: object
LazyPull
Optional
public object LazyPull { get; set; }
- Type: object