Profile Container Network Interface
data class ProfileContainerNetworkInterface(val ipConfigurations: List<ProfileContainerNetworkInterfaceIpConfiguration>, val name: String)
Constructors
Link copied to clipboard
fun ProfileContainerNetworkInterface(ipConfigurations: List<ProfileContainerNetworkInterfaceIpConfiguration>, name: String)