UpdateOkeClusterResourceModifierMappingDetails¶
-
class
oci.disaster_recovery.models.UpdateOkeClusterResourceModifierMappingDetails(**kwargs)¶ Bases:
objectUpdate a mapping of OKE namespaces to config maps for an OKE member.
Methods
__init__(**kwargs)Initializes a new UpdateOkeClusterResourceModifierMappingDetails object with values from keyword arguments. Attributes
config_map[Required] Gets the config_map of this UpdateOkeClusterResourceModifierMappingDetails. namespace[Required] Gets the namespace of this UpdateOkeClusterResourceModifierMappingDetails. -
__init__(**kwargs)¶ Initializes a new UpdateOkeClusterResourceModifierMappingDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - namespace (str) – The value to assign to the namespace property of this UpdateOkeClusterResourceModifierMappingDetails.
- config_map (str) – The value to assign to the config_map property of this UpdateOkeClusterResourceModifierMappingDetails.
-
config_map¶ [Required] Gets the config_map of this UpdateOkeClusterResourceModifierMappingDetails. The name of the config map containing resource modification details. Example: resource-modifier
Returns: The config_map of this UpdateOkeClusterResourceModifierMappingDetails. Return type: str
-
namespace¶ [Required] Gets the namespace of this UpdateOkeClusterResourceModifierMappingDetails. The OKE namespace where the configmap resides. Example: bar
Returns: The namespace of this UpdateOkeClusterResourceModifierMappingDetails. Return type: str
-