CreateOkeClusterResourceModifierMappingDetails¶
-
class
oci.disaster_recovery.models.CreateOkeClusterResourceModifierMappingDetails(**kwargs)¶ Bases:
objectCreate a mapping of OKE namespaces to config maps for an OKE member.
Methods
__init__(**kwargs)Initializes a new CreateOkeClusterResourceModifierMappingDetails object with values from keyword arguments. Attributes
config_map[Required] Gets the config_map of this CreateOkeClusterResourceModifierMappingDetails. namespace[Required] Gets the namespace of this CreateOkeClusterResourceModifierMappingDetails. -
__init__(**kwargs)¶ Initializes a new CreateOkeClusterResourceModifierMappingDetails 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 CreateOkeClusterResourceModifierMappingDetails.
- config_map (str) – The value to assign to the config_map property of this CreateOkeClusterResourceModifierMappingDetails.
-
config_map¶ [Required] Gets the config_map of this CreateOkeClusterResourceModifierMappingDetails. The name of the config map containing resource modification details. Example: resource-modifier
Returns: The config_map of this CreateOkeClusterResourceModifierMappingDetails. Return type: str
-
namespace¶ [Required] Gets the namespace of this CreateOkeClusterResourceModifierMappingDetails. The OKE namespace where the config map resides. Example: namespace_string_5
Returns: The namespace of this CreateOkeClusterResourceModifierMappingDetails. Return type: str
-