Show / Hide Table of Contents

Class OlvmPmProxy

Power management proxy types.

Inheritance
object
OlvmPmProxy
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 OlvmPmProxy

Properties

Type

Declaration
[JsonProperty(PropertyName = "type")]
[JsonConverter(typeof(StringEnumConverter))]
public OlvmPmProxy.TypeEnum? Type { get; set; }
Property Value
Type Description
OlvmPmProxy.TypeEnum?

Pm Proxy Type

In this article
Back to top