Show / Hide Table of Contents

Class AssociatedOccHandoverResourceBlock

Details about the resource block that was handed over.

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

Properties

HandoverQuantity

Declaration
[JsonProperty(PropertyName = "handoverQuantity")]
public long? HandoverQuantity { get; set; }
Property Value
Type Description
long?

The total quantity of the resource that was made available to the customer as part of this resource block

OccHandoverResourceBlockId

Declaration
[JsonProperty(PropertyName = "occHandoverResourceBlockId")]
public string OccHandoverResourceBlockId { get; set; }
Property Value
Type Description
string

The OCID of the handed over resource block.

In this article
Back to top