Show / Hide Table of Contents

Class TransferDevice

Inheritance
object
TransferDevice
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 TransferDevice

Properties

AttachedTransferPackageLabel

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

CreationTime

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

IscsiIQN

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

Label

Declaration
[Required(ErrorMessage = "Label is required.")]
[JsonProperty(PropertyName = "label")]
public string Label { get; set; }
Property Value
Type Description
string
Remarks

Required

LifecycleState

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

SerialNumber

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

TransferJobId

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

UploadStatusLogUri

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