RosClusterProps
Properties for defining a RosCluster
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-foas-cluster
Initializer
using AlibabaCloud.SDK.ROS.CDK.Foas;
new RosClusterProps {
object ClusterName,
object Description,
object OssBucket,
object VSwitchId,
object Order = null,
object OrderId = null
};
Properties
Name | Type | Description |
---|---|---|
ClusterName |
object |
No description. |
Description |
object |
No description. |
OssBucket |
object |
No description. |
VSwitchId |
object |
No description. |
Order |
object |
No description. |
OrderId |
object |
No description. |
ClusterName
Required
public object ClusterName { get; set; }
- Type: object
Description
Required
public object Description { get; set; }
- Type: object
OssBucket
Required
public object OssBucket { get; set; }
- Type: object
VSwitchId
Required
public object VSwitchId { get; set; }
- Type: object
Order
Optional
public object Order { get; set; }
- Type: object
OrderId
Optional
public object OrderId { get; set; }
- Type: object