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. |
ClusterNameRequired
public object ClusterName { get; set; }
- Type: object
DescriptionRequired
public object Description { get; set; }
- Type: object
OssBucketRequired
public object OssBucket { get; set; }
- Type: object
VSwitchIdRequired
public object VSwitchId { get; set; }
- Type: object
OrderOptional
public object Order { get; set; }
- Type: object
OrderIdOptional
public object OrderId { get; set; }
- Type: object