Show / Hide Table of Contents

Class Meter

Details provide by seller for activation of its product.

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

Properties

ExtendedMetadata

Declaration
[JsonProperty(PropertyName = "extendedMetadata")]
public List<ExtendedMetadata> ExtendedMetadata { get; set; }
Property Value
Type Description
List<ExtendedMetadata>

Additional data give by sku.

Name

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

Name of meter.

Remarks

Required

RateAllocation

Declaration
[Required(ErrorMessage = "RateAllocation is required.")]
[JsonProperty(PropertyName = "rateAllocation")]
public float? RateAllocation { get; set; }
Property Value
Type Description
float?

Tha rate of this sku meter.

Remarks

Required

In this article
Back to top