Show / Hide Table of Contents

Class HostingProviderDetails

Details about the hosting platform of the asset.

Inheritance
object
HostingProviderDetails
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 HostingProviderDetails : IDirectResponseSchema

Properties

Aws

Optional. The AWS platform details.

Declaration
[JsonProperty("aws")]
public virtual HostingProviderDetailsAws Aws { get; set; }
Property Value
Type Description
HostingProviderDetailsAws

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

Optional. The timestamp when resource was created in the hosting provider.

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

DisplayName

Optional. Display name of the asset.

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

Location

Optional. Location of the asset.

Declaration
[JsonProperty("location")]
public virtual ResourceLocation Location { get; set; }
Property Value
Type Description
ResourceLocation

OriginalId

Optional. Unique identifier for the asset in the hosting provider.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX