Ip Prefix Properties Ip Prefix Rules Args
data class IpPrefixPropertiesIpPrefixRulesArgs(val action: Output<Either<String, CommunityActionTypes>>, val condition: Output<Either<String, Condition>>? = null, val networkPrefix: Output<String>, val sequenceNumber: Output<Double>, val subnetMaskLength: Output<Int>? = null) : ConvertibleToJava<IpPrefixPropertiesIpPrefixRulesArgs>
Constructors
Link copied to clipboard
fun IpPrefixPropertiesIpPrefixRulesArgs(action: Output<Either<String, CommunityActionTypes>>, condition: Output<Either<String, Condition>>? = null, networkPrefix: Output<String>, sequenceNumber: Output<Double>, subnetMaskLength: Output<Int>? = null)