NetworkResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The cidr of the Network.

Link copied to clipboard

Gateway ip address.

Link copied to clipboard

IP address configured.

Link copied to clipboard

Whether network uses standard frames or jumbo ones.

Link copied to clipboard

Labels as key value pairs.

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

The resource name of this Network. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. Format: projects/{project}/locations/{location}/networks/{network}

Link copied to clipboard
val pod: String

Pod name.

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 Network state.

Link copied to clipboard

The type of this network.

Link copied to clipboard

The vlan id of the Network.

Link copied to clipboard

The vrf for the Network.