DiagnoseClusterRequest class

A request to collect cluster diagnostic information.

Constructors

DiagnoseClusterRequest({Interval? diagnosisInterval, String? job, List<String>? jobs, String? tarballAccess, String? tarballGcsDir, String? yarnApplicationId, List<String>? yarnApplicationIds})
DiagnoseClusterRequest.fromJson(Map json_)

Properties

diagnosisInterval Interval?
Time interval in which diagnosis should be carried out on the cluster.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
job String?
DEPRECATED Specifies the job on which diagnosis is to be performed.
getter/setter pair
jobs List<String>?
Specifies a list of jobs on which diagnosis is to be performed.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tarballAccess String?
(Optional) The access type to the diagnostic tarball.
getter/setter pair
tarballGcsDir String?
(Optional) The output Cloud Storage directory for the diagnostic tarball.
getter/setter pair
yarnApplicationId String?
DEPRECATED Specifies the yarn application on which diagnosis is to be performed.
getter/setter pair
yarnApplicationIds List<String>?
Specifies a list of yarn applications on which diagnosis is to be performed.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited