ServiceEnvironmentEndPointOverview

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

Bases: object

An overview of service environment endpoints.

Attributes

ENVIRONMENT_TYPE_INSTANCE_URL_DEV A constant which can be used with the environment_type property of a ServiceEnvironmentEndPointOverview.
ENVIRONMENT_TYPE_INSTANCE_URL_PROD A constant which can be used with the environment_type property of a ServiceEnvironmentEndPointOverview.
ENVIRONMENT_TYPE_INSTANCE_URL_TEST A constant which can be used with the environment_type property of a ServiceEnvironmentEndPointOverview.
ENVIRONMENT_TYPE_OTHER A constant which can be used with the environment_type property of a ServiceEnvironmentEndPointOverview.
description Gets the description of this ServiceEnvironmentEndPointOverview.
environment_type [Required] Gets the environment_type of this ServiceEnvironmentEndPointOverview.
url [Required] Gets the url of this ServiceEnvironmentEndPointOverview.

Methods

__init__(**kwargs) Initializes a new ServiceEnvironmentEndPointOverview object with values from keyword arguments.
ENVIRONMENT_TYPE_INSTANCE_URL_DEV = 'INSTANCE_URL_DEV'

A constant which can be used with the environment_type property of a ServiceEnvironmentEndPointOverview. This constant has a value of “INSTANCE_URL_DEV”

ENVIRONMENT_TYPE_INSTANCE_URL_PROD = 'INSTANCE_URL_PROD'

A constant which can be used with the environment_type property of a ServiceEnvironmentEndPointOverview. This constant has a value of “INSTANCE_URL_PROD”

ENVIRONMENT_TYPE_INSTANCE_URL_TEST = 'INSTANCE_URL_TEST'

A constant which can be used with the environment_type property of a ServiceEnvironmentEndPointOverview. This constant has a value of “INSTANCE_URL_TEST”

ENVIRONMENT_TYPE_OTHER = 'OTHER'

A constant which can be used with the environment_type property of a ServiceEnvironmentEndPointOverview. This constant has a value of “OTHER”

__init__(**kwargs)

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

Parameters:
  • environment_type (str) – The value to assign to the environment_type property of this ServiceEnvironmentEndPointOverview. Allowed values for this property are: “INSTANCE_URL_PROD”, “INSTANCE_URL_TEST”, “INSTANCE_URL_DEV”, “OTHER”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • url (str) – The value to assign to the url property of this ServiceEnvironmentEndPointOverview.
  • description (str) – The value to assign to the description property of this ServiceEnvironmentEndPointOverview.
description

Gets the description of this ServiceEnvironmentEndPointOverview. Description of the environment link

Returns:The description of this ServiceEnvironmentEndPointOverview.
Return type:str
environment_type

[Required] Gets the environment_type of this ServiceEnvironmentEndPointOverview. Service environment endpoint type.

Allowed values for this property are: “INSTANCE_URL_PROD”, “INSTANCE_URL_TEST”, “INSTANCE_URL_DEV”, “OTHER”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The environment_type of this ServiceEnvironmentEndPointOverview.
Return type:str
url

[Required] Gets the url of this ServiceEnvironmentEndPointOverview. Service environment instance URL.

Returns:The url of this ServiceEnvironmentEndPointOverview.
Return type:str