Class ProfileApplyProfileProperty

java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.ProfileApplyProfileProperty
All Implemented Interfaces:
Serializable

public class ProfileApplyProfileProperty extends DynamicData
See Also:
  • Field Details

    • propertyName

      public String propertyName
    • array

      public boolean array
    • profile

      public ApplyProfile[] profile
  • Constructor Details

    • ProfileApplyProfileProperty

      public ProfileApplyProfileProperty()
  • Method Details

    • getPropertyName

      public String getPropertyName()
    • isArray

      public boolean isArray()
    • getProfile

      public ApplyProfile[] getProfile()
    • setPropertyName

      public void setPropertyName(String propertyName)
    • setArray

      public void setArray(boolean array)
    • setProfile

      public void setProfile(ApplyProfile[] profile)