Class CreateNativeGatewayServerGroupRequest


  • public class CreateNativeGatewayServerGroupRequest
    extends AbstractModel
    • Constructor Detail

      • CreateNativeGatewayServerGroupRequest

        public CreateNativeGatewayServerGroupRequest()
      • CreateNativeGatewayServerGroupRequest

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

      • getGatewayId

        public String getGatewayId()
        Get 网关实例id。 只支持后付费实例
        Returns:
        GatewayId 网关实例id。 只支持后付费实例
      • setGatewayId

        public void setGatewayId​(String GatewayId)
        Set 网关实例id。 只支持后付费实例
        Parameters:
        GatewayId - 网关实例id。 只支持后付费实例
      • getName

        public String getName()
        Get 网关分组名
        Returns:
        Name 网关分组名
      • setName

        public void setName​(String Name)
        Set 网关分组名
        Parameters:
        Name - 网关分组名
      • getSubnetId

        public String getSubnetId()
        Get 子网id
        Returns:
        SubnetId 子网id
      • setSubnetId

        public void setSubnetId​(String SubnetId)
        Set 子网id
        Parameters:
        SubnetId - 子网id
      • getDescription

        public String getDescription()
        Get 描述信息
        Returns:
        Description 描述信息
      • setDescription

        public void setDescription​(String Description)
        Set 描述信息
        Parameters:
        Description - 描述信息
      • getInternetMaxBandwidthOut

        public Long getInternetMaxBandwidthOut()
        Get 公网带宽信息
        Returns:
        InternetMaxBandwidthOut 公网带宽信息
      • setInternetMaxBandwidthOut

        public void setInternetMaxBandwidthOut​(Long InternetMaxBandwidthOut)
        Set 公网带宽信息
        Parameters:
        InternetMaxBandwidthOut - 公网带宽信息
      • getInternetConfig

        public InternetConfig getInternetConfig()
        Get 公网配置。
        Returns:
        InternetConfig 公网配置。
      • setInternetConfig

        public void setInternetConfig​(InternetConfig InternetConfig)
        Set 公网配置。
        Parameters:
        InternetConfig - 公网配置。