Class GatewayQos

    • Constructor Detail

      • GatewayQos

        public GatewayQos()
      • GatewayQos

        public GatewayQos​(GatewayQos 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 VPC实例ID。
        Returns:
        VpcId VPC实例ID。
      • setVpcId

        public void setVpcId​(String VpcId)
        Set VPC实例ID。
        Parameters:
        VpcId - VPC实例ID。
      • getIpAddress

        public String getIpAddress()
        Get 云服务器内网IP。
        Returns:
        IpAddress 云服务器内网IP。
      • setIpAddress

        public void setIpAddress​(String IpAddress)
        Set 云服务器内网IP。
        Parameters:
        IpAddress - 云服务器内网IP。
      • getBandwidth

        public Long getBandwidth()
        Get 流控带宽值。
        Returns:
        Bandwidth 流控带宽值。
      • setBandwidth

        public void setBandwidth​(Long Bandwidth)
        Set 流控带宽值。
        Parameters:
        Bandwidth - 流控带宽值。
      • getCreateTime

        public String getCreateTime()
        Get 创建时间。
        Returns:
        CreateTime 创建时间。
      • setCreateTime

        public void setCreateTime​(String CreateTime)
        Set 创建时间。
        Parameters:
        CreateTime - 创建时间。