Show / Hide Table of Contents

Class OlvmConfiguration

Configuration of the OLVM virtual machine.

Inheritance
object
OlvmConfiguration
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top