Class OlvmConfiguration
Configuration of the OLVM virtual machine.
Inherited Members
Namespace: Oci.CloudmigrationsService.Models
Assembly: OCI.DotNetSDK.Cloudmigrations.dll
Syntax
public class OlvmConfiguration
Properties
ConfigurationType
Declaration
[JsonProperty(PropertyName = "configurationType")]
[JsonConverter(typeof(StringEnumConverter))]
public OlvmConfiguration.ConfigurationTypeEnum? ConfigurationType { get; set; }
Property Value
| Type | Description |
|---|---|
| OlvmConfiguration.ConfigurationTypeEnum? | Configuration format types. |
Data
Declaration
[JsonProperty(PropertyName = "data")]
public string Data { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The document describing the virtual machine. |