Show / Hide Table of Contents

Class Uris

Service URIs pertaining to the instance

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

Properties

DevelopersPortalUri

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

Developer's Portal URI of the instance (/developers)

Remarks

Required

ManagementPortalUri

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

Management Portal URI of the instance (/apiplatform)

Remarks

Required

In this article
Back to top