Class: MintPress::OracleWeblogic::TargetMBean

Inherits:
Object
  • Object
show all
Defined in:
src/oracle-weblogic/lib/oracle-weblogic/model/target_mbean.rb

Overview

Super class for taggable mbeans. Do not use this resource directly.

Since:

  • 0.1.0

Direct Known Subclasses

Cluster, JDBCSystemResource, Server, SystemComponent

Properties (Read/Write)

  • #name ⇒ String

    Property Attributes
    
    
    23
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/target_mbean.rb', line 23
    
    property :Name, type: String
  • #notes ⇒ String
    Notes about this object

    Property Attributes
    
    
    25
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/target_mbean.rb', line 25
    
    property :Notes, type: String
  • #tags ⇒ Array of ⇒ String
    Array of tags for this object

    Property Attributes
    
    
    27
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/target_mbean.rb', line 27
    
    property :Tags, type: String, array: true

Properties (Read Only)

Instance Method Summary collapse

Constructor Details

#initialize(opts = {}) ⇒ TargetMBean

Returns a new instance of TargetMBean.

Since:

  • 0.1.0