Class AddSpecifyPrivateZoneVpcRequest


  • public class AddSpecifyPrivateZoneVpcRequest
    extends AbstractModel
    • Constructor Detail

      • AddSpecifyPrivateZoneVpcRequest

        public AddSpecifyPrivateZoneVpcRequest()
      • AddSpecifyPrivateZoneVpcRequest

        public AddSpecifyPrivateZoneVpcRequest​(AddSpecifyPrivateZoneVpcRequest 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

      • getZoneId

        public String getZoneId()
        Get 私有域id
        Returns:
        ZoneId 私有域id
      • setZoneId

        public void setZoneId​(String ZoneId)
        Set 私有域id
        Parameters:
        ZoneId - 私有域id
      • getVpcSet

        public VpcInfo[] getVpcSet()
        Get 本次新增的vpc信息
        Returns:
        VpcSet 本次新增的vpc信息
      • setVpcSet

        public void setVpcSet​(VpcInfo[] VpcSet)
        Set 本次新增的vpc信息
        Parameters:
        VpcSet - 本次新增的vpc信息
      • getAccountVpcSet

        public AccountVpcInfo[] getAccountVpcSet()
        Get 本次新增关联账户vpc信息
        Returns:
        AccountVpcSet 本次新增关联账户vpc信息
      • setAccountVpcSet

        public void setAccountVpcSet​(AccountVpcInfo[] AccountVpcSet)
        Set 本次新增关联账户vpc信息
        Parameters:
        AccountVpcSet - 本次新增关联账户vpc信息