OlvmStorageDomainAssetDetails¶
-
class
oci.cloud_migrations.models.OlvmStorageDomainAssetDetails(**kwargs)¶ Bases:
objectOLVM Storage Domain type of asset.
Methods
__init__(**kwargs)Initializes a new OlvmStorageDomainAssetDetails object with values from keyword arguments. Attributes
olvm_storage_domain[Required] Gets the olvm_storage_domain of this OlvmStorageDomainAssetDetails. -
__init__(**kwargs)¶ Initializes a new OlvmStorageDomainAssetDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: olvm_storage_domain (oci.cloud_migrations.models.OlvmStorageDomainProperties) – The value to assign to the olvm_storage_domain property of this OlvmStorageDomainAssetDetails.
-
olvm_storage_domain¶ [Required] Gets the olvm_storage_domain of this OlvmStorageDomainAssetDetails.
Returns: The olvm_storage_domain of this OlvmStorageDomainAssetDetails. Return type: oci.cloud_migrations.models.OlvmStorageDomainProperties
-