Show / Hide Table of Contents

Class OlvmIscsiDetails

The host iSCSI details.

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

Properties

Address

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

Address of iSCSI

DiskId

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

Disk ID of iSCSI

Initiator

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

Initiator of iSCSI

LunMapping

Declaration
[JsonProperty(PropertyName = "lunMapping")]
public int? LunMapping { get; set; }
Property Value
Type Description
int?

LUN Mapping of iSCSI

Paths

Declaration
[JsonProperty(PropertyName = "paths")]
public int? Paths { get; set; }
Property Value
Type Description
int?

Number of paths of iSCSI

Port

Declaration
[JsonProperty(PropertyName = "port")]
public int? Port { get; set; }
Property Value
Type Description
int?

Port number of iSCSI

Portal

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

Portal of iSCSI

ProductId

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

Product ID of iSCSI

Serial

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

Serial of iSCSI

SizeInBytes

Declaration
[JsonProperty(PropertyName = "sizeInBytes")]
public long? SizeInBytes { get; set; }
Property Value
Type Description
long?

size of iSCSI

Status

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

Status of iSCSI

StorageDomainId

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

Storage Domain ID of iSCSI

Target

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

target of iSCSI

Username

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

Username of iSCSI

VendorId

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

Vendor ID of iSCSI

VolumeGroupId

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

Volume Group ID of iSCSI

In this article
Back to top