OkeDetail

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

Bases: object

Details to reference an existing Oracle Kubernetes Engine cluster.

Methods

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

Attributes

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

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

[Required] Gets the cluster_id of this OkeDetail. OCID of existing OKE cluster.

Returns:The cluster_id of this OkeDetail.
Return type:str
instance_id

[Required] Gets the instance_id of this OkeDetail. Unique identifier for an oke instance.

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

[Required] Gets the namespace_name of this OkeDetail. Kubernetes namespace-name of OKE cluster.

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