DeleteBlockVolumesForNamespaceDetails

class oci.opensearch.models.DeleteBlockVolumesForNamespaceDetails(**kwargs)

Bases: object

delete block volumes for namespace

Methods

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

Attributes

cluster_id [Required] Gets the cluster_id of this DeleteBlockVolumesForNamespaceDetails.
namespace [Required] Gets the namespace of this DeleteBlockVolumesForNamespaceDetails.
__init__(**kwargs)

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

Parameters:
  • cluster_id (str) – The value to assign to the cluster_id property of this DeleteBlockVolumesForNamespaceDetails.
  • namespace (str) – The value to assign to the namespace property of this DeleteBlockVolumesForNamespaceDetails.
cluster_id

[Required] Gets the cluster_id of this DeleteBlockVolumesForNamespaceDetails. OCID of the Opensearch Cluster.

Returns:The cluster_id of this DeleteBlockVolumesForNamespaceDetails.
Return type:str
namespace

[Required] Gets the namespace of this DeleteBlockVolumesForNamespaceDetails. Namespace of the Opensearch Cluster.

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