ServiceDefinition

class oci.service_manager_proxy.models.ServiceDefinition(**kwargs)

Bases: object

Details for a service definition.

Methods

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

Attributes

display_name [Required] Gets the display_name of this ServiceDefinition.
short_display_name [Required] Gets the short_display_name of this ServiceDefinition.
type [Required] Gets the type of this ServiceDefinition.
__init__(**kwargs)

Initializes a new ServiceDefinition object with values from keyword arguments. 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 ServiceDefinition.
  • display_name (str) – The value to assign to the display_name property of this ServiceDefinition.
  • short_display_name (str) – The value to assign to the short_display_name property of this ServiceDefinition.
display_name

[Required] Gets the display_name of this ServiceDefinition. Display name of the service. For example, “Oracle Retail Order Management Cloud Service”.

Returns:The display_name of this ServiceDefinition.
Return type:str
short_display_name

[Required] Gets the short_display_name of this ServiceDefinition. Short display name of the service. For example, “Retail Order Management”.

Returns:The short_display_name of this ServiceDefinition.
Return type:str
type

[Required] Gets the type of this ServiceDefinition. The service definition type. For example, a service definition type “RGBUOROMS” would be for the service “Oracle Retail Order Management Cloud Service”.

Returns:The type of this ServiceDefinition.
Return type:str