LinkOutput¶
-
class
oci.fleet_apps_management.models.LinkOutput(**kwargs)¶ Bases:
oci.fleet_apps_management.models.base_output.BaseOutputLink output.
Attributes
TYPE_ARRAYstr(object=’’) -> str TYPE_BOOLEANstr(object=’’) -> str TYPE_COPYABLESTRINGstr(object=’’) -> str TYPE_CSVstr(object=’’) -> str TYPE_JSONstr(object=’’) -> str TYPE_LINKstr(object=’’) -> str TYPE_LISTstr(object=’’) -> str TYPE_MAPstr(object=’’) -> str TYPE_NUMBERstr(object=’’) -> str TYPE_OCIDstr(object=’’) -> str TYPE_STRINGstr(object=’’) -> str descriptionGets the description of this BaseOutput. display_textGets the display_text of this LinkOutput. formatGets the format of this BaseOutput. is_sensitiveGets the is_sensitive of this BaseOutput. titleGets the title of this BaseOutput. typeGets the type of this BaseOutput. valueGets the value of this LinkOutput. visibleGets the visible of this BaseOutput. Methods
__init__(**kwargs)Initializes a new LinkOutput object with values from keyword arguments. get_subtype(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
TYPE_ARRAY= 'ARRAY'¶
-
TYPE_BOOLEAN= 'BOOLEAN'¶
-
TYPE_COPYABLESTRING= 'COPYABLESTRING'¶
-
TYPE_CSV= 'CSV'¶
-
TYPE_JSON= 'JSON'¶
-
TYPE_LINK= 'LINK'¶
-
TYPE_LIST= 'LIST'¶
-
TYPE_MAP= 'MAP'¶
-
TYPE_NUMBER= 'NUMBER'¶
-
TYPE_OCID= 'OCID'¶
-
TYPE_STRING= 'STRING'¶
-
__init__(**kwargs)¶ Initializes a new LinkOutput object with values from keyword arguments. The default value of the
typeattribute of this class isLINKand it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - type (str) – The value to assign to the type property of this LinkOutput. Allowed values for this property are: “ARRAY”, “BOOLEAN”, “NUMBER”, “STRING”, “COPYABLESTRING”, “MAP”, “LIST”, “JSON”, “CSV”, “LINK”, “OCID”
- title (str) – The value to assign to the title property of this LinkOutput.
- description (str) – The value to assign to the description property of this LinkOutput.
- is_sensitive (bool) – The value to assign to the is_sensitive property of this LinkOutput.
- format (str) – The value to assign to the format property of this LinkOutput.
- visible (str) – The value to assign to the visible property of this LinkOutput.
- display_text (str) – The value to assign to the display_text property of this LinkOutput.
- value (str) – The value to assign to the value property of this LinkOutput.
-
description¶ Gets the description of this BaseOutput. Extended help or summary for understanding output.
Returns: The description of this BaseOutput. Return type: str
-
display_text¶ Gets the display_text of this LinkOutput. Display label abel for the URL.
Returns: The display_text of this LinkOutput. Return type: str
-
format¶ Gets the format of this BaseOutput. Hint about formatting or rendering the output value.
Returns: The format of this BaseOutput. Return type: str
-
static
get_subtype(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
is_sensitive¶ Gets the is_sensitive of this BaseOutput. If true, marks this output as sensitive.
Returns: The is_sensitive of this BaseOutput. Return type: bool
-
title¶ Gets the title of this BaseOutput. Output label shown to the user.
Returns: The title of this BaseOutput. Return type: str
-
type¶ Gets the type of this BaseOutput. Data type of the output value (such as STRING, NUMBER, OCID, etc).
Allowed values for this property are: “ARRAY”, “BOOLEAN”, “NUMBER”, “STRING”, “COPYABLESTRING”, “MAP”, “LIST”, “JSON”, “CSV”, “LINK”, “OCID”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The type of this BaseOutput. Return type: str
-
value¶ Gets the value of this LinkOutput. URL/URI to display as a link.
Returns: The value of this LinkOutput. Return type: str
-
visible¶ Gets the visible of this BaseOutput. Expression to show/hide this output.
Returns: The visible of this BaseOutput. Return type: str
-