Show / Hide Table of Contents

Class CreateOkeClusterResourceModifierMappingDetails

Create a mapping of OKE namespaces to config maps for an OKE member.

Inheritance
object
CreateOkeClusterResourceModifierMappingDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public class CreateOkeClusterResourceModifierMappingDetails

Properties

ConfigMap

Declaration
[Required(ErrorMessage = "ConfigMap is required.")]
[JsonProperty(PropertyName = "configMap")]
public string ConfigMap { get; set; }
Property Value
Type Description
string

The name of the config map containing resource modification details. Example: resource-modifier

Remarks

Required

Namespace

Declaration
[Required(ErrorMessage = "Namespace is required.")]
[JsonProperty(PropertyName = "namespace")]
public string Namespace { get; set; }
Property Value
Type Description
string

The OKE namespace where the config map resides. Example: namespace_string_5

Remarks

Required

In this article
Back to top