Skip to content

ApplicationsProps

Properties for defining a Applications.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-sae-applications

Initializer

using AlibabaCloud.SDK.ROS.CDK.Sae;
new ApplicationsProps {
    object AppName = null,
    object FieldType = null,
    object FieldValue = null,
    object NamespaceId = null,
    object RefreshOptions = null
};

Properties

Name Type Description
AppName object Property appName: The name of application.
FieldType object Property fieldType: Set the dimension of the filter application.
FieldValue object Property fieldValue: Enter the application name, application ID, SLB IP address, or instance IP address of the target application.
NamespaceId object Property namespaceId: The ID of namespace.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

AppNameOptional

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

Property appName: The name of application.


FieldTypeOptional

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

Property fieldType: Set the dimension of the filter application.

Valid values: appName: The application name. appIds: App IDs. slbIps: SLB IP address. instanceIps: Instance IP address.


FieldValueOptional

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

Property fieldValue: Enter the application name, application ID, SLB IP address, or instance IP address of the target application.


NamespaceIdOptional

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

Property namespaceId: The ID of namespace.


RefreshOptionsOptional

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

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.