Class AppCatalogListingResourceVersion
Listing Resource Version
Inherited Members
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.
|
CompatibleShapes
Declaration
[JsonProperty(PropertyName = "compatibleShapes")]
public List<string> CompatibleShapes { get; set; }
Property Value
Type | Description |
---|---|
List<string> | Array of shapes compatible with this resource.
|
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 |