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