public class StoragePortRestRep extends VirtualArrayResourceRestRep
Constructor and Description |
---|
StoragePortRestRep() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAdapterName()
The adapter name of the Storage Port
|
java.lang.Boolean |
getAllocationDisqualified()
True if at least one of the port metrics is above its limit value.
|
java.lang.Double |
getAllocationMetric()
The metric for the Storage Port Allocator.
|
java.lang.Long |
getAvgBandwidth()
The average bandwidth through the port (Gbps)
|
java.lang.String |
getCompatibilityStatus()
Whether or not this storage port is compatible with ViPR
Valid values:
COMPATIBLE
INCOMPATIBLE
UNKNOWN
|
java.lang.Double |
getCpuPercentBusy()
The number of non-idle ticks for the cpu that is hosting the port
versus the total number of possible ticks.
|
java.lang.String |
getDiscoveryStatus()
Whether or not this storage pool is visible in discovery
Valid values:
VISIBLE
NOTVISIBLE
|
java.lang.Long |
getInitiatorLoad()
The number of Initiators known by ViPR to be mapped to this port.
|
java.lang.String |
getIpAddress()
The port's IP address (for IP-based transport)
|
RelatedResourceRep |
getNetwork()
The ViPR network that connects to this port
|
java.lang.String |
getOperationalStatus()
The operational status of the port
Valid values:
OK
NOT_OK
UNKNOWN
|
java.lang.String |
getPortAlias()
The alias represents port's wwn id
|
java.lang.String |
getPortEndPointId()
ID of the endpoint with which this port is associated.
|
java.lang.String |
getPortGroup()
The name of this port's group.
|
java.lang.String |
getPortName()
The native name of the port.
|
java.lang.String |
getPortNetworkId()
The network address of the port.
|
java.lang.Double |
getPortPercentBusy()
The port percent busy as computed by the kbytes transferred per a given
unit of time versus the maximum number of kbytes that could be transferred
as computed from the port speed.
|
java.lang.Long |
getPortSpeed()
The port's clock speed (Gbps)
|
java.lang.String |
getPortType()
How the port connects its storage controller to its network
Valid values:
backend = connects a VPLEX storage controller to another array
frontend = connects the storage controller to the hosts
|
java.lang.String |
getRegistrationStatus()
Whether or not this port is registered with ViPR.
|
java.lang.Long |
getStaticLoad()
The number of exports on the storage port
|
RelatedResourceRep |
getStorageDevice()
The storage system that hosts this port
|
java.lang.Long |
getTcpPortNumber()
The port's TCP port number (for IP-based transport)
|
java.lang.String |
getTransportType()
The protocol that this port uses to transport disk commands
and responses across its network
Valid values:
FC
IP
|
java.lang.Long |
getVolumeLoad()
The number of Volumes known by ViPR to be accessible via this port.
|
void |
setAdapterName(java.lang.String adapterName) |
void |
setAllocationDisqualified(java.lang.Boolean allocationDisqualified) |
void |
setAllocationMetric(java.lang.Double allocationMetric) |
void |
setAvgBandwidth(java.lang.Long avgBandwidth) |
void |
setCompatibilityStatus(java.lang.String compatibilityStatus) |
void |
setCpuPercentBusy(java.lang.Double cpuPercentBusy) |
void |
setDiscoveryStatus(java.lang.String discoveryStatus) |
void |
setInitiatorLoad(java.lang.Long initiatorLoad) |
void |
setIpAddress(java.lang.String ipAddress) |
void |
setNetwork(RelatedResourceRep network) |
void |
setOperationalStatus(java.lang.String operationalStatus) |
void |
setPortAlias(java.lang.String portAlias) |
void |
setPortEndPointId(java.lang.String portEndPointId) |
void |
setPortGroup(java.lang.String portGroup) |
void |
setPortName(java.lang.String portName) |
void |
setPortNetworkId(java.lang.String portNetworkId) |
void |
setPortPercentBusy(java.lang.Double portPercentBusy) |
void |
setPortSpeed(java.lang.Long portSpeed) |
void |
setPortType(java.lang.String portType) |
void |
setRegistrationStatus(java.lang.String registrationStatus) |
void |
setStaticLoad(java.lang.Long staticLoad) |
void |
setStorageDevice(RelatedResourceRep storageDevice) |
void |
setTcpPortNumber(java.lang.Long tcpPortNumber) |
void |
setTransportType(java.lang.String transportType) |
void |
setVolumeLoad(java.lang.Long volumeLoad) |
getAssignedVirtualArrays, getConnectedVirtualArrays, getTaggedVirtualArrays, setAssignedVirtualArrays, setConnectedVirtualArrays, setTaggedVirtualArrays
getNativeGuid, setNativeGuid
getCreationTime, getGlobal, getId, getInactive, getInternal, getLink, getName, getRemote, getTags, getVdc, setCreationTime, setGlobal, setId, setInactive, setInternal, setLink, setName, setRemote, setTags, setVdc, toString
public java.lang.String getAdapterName()
public void setAdapterName(java.lang.String adapterName)
public java.lang.Long getAvgBandwidth()
public void setAvgBandwidth(java.lang.Long avgBandwidth)
public java.lang.String getIpAddress()
public void setIpAddress(java.lang.String ipAddress)
public java.lang.String getPortEndPointId()
public void setPortEndPointId(java.lang.String portEndPointId)
public java.lang.String getPortGroup()
public void setPortGroup(java.lang.String portGroup)
public java.lang.String getPortName()
public void setPortName(java.lang.String portName)
public java.lang.String getPortAlias()
public void setPortAlias(java.lang.String portAlias)
public java.lang.String getPortNetworkId()
public void setPortNetworkId(java.lang.String portNetworkId)
public java.lang.Long getPortSpeed()
public void setPortSpeed(java.lang.Long portSpeed)
public java.lang.String getPortType()
public void setPortType(java.lang.String portType)
public java.lang.Long getStaticLoad()
public void setStaticLoad(java.lang.Long staticLoad)
public RelatedResourceRep getStorageDevice()
public void setStorageDevice(RelatedResourceRep storageDevice)
public java.lang.Long getTcpPortNumber()
public void setTcpPortNumber(java.lang.Long tcpPortNumber)
public java.lang.String getTransportType()
public void setTransportType(java.lang.String transportType)
public RelatedResourceRep getNetwork()
public void setNetwork(RelatedResourceRep network)
public java.lang.String getRegistrationStatus()
public void setRegistrationStatus(java.lang.String registrationStatus)
public java.lang.String getOperationalStatus()
public void setOperationalStatus(java.lang.String operationalStatus)
public java.lang.String getCompatibilityStatus()
public void setCompatibilityStatus(java.lang.String compatibilityStatus)
public java.lang.Double getAllocationMetric()
public void setAllocationMetric(java.lang.Double allocationMetric)
public java.lang.Double getPortPercentBusy()
public void setPortPercentBusy(java.lang.Double portPercentBusy)
public java.lang.Double getCpuPercentBusy()
public void setCpuPercentBusy(java.lang.Double cpuPercentBusy)
public java.lang.Long getInitiatorLoad()
public void setInitiatorLoad(java.lang.Long initiatorLoad)
public java.lang.Long getVolumeLoad()
public void setVolumeLoad(java.lang.Long volumeLoad)
public java.lang.Boolean getAllocationDisqualified()
public void setAllocationDisqualified(java.lang.Boolean allocationDisqualified)
public java.lang.String getDiscoveryStatus()
public void setDiscoveryStatus(java.lang.String discoveryStatus)