Skip to content

AppProps

Properties for defining a App.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-elasticsearchserverless-app

Initializer

using AlibabaCloud.SDK.ROS.CDK.Elasticsearchserverless;
new AppProps {
    object AppName,
    object Authentication,
    object QuotaInfo,
    object AppVersion = null,
    object Description = null,
    object Network = null,
    object PrivateNetwork = null
};

Properties

Name Type Description
AppName object Property appName: The name of the elastic search serverless version app.
Authentication object Property authentication: The authentication of the app.
QuotaInfo object Property quotaInfo: The quota info of the app.
AppVersion object Property appVersion: The version of the app.
Description object Property description: The description of the app.
Network object Property network: The public network of the app.
PrivateNetwork object Property privateNetwork: The private network of the app.

AppNameRequired

public object AppName { get; set; }
  • Type: object

Property appName: The name of the elastic search serverless version app.


AuthenticationRequired

public object Authentication { get; set; }
  • Type: object

Property authentication: The authentication of the app.

Currently only supports specifying passwords for initial users


QuotaInfoRequired

public object QuotaInfo { get; set; }
  • Type: object

Property quotaInfo: The quota info of the app.


AppVersionOptional

public object AppVersion { get; set; }
  • Type: object

Property appVersion: The version of the app.


DescriptionOptional

public object Description { get; set; }
  • Type: object

Property description: The description of the app.


NetworkOptional

public object Network { get; set; }
  • Type: object

Property network: The public network of the app.


PrivateNetworkOptional

public object PrivateNetwork { get; set; }
  • Type: object

Property privateNetwork: The private network of the app.