Class TransferApplianceSummary
Inheritance
TransferApplianceSummary
Assembly: OCI.DotNetSDK.Dts.dll
Syntax
public class TransferApplianceSummary
Properties
CreationTime
Declaration
[JsonProperty(PropertyName = "creationTime")]
public DateTime? CreationTime { get; set; }
Property Value
Label
Declaration
[JsonProperty(PropertyName = "label")]
public string Label { get; set; }
Property Value
LifecycleState
Declaration
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public TransferApplianceSummary.LifecycleStateEnum? LifecycleState { get; set; }
Property Value
SerialNumber
Declaration
[JsonProperty(PropertyName = "serialNumber")]
public string SerialNumber { get; set; }
Property Value