Class PbfListingVersionSummary
Summary of the PbfListingVersion.
Inherited Members
Namespace: Oci.FunctionsService.Models
Assembly: OCI.DotNetSDK.Functions.dll
Syntax
public class PbfListingVersionSummary
Properties
ChangeSummary
Declaration
[Required(ErrorMessage = "ChangeSummary is required.")]
[JsonProperty(PropertyName = "changeSummary")]
public string ChangeSummary { get; set; }
Property Value
Type | Description |
---|---|
string | Details changes are included in this version. |
Remarks
Required
Config
Declaration
[JsonProperty(PropertyName = "config")]
public List<ConfigDetails> Config { get; set; }
Property Value
Type | Description |
---|---|
List<ConfigDetails> | Details about the required and optional Function configurations needed for proper performance of the PBF. |
DefinedTags
Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, Dictionary<string, object>> | Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace": {"bar-key": "value"}} |
FreeformTags
Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> | Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"} |
Id
Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string | Unique identifier that is immutable on creation |
Remarks
Required
LifecycleState
Declaration
[Required(ErrorMessage = "LifecycleState is required.")]
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(StringEnumConverter))]
public PbfListingVersion.LifecycleStateEnum? LifecycleState { get; set; }
Property Value
Type | Description |
---|---|
PbfListingVersion.LifecycleStateEnum? | The current state of the PBF resource. |
Remarks
Required
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | Semantic version |
Remarks
Required
PbfListingId
Declaration
[Required(ErrorMessage = "PbfListingId is required.")]
[JsonProperty(PropertyName = "pbfListingId")]
public string PbfListingId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the PbfListing this resource version belongs to. |
Remarks
Required
Requirements
Declaration
[Required(ErrorMessage = "Requirements is required.")]
[JsonProperty(PropertyName = "requirements")]
public RequirementDetails Requirements { get; set; }
Property Value
Type | Description |
---|---|
RequirementDetails |
Remarks
Required
SystemTags
Declaration
[JsonProperty(PropertyName = "systemTags")]
public Dictionary<string, Dictionary<string, object>> SystemTags { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, Dictionary<string, object>> | System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud": {"free-tier-retained": "true"}} |
TimeCreated
Declaration
[Required(ErrorMessage = "TimeCreated is required.")]
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The time the PbfListingVersion was created. An RFC3339 formatted datetime string. |
Remarks
Required
TimeUpdated
Declaration
[Required(ErrorMessage = "TimeUpdated is required.")]
[JsonProperty(PropertyName = "timeUpdated")]
public DateTime? TimeUpdated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The last time the PbfListingVersion was updated. An RFC3339 formatted datetime string. |
Remarks
Required
Triggers
Declaration
[Required(ErrorMessage = "Triggers is required.")]
[JsonProperty(PropertyName = "triggers")]
public List<Trigger> Triggers { get; set; }
Property Value
Type | Description |
---|---|
List<Trigger> | An array of Trigger. A list of triggers that may activate the PBF. |
Remarks
Required