Class ProfileCreateSpec

java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.ProfileCreateSpec
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ClusterProfileCreateSpec, HostProfileConfigSpec, ProfileSerializedCreateSpec

public class ProfileCreateSpec extends DynamicData
See Also:
  • Field Details

    • name

      public String name
    • annotation

      public String annotation
    • enabled

      public Boolean enabled
  • Constructor Details

    • ProfileCreateSpec

      public ProfileCreateSpec()
  • Method Details

    • getName

      public String getName()
    • getAnnotation

      public String getAnnotation()
    • getEnabled

      public Boolean getEnabled()
    • setName

      public void setName(String name)
    • setAnnotation

      public void setAnnotation(String annotation)
    • setEnabled

      public void setEnabled(Boolean enabled)