Class CreateDefaultAlarmThresholdRequest


  • public class CreateDefaultAlarmThresholdRequest
    extends AbstractModel
    • Constructor Detail

      • CreateDefaultAlarmThresholdRequest

        public CreateDefaultAlarmThresholdRequest()
      • CreateDefaultAlarmThresholdRequest

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

      • getDefaultAlarmConfig

        public DefaultAlarmThreshold getDefaultAlarmConfig()
        Get 默认告警阈值配置
        Returns:
        DefaultAlarmConfig 默认告警阈值配置
      • setDefaultAlarmConfig

        public void setDefaultAlarmConfig​(DefaultAlarmThreshold DefaultAlarmConfig)
        Set 默认告警阈值配置
        Parameters:
        DefaultAlarmConfig - 默认告警阈值配置
      • getInstanceType

        public String getInstanceType()
        Get 产品类型,取值[ bgp(表示高防包产品) bgpip(表示高防IP产品) ]
        Returns:
        InstanceType 产品类型,取值[ bgp(表示高防包产品) bgpip(表示高防IP产品) ]
      • setInstanceType

        public void setInstanceType​(String InstanceType)
        Set 产品类型,取值[ bgp(表示高防包产品) bgpip(表示高防IP产品) ]
        Parameters:
        InstanceType - 产品类型,取值[ bgp(表示高防包产品) bgpip(表示高防IP产品) ]