Network Response
data class NetworkResponse(val cidr: String, val gatewayIp: String, val ipAddress: String, val jumboFramesEnabled: Boolean, val labels: Map<String, String>, val macAddress: List<String>, val mountPoints: List<NetworkMountPointResponse>, val name: String, val pod: String, val reservations: List<NetworkAddressReservationResponse>, val servicesCidr: String, val state: String, val type: String, val vlanId: String, val vrf: VRFResponse)
A Network.
Constructors
Link copied to clipboard
fun NetworkResponse(cidr: String, gatewayIp: String, ipAddress: String, jumboFramesEnabled: Boolean, labels: Map<String, String>, macAddress: List<String>, mountPoints: List<NetworkMountPointResponse>, name: String, pod: String, reservations: List<NetworkAddressReservationResponse>, servicesCidr: String, state: String, type: String, vlanId: String, vrf: VRFResponse)