GetInstanceGroupResult

data class GetInstanceGroupResult(val creationTimestamp: String, val description: String, val fingerprint: String, val kind: String, val name: String, val namedPorts: List<NamedPortResponse>, val network: String, val region: String, val selfLink: String, val size: Int, val subnetwork: String, val zone: String)

Constructors

Link copied to clipboard
fun GetInstanceGroupResult(creationTimestamp: String, description: String, fingerprint: String, kind: String, name: String, namedPorts: List<NamedPortResponse>, network: String, region: String, selfLink: String, size: Int, subnetwork: String, zone: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The creation timestamp for this instance group in RFC3339 text format.

Link copied to clipboard

An optional description of this resource. Provide this property when you create the resource.

Link copied to clipboard

The fingerprint of the named ports. The system uses this fingerprint to detect conflicts when multiple users change the named ports concurrently.

Link copied to clipboard

The resource type, which is always compute#instanceGroup for instance groups.

Link copied to clipboard

The name of the instance group. The name must be 1-63 characters long, and comply with RFC1035.

Link copied to clipboard

Assigns a name to a port number. For example: {name: "http", port: 80} This allows the system to reference ports by the assigned name instead of a port number. Named ports can also contain multiple ports. For example: {name: "app1", port: 8080}, {name: "app1", port: 8081}, {name: "app2", port: 8082} Named ports apply to all instances in this instance group.

Link copied to clipboard

The URL of the network to which all instances in the instance group belong. If your instance has multiple network interfaces, then the network and subnetwork fields only refer to the network and subnet used by your primary interface (nic0).

Link copied to clipboard

The URL of the region where the instance group is located (for regional resources).

Link copied to clipboard

The URL for this instance group. The server generates this URL.

Link copied to clipboard
val size: Int

The total number of instances in the instance group.

Link copied to clipboard

The URL of the subnetwork to which all instances in the instance group belong. If your instance has multiple network interfaces, then the network and subnetwork fields only refer to the network and subnet used by your primary interface (nic0).

Link copied to clipboard

The URL of the zone where the instance group is located (for zonal resources).