OlvmCustomProperty¶
-
class
oci.cloud_migrations.models.OlvmCustomProperty(**kwargs)¶ Bases:
objectCustom properties applied to the vNIC Profile.
Methods
__init__(**kwargs)Initializes a new OlvmCustomProperty object with values from keyword arguments. Attributes
nameGets the name of this OlvmCustomProperty. regexpGets the regexp of this OlvmCustomProperty. valueGets the value of this OlvmCustomProperty. -
__init__(**kwargs)¶ Initializes a new OlvmCustomProperty 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 OlvmCustomProperty.
- regexp (str) – The value to assign to the regexp property of this OlvmCustomProperty.
- value (str) – The value to assign to the value property of this OlvmCustomProperty.
-
name¶ Gets the name of this OlvmCustomProperty. Property name
Returns: The name of this OlvmCustomProperty. Return type: str
-
regexp¶ Gets the regexp of this OlvmCustomProperty. A regular expression defining the available values a custom property can get.
Returns: The regexp of this OlvmCustomProperty. Return type: str
-
value¶ Gets the value of this OlvmCustomProperty. Property value
Returns: The value of this OlvmCustomProperty. Return type: str
-