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. |
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 |
Method | Returns |
---|---|
HPEOneViewServerHardwareManager.createServerProfile(HPEOneViewServerProfile serverProfile, boolean ignoreAllWarnings) | HPEOneViewTask |
HPEOneViewServerHardwareManager.patchServerProfile(HPEOneViewServerProfile serverProfile, String patchJson) | HPEOneViewTask |
HPEOneViewServerHardwareManager.putServerProfile(HPEOneViewServerProfile serverProfile) | HPEOneViewTask |