Show / Hide Table of Contents

Class TransferApplianceSummary

Inheritance
object
TransferApplianceSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DtsService.Models
Assembly: OCI.DotNetSDK.Dts.dll
Syntax
public class TransferApplianceSummary

Properties

CreationTime

Declaration
[JsonProperty(PropertyName = "creationTime")]
public DateTime? CreationTime { get; set; }
Property Value
Type Description
DateTime?

Label

Declaration
[JsonProperty(PropertyName = "label")]
public string Label { get; set; }
Property Value
Type Description
string

LifecycleState

Declaration
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public TransferApplianceSummary.LifecycleStateEnum? LifecycleState { get; set; }
Property Value
Type Description
TransferApplianceSummary.LifecycleStateEnum?

SerialNumber

Declaration
[JsonProperty(PropertyName = "serialNumber")]
public string SerialNumber { get; set; }
Property Value
Type Description
string
In this article
Back to top