toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.servicefabric.kotlin.inputs
/
IPTagArgs
IPTag
Args
data
class
IPTagArgs
(
val
ipTagType
:
Output
<
String
>
,
val
tag
:
Output
<
String
>
)
:
ConvertibleToJava
<
IPTagArgs
>
IPTag associated with the object.
Members
Constructors
IPTag
Args
Link copied to clipboard
constructor
(
ipTagType
:
Output
<
String
>
,
tag
:
Output
<
String
>
)
Properties
ip
Tag
Type
Link copied to clipboard
val
ipTagType
:
Output
<
String
>
The IP tag type.
tag
Link copied to clipboard
val
tag
:
Output
<
String
>
The value of the IP tag.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
IPTagArgs