RosIpv4GatewayProps
Properties for defining a RosIpv4Gateway
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-ipv4gateway
Initializer
import { datasource } from '@alicloud/ros-cdk-vpc'
const rosIpv4GatewayProps: datasource.RosIpv4GatewayProps = { ... }
Properties
Name | Type | Description |
---|---|---|
ipv4GatewayId |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
refreshOptions |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
ipv4GatewayId
Required
public readonly ipv4GatewayId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
refreshOptions
Optional
public readonly refreshOptions: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable