Class ProfileConfigInfo

java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.ProfileConfigInfo
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ClusterProfileConfigInfo, HostProfileConfigInfo

public class ProfileConfigInfo extends DynamicData
See Also:
  • Field Details

    • name

      public String name
    • annotation

      public String annotation
    • enabled

      public boolean enabled
  • Constructor Details

    • ProfileConfigInfo

      public ProfileConfigInfo()
  • Method Details

    • getName

      public String getName()
    • getAnnotation

      public String getAnnotation()
    • isEnabled

      public boolean isEnabled()
    • setName

      public void setName(String name)
    • setAnnotation

      public void setAnnotation(String annotation)
    • setEnabled

      public void setEnabled(boolean enabled)