NetworkManagerAdminRuleSourceArgs

data class NetworkManagerAdminRuleSourceArgs(val addressPrefix: Output<String>, val addressPrefixType: Output<String>) : ConvertibleToJava<NetworkManagerAdminRuleSourceArgs>

Constructors

Link copied to clipboard
constructor(addressPrefix: Output<String>, addressPrefixType: Output<String>)

Properties

Link copied to clipboard
val addressPrefix: Output<String>

Specifies the address prefix.

Link copied to clipboard

Specifies the address prefix type. Possible values are IPPrefix and ServiceTag. For more information, please see this document.

Functions

Link copied to clipboard
open override fun toJava(): NetworkManagerAdminRuleSourceArgs