Uris¶
-
class
oci.api_platform.models.
Uris
(**kwargs)¶ Bases:
object
Service URIs pertaining to the instance
Methods
__init__
(**kwargs)Initializes a new Uris object with values from keyword arguments. Attributes
developers_portal_uri
[Required] Gets the developers_portal_uri of this Uris. management_portal_uri
[Required] Gets the management_portal_uri of this Uris. -
__init__
(**kwargs)¶ Initializes a new Uris object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - management_portal_uri (str) – The value to assign to the management_portal_uri property of this Uris.
- developers_portal_uri (str) – The value to assign to the developers_portal_uri property of this Uris.
-
developers_portal_uri
¶ [Required] Gets the developers_portal_uri of this Uris. Developer’s Portal URI of the instance (/developers)
Returns: The developers_portal_uri of this Uris. Return type: str
-
management_portal_uri
¶ [Required] Gets the management_portal_uri of this Uris. Management Portal URI of the instance (/apiplatform)
Returns: The management_portal_uri of this Uris. Return type: str
-