Skip to content

DhcpOptionsSetAttachmentProps

Properties for defining a DhcpOptionsSetAttachment.

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

Initializer

import com.aliyun.ros.cdk.vpc.DhcpOptionsSetAttachmentProps;
DhcpOptionsSetAttachmentProps.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 Property dhcpOptionsSetId: The ID of the DHCP options set.
vpcId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property vpcId: The ID of the VPC network that is to be associated with the DHCP options set.

dhcpOptionsSetIdRequired

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

Property dhcpOptionsSetId: The ID of the DHCP options set.


vpcIdRequired

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

Property vpcId: The ID of the VPC network that is to be associated with the DHCP options set.