toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.hybridcompute.kotlin.outputs
/
NetworkProfileResponse
Network
Profile
Response
data
class
NetworkProfileResponse
(
val
networkInterfaces
:
List
<
NetworkInterfaceResponse
>
?
=
null
)
Describes the network information on this machine.
Members
Constructors
Network
Profile
Response
Link copied to clipboard
constructor
(
networkInterfaces
:
List
<
NetworkInterfaceResponse
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
network
Interfaces
Link copied to clipboard
val
networkInterfaces
:
List
<
NetworkInterfaceResponse
>
?
=
null
The list of network interfaces.