GenerateSshScriptRequest class
Request message for 'GenerateSshScript' request.
Constructors
- GenerateSshScriptRequest({String? vm, VmCreationConfig? vmCreationConfig, int? vmPort, VmSelectionConfig? vmSelectionConfig})
- GenerateSshScriptRequest.fromJson(Map json_)
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- vm ↔ String?
- 
  Bastion VM Instance name to use or to create.
  getter/setter pair
- vmCreationConfig ↔ VmCreationConfig?
- 
  The VM creation configuration
  getter/setter pair
- vmPort ↔ int?
- 
  The port that will be open on the bastion host.
  getter/setter pair
- vmSelectionConfig ↔ VmSelectionConfig?
- 
  The VM selection configuration
  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