Show / Hide Table of Contents

Class MachineImagePackageDetails

Replicated Machine Image package information.

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

Properties

ComputeAppCatalogId

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

Replicated Images App Catalog Listing OCID.

ComputeImageId

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

Replicated Image OCID.

ComputePackageVersion

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

Replicated Images Package version.

In this article
Back to top