UpdateConfigurationDetails

class oci.nosql.models.UpdateConfigurationDetails(**kwargs)

Bases: object

A tenancy or service-level configuration. The discriminator value UpdateConfigurationDetails.environment must match the service’s environment type.

Attributes

ENVIRONMENT_HOSTED A constant which can be used with the environment property of a UpdateConfigurationDetails.
ENVIRONMENT_MULTI_TENANCY A constant which can be used with the environment property of a UpdateConfigurationDetails.
environment [Required] Gets the environment of this UpdateConfigurationDetails.

Methods

__init__(**kwargs) Initializes a new UpdateConfigurationDetails 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.
ENVIRONMENT_HOSTED = 'HOSTED'

A constant which can be used with the environment property of a UpdateConfigurationDetails. This constant has a value of “HOSTED”

ENVIRONMENT_MULTI_TENANCY = 'MULTI_TENANCY'

A constant which can be used with the environment property of a UpdateConfigurationDetails. This constant has a value of “MULTI_TENANCY”

__init__(**kwargs)

Initializes a new UpdateConfigurationDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:

The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:environment (str) – The value to assign to the environment property of this UpdateConfigurationDetails. Allowed values for this property are: “MULTI_TENANCY”, “HOSTED”
environment

[Required] Gets the environment of this UpdateConfigurationDetails. The service environment type.

Allowed values for this property are: “MULTI_TENANCY”, “HOSTED”

Returns:The environment of this UpdateConfigurationDetails.
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.