RosAppProps
Properties for defining a RosApp.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-elasticsearchserverless-app
Initializer
using AlibabaCloud.SDK.ROS.CDK.Elasticsearchserverless;
new RosAppProps {
object AppName,
object Authentication,
object QuotaInfo,
object AppVersion = null,
object Description = null,
object Network = null,
object PrivateNetwork = null
};
Properties
| Name | Type | Description |
|---|---|---|
AppName |
object |
No description. |
Authentication |
object |
No description. |
QuotaInfo |
object |
No description. |
AppVersion |
object |
No description. |
Description |
object |
No description. |
Network |
object |
No description. |
PrivateNetwork |
object |
No description. |
AppNameRequired
public object AppName { get; set; }
- Type: object
AuthenticationRequired
public object Authentication { get; set; }
- Type: object
QuotaInfoRequired
public object QuotaInfo { get; set; }
- Type: object
AppVersionOptional
public object AppVersion { get; set; }
- Type: object
DescriptionOptional
public object Description { get; set; }
- Type: object
NetworkOptional
public object Network { get; set; }
- Type: object
PrivateNetworkOptional
public object PrivateNetwork { get; set; }
- Type: object