Class PlatformSpecificArtifact
Patch artifact metadata Details which is platform specific.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class PlatformSpecificArtifact
Properties
Architecture
Declaration
[Required(ErrorMessage = "Architecture is required.")]
[JsonProperty(PropertyName = "architecture")]
[JsonConverter(typeof(ResponseEnumConverter))]
public PlatformSpecificArtifact.ArchitectureEnum? Architecture { get; set; }
Property Value
Type | Description |
---|---|
PlatformSpecificArtifact.ArchitectureEnum? | System architecture. |
Remarks
Required
Content
Declaration
[Required(ErrorMessage = "Content is required.")]
[JsonProperty(PropertyName = "content")]
public PatchFileContentDetails Content { get; set; }
Property Value
Type | Description |
---|---|
PatchFileContentDetails |
Remarks
Required
OsType
Declaration
[Required(ErrorMessage = "OsType is required.")]
[JsonProperty(PropertyName = "osType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public PlatformSpecificArtifact.OsTypeEnum? OsType { get; set; }
Property Value
Type | Description |
---|---|
PlatformSpecificArtifact.OsTypeEnum? | The OS type the patch is applicable for. |
Remarks
Required