Show / Hide Table of Contents

Class NewTransferDevice

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

Properties

CreationTime

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

EncryptionPassphrase

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

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 NewTransferDevice.LifecycleStateEnum? LifecycleState { get; set; }
Property Value
Type Description
NewTransferDevice.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
In this article
Back to top