Show / Hide Table of Contents

Class AppsResource.ServicesResource.VersionsResource.InstancesResource

The "instances" collection of methods.

Inheritance
object
AppsResource.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.v1
Assembly: Google.Apis.Appengine.v1.dll
Syntax
public class AppsResource.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)

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 AppsResource.ServicesResource.VersionsResource.InstancesResource.DebugRequest Debug(DebugInstanceRequest body, string appsId, string servicesId, string versionsId, string instancesId)
Parameters
Type Name Description
DebugInstanceRequest body

The body of the request.

string appsId

Part of name. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1.

string servicesId

Part of name. See documentation of appsId.

string versionsId

Part of name. See documentation of appsId.

string instancesId

Part of name. See documentation of appsId.

Returns
Type Description
AppsResource.ServicesResource.VersionsResource.InstancesResource.DebugRequest

Delete(string, string, string, string)

Stops a running instance.The instance might be automatically recreated based on the scaling settings of the version. For more information, see "How Instances are Managed" (standard environment (https://cloud.google.com/appengine/docs/standard/python/how-instances-are-managed) | flexible environment (https://cloud.google.com/appengine/docs/flexible/python/how-instances-are-managed)).To ensure that instances are not re-created and avoid getting billed, you can stop all instances within the target version by changing the serving status of the version to STOPPED with the apps.services.versions.patch (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions/patch) method.

Declaration
public virtual AppsResource.ServicesResource.VersionsResource.InstancesResource.DeleteRequest Delete(string appsId, string servicesId, string versionsId, string instancesId)
Parameters
Type Name Description
string appsId

Part of name. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1.

string servicesId

Part of name. See documentation of appsId.

string versionsId

Part of name. See documentation of appsId.

string instancesId

Part of name. See documentation of appsId.

Returns
Type Description
AppsResource.ServicesResource.VersionsResource.InstancesResource.DeleteRequest

Get(string, string, string, string)

Gets instance information.

Declaration
public virtual AppsResource.ServicesResource.VersionsResource.InstancesResource.GetRequest Get(string appsId, string servicesId, string versionsId, string instancesId)
Parameters
Type Name Description
string appsId

Part of name. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1.

string servicesId

Part of name. See documentation of appsId.

string versionsId

Part of name. See documentation of appsId.

string instancesId

Part of name. See documentation of appsId.

Returns
Type Description
AppsResource.ServicesResource.VersionsResource.InstancesResource.GetRequest

List(string, string, string)

Lists the instances of a version.Tip: To aggregate details about instances over time, see the Stackdriver Monitoring API (https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).

Declaration
public virtual AppsResource.ServicesResource.VersionsResource.InstancesResource.ListRequest List(string appsId, string servicesId, string versionsId)
Parameters
Type Name Description
string appsId

Part of parent. Name of the parent Version resource. Example: apps/myapp/services/default/versions/v1.

string servicesId

Part of parent. See documentation of appsId.

string versionsId

Part of parent. See documentation of appsId.

Returns
Type Description
AppsResource.ServicesResource.VersionsResource.InstancesResource.ListRequest
In this article
Back to top Generated by DocFX