Show / Hide Table of Contents

Class OnPremiseVpWorkerVersionDetails

Image version details of the On-premise VP worker.

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

Properties

LatestVersion

Declaration
[Required(ErrorMessage = "LatestVersion is required.")]
[JsonProperty(PropertyName = "latestVersion")]
public string LatestVersion { get; set; }
Property Value
Type Description
string

Latest image version of the On-premise VP worker.

Remarks

Required

MinSupportedVersion

Declaration
[Required(ErrorMessage = "MinSupportedVersion is required.")]
[JsonProperty(PropertyName = "minSupportedVersion")]
public string MinSupportedVersion { get; set; }
Property Value
Type Description
string

Minimum supported image version of the On-premise VP worker.

Remarks

Required

Version

Declaration
[Required(ErrorMessage = "Version is required.")]
[JsonProperty(PropertyName = "version")]
public string Version { get; set; }
Property Value
Type Description
string

Current image version of the On-premise VP worker.

Remarks

Required

In this article
Back to top