Class ModifyLanIpRequest

    • Constructor Detail

      • ModifyLanIpRequest

        public ModifyLanIpRequest()
      • ModifyLanIpRequest

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

      • getInstanceId

        public String getInstanceId()
        Get 物理机ID
        Returns:
        InstanceId 物理机ID
      • setInstanceId

        public void setInstanceId​(String InstanceId)
        Set 物理机ID
        Parameters:
        InstanceId - 物理机ID
      • getVpcId

        public String getVpcId()
        Get 指定新VPC
        Returns:
        VpcId 指定新VPC
      • setVpcId

        public void setVpcId​(String VpcId)
        Set 指定新VPC
        Parameters:
        VpcId - 指定新VPC
      • getSubnetId

        public String getSubnetId()
        Get 指定新子网
        Returns:
        SubnetId 指定新子网
      • setSubnetId

        public void setSubnetId​(String SubnetId)
        Set 指定新子网
        Parameters:
        SubnetId - 指定新子网
      • getLanIp

        public String getLanIp()
        Get 指定新内网IP
        Returns:
        LanIp 指定新内网IP
      • setLanIp

        public void setLanIp​(String LanIp)
        Set 指定新内网IP
        Parameters:
        LanIp - 指定新内网IP
      • getRebootDevice

        public Long getRebootDevice()
        Get 是否需要重启机器,取值 1(需要) 0(不需要),默认取值0
        Returns:
        RebootDevice 是否需要重启机器,取值 1(需要) 0(不需要),默认取值0
      • setRebootDevice

        public void setRebootDevice​(Long RebootDevice)
        Set 是否需要重启机器,取值 1(需要) 0(不需要),默认取值0
        Parameters:
        RebootDevice - 是否需要重启机器,取值 1(需要) 0(不需要),默认取值0