Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ApplicationsResource.ServicesResource.VersionsResource.InstancesResource

The "instances" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.ApplicationsResource.ServicesResource.VersionsResource.InstancesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 name. Required. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1.

string locationsId

Part of name. See documentation of projectsId.

string applicationsId

Part of name. See documentation of projectsId.

string servicesId

Part of name. See documentation of projectsId.

string versionsId

Part of name. See documentation of projectsId.

string instancesId

Part of name. See documentation of projectsId.

Returns
Type Description
ProjectsResource.LocationsResource.ApplicationsResource.ServicesResource.VersionsResource.InstancesResource.DebugRequest
In this article
Back to top Generated by DocFX