public class SnapMirrorAggregate
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
SnapMirrorAggregate.Builder |
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
SnapMirrorAggregate() |
SnapMirrorAggregate(java.lang.Long snapMirrorEndpointID,
java.lang.String aggregateName,
java.lang.String nodeName,
java.lang.Long sizeAvailable,
java.lang.Long sizeTotal,
java.lang.Long percentUsedCapacity,
java.lang.Long volumeCount) |
Modifier and Type | Method and Description |
---|---|
SnapMirrorAggregate.Builder |
asBuilder() |
static SnapMirrorAggregate.Builder |
builder() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAggregateName()
The name of the aggregate.
|
java.lang.String |
getNodeName()
The name of the ONTAP node that owns this aggregate.
|
java.lang.Long |
getPercentUsedCapacity()
The percentage of disk space currently in use.
|
java.lang.Long |
getSizeAvailable()
The number of available bytes remaining in the aggregate.
|
java.lang.Long |
getSizeTotal()
The total size (int bytes) of the aggregate.
|
java.lang.Long |
getSnapMirrorEndpointID()
The ID of the destination ONTAP system.
|
java.lang.Long |
getVolumeCount()
The number of volumes in the aggregate.
|
int |
hashCode() |
void |
setAggregateName(java.lang.String aggregateName) |
void |
setNodeName(java.lang.String nodeName) |
void |
setPercentUsedCapacity(java.lang.Long percentUsedCapacity) |
void |
setSizeAvailable(java.lang.Long sizeAvailable) |
void |
setSizeTotal(java.lang.Long sizeTotal) |
void |
setSnapMirrorEndpointID(java.lang.Long snapMirrorEndpointID) |
void |
setVolumeCount(java.lang.Long volumeCount) |
java.util.Map<java.lang.String,java.lang.Object> |
toMap() |
java.lang.String |
toString() |
public static final long serialVersionUID
public java.lang.Long getSnapMirrorEndpointID()
public void setSnapMirrorEndpointID(java.lang.Long snapMirrorEndpointID)
public java.lang.String getAggregateName()
public void setAggregateName(java.lang.String aggregateName)
public java.lang.String getNodeName()
public void setNodeName(java.lang.String nodeName)
public java.lang.Long getSizeAvailable()
public void setSizeAvailable(java.lang.Long sizeAvailable)
public java.lang.Long getSizeTotal()
public void setSizeTotal(java.lang.Long sizeTotal)
public java.lang.Long getPercentUsedCapacity()
public void setPercentUsedCapacity(java.lang.Long percentUsedCapacity)
public java.lang.Long getVolumeCount()
public void setVolumeCount(java.lang.Long volumeCount)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.util.Map<java.lang.String,java.lang.Object> toMap()
public java.lang.String toString()
toString
in class java.lang.Object
public static SnapMirrorAggregate.Builder builder()
public final SnapMirrorAggregate.Builder asBuilder()