GetNetworkEndpointGroupResult

data class GetNetworkEndpointGroupResult(val defaultPort: Int, val description: String, val id: String, val name: String? = null, val network: String, val networkEndpointType: String, val project: String? = null, val selfLink: String? = null, val size: Int, val subnetwork: String, val zone: String? = null)

A collection of values returned by getNetworkEndpointGroup.

Constructors

Link copied to clipboard
constructor(defaultPort: Int, description: String, id: String, name: String? = null, network: String, networkEndpointType: String, project: String? = null, selfLink: String? = null, size: Int, subnetwork: String, zone: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The NEG default port.

Link copied to clipboard

The NEG description.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val name: String? = null
Link copied to clipboard

The network to which all network endpoints in the NEG belong.

Link copied to clipboard

Type of network endpoints in this network endpoint group.

Link copied to clipboard
val project: String? = null
Link copied to clipboard
val selfLink: String? = null
Link copied to clipboard
val size: Int

Number of network endpoints in the network endpoint group.

Link copied to clipboard

subnetwork to which all network endpoints in the NEG belong.

Link copied to clipboard
val zone: String? = null