Host class

Message describing information about the host.

Constructors

Host.new({String? cloudInstanceId, String? cloudProjectId, String? cloudProvider, String? cloudRegion, List<String>? cloudVirtualNetworkIds, String? cloudVpcId, String? cloudZone, String? os})
Host.fromJson(Map json_)

Properties

cloudInstanceId String?
The cloud instance id of the host.
getter/setter pair
cloudProjectId String?
The cloud project id of the host.
getter/setter pair
cloudProvider String?
The cloud provider of the host.
getter/setter pair
cloudRegion String?
The cloud region of the host.
getter/setter pair
cloudVirtualNetworkIds List<String>?
The ids of cloud virtual networks of the host.
getter/setter pair
cloudVpcId String?
The id of Virtual Private Cloud (VPC) of the host.
getter/setter pair
cloudZone String?
The cloud zone of the host.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
os String?
The operating system of the host.
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