toggle menu
pulumi-gcp-kotlin
8.31.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.beyondcorp.kotlin.inputs
/
ApplicationEndpointMatcherArgs
Application
Endpoint
Matcher
Args
data
class
ApplicationEndpointMatcherArgs
(
val
hostname
:
Output
<
String
>
,
val
ports
:
Output
<
List
<
Int
>
>
?
=
null
)
:
ConvertibleToJava
<
ApplicationEndpointMatcherArgs
>
Members
Constructors
Application
Endpoint
Matcher
Args
Link copied to clipboard
constructor
(
hostname
:
Output
<
String
>
,
ports
:
Output
<
List
<
Int
>
>
?
=
null
)
Properties
hostname
Link copied to clipboard
val
hostname
:
Output
<
String
>
Required. Hostname of the application.
ports
Link copied to clipboard
val
ports
:
Output
<
List
<
Int
>
>
?
=
null
Optional. Ports of the application.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ApplicationEndpointMatcherArgs