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