Class BlockchainPlatformPatchSummary
Patch Details
Inherited Members
Namespace: Oci.BlockchainService.Models
Assembly: OCI.DotNetSDK.Blockchain.dll
Syntax
public class BlockchainPlatformPatchSummaryProperties
Id
Declaration
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }Property Value
| Type | Description | 
|---|---|
| string | patch id | 
PatchInfoUrl
Declaration
[JsonProperty(PropertyName = "patchInfoUrl")]
public string PatchInfoUrl { get; set; }Property Value
| Type | Description | 
|---|---|
| string | A URL for the patch specific documentation | 
ServiceVersion
Declaration
[JsonProperty(PropertyName = "serviceVersion")]
public string ServiceVersion { get; set; }Property Value
| Type | Description | 
|---|---|
| string | patch service version | 
TimePatchDue
Declaration
[JsonProperty(PropertyName = "timePatchDue")]
public DateTime? TimePatchDue { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTime? | patch due date for customer initiated patching |