NetworkAttachmentConnectedEndpointResponse

data class NetworkAttachmentConnectedEndpointResponse(val ipAddress: String, val projectIdOrNum: String, val secondaryIpCidrRanges: List<String>, val status: String, val subnetwork: String)

Output Only A connection connected to this network attachment.

Constructors

fun NetworkAttachmentConnectedEndpointResponse(ipAddress: String, projectIdOrNum: String, secondaryIpCidrRanges: List<String>, status: String, subnetwork: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The IP address assigned to the producer instance network interface. This value will be a range in case of Serverless.

Link copied to clipboard

The project id or number of the interface to which the IP was assigned.

Link copied to clipboard

Alias IP ranges from the same subnetwork.

Link copied to clipboard

The status of a connected endpoint to this network attachment.

Link copied to clipboard

The subnetwork used to assign the IP to the producer instance network interface.