Collector class
Message describing Collector object.
Constructors
-
Collector({String? bucket, String? clientVersion, int? collectionDays, String? createTime, String? description, String? displayName, String? eulaUri, String? expectedAssetCount, GuestOsScan? guestOsScan, Map<
String, String> ? labels, String? name, String? serviceAccount, String? state, String? updateTime, VSphereScan? vsphereScan}) - Collector.fromJson(Map json_)
Properties
- bucket ↔ String?
-
Store cloud storage bucket name (which is a guid) created with this
Collector.
getter/setter pair
- clientVersion ↔ String?
-
Client version.
getter/setter pair
- collectionDays ↔ int?
-
How many days to collect data.
getter/setter pair
- createTime ↔ String?
-
Create time stamp.
getter/setter pair
- description ↔ String?
-
User specified description of the Collector.
getter/setter pair
- displayName ↔ String?
-
User specified name of the Collector.
getter/setter pair
- eulaUri ↔ String?
-
Uri for EULA (End User License Agreement) from customer.
getter/setter pair
- expectedAssetCount ↔ String?
-
User specified expected asset count.
getter/setter pair
- guestOsScan ↔ GuestOsScan?
-
Reference to MC Source Guest Os Scan.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
labels
↔ Map<
String, String> ? -
Labels as key value pairs.
getter/setter pair
- name ↔ String?
-
name of resource.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceAccount ↔ String?
-
Service Account email used to ingest data to this Collector.
getter/setter pair
- state ↔ String?
-
State of the Collector.
getter/setter pair
- updateTime ↔ String?
-
Update time stamp.
getter/setter pair
- vsphereScan ↔ VSphereScan?
-
Reference to MC Source vsphere_scan.
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