oci
2.152.0
  • Installation
  • Configuration
  • Using FIPS-validated Libraries
  • Forward Compatibility
  • New Region Support
  • Backward Compatibility
  • Quickstart
  • Known Issues
  • Logging
  • Exception handling
  • Uploading Large Objects
  • Raw Requests
  • Composite Operations and Waiters
  • Pagination
  • API Reference
    • Access Governance Cp
    • Adm
    • Ai Anomaly Detection
    • Ai Document
    • Ai Language
    • Ai Speech
    • Ai Vision
    • Analytics
    • Announcements Service
    • Apigateway
    • Apm Config
    • Apm Control Plane
    • Apm Synthetics
    • Apm Traces
    • Appmgmt Control
    • Artifacts
    • Audit
    • Autoscaling
    • Bastion
    • Bds
    • Blockchain
    • Budget
    • Capacity Management
    • Certificates
    • Certificates Management
    • Cims
    • Cloud Bridge
    • Cloud Guard
    • Cloud Migrations
    • Cluster Placement Groups
    • Compute Cloud At Customer
    • Compute Instance Agent
    • Container Engine
    • Container Instances
    • Core Services
    • Dashboard Service
    • Data Catalog
    • Data Flow
    • Data Integration
    • Data Labeling Service
    • Data Labeling Service Dataplane
    • Data Safe
    • Data Science
    • Database
    • Database Management
    • Database Migration
    • Database Tools
    • Dblm
    • Delegate Access Control
    • Demand Signal
    • Desktops
    • Devops
    • Disaster Recovery
    • DNS
    • Dts
    • Em Warehouse
    • Email
    • Email Data Plane
    • Events
    • File Storage
    • Fleet Apps Management
    • Fleet Software Update
    • Functions
    • Fusion Apps
    • Generative Ai
    • Generative Ai Agent
    • Generative Ai Agent Runtime
    • Generative Ai Inference
    • Generic Artifacts Content
    • Globally Distributed Database
    • Golden Gate
    • Governance Rules Control Plane
    • Healthchecks
    • Identity
    • Identity Data Plane
    • Identity Domains
    • Integration
    • Jms
    • Jms Java Downloads
    • Key Management
    • License Manager
    • Limits
    • Load Balancer
    • Lockbox
    • Log Analytics
    • Logging
    • Loggingingestion
    • Loggingsearch
    • Lustre File Storage
    • Management Agent
    • Management Dashboard
    • Marketplace
      • AccountClient
      • MarketplaceClient
      • AccountClientCompositeOperations
      • MarketplaceClientCompositeOperations
      • Models
        • AcceptedAgreement
        • AcceptedAgreementSummary
        • Agreement
        • AgreementSummary
        • CategorySummary
        • ChangePublicationCompartmentDetails
        • ContainerListingPackage
        • CreateAcceptedAgreementDetails
        • CreateImagePublicationPackage
        • CreatePublicationDetails
        • CreatePublicationPackage
        • DocumentationLink
        • ErrorEntity
        • Eula
        • ExportPackageDetails
        • FreeTextSearchDetails
        • ImageListingPackage
        • ImagePublicationPackage
        • InternationalMarketPrice
        • Item
        • KubernetesListingPackage
        • LaunchEligibility
        • Link
        • Listing
        • ListingPackage
        • ListingPackageSummary
        • ListingSummary
        • NamedLink
        • OperatingSystem
        • OrchestrationListingPackage
        • OrchestrationPublicationPackage
        • OrchestrationVariable
        • PricingModel
        • Publication
        • PublicationPackage
        • PublicationPackageSummary
        • PublicationSummary
        • Publisher
        • PublisherSummary
        • Region
        • ReportCollection
        • ReportSummary
        • ReportTypeCollection
        • ReportTypeSummary
        • Screenshot
        • SearchListingsDetails
        • StructuredSearchDetails
        • SupportContact
        • TaxSummary
        • TextBasedEula
        • ThirdPartyPaidListingEligibility
        • UpdateAcceptedAgreementDetails
        • UpdatePublicationDetails
        • UploadData
        • WorkRequest
        • WorkRequestCollection
        • WorkRequestError
        • WorkRequestErrorCollection
        • WorkRequestLogEntry
        • WorkRequestLogEntryCollection
        • WorkRequestResource
        • WorkRequestSummary
    • Marketplace Private Offer
    • Marketplace Publisher
    • Media Services
    • Mngdmac
    • Model Deployment
    • Monitoring
    • Mysql
    • Network Firewall
    • Network Load Balancer
    • Nosql
    • Object Storage
    • Oce
    • Oci Control Center
    • Ocvp
    • Oda
    • Onesubscription
    • Ons
    • Opa
    • Opensearch
    • Operator Access Control
    • Opsi
    • Optimizer
    • Os Management
    • Os Management Hub
    • Osp Gateway
    • Osub Billing Schedule
    • Osub Organization Subscription
    • Osub Subscription
    • Osub Usage
    • Psql
    • Queue
    • Recovery
    • Redis
    • Resource Manager
    • Resource Scheduler
    • Resource Search
    • Rover
    • Sch
    • Secrets
    • Security Attribute
    • Service Catalog
    • Service Manager Proxy
    • Service Mesh
    • Stack Monitoring
    • Streaming
    • Tenant Manager Control Plane
    • Threat Intelligence
    • Usage
    • Usage Api
    • Vault
    • Vbs Inst
    • Visual Builder
    • Vn Monitoring
    • Vulnerability Scanning
    • Waa
    • Waas
    • Waf
    • Work Requests
    • Zpr
    • Config
    • Circuit Breakers
    • Exceptions
    • Pagination
    • Request and Response
    • Retry
    • Signing
    • Upload Manager
    • Utilities
    • Waiters
  • Customizing Service Clients
  • SDK Behaviors
  • Contributions
  • Notifications
  • License
  • Questions or Feedback
oci
  • Docs »
  • API Reference »
  • Marketplace »
  • Link
  • View page source

Link¶

class oci.marketplace.models.Link(**kwargs)¶

Bases: object

The model for links.

Attributes

REL_CANONICAL A constant which can be used with the rel property of a Link.
REL_NEXT A constant which can be used with the rel property of a Link.
REL_PREV A constant which can be used with the rel property of a Link.
REL_SELF A constant which can be used with the rel property of a Link.
REL_TEMPLATE A constant which can be used with the rel property of a Link.
href Gets the href of this Link.
rel Gets the rel of this Link.

Methods

__init__(**kwargs) Initializes a new Link object with values from keyword arguments.
REL_CANONICAL = 'CANONICAL'¶

A constant which can be used with the rel property of a Link. This constant has a value of “CANONICAL”

REL_NEXT = 'NEXT'¶

A constant which can be used with the rel property of a Link. This constant has a value of “NEXT”

REL_PREV = 'PREV'¶

A constant which can be used with the rel property of a Link. This constant has a value of “PREV”

REL_SELF = 'SELF'¶

A constant which can be used with the rel property of a Link. This constant has a value of “SELF”

REL_TEMPLATE = 'TEMPLATE'¶

A constant which can be used with the rel property of a Link. This constant has a value of “TEMPLATE”

__init__(**kwargs)¶

Initializes a new Link object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • rel (str) – The value to assign to the rel property of this Link. Allowed values for this property are: “SELF”, “CANONICAL”, “NEXT”, “TEMPLATE”, “PREV”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • href (str) – The value to assign to the href property of this Link.
href¶

Gets the href of this Link. The anchor tag.

Returns:The href of this Link.
Return type:str
rel¶

Gets the rel of this Link. Reference links to the previous page, next page, and other pages.

Allowed values for this property are: “SELF”, “CANONICAL”, “NEXT”, “TEMPLATE”, “PREV”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The rel of this Link.
Return type:str
Next Previous

© Copyright 2016, 2025, Oracle

Built with Sphinx using a theme provided by Read the Docs.