pulumi-azure-native-kotlin
2.14.0.0
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.
Constructors
Functions
Properties
Constructors
IPTag
Args
Link copied to clipboard
fun
IPTagArgs
(
ipTagType
:
Output
<
String
>
,
tag
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
IPTagArgs
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.