Class ProjectsResource.LocationsResource.ApplicationsResource.ServicesResource.VersionsResource.InstancesResource
The "instances" collection of methods.
Inheritance
Inherited Members
Namespace: Google.Apis.Appengine.v1beta
Assembly: Google.Apis.Appengine.v1beta.dll
Syntax
public class ProjectsResource.LocationsResource.ApplicationsResource.ServicesResource.VersionsResource.InstancesResource
Constructors
InstancesResource(IClientService)
Constructs a new resource.
Declaration
public InstancesResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Debug(DebugInstanceRequest, string, string, string, string, string, string)
Enables debugging on a VM instance. This allows you to use the SSH command to connect to the virtual machine where the instance lives. While in "debug mode", the instance continues to serve live traffic. You should delete the instance when you are done debugging and then allow the system to take over and determine if another instance should be started.Only applicable for instances in App Engine flexible environment.
Declaration
public virtual ProjectsResource.LocationsResource.ApplicationsResource.ServicesResource.VersionsResource.InstancesResource.DebugRequest Debug(DebugInstanceRequest body, string projectsId, string locationsId, string applicationsId, string servicesId, string versionsId, string instancesId)
Parameters
| Type | Name | Description |
|---|---|---|
| DebugInstanceRequest | body | The body of the request. |
| string | projectsId | Part of |
| string | locationsId | Part of |
| string | applicationsId | Part of |
| string | servicesId | Part of |
| string | versionsId | Part of |
| string | instancesId | Part of |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.ApplicationsResource.ServicesResource.VersionsResource.InstancesResource.DebugRequest |