public sealed class Collector : IMessage<Collector>, IEquatable<Collector>, IDeepCloneable<Collector>, IBufferMessage, IMessage
Reference documentation and code samples for the Rapid Migration Assessment v1 API class Collector.
Message describing Collector object.
Implements
IMessageCollector, IEquatableCollector, IDeepCloneableCollector, IBufferMessage, IMessageNamespace
Google.Cloud.RapidMigrationAssessment.V1Assembly
Google.Cloud.RapidMigrationAssessment.V1.dll
Constructors
Collector()
public Collector()
Collector(Collector)
public Collector(Collector other)
Parameter | |
---|---|
Name | Description |
other |
Collector |
Properties
Bucket
public string Bucket { get; set; }
Output only. Store cloud storage bucket name (which is a guid) created with this Collector.
Property Value | |
---|---|
Type | Description |
string |
ClientVersion
public string ClientVersion { get; set; }
Output only. Client version.
Property Value | |
---|---|
Type | Description |
string |
CollectionDays
public int CollectionDays { get; set; }
How many days to collect data.
Property Value | |
---|---|
Type | Description |
int |
CollectorName
public CollectorName CollectorName { get; set; }
CollectorName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
CollectorName |
CreateTime
public Timestamp CreateTime { get; set; }
Output only. Create time stamp.
Property Value | |
---|---|
Type | Description |
Timestamp |
Description
public string Description { get; set; }
User specified description of the Collector.
Property Value | |
---|---|
Type | Description |
string |
DisplayName
public string DisplayName { get; set; }
User specified name of the Collector.
Property Value | |
---|---|
Type | Description |
string |
EulaUri
public string EulaUri { get; set; }
Uri for EULA (End User License Agreement) from customer.
Property Value | |
---|---|
Type | Description |
string |
ExpectedAssetCount
public long ExpectedAssetCount { get; set; }
User specified expected asset count.
Property Value | |
---|---|
Type | Description |
long |
GuestOsScan
public GuestOsScan GuestOsScan { get; set; }
Output only. Reference to MC Source Guest Os Scan.
Property Value | |
---|---|
Type | Description |
GuestOsScan |
Labels
public MapField<string, string> Labels { get; }
Labels as key value pairs.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |
Name
public string Name { get; set; }
name of resource.
Property Value | |
---|---|
Type | Description |
string |
ServiceAccount
public string ServiceAccount { get; set; }
Service Account email used to ingest data to this Collector.
Property Value | |
---|---|
Type | Description |
string |
State
public Collector.Types.State State { get; set; }
Output only. State of the Collector.
Property Value | |
---|---|
Type | Description |
CollectorTypesState |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. Update time stamp.
Property Value | |
---|---|
Type | Description |
Timestamp |
VsphereScan
public VSphereScan VsphereScan { get; set; }
Output only. Reference to MC Source vsphere_scan.
Property Value | |
---|---|
Type | Description |
VSphereScan |