Show / Hide Table of Contents

Class PublicVantagePointSummary

Information about public vantage points.

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

Properties

DisplayName

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

Unique name that can be edited. The name should not contain any confidential information.

Remarks

Required

Geo

Declaration
[JsonProperty(PropertyName = "geo")]
public GeoSummary Geo { get; set; }
Property Value
Type Description
GeoSummary

Name

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

Unique permanent name of the vantage point.

Remarks

Required

In this article
Back to top