CreateNodeRequest class

Annotations
  • @freezed

Constructors

CreateNodeRequest({required String name, required int locationId, required String fqdn, required String scheme, required int memory, required int memoryOverallocate, required int disk, required int diskOverallocate, required int uploadSize, required int daemonSftp, required int daemonListen})
const
factory
CreateNodeRequest.fromJson(JsonMap json)
factory

Properties

copyWith → $CreateNodeRequestCopyWith<CreateNodeRequest>
no setterinherited
daemonListen int
no setterinherited
daemonSftp int
no setterinherited
disk int
no setterinherited
diskOverallocate int
no setterinherited
fqdn String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
locationId int
no setterinherited
memory int
no setterinherited
memoryOverallocate int
no setterinherited
name String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheme String
no setterinherited
uploadSize int
no setterinherited

Methods

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

Operators

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