GetInstanceGroupResult

data class GetInstanceGroupResult(val description: String, val id: String, val instances: List<String>, val name: String? = null, val namedPorts: List<GetInstanceGroupNamedPort>, val network: String, val project: String, val selfLink: String, val size: Int, val zone: String)

A collection of values returned by getInstanceGroup.

Constructors

Link copied to clipboard
constructor(description: String, id: String, instances: List<String>, name: String? = null, namedPorts: List<GetInstanceGroupNamedPort>, network: String, project: String, selfLink: String, size: Int, zone: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Textual description of the instance group.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

List of instances in the group.

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

List of named ports in the group.

Link copied to clipboard

The URL of the network the instance group is in.

Link copied to clipboard
Link copied to clipboard

The URI of the resource.

Link copied to clipboard
val size: Int

The number of instances in the group.

Link copied to clipboard