Package com.vmware.vim25
Class HostApplyProfile
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.ApplyProfile
com.vmware.vim25.HostApplyProfile
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class com.vmware.vim25.ApplyProfile
copyEnableStatus, enabled, favorite, policy, profileTypeName, profileVersion, property, toBeDeleted, toBeMerged, toReplaceWithFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAuthentication(AuthenticationProfile authentication) voidsetDatetime(DateTimeProfile datetime) voidsetFirewall(FirewallProfile firewall) voidsetMemory(HostMemoryProfile memory) voidsetNetwork(NetworkProfile network) voidsetOption(OptionProfile[] option) voidsetSecurity(SecurityProfile security) voidsetService(ServiceProfile[] service) voidsetStorage(StorageProfile storage) voidsetUserAccount(UserProfile[] userAccount) voidsetUsergroupAccount(UserGroupProfile[] usergroupAccount) Methods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
memory
-
storage
-
network
-
datetime
-
firewall
-
security
-
service
-
option
-
userAccount
-
usergroupAccount
-
authentication
-
-
Constructor Details
-
HostApplyProfile
public HostApplyProfile()
-
-
Method Details
-
getMemory
-
getStorage
-
getNetwork
-
getDatetime
-
getFirewall
-
getSecurity
-
getService
-
getOption
-
getUserAccount
-
getUsergroupAccount
-
getAuthentication
-
setMemory
-
setStorage
-
setNetwork
-
setDatetime
-
setFirewall
-
setSecurity
-
setService
-
setOption
-
setUserAccount
-
setUsergroupAccount
-
setAuthentication
-