Show / Hide Table of Contents

Class OccHandoverResourceBlockDetailSummary

Detailed information about a particular occHandoverResourceBlock. For compute namespace this information includes host serial, host ocid etc.

Inheritance
object
OccHandoverResourceBlockDetailSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CapacitymanagementService.Models
Assembly: OCI.DotNetSDK.Capacitymanagement.dll
Syntax
public class OccHandoverResourceBlockDetailSummary

Properties

Details

Declaration
[Required(ErrorMessage = "Details is required.")]
[JsonProperty(PropertyName = "details")]
public Dictionary<string, string> Details { get; set; }
Property Value
Type Description
Dictionary<string, string>

A map that contains additional details for a given handover resource. For example for compute namespace this includes host ocid, host serial etc.

Remarks

Required

OccResourceHandoverBlockId

Declaration
[Required(ErrorMessage = "OccResourceHandoverBlockId is required.")]
[JsonProperty(PropertyName = "occResourceHandoverBlockId")]
public string OccResourceHandoverBlockId { get; set; }
Property Value
Type Description
string

The OCID of the occResourceHandoverBlock.

Remarks

Required

In this article
Back to top