OlvmVersion¶
-
class
oci.cloud_migrations.models.OlvmVersion(**kwargs)¶ Bases:
objectVersion in OLVM
Methods
__init__(**kwargs)Initializes a new OlvmVersion object with values from keyword arguments. Attributes
buildGets the build of this OlvmVersion. commentGets the comment of this OlvmVersion. descriptionGets the description of this OlvmVersion. full_versionGets the full_version of this OlvmVersion. idGets the id of this OlvmVersion. majorGets the major of this OlvmVersion. minorGets the minor of this OlvmVersion. nameGets the name of this OlvmVersion. revisionGets the revision of this OlvmVersion. -
__init__(**kwargs)¶ Initializes a new OlvmVersion object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - build (int) – The value to assign to the build property of this OlvmVersion.
- comment (str) – The value to assign to the comment property of this OlvmVersion.
- description (str) – The value to assign to the description property of this OlvmVersion.
- full_version (str) – The value to assign to the full_version property of this OlvmVersion.
- id (str) – The value to assign to the id property of this OlvmVersion.
- major (int) – The value to assign to the major property of this OlvmVersion.
- minor (int) – The value to assign to the minor property of this OlvmVersion.
- name (str) – The value to assign to the name property of this OlvmVersion.
- revision (int) – The value to assign to the revision property of this OlvmVersion.
-
build¶ Gets the build of this OlvmVersion. Build number of this version
Returns: The build of this OlvmVersion. Return type: int
-
comment¶ Gets the comment of this OlvmVersion. Free text containing comments about this object.
Returns: The comment of this OlvmVersion. Return type: str
-
description¶ Gets the description of this OlvmVersion. A human-readable description in plain text.
Returns: The description of this OlvmVersion. Return type: str
-
full_version¶ Gets the full_version of this OlvmVersion. Full version
Returns: The full_version of this OlvmVersion. Return type: str
-
id¶ Gets the id of this OlvmVersion. A unique identifier
Returns: The id of this OlvmVersion. Return type: str
-
major¶ Gets the major of this OlvmVersion. Major version
Returns: The major of this OlvmVersion. Return type: int
-
minor¶ Gets the minor of this OlvmVersion. Minor version
Returns: The minor of this OlvmVersion. Return type: int
-
name¶ Gets the name of this OlvmVersion. A human-readable name in plain text
Returns: The name of this OlvmVersion. Return type: str
-
revision¶ Gets the revision of this OlvmVersion. Revision number
Returns: The revision of this OlvmVersion. Return type: int
-