Show / Hide Table of Contents

Class AppCatalogListingResourceVersion

Listing Resource Version

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

Properties

AccessiblePorts

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

List of accessible ports for instances launched with this listing resource version.

AllowedActions

Declaration
[JsonProperty(PropertyName = "allowedActions", ItemConverterType = typeof(ResponseEnumConverter))]
public List<AppCatalogListingResourceVersion.AllowedActionsEnum> AllowedActions { get; set; }
Property Value
Type Description
List<AppCatalogListingResourceVersion.AllowedActionsEnum>

Allowed actions for the listing resource.

AvailableRegions

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

List of regions that this listing resource version is available.
For information about regions, see Regions and Availability Domains.
Example: ["us-ashburn-1", "us-phoenix-1"]

CompatibleShapes

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

Array of shapes compatible with this resource.
You can enumerate all available shapes by calling {@link #listShapes(ListShapesRequest) listShapes}.
Example: ["VM.Standard1.1", "VM.Standard1.2"]

ListingId

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

The OCID of the listing this resource version belongs to.

ListingResourceId

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

OCID of the listing resource.

ListingResourceVersion

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

Resource Version.

TimePublished

Declaration
[JsonProperty(PropertyName = "timePublished")]
public DateTime? TimePublished { get; set; }
Property Value
Type Description
DateTime?

Date and time the listing resource version was published, in RFC3339 format. Example: 2018-03-20T12:32:53.532Z

In this article
Back to top