OlvmProperty¶
-
class
oci.cloud_migrations.models.OlvmProperty(**kwargs)¶ Bases:
objectProperty object in OLVM.
Methods
__init__(**kwargs)Initializes a new OlvmProperty object with values from keyword arguments. Attributes
nameGets the name of this OlvmProperty. valueGets the value of this OlvmProperty. -
__init__(**kwargs)¶ Initializes a new OlvmProperty object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this OlvmProperty.
- value (str) – The value to assign to the value property of this OlvmProperty.
-
name¶ Gets the name of this OlvmProperty. Name of the property.
Returns: The name of this OlvmProperty. Return type: str
-
value¶ Gets the value of this OlvmProperty. Value of the property.
Returns: The value of this OlvmProperty. Return type: str
-