Show / Hide Table of Contents

Class UpdateBdsCapacityReservationConfigurationDetails

Details for updating a BDS capacity reservation configuration.

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

Properties

BdsCapacityReservationId

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

The OCID of the BDS capacity reservation to associate with the BDS cluster.

DisplayName

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

A user-friendly name for the BDS capacity reservation configuration.

In this article
Back to top