UpdateMultiTenancyConfigurationDetails

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

Bases: oci.nosql.models.update_configuration_details.UpdateConfigurationDetails

Placeholder service-level configuration for a multi-tenancy environment. There are no configurable options for a multi-tenancy service through this API, so the derived schema is effectively empty and identical to its parent schema.

Attributes

ENVIRONMENT_HOSTED str(object=’’) -> str
ENVIRONMENT_MULTI_TENANCY str(object=’’) -> str
environment [Required] Gets the environment of this UpdateConfigurationDetails.

Methods

__init__(**kwargs) Initializes a new UpdateMultiTenancyConfigurationDetails 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'
ENVIRONMENT_MULTI_TENANCY = 'MULTI_TENANCY'
__init__(**kwargs)

Initializes a new UpdateMultiTenancyConfigurationDetails object with values from keyword arguments. The default value of the environment attribute of this class is MULTI_TENANCY and it should not be changed. 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 UpdateMultiTenancyConfigurationDetails. 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.