Class ResourceNotAvailable

All Implemented Interfaces:
Serializable

public class ResourceNotAvailable extends VimFault
See Also:
  • Field Details

    • containerType

      public String containerType
    • containerName

      public String containerName
    • type

      public String type
  • Constructor Details

    • ResourceNotAvailable

      public ResourceNotAvailable()
  • Method Details

    • getContainerType

      public String getContainerType()
    • getContainerName

      public String getContainerName()
    • getType

      public String getType()
    • setContainerType

      public void setContainerType(String containerType)
    • setContainerName

      public void setContainerName(String containerName)
    • setType

      public void setType(String type)