Show / Hide Table of Contents

Class OlvmStorageDomainAssetDetails

OLVM Storage Domain type of asset.

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

Properties

OlvmStorageDomain

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

Required

In this article
Back to top