DiagnosticConfig class
Defines flags that are used to run the diagnostic tool
Constructors
- DiagnosticConfig({bool? copyHomeFilesFlagEnabled, String? gcsBucket, bool? packetCaptureFlagEnabled, String? relativePath, bool? repairFlagEnabled})
- DiagnosticConfig.fromJson(Map json_)
Properties
- copyHomeFilesFlagEnabled ↔ bool?
- 
  Enables flag to copy all /home/jupyterfolder contentsgetter/setter pair
- gcsBucket ↔ String?
- 
  User Cloud Storage bucket location (REQUIRED).
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- packetCaptureFlagEnabled ↔ bool?
- 
  Enables flag to capture packets from the instance for 30 seconds
  getter/setter pair
- relativePath ↔ String?
- 
  Defines the relative storage path in the Cloud Storage bucket where the
diagnostic logs will be written: Default path will be the root directory
of the Cloud Storage bucket (gs://$GCS_BUCKET/$DATE_$TIME.tar.gz) Example of full path where Log file will be written:gs://$GCS_BUCKET/$RELATIVE_PATH/getter/setter pair
- repairFlagEnabled ↔ bool?
- 
  Enables flag to repair service for instance
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
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