Class Collector
Message describing Collector object.
Implements
Inherited Members
Namespace: Google.Apis.RapidMigrationAssessment.v1.Data
Assembly: Google.Apis.RapidMigrationAssessment.v1.dll
Syntax
public class Collector : IDirectResponseSchema
Properties
Bucket
Output only. Store cloud storage bucket name (which is a guid) created with this Collector.
Declaration
[JsonProperty("bucket")]
public virtual string Bucket { get; set; }
Property Value
Type | Description |
---|---|
string |
ClientVersion
Output only. Client version.
Declaration
[JsonProperty("clientVersion")]
public virtual string ClientVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
CollectionDays
How many days to collect data.
Declaration
[JsonProperty("collectionDays")]
public virtual int? CollectionDays { get; set; }
Property Value
Type | Description |
---|---|
int? |
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CreateTimeRaw
Output only. Create time stamp.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
User specified description of the Collector.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
User specified name of the Collector.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EulaUri
Uri for EULA (End User License Agreement) from customer.
Declaration
[JsonProperty("eulaUri")]
public virtual string EulaUri { get; set; }
Property Value
Type | Description |
---|---|
string |
ExpectedAssetCount
User specified expected asset count.
Declaration
[JsonProperty("expectedAssetCount")]
public virtual long? ExpectedAssetCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
GuestOsScan
Output only. Reference to MC Source Guest Os Scan.
Declaration
[JsonProperty("guestOsScan")]
public virtual GuestOsScan GuestOsScan { get; set; }
Property Value
Type | Description |
---|---|
GuestOsScan |
Labels
Labels as key value pairs.
Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
Name
name of resource.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceAccount
Service Account email used to ingest data to this Collector.
Declaration
[JsonProperty("serviceAccount")]
public virtual string ServiceAccount { get; set; }
Property Value
Type | Description |
---|---|
string |
State
Output only. State of the Collector.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
UpdateTime
object representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
UpdateTimeDateTimeOffset
DateTimeOffset representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
UpdateTimeRaw
Output only. Update time stamp.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
VsphereScan
Output only. Reference to MC Source vsphere_scan.
Declaration
[JsonProperty("vsphereScan")]
public virtual VSphereScan VsphereScan { get; set; }
Property Value
Type | Description |
---|---|
VSphereScan |