ApplicationsProps
Properties for defining a Applications
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-sae-applications
Initializer
import com.aliyun.ros.cdk.sae.datasource.ApplicationsProps;
ApplicationsProps.builder()
// .appName(java.lang.String)
// .appName(IResolvable)
// .fieldType(java.lang.String)
// .fieldType(IResolvable)
// .fieldValue(java.lang.String)
// .fieldValue(IResolvable)
// .namespaceId(java.lang.String)
// .namespaceId(IResolvable)
// .refreshOptions(java.lang.String)
// .refreshOptions(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
appName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property appName: The name of application. |
fieldType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property fieldType: Set the dimension of the filter application. |
fieldValue |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property fieldValue: Enter the application name, application ID, SLB IP address, or instance IP address of the target application. |
namespaceId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property namespaceId: The ID of namespace. |
refreshOptions |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
appName
Optional
public java.lang.Object getAppName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property appName: The name of application.
fieldType
Optional
public java.lang.Object getFieldType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
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.
fieldValue
Optional
public java.lang.Object getFieldValue();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property fieldValue: Enter the application name, application ID, SLB IP address, or instance IP address of the target application.
namespaceId
Optional
public java.lang.Object getNamespaceId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property namespaceId: The ID of namespace.
refreshOptions
Optional
public java.lang.Object getRefreshOptions();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
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.