LinkFeatureSummary

class oci.tenant_manager_control_plane.models.LinkFeatureSummary(**kwargs)

Bases: object

Result of a query request for a list of link features. Contains LinkFeature items.

Methods

__init__(**kwargs) Initializes a new LinkFeatureSummary object with values from keyword arguments.

Attributes

description [Required] Gets the description of this LinkFeatureSummary.
display_name [Required] Gets the display_name of this LinkFeatureSummary.
feature [Required] Gets the feature of this LinkFeatureSummary.
partner_service_console_url Gets the partner_service_console_url of this LinkFeatureSummary.
user_guide_url Gets the user_guide_url of this LinkFeatureSummary.
__init__(**kwargs)

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

Parameters:
  • feature (str) – The value to assign to the feature property of this LinkFeatureSummary.
  • display_name (str) – The value to assign to the display_name property of this LinkFeatureSummary.
  • description (str) – The value to assign to the description property of this LinkFeatureSummary.
  • partner_service_console_url (str) – The value to assign to the partner_service_console_url property of this LinkFeatureSummary.
  • user_guide_url (str) – The value to assign to the user_guide_url property of this LinkFeatureSummary.
description

[Required] Gets the description of this LinkFeatureSummary. Description of the feature.

Returns:The description of this LinkFeatureSummary.
Return type:str
display_name

[Required] Gets the display_name of this LinkFeatureSummary. Display name of the feature.

Returns:The display_name of this LinkFeatureSummary.
Return type:str
feature

[Required] Gets the feature of this LinkFeatureSummary. The feature associated with this link. Default value is CORE.

Returns:The feature of this LinkFeatureSummary.
Return type:str
partner_service_console_url

Gets the partner_service_console_url of this LinkFeatureSummary. ConsoleUrl of the feature.

Returns:The partner_service_console_url of this LinkFeatureSummary.
Return type:str
user_guide_url

Gets the user_guide_url of this LinkFeatureSummary. UserGuideUrl of the feature.

Returns:The user_guide_url of this LinkFeatureSummary.
Return type:str