Show / Hide Table of Contents

Class AssetsExportJob

Assets export job message.

Inheritance
object
AssetsExportJob
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class AssetsExportJob : IDirectResponseSchema

Properties

Condition

Optional. Conditions for selecting assets to export.

Declaration
[JsonProperty("condition")]
public virtual AssetsExportJobExportCondition Condition { get; set; }
Property Value
Type Description
AssetsExportJobExportCondition

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. Resource creation time.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { 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

Inventory

Export asset inventory details.

Declaration
[JsonProperty("inventory")]
public virtual AssetsExportJobInventory Inventory { get; set; }
Property Value
Type Description
AssetsExportJobInventory

Labels

Optional. Labels as key value pairs. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes.

Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type Description
IDictionary<string, string>

Name

Output only. Identifier. Resource name.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

NetworkDependencies

Export data regarding asset network dependencies.

Declaration
[JsonProperty("networkDependencies")]
public virtual AssetsExportJobNetworkDependencies NetworkDependencies { get; set; }
Property Value
Type Description
AssetsExportJobNetworkDependencies

PerformanceData

Export asset with performance data.

Declaration
[JsonProperty("performanceData")]
public virtual AssetsExportJobPerformanceData PerformanceData { get; set; }
Property Value
Type Description
AssetsExportJobPerformanceData

RecentExecutions

Output only. Recent non expired executions of the job.

Declaration
[JsonProperty("recentExecutions")]
public virtual IList<AssetsExportJobExecution> RecentExecutions { get; set; }
Property Value
Type Description
IList<AssetsExportJobExecution>

ShowHidden

Optional. When this value is set to 'true' the response will include all assets, including those that are hidden.

Declaration
[JsonProperty("showHidden")]
public virtual bool? ShowHidden { get; set; }
Property Value
Type Description
bool?

SignedUriDestination

Export to Cloud Storage files downloadable using signed URIs.

Declaration
[JsonProperty("signedUriDestination")]
public virtual SignedUriDestination SignedUriDestination { get; set; }
Property Value
Type Description
SignedUriDestination

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. Resource update time.

Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX