Skip to content

RosDhcpOptionsSetAttachmentProps

Properties for defining a RosDhcpOptionsSetAttachment.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-dhcpoptionssetattachment

Initializer

import com.aliyun.ros.cdk.vpc.RosDhcpOptionsSetAttachmentProps;
RosDhcpOptionsSetAttachmentProps.builder()
    .dhcpOptionsSetId(java.lang.String)
    .dhcpOptionsSetId(IResolvable)
    .vpcId(java.lang.String)
    .vpcId(IResolvable)
    .build();

Properties

Name Type Description
dhcpOptionsSetId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
vpcId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.

dhcpOptionsSetIdRequired

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

vpcIdRequired

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