NetworkProfileResponse

data class NetworkProfileResponse(val networkInterfaces: List<NetworkInterfaceResponse>? = null, val subnet: ApiEntityReferenceResponse? = null)

The network profile definition.

Constructors

Link copied to clipboard
constructor(networkInterfaces: List<NetworkInterfaceResponse>? = null, subnet: ApiEntityReferenceResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the list of resource Ids for the network interfaces associated with the dedicated HSM.

Link copied to clipboard

Specifies the identifier of the subnet.