RosDhcpOptionsSetAttachmentProps
Properties for defining a RosDhcpOptionsSetAttachment.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-dhcpoptionssetattachment
Initializer
import { RosDhcpOptionsSetAttachmentProps } from '@alicloud/ros-cdk-vpc'
const rosDhcpOptionsSetAttachmentProps: RosDhcpOptionsSetAttachmentProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
dhcpOptionsSetId |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
vpcId |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
dhcpOptionsSetIdRequired
public readonly dhcpOptionsSetId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
vpcIdRequired
public readonly vpcId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable