package
0.0.0-20210831081626-d823fe11ceba
Repository: https://github.com/huaweicloud/golangsdk.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
Create is a method to create a new mapreduce job.
Delete is a method to delete an existing mapreduce job.
ExtractJobs is a method which to extract a job list by job pages.
Get is a method to get an existing mapreduce job by cluster ID and job ID.
List is a method to obtain an array of one or more mapreduce jobs according to the query parameters.
# Structs
CreateOpts is a structure representing information of the job creation.
CreateResp is a struct that represents the result of Create methods.
CreateResult represents a result of the Create method.
DeleteOpts is a structure representing information of the job delete operation.
DeleteResult represents a result of the Delete method.
GetResult represents a result of the Get method.
Job is a struct that represents the details of the mapreduce job.
JobPage represents the response pages of the List operation.
JobResp is an object struct that represents the details of the submit result.
ListOpts is a structure representing information of the job updation.
# Interfaces
CreateOptsBuilder is an interface which to support request body build of the job creation.
DeleteOptsBuilder is an interface which to support request body build of the job delete operation.
ListOptsBuilder is an interface which to support request query build of the job list operation.