OmkDetail

class oci.dif.models.OmkDetail(**kwargs)

Bases: object

Details to reference an existing Oracle Managed Kubernetes environment.

Methods

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

Attributes

cluster_id [Required] Gets the cluster_id of this OmkDetail.
cluster_namespace_id [Required] Gets the cluster_namespace_id of this OmkDetail.
instance_id [Required] Gets the instance_id of this OmkDetail.
namespace_name [Required] Gets the namespace_name of this OmkDetail.
__init__(**kwargs)

Initializes a new OmkDetail object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • instance_id (str) – The value to assign to the instance_id property of this OmkDetail.
  • cluster_namespace_id (str) – The value to assign to the cluster_namespace_id property of this OmkDetail.
  • cluster_id (str) – The value to assign to the cluster_id property of this OmkDetail.
  • namespace_name (str) – The value to assign to the namespace_name property of this OmkDetail.
cluster_id

[Required] Gets the cluster_id of this OmkDetail. OCID of cluster assigned to OMK cluster-namespace.

Returns:The cluster_id of this OmkDetail.
Return type:str
cluster_namespace_id

[Required] Gets the cluster_namespace_id of this OmkDetail. OCID of existing OMK cluster-namespace.

Returns:The cluster_namespace_id of this OmkDetail.
Return type:str
instance_id

[Required] Gets the instance_id of this OmkDetail. Unique identifier for an omk instance.

Returns:The instance_id of this OmkDetail.
Return type:str
namespace_name

[Required] Gets the namespace_name of this OmkDetail. Kubernetes namespace-name of OMK cluster-namespace.

Returns:The namespace_name of this OmkDetail.
Return type:str