toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.managednetworkfabric.kotlin.outputs
/
IpGroupPropertiesResponse
Ip
Group
Properties
Response
data
class
IpGroupPropertiesResponse
(
val
ipAddressType
:
String
?
=
null
,
val
ipPrefixes
:
List
<
String
>
?
=
null
,
val
name
:
String
?
=
null
)
IP Group properties.
Members
Constructors
Ip
Group
Properties
Response
Link copied to clipboard
constructor
(
ipAddressType
:
String
?
=
null
,
ipPrefixes
:
List
<
String
>
?
=
null
,
name
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
ip
Address
Type
Link copied to clipboard
val
ipAddressType
:
String
?
=
null
IP Address type.
ip
Prefixes
Link copied to clipboard
val
ipPrefixes
:
List
<
String
>
?
=
null
List of IP Prefixes.
name
Link copied to clipboard
val
name
:
String
?
=
null
IP Group name.