Get
|
|||||
|
|
Returns the specified instance group. Gets a list of available instance groups by making a list() request
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- View and manage your data across Google Cloud Platform services
- View and manage your Google Compute Engine resources
- View your Google Compute Engine resources
Input
This building block consumes 3 input parameters
Name | Format | Description |
---|---|---|
project Required |
STRING |
Project ID for this request |
zone Required |
STRING |
The name of the zone where the instance group is located |
instanceGroup Required |
STRING |
The name of the instance group |
= Parameter name
= Format
project STRING Required Project ID for this request |
zone STRING Required The name of the zone where the instance group is located |
instanceGroup STRING Required The name of the instance group |
Output
This building block provides 15 output parameters
Name | Format | Description |
---|---|---|
creationTimestamp |
STRING |
[Output Only] The creation timestamp for this instance group in RFC3339 text format |
description |
STRING |
An optional description of this resource. Provide this property when you create the resource |
fingerprint |
BINARY |
[Output Only] The fingerprint of the named ports. The system uses this fingerprint to detect conflicts when multiple users change the named ports concurrently |
id |
INTEGER |
[Output Only] A unique identifier for this instance group, generated by the server |
kind |
STRING |
[Output Only] The resource type, which is always compute#instanceGroup for instance groups |
name |
STRING |
The name of the instance group. The name must be 1-63 characters long, and comply with RFC1035 |
namedPorts[] |
OBJECT |
The named port. For example: |
namedPorts[].name |
STRING |
The name for this named port. The name must be 1-63 characters long, and comply with RFC1035 |
namedPorts[].port |
INTEGER |
The port number, which can be a value between 1 and 65535 |
network |
STRING |
The URL of the network to which all instances in the instance group belong |
region |
STRING |
[Output Only] The URL of the region where the instance group is located (for regional resources) |
selfLink |
STRING |
[Output Only] The URL for this instance group. The server generates this URL |
size |
INTEGER |
[Output Only] The total number of instances in the instance group |
subnetwork |
STRING |
[Output Only] The URL of the subnetwork to which all instances in the instance group belong |
zone |
STRING |
[Output Only] The URL of the zone where the instance group is located (for zonal resources) |
= Parameter name
= Format
creationTimestamp STRING [Output Only] The creation timestamp for this instance group in RFC3339 text format |
description STRING An optional description of this resource. Provide this property when you create the resource |
fingerprint BINARY [Output Only] The fingerprint of the named ports. The system uses this fingerprint to detect conflicts when multiple users change the named ports concurrently |
id INTEGER [Output Only] A unique identifier for this instance group, generated by the server |
kind STRING [Output Only] The resource type, which is always compute#instanceGroup for instance groups |
name STRING The name of the instance group. The name must be 1-63 characters long, and comply with RFC1035 |
namedPorts[] OBJECT The named port. For example: |
namedPorts[].name STRING The name for this named port. The name must be 1-63 characters long, and comply with RFC1035 |
namedPorts[].port INTEGER The port number, which can be a value between 1 and 65535 |
network STRING The URL of the network to which all instances in the instance group belong |
region STRING [Output Only] The URL of the region where the instance group is located (for regional resources) |
selfLink STRING [Output Only] The URL for this instance group. The server generates this URL |
size INTEGER [Output Only] The total number of instances in the instance group |
subnetwork STRING [Output Only] The URL of the subnetwork to which all instances in the instance group belong |
zone STRING [Output Only] The URL of the zone where the instance group is located (for zonal resources) |