OlvmConfiguration¶
-
class
oci.cloud_migrations.models.OlvmConfiguration(**kwargs)¶ Bases:
objectConfiguration of the OLVM virtual machine.
Attributes
CONFIGURATION_TYPE_OVAA constant which can be used with the configuration_type property of a OlvmConfiguration. CONFIGURATION_TYPE_OVFA constant which can be used with the configuration_type property of a OlvmConfiguration. configuration_typeGets the configuration_type of this OlvmConfiguration. dataGets the data of this OlvmConfiguration. Methods
__init__(**kwargs)Initializes a new OlvmConfiguration object with values from keyword arguments. -
CONFIGURATION_TYPE_OVA= 'OVA'¶ A constant which can be used with the configuration_type property of a OlvmConfiguration. This constant has a value of “OVA”
-
CONFIGURATION_TYPE_OVF= 'OVF'¶ A constant which can be used with the configuration_type property of a OlvmConfiguration. This constant has a value of “OVF”
-
__init__(**kwargs)¶ Initializes a new OlvmConfiguration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - data (str) – The value to assign to the data property of this OlvmConfiguration.
- configuration_type (str) – The value to assign to the configuration_type property of this OlvmConfiguration. Allowed values for this property are: “OVA”, “OVF”
-
configuration_type¶ Gets the configuration_type of this OlvmConfiguration. Configuration format types.
Allowed values for this property are: “OVA”, “OVF”
Returns: The configuration_type of this OlvmConfiguration. Return type: str
-
data¶ Gets the data of this OlvmConfiguration. The document describing the virtual machine.
Returns: The data of this OlvmConfiguration. Return type: str
-