Class CreateDhcpIpRequest

    • Constructor Detail

      • CreateDhcpIpRequest

        public CreateDhcpIpRequest()
      • CreateDhcpIpRequest

        public CreateDhcpIpRequest​(CreateDhcpIpRequest source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getVpcId

        public String getVpcId()
        Get 私有网络`ID`。
        Returns:
        VpcId 私有网络`ID`。
      • setVpcId

        public void setVpcId​(String VpcId)
        Set 私有网络`ID`。
        Parameters:
        VpcId - 私有网络`ID`。
      • getSubnetId

        public String getSubnetId()
        Get 子网`ID`。
        Returns:
        SubnetId 子网`ID`。
      • setSubnetId

        public void setSubnetId​(String SubnetId)
        Set 子网`ID`。
        Parameters:
        SubnetId - 子网`ID`。
      • getDhcpIpName

        public String getDhcpIpName()
        Get `DhcpIp`名称。
        Returns:
        DhcpIpName `DhcpIp`名称。
      • setDhcpIpName

        public void setDhcpIpName​(String DhcpIpName)
        Set `DhcpIp`名称。
        Parameters:
        DhcpIpName - `DhcpIp`名称。
      • getSecondaryPrivateIpAddressCount

        public Long getSecondaryPrivateIpAddressCount()
        Get 新申请的内网IP地址个数。总数不能超过64个,为了兼容性,当前参数必填。
        Returns:
        SecondaryPrivateIpAddressCount 新申请的内网IP地址个数。总数不能超过64个,为了兼容性,当前参数必填。
      • setSecondaryPrivateIpAddressCount

        public void setSecondaryPrivateIpAddressCount​(Long SecondaryPrivateIpAddressCount)
        Set 新申请的内网IP地址个数。总数不能超过64个,为了兼容性,当前参数必填。
        Parameters:
        SecondaryPrivateIpAddressCount - 新申请的内网IP地址个数。总数不能超过64个,为了兼容性,当前参数必填。