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. |
ClusterId
Required
public object ClusterId { get; set; }
- Type: object
Kind
Required
public object Kind { get; set; }
- Type: object
ApiVersion
Optional
public object ApiVersion { get; set; }
- Type: object
FirstMatch
Optional
public object FirstMatch { get; set; }
- Type: object
JsonPath
Optional
public object JsonPath { get; set; }
- Type: object
Name
Optional
public object Name { get; set; }
- Type: object
Namespace
Optional
public object Namespace { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object