HP CloudSystem Matrix/Matrix Operating Environment 7.2 Integration Interfaces API and CLI Operations Reference Guide

CustomProcessorAttribute
Name of logical server group for which to customize the processor count.String logicalServerGroupName
Customized processor count.Integer processorCount
CustomStorageVolumeAttribute
Name of the virtual logical disk for which to customize the storage volumes.String logicalDiskName
Customized storage volume names.List<String> storageVolumes
CustomSubnetBindingAttribute
ID of a subnet specified in the template.String originalSubnetId
Customized subnet ID to use instead of the subnet ID specified in the template.String customSubnetId
CustomTemplateAttributes
Optional list of subnet ID customizations.List<CustomSubnetBindingAttribute>
subnetBindingAttributes
Optional list of IP address assignment type customizations.List<CustomAddressAssignment
TypeAttribute>
addressAssignment
TypeAttributes
Optional list of memory size customizations.List<CustomMemoryAttribute>
memoryAttributes
Optional list of processor count customizations.List<CustomProcessorAttribute>
processorAttributes
Optional list of storage volume customizations.List<CustomStorageVolumeAttribute>
storageVolumeAttributes
Optional list of operating system customizations.List<CustomOsImageAttribute>
osImageAttributes
DeployableSoftware
Resource ID of the software.String id
String name
Indicates whether the software is a VM template or a DS image.SoftwareType type
OperatingSystemType osType
String osSubType
String osDescription
Custom software notes.String notes
Location from which the software is available.String location
Size of the disk image for the software, in the units specified by sizeUnits.Integer size
Software size units.ByteSize sizeUnits
CustomProcessorAttribute 61