Class OnPremiseVpWorkerVersionDetails
Image version details of the On-premise VP worker.
Inherited Members
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