Class DatastoreAttachment
The details about attachment of datastore
Inherited Members
Namespace: Oci.OcvpService.Models
Assembly: OCI.DotNetSDK.Ocvp.dll
Syntax
public class DatastoreAttachment
Properties
BlockVolumeId
Declaration
[Required(ErrorMessage = "BlockVolumeId is required.")]
[JsonProperty(PropertyName = "blockVolumeId")]
public string BlockVolumeId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the Block Volume that belongs to the datastore. |
Remarks
Required
DatastoreId
Declaration
[Required(ErrorMessage = "DatastoreId is required.")]
[JsonProperty(PropertyName = "datastoreId")]
public string DatastoreId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCIDs of the Datastore that ESXi host is attached to. |
Remarks
Required
IpAddress
Declaration
[Required(ErrorMessage = "IpAddress is required.")]
[JsonProperty(PropertyName = "ipAddress")]
public string IpAddress { get; set; }
Property Value
Type | Description |
---|---|
string | The IP address of datastore attachment. |
Remarks
Required
Port
Declaration
[Required(ErrorMessage = "Port is required.")]
[JsonProperty(PropertyName = "port")]
public int? Port { get; set; }
Property Value
Type | Description |
---|---|
int? | The port of datastore attachment. |
Remarks
Required
VolumeIqn
Declaration
[Required(ErrorMessage = "VolumeIqn is required.")]
[JsonProperty(PropertyName = "volumeIqn")]
public string VolumeIqn { get; set; }
Property Value
Type | Description |
---|---|
string | An IQN of the Block Storage Volume. |
Remarks
Required