OkeClusterResourceModifierMapping

class oci.disaster_recovery.models.OkeClusterResourceModifierMapping(**kwargs)

Bases: object

The mapping of OKE namespaces to config maps for an OKE member.

Methods

__init__(**kwargs) Initializes a new OkeClusterResourceModifierMapping object with values from keyword arguments.

Attributes

config_map [Required] Gets the config_map of this OkeClusterResourceModifierMapping.
namespace [Required] Gets the namespace of this OkeClusterResourceModifierMapping.
__init__(**kwargs)

Initializes a new OkeClusterResourceModifierMapping 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 OkeClusterResourceModifierMapping.
  • config_map (str) – The value to assign to the config_map property of this OkeClusterResourceModifierMapping.
config_map

[Required] Gets the config_map of this OkeClusterResourceModifierMapping. The name of the config map containing resource modification details. Example: resource-modifier

Returns:The config_map of this OkeClusterResourceModifierMapping.
Return type:str
namespace

[Required] Gets the namespace of this OkeClusterResourceModifierMapping. The OKE namespace where the config map resides. Example: namespace_string_5

Returns:The namespace of this OkeClusterResourceModifierMapping.
Return type:str