Skip to content

GatewayProps

Properties for defining a Gateway.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-mse-gateway

Initializer

import ros_cdk_mse
ros_cdk_mse.GatewayProps(
  replica: typing.Union[typing.Union[int, float], IResolvable],
  spec: typing.Union[str, IResolvable],
  vpc_id: typing.Union[str, IResolvable],
  v_switch_id: typing.Union[str, IResolvable],
  backup_v_switch_id: typing.Union[str, IResolvable] = None,
  enterprise_security_group: typing.Union[str, IResolvable] = None,
  internet_slb_spec: typing.Union[str, IResolvable] = None,
  name: typing.Union[str, IResolvable] = None,
  slb_spec: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
replica typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] Property replica: Gateway Node Number.
spec typing.Union[str, ros_cdk_core.IResolvable] Property spec: Gateway Node Specifications.
vpc_id typing.Union[str, ros_cdk_core.IResolvable] Property vpcId: VpcId.
v_switch_id typing.Union[str, ros_cdk_core.IResolvable] Property vSwitchId: VSwitchId.
backup_v_switch_id typing.Union[str, ros_cdk_core.IResolvable] Property backupVSwitchId: VSwitchId For Backup.
enterprise_security_group typing.Union[str, ros_cdk_core.IResolvable] Property enterpriseSecurityGroup:.
internet_slb_spec typing.Union[str, ros_cdk_core.IResolvable] Property internetSlbSpec:.
name typing.Union[str, ros_cdk_core.IResolvable] Property name:.
slb_spec typing.Union[str, ros_cdk_core.IResolvable] Property slbSpec:.

replicaRequired

replica: typing.Union[typing.Union[int, float], IResolvable]
  • Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]

Property replica: Gateway Node Number.


specRequired

spec: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property spec: Gateway Node Specifications.


vpc_idRequired

vpc_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property vpcId: VpcId.


v_switch_idRequired

v_switch_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property vSwitchId: VSwitchId.


backup_v_switch_idOptional

backup_v_switch_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property backupVSwitchId: VSwitchId For Backup.


enterprise_security_groupOptional

enterprise_security_group: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property enterpriseSecurityGroup:.


internet_slb_specOptional

internet_slb_spec: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property internetSlbSpec:.


nameOptional

name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property name:.


slb_specOptional

slb_spec: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property slbSpec:.