UpdateHostedConfigurationDetails¶
-
class
oci.nosql.models.
UpdateHostedConfigurationDetails
(**kwargs)¶ Bases:
oci.nosql.models.update_configuration_details.UpdateConfigurationDetails
The service-level configuration for a hosted environment. Includes kmsKey for setting the service’s encryption key state.
Attributes
ENVIRONMENT_HOSTED
str(object=’’) -> str ENVIRONMENT_MULTI_TENANCY
str(object=’’) -> str environment
[Required] Gets the environment of this UpdateConfigurationDetails. kms_key
[Required] Gets the kms_key of this UpdateHostedConfigurationDetails. Methods
__init__
(**kwargs)Initializes a new UpdateHostedConfigurationDetails 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 UpdateHostedConfigurationDetails object with values from keyword arguments. The default value of the
environment
attribute of this class isHOSTED
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 UpdateHostedConfigurationDetails. Allowed values for this property are: “MULTI_TENANCY”, “HOSTED”
- kms_key (oci.nosql.models.KmsKey) – The value to assign to the kms_key property of this UpdateHostedConfigurationDetails.
-
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.
-
kms_key
¶ [Required] Gets the kms_key of this UpdateHostedConfigurationDetails.
Returns: The kms_key of this UpdateHostedConfigurationDetails. Return type: oci.nosql.models.KmsKey
-