Show / Hide Table of Contents

Class OlvmSpm

The host storage pool manager (SPM) status and definition.

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

Properties

Priority

Declaration
[JsonProperty(PropertyName = "priority")]
public int? Priority { get; set; }
Property Value
Type Description
int?

Priority of this SPM.

SpmStatus

Declaration
[JsonProperty(PropertyName = "spmStatus")]
[JsonConverter(typeof(StringEnumConverter))]
public OlvmSpm.SpmStatusEnum? SpmStatus { get; set; }
Property Value
Type Description
OlvmSpm.SpmStatusEnum?

Status of this SPM.

In this article
Back to top