MonitoringSourceSelectedNamespaceDetails¶
-
class
oci.sch.models.
MonitoringSourceSelectedNamespaceDetails
(**kwargs)¶ Bases:
oci.sch.models.monitoring_source_namespace_details.MonitoringSourceNamespaceDetails
The namespaces for the compartment-specific list.
Attributes
KIND_SELECTED
str(object=’’) -> str kind
[Required] Gets the kind of this MonitoringSourceNamespaceDetails. namespaces
[Required] Gets the namespaces of this MonitoringSourceSelectedNamespaceDetails. Methods
__init__
(**kwargs)Initializes a new MonitoringSourceSelectedNamespaceDetails object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
KIND_SELECTED
= 'selected'¶
-
__init__
(**kwargs)¶ Initializes a new MonitoringSourceSelectedNamespaceDetails object with values from keyword arguments. The default value of the
kind
attribute of this class isselected
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - kind (str) – The value to assign to the kind property of this MonitoringSourceSelectedNamespaceDetails. Allowed values for this property are: “selected”
- namespaces (list[oci.sch.models.MonitoringSourceSelectedNamespace]) – The value to assign to the namespaces property of this MonitoringSourceSelectedNamespaceDetails.
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
kind
¶ [Required] Gets the kind of this MonitoringSourceNamespaceDetails. The type discriminator.
Allowed values for this property are: “selected”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The kind of this MonitoringSourceNamespaceDetails. Return type: str
-
namespaces
¶ [Required] Gets the namespaces of this MonitoringSourceSelectedNamespaceDetails. The namespaces for the compartment-specific list.
Returns: The namespaces of this MonitoringSourceSelectedNamespaceDetails. Return type: list[oci.sch.models.MonitoringSourceSelectedNamespace]
-