toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.awsconnector.kotlin.outputs
/
NetworkingResponse
Networking
Response
data
class
NetworkingResponse
(
val
monthlyTransfer
:
MonthlyTransferResponse
?
=
null
,
val
ports
:
List
<
PortResponse
>
?
=
null
)
Definition of Networking
Members
Constructors
Networking
Response
Link copied to clipboard
constructor
(
monthlyTransfer
:
MonthlyTransferResponse
?
=
null
,
ports
:
List
<
PortResponse
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
monthly
Transfer
Link copied to clipboard
val
monthlyTransfer
:
MonthlyTransferResponse
?
=
null
Monthly Transfer of the Instance.
ports
Link copied to clipboard
val
ports
:
List
<
PortResponse
>
?
=
null
Ports to the Instance.