Show / Hide Table of Contents

Class AvailableCapability

Available capability in a specific On-premise vantage point.

Inheritance
object
AvailableCapability
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 AvailableCapability

Properties

Capability

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

Capability of an On-premise vantage point worker.

Remarks

Required

Count

Declaration
[Required(ErrorMessage = "Count is required.")]
[JsonProperty(PropertyName = "count")]
public int? Count { get; set; }
Property Value
Type Description
int?

Count of available capability in a specific On-premise vantage point.

Remarks

Required

In this article
Back to top