com.hyper9.simdk.stubs.jaxws
Class ImportOvfAtUrl_Task

java.lang.Object
  extended by com.hyper9.simdk.stubs.jaxws.ImportOvfAtUrl_Task

public class ImportOvfAtUrl_Task
extends Object


Constructor Summary
ImportOvfAtUrl_Task()
           
 
Method Summary
 ManagedObjectReference getDatastore()
           
 ManagedObjectReference getFldr()
           
 List<KeyValue> getHttpHeaders()
           
 OvfCreateImportSpecParams getImportSpecParams()
           
 String getOvfDescriptorUrl()
           
 ManagedObjectReference getPool()
           
 String getSslThumbprint()
           
 ManagedObjectReference getThis()
           
 void setDatastore(ManagedObjectReference datastore)
           
 void setFldr(ManagedObjectReference fldr)
           
 void setHttpHeaders(List<KeyValue> httpHeaders)
           
 void setImportSpecParams(OvfCreateImportSpecParams importSpecParams)
           
 void setOvfDescriptorUrl(String ovfDescriptorUrl)
           
 void setPool(ManagedObjectReference pool)
           
 void setSslThumbprint(String sslThumbprint)
           
 void setThis(ManagedObjectReference _this)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportOvfAtUrl_Task

public ImportOvfAtUrl_Task()
Method Detail

getThis

public ManagedObjectReference getThis()
Returns:
returns ManagedObjectReference

setThis

public void setThis(ManagedObjectReference _this)
Parameters:
_this - the value for the _this property

getOvfDescriptorUrl

public String getOvfDescriptorUrl()
Returns:
returns String

setOvfDescriptorUrl

public void setOvfDescriptorUrl(String ovfDescriptorUrl)
Parameters:
ovfDescriptorUrl - the value for the ovfDescriptorUrl property

getImportSpecParams

public OvfCreateImportSpecParams getImportSpecParams()
Returns:
returns OvfCreateImportSpecParams

setImportSpecParams

public void setImportSpecParams(OvfCreateImportSpecParams importSpecParams)
Parameters:
importSpecParams - the value for the importSpecParams property

getFldr

public ManagedObjectReference getFldr()
Returns:
returns ManagedObjectReference

setFldr

public void setFldr(ManagedObjectReference fldr)
Parameters:
fldr - the value for the fldr property

getPool

public ManagedObjectReference getPool()
Returns:
returns ManagedObjectReference

setPool

public void setPool(ManagedObjectReference pool)
Parameters:
pool - the value for the pool property

getDatastore

public ManagedObjectReference getDatastore()
Returns:
returns ManagedObjectReference

setDatastore

public void setDatastore(ManagedObjectReference datastore)
Parameters:
datastore - the value for the datastore property

getHttpHeaders

public List<KeyValue> getHttpHeaders()
Returns:
returns List

setHttpHeaders

public void setHttpHeaders(List<KeyValue> httpHeaders)
Parameters:
httpHeaders - the value for the httpHeaders property

getSslThumbprint

public String getSslThumbprint()
Returns:
returns String

setSslThumbprint

public void setSslThumbprint(String sslThumbprint)
Parameters:
sslThumbprint - the value for the sslThumbprint property


Copyright © 2009-2010 Hyper9. All Rights Reserved.