Show / Hide Table of Contents

Class ComputeResourceConfiguration

Configuration for COMPUTE

Inheritance
object
BaseResourceConfiguration
ComputeResourceConfiguration
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DemandsignalService.Models
Assembly: OCI.DotNetSDK.Demandsignal.dll
Syntax
public class ComputeResourceConfiguration : BaseResourceConfiguration

Properties

ComputeHwGeneration

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

The hardware generation of the compute resource.

Shape

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

The shape of the compute instance.

Remarks

Required

UsageType

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

The type of usage for the resource.

Remarks

Required

In this article
Back to top