Security Device Group Range Rule Args
data class SecurityDeviceGroupRangeRuleArgs(val duration: Output<String>, val max: Output<Int>, val min: Output<Int>, val type: Output<String>) : ConvertibleToJava<SecurityDeviceGroupRangeRuleArgs>
Constructors
Link copied to clipboard
fun SecurityDeviceGroupRangeRuleArgs(duration: Output<String>, max: Output<Int>, min: Output<Int>, type: Output<String>)
Functions
Properties
Link copied to clipboard
The type of supported rule type. Possible Values are ActiveConnectionsNotInAllowedRange, AmqpC2DMessagesNotInAllowedRange, MqttC2DMessagesNotInAllowedRange, HttpC2DMessagesNotInAllowedRange, AmqpC2DRejectedMessagesNotInAllowedRange, MqttC2DRejectedMessagesNotInAllowedRange, HttpC2DRejectedMessagesNotInAllowedRange, AmqpD2CMessagesNotInAllowedRange, MqttD2CMessagesNotInAllowedRange, HttpD2CMessagesNotInAllowedRange, DirectMethodInvokesNotInAllowedRange, FailedLocalLoginsNotInAllowedRange, FileUploadsNotInAllowedRange, QueuePurgesNotInAllowedRange, TwinUpdatesNotInAllowedRange and UnauthorizedOperationsNotInAllowedRange.