Show / Hide Table of Contents

Class StorageResourceConfiguration

Configuration for STORAGE

Inheritance
object
BaseResourceConfiguration
StorageResourceConfiguration
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 StorageResourceConfiguration : BaseResourceConfiguration

Properties

StorageType

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

The type of storage resource.

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