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
constructor(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)
Properties
Link copied to clipboard
Whether network uses standard frames or jumbo ones.
Link copied to clipboard
List of physical interfaces.
Link copied to clipboard
Input only. List of mount points to attach the network to.
Link copied to clipboard
List of IP address reservations in this network. When updating this field, an error will be generated if a reservation conflicts with an IP address already allocated to a physical server.
Link copied to clipboard
IP range for reserved for services (e.g. NFS).
Link copied to clipboard
The vrf for the Network.