toggle menu
pulumi-gcp-kotlin
8.31.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.beyondcorp.kotlin.outputs
/
ApplicationEndpointMatcher
Application
Endpoint
Matcher
data
class
ApplicationEndpointMatcher
(
val
hostname
:
String
,
val
ports
:
List
<
Int
>
?
=
null
)
Members
Constructors
Application
Endpoint
Matcher
Link copied to clipboard
constructor
(
hostname
:
String
,
ports
:
List
<
Int
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
hostname
Link copied to clipboard
val
hostname
:
String
Required. Hostname of the application.
ports
Link copied to clipboard
val
ports
:
List
<
Int
>
?
=
null
Optional. Ports of the application.