Class BindVpcIpRequest

    • Constructor Detail

      • BindVpcIpRequest

        public BindVpcIpRequest()
      • BindVpcIpRequest

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

      • getEipId

        public String getEipId()
        Get Eip实例ID
        Returns:
        EipId Eip实例ID
      • setEipId

        public void setEipId​(String EipId)
        Set Eip实例ID
        Parameters:
        EipId - Eip实例ID
      • getVpcId

        public String getVpcId()
        Get EIP归属VpcId,例如vpc-k7j1t2x1
        Returns:
        VpcId EIP归属VpcId,例如vpc-k7j1t2x1
      • setVpcId

        public void setVpcId​(String VpcId)
        Set EIP归属VpcId,例如vpc-k7j1t2x1
        Parameters:
        VpcId - EIP归属VpcId,例如vpc-k7j1t2x1
      • getVpcIp

        public String getVpcIp()
        Get 绑定的VPC内IP地址
        Returns:
        VpcIp 绑定的VPC内IP地址
      • setVpcIp

        public void setVpcIp​(String VpcIp)
        Set 绑定的VPC内IP地址
        Parameters:
        VpcIp - 绑定的VPC内IP地址