Class VAppEntityConfigInfo

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

public class VAppEntityConfigInfo extends DynamicData
See Also:
  • Field Details

  • Constructor Details

    • VAppEntityConfigInfo

      public VAppEntityConfigInfo()
  • Method Details

    • getKey

      public ManagedObjectReference getKey()
    • getTag

      public String getTag()
    • getStartOrder

      public Integer getStartOrder()
    • getStartDelay

      public Integer getStartDelay()
    • getWaitingForGuest

      public Boolean getWaitingForGuest()
    • getStartAction

      public String getStartAction()
    • getStopDelay

      public Integer getStopDelay()
    • getStopAction

      public String getStopAction()
    • getDestroyWithParent

      public Boolean getDestroyWithParent()
    • setKey

      public void setKey(ManagedObjectReference key)
    • setTag

      public void setTag(String tag)
    • setStartOrder

      public void setStartOrder(Integer startOrder)
    • setStartDelay

      public void setStartDelay(Integer startDelay)
    • setWaitingForGuest

      public void setWaitingForGuest(Boolean waitingForGuest)
    • setStartAction

      public void setStartAction(String startAction)
    • setStopDelay

      public void setStopDelay(Integer stopDelay)
    • setStopAction

      public void setStopAction(String stopAction)
    • setDestroyWithParent

      public void setDestroyWithParent(Boolean destroyWithParent)