Class VAppPropertyFault

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidNetworkInType, InvalidPropertyType, InvalidPropertyValue, MissingIpPool, MissingNetworkIpConfig, NoAvailableIp, NotUserConfigurableProperty, NoVcManagedIpConfigured

public class VAppPropertyFault extends VmConfigFault
See Also:
  • Field Details

  • Constructor Details

    • VAppPropertyFault

      public VAppPropertyFault()
  • Method Details

    • getId

      public String getId()
    • getCategory

      public String getCategory()
    • getLabel

      public String getLabel()
    • getType

      public String getType()
    • getValue

      public String getValue()
    • setId

      public void setId(String id)
    • setCategory

      public void setCategory(String category)
    • setLabel

      public void setLabel(String label)
    • setType

      public void setType(String type)
    • setValue

      public void setValue(String value)