Show / Hide Table of Contents

Class ResourceProfileInfo

Resource profile that contains information about all the resources required by executors and tasks.

Inheritance
object
ResourceProfileInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class ResourceProfileInfo : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExecutorResources

Declaration
[JsonProperty("executorResources")]
public virtual IDictionary<string, ExecutorResourceRequest> ExecutorResources { get; set; }
Property Value
Type Description
IDictionary<string, ExecutorResourceRequest>

ResourceProfileId

Declaration
[JsonProperty("resourceProfileId")]
public virtual int? ResourceProfileId { get; set; }
Property Value
Type Description
int?

TaskResources

Declaration
[JsonProperty("taskResources")]
public virtual IDictionary<string, TaskResourceRequest> TaskResources { get; set; }
Property Value
Type Description
IDictionary<string, TaskResourceRequest>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX