models.nas_analysis_job_params_file_type_bucket module¶
-
class
models.nas_analysis_job_params_file_type_bucket.
NasAnalysisJobParams_FileTypeBucket
(file_type_bucket_extensions=None, file_type_bucket_name=None)[source]¶ Bases:
object
Implementation of the ‘NasAnalysisJobParams_FileTypeBucket’ model.
File type bucket.
- Attributes:
- file_type_bucket_extensions (list of string): File extensions
e.g. <vmdk, ova>.
- file_type_bucket_name (string): File type bucket name,
e.g. VMs.
-
classmethod
from_dictionary
(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.