Search

Class HPEOneViewServerProfile

Extends com.vmware.o11n.sdk.modeldriven.AbstractWrapper
Represents a ServerProfile Object in HPE OneView

Attributes

Name Type Description
connection HPEOneViewConnection Returns reference to Connection.
connections Object[]
enclosureUri String returns the enclosure URI
ethernetConnections Object[]
firmware HPEOneViewFirmware returns the firmware details of the server
json String returns the OneView Rest Api JSON payload of the object
name String returns the name of the profile
serverHardwareUri String returns the Server Hardware URI
serverProfileTemplateUri String returns the Server Profile Template URI
templateCompliance String returns the compliance state of the profile with the server profile template
uri String returns the URI
uuid String returns the UUID of the profile.

Methods

Name Returns
HPEOneViewServerProfile() constructor
__getTarget() com.hpe.ov4vro.model.ServerProfile
getInternalId() com.vmware.o11n.sdk.modeldriven.Sid
setContext(com.vmware.o11n.sdk.modeldriven.PluginContext ) void
setInternalId(com.vmware.o11n.sdk.modeldriven.Sid ) void

Returned by

Method Returns
HPEOneViewConnection.getServerProfile(String uri) HPEOneViewServerProfile
HPEOneViewConnection.getServerProfilefromSPT(String uri) HPEOneViewServerProfile
HPEOneViewConnection.listServerProfilesByFilter(String filter) HPEOneViewServerProfile[]
HPEOneViewServerHardwareManager.getServerProfile(HPEOneViewServerHardware server) HPEOneViewServerProfile
HPEOneViewServerProfileTemplateManager.getServerProfileFromSPT(HPEOneViewServerProfileTemplate serverProfileTemplate) HPEOneViewServerProfile

Referenced in

Method Returns
HPEOneViewServerHardwareManager.createServerProfile(HPEOneViewServerProfile serverProfile, boolean ignoreAllWarnings) HPEOneViewTask
HPEOneViewServerHardwareManager.patchServerProfile(HPEOneViewServerProfile serverProfile, String patchJson) HPEOneViewTask
HPEOneViewServerHardwareManager.putServerProfile(HPEOneViewServerProfile serverProfile) HPEOneViewTask