RosClusterApplicationResourcesProps
Properties for defining a RosClusterApplicationResources.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cs-clusterapplicationresources
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cs;
new RosClusterApplicationResourcesProps {
object ClusterId,
object Kind,
object ApiVersion = null,
object FirstMatch = null,
object JsonPath = null,
object Name = null,
object Namespace = null,
object RefreshOptions = null
};
Properties
| Name | Type | Description |
|---|---|---|
ClusterId |
object |
No description. |
Kind |
object |
No description. |
ApiVersion |
object |
No description. |
FirstMatch |
object |
No description. |
JsonPath |
object |
No description. |
Name |
object |
No description. |
Namespace |
object |
No description. |
RefreshOptions |
object |
No description. |
ClusterIdRequired
public object ClusterId { get; set; }
- Type: object
KindRequired
public object Kind { get; set; }
- Type: object
ApiVersionOptional
public object ApiVersion { get; set; }
- Type: object
FirstMatchOptional
public object FirstMatch { get; set; }
- Type: object
JsonPathOptional
public object JsonPath { get; set; }
- Type: object
NameOptional
public object Name { get; set; }
- Type: object
NamespaceOptional
public object Namespace { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object