NetworkAttachmentConnectionEndpoint

data class NetworkAttachmentConnectionEndpoint(val ipAddress: String? = null, val projectIdOrNum: String? = null, val secondaryIpCidrRanges: String? = null, val status: String? = null, val subnetwork: String? = null)

Constructors

Link copied to clipboard
constructor(ipAddress: String? = null, projectIdOrNum: String? = null, secondaryIpCidrRanges: String? = null, status: String? = null, subnetwork: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ipAddress: String? = null

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

Link copied to clipboard
val projectIdOrNum: String? = null

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

Link copied to clipboard

(Output) Alias IP ranges from the same subnetwork.

Link copied to clipboard
val status: String? = null

(Output) The status of a connected endpoint to this network attachment.

Link copied to clipboard
val subnetwork: String? = null

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