Class InstanceNetworkLimitConfig

    • Constructor Detail

      • InstanceNetworkLimitConfig

        public InstanceNetworkLimitConfig()
      • InstanceNetworkLimitConfig

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

      • getCpuNum

        public Long getCpuNum()
        Get cpu核数
        Returns:
        CpuNum cpu核数
      • setCpuNum

        public void setCpuNum​(Long CpuNum)
        Set cpu核数
        Parameters:
        CpuNum - cpu核数
      • getNetworkInterfaceLimit

        public Long getNetworkInterfaceLimit()
        Get 网卡数量限制
        Returns:
        NetworkInterfaceLimit 网卡数量限制
      • setNetworkInterfaceLimit

        public void setNetworkInterfaceLimit​(Long NetworkInterfaceLimit)
        Set 网卡数量限制
        Parameters:
        NetworkInterfaceLimit - 网卡数量限制
      • getInnerIpPerNetworkInterface

        public Long getInnerIpPerNetworkInterface()
        Get 每张网卡内网ip数量限制
        Returns:
        InnerIpPerNetworkInterface 每张网卡内网ip数量限制
      • setInnerIpPerNetworkInterface

        public void setInnerIpPerNetworkInterface​(Long InnerIpPerNetworkInterface)
        Set 每张网卡内网ip数量限制
        Parameters:
        InnerIpPerNetworkInterface - 每张网卡内网ip数量限制
      • getPublicIpPerInstance

        public Long getPublicIpPerInstance()
        Get 每个实例的外网ip限制
        Returns:
        PublicIpPerInstance 每个实例的外网ip限制
      • setPublicIpPerInstance

        public void setPublicIpPerInstance​(Long PublicIpPerInstance)
        Set 每个实例的外网ip限制
        Parameters:
        PublicIpPerInstance - 每个实例的外网ip限制