RegionInstanceGroups
class RegionInstanceGroups extends Resource (View source)
The "regionInstanceGroups" collection of methods.
Typical usage is:
$computeService = new Google\Service\Compute(...);
$regionInstanceGroups = $computeService->regionInstanceGroups;
Methods
Returns the specified instance group resource. (regionInstanceGroups.get)
Retrieves the list of instance group resources contained within the specified region. (regionInstanceGroups.listRegionInstanceGroups)
Lists the instances in the specified instance group and displays information about the named ports. Depending on the specified options, this method can list all instances or only the instances that are running. The orderBy query parameter is not supported. (regionInstanceGroups.listInstances)
Sets the named ports for the specified regional instance group.
Details
InstanceGroup
get(string $project, string $region, string $instanceGroup, array $optParams = [])
Returns the specified instance group resource. (regionInstanceGroups.get)
RegionInstanceGroupList
listRegionInstanceGroups(string $project, string $region, array $optParams = [])
Retrieves the list of instance group resources contained within the specified region. (regionInstanceGroups.listRegionInstanceGroups)
RegionInstanceGroupsListInstances
listInstances(string $project, string $region, string $instanceGroup, RegionInstanceGroupsListInstancesRequest $postBody, array $optParams = [])
Lists the instances in the specified instance group and displays information about the named ports. Depending on the specified options, this method can list all instances or only the instances that are running. The orderBy query parameter is not supported. (regionInstanceGroups.listInstances)
Operation
setNamedPorts(string $project, string $region, string $instanceGroup, RegionInstanceGroupsSetNamedPortsRequest $postBody, array $optParams = [])
Sets the named ports for the specified regional instance group.
(regionInstanceGroups.setNamedPorts)