mcloud  1.0.0
MCloud API library for cmcc cloud service
mcloud::api::Outlink Class Reference

Outlink is a cloud extranet link that contains extranet link which can be share by user to others. More...

#include <outlink.h>

+ Collaboration diagram for mcloud::api::Outlink:

Public Types

typedef std::shared_ptr< OutlinkPtr
 

Public Member Functions

virtual ~Outlink ()=default
 
const std::string & id () const
 Returns a unique id of extranet object assigned by mcloud. More...
 
const std::string & link () const
 Returns a unique id of extranet link assigned by mcloud. More...
 

Friends

class ClientPriv
 

Detailed Description

Outlink is a cloud extranet link that contains extranet link which can be share by user to others.

Definition at line 39 of file outlink.h.

Member Typedef Documentation

◆ Ptr

typedef std::shared_ptr<Outlink> mcloud::api::Outlink::Ptr

Definition at line 41 of file outlink.h.

Constructor & Destructor Documentation

◆ ~Outlink()

virtual mcloud::api::Outlink::~Outlink ( )
virtualdefault

Member Function Documentation

◆ id()

const std::string& mcloud::api::Outlink::id ( ) const

Returns a unique id of extranet object assigned by mcloud.

◆ link()

const std::string& mcloud::api::Outlink::link ( ) const

Returns a unique id of extranet link assigned by mcloud.

Friends And Related Function Documentation

◆ ClientPriv

friend class ClientPriv
friend

Definition at line 58 of file outlink.h.


The documentation for this class was generated from the following file: