Skip to content

GatewaysProps

Properties for defining a Gateways.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-mse-gateways

Initializer

import com.aliyun.ros.cdk.mse.datasource.GatewaysProps;
GatewaysProps.builder()
//  .gatewayId(java.lang.String)
//  .gatewayId(IResolvable)
//  .gatewayType(java.lang.String)
//  .gatewayType(IResolvable)
//  .instanceId(java.lang.String)
//  .instanceId(IResolvable)
//  .name(java.lang.String)
//  .name(IResolvable)
//  .refreshOptions(java.lang.String)
//  .refreshOptions(IResolvable)
//  .vpc(java.lang.String)
//  .vpc(IResolvable)
    .build();

Properties

Name Type Description
gatewayId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property gatewayId: The ID of gateway.
gatewayType java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property gatewayType: The type of gateway.
instanceId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property instanceId: The instance ID of gateway.
name java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property name: The name of gateway.
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.
vpc java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property vpc: The vpc ID of gateway.

gatewayIdOptional

public java.lang.Object getGatewayId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property gatewayId: The ID of gateway.


gatewayTypeOptional

public java.lang.Object getGatewayType();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property gatewayType: The type of gateway.


instanceIdOptional

public java.lang.Object getInstanceId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property instanceId: The instance ID of gateway.


nameOptional

public java.lang.Object getName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property name: The name of gateway.


refreshOptionsOptional

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.

vpcOptional

public java.lang.Object getVpc();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property vpc: The vpc ID of gateway.