Class ProjectsResource.LocationsResource.ImageImportsResource.ImageImportJobsResource
The "imageImportJobs" collection of methods.
Inherited Members
Namespace: Google.Apis.VMMigrationService.v1
Assembly: Google.Apis.VMMigrationService.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ImageImportsResource.ImageImportJobsResource
Constructors
ImageImportJobsResource(IClientService)
Constructs a new resource.
Declaration
public ImageImportJobsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Cancel(CancelImageImportJobRequest, string)
Initiates the cancellation of a running clone job.
Declaration
public virtual ProjectsResource.LocationsResource.ImageImportsResource.ImageImportJobsResource.CancelRequest Cancel(CancelImageImportJobRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
CancelImageImportJobRequest | body | The body of the request. |
string | name | Required. The image import job id. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ImageImportsResource.ImageImportJobsResource.CancelRequest |
Get(string)
Gets details of a single ImageImportJob.
Declaration
public virtual ProjectsResource.LocationsResource.ImageImportsResource.ImageImportJobsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The ImageImportJob name. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ImageImportsResource.ImageImportJobsResource.GetRequest |
List(string)
Lists ImageImportJobs in a given project.
Declaration
public virtual ProjectsResource.LocationsResource.ImageImportsResource.ImageImportJobsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The parent, which owns this collection of targets. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ImageImportsResource.ImageImportJobsResource.ListRequest |