Show / Hide Table of Contents

Class OsImageEstimation

Cost estimation for the OS image.

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

Properties

TotalPerHour

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

Total price per hour

Remarks

Required

TotalPerHourBySubscription

Declaration
[JsonProperty(PropertyName = "totalPerHourBySubscription")]
public decimal? TotalPerHourBySubscription { get; set; }
Property Value
Type Description
decimal?

Total price per hour by subscription

In this article
Back to top