toggle menu
pulumi-alicloud-kotlin
3.79.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.rocketmq.kotlin.outputs
/
RocketMQInstanceNetworkInfoEndpoint
Rocket
MQInstance
Network
Info
Endpoint
data
class
RocketMQInstanceNetworkInfoEndpoint
(
val
endpointType
:
String
?
=
null
,
val
endpointUrl
:
String
?
=
null
,
val
ipWhiteLists
:
List
<
String
>
?
=
null
)
Members
Constructors
Rocket
MQInstance
Network
Info
Endpoint
Link copied to clipboard
constructor
(
endpointType
:
String
?
=
null
,
endpointUrl
:
String
?
=
null
,
ipWhiteLists
:
List
<
String
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
endpoint
Type
Link copied to clipboard
val
endpointType
:
String
?
=
null
Access point type.
endpoint
Url
Link copied to clipboard
val
endpointUrl
:
String
?
=
null
Access point address.
ip
White
Lists
Link copied to clipboard
val
ipWhiteLists
:
List
<
String
>
?
=
null
White list of access addresses.