Show / Hide Table of Contents

Class BlockchainPlatformPatchSummary

Patch Details

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

Properties

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

In this article
Back to top