public class ListSnapMirrorLunsRequest
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ListSnapMirrorLunsRequest.Builder |
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
ListSnapMirrorLunsRequest() |
ListSnapMirrorLunsRequest(java.lang.Long snapMirrorEndpointID,
SnapMirrorVolumeInfo destinationVolume) |
Modifier and Type | Method and Description |
---|---|
ListSnapMirrorLunsRequest.Builder |
asBuilder() |
static ListSnapMirrorLunsRequest.Builder |
builder() |
boolean |
equals(java.lang.Object o) |
SnapMirrorVolumeInfo |
getDestinationVolume()
The destination volume in the SnapMirror relationship.
|
java.lang.Long |
getSnapMirrorEndpointID()
List only the LUN information associated with the specified endpoint ID.
|
int |
hashCode() |
void |
setDestinationVolume(SnapMirrorVolumeInfo destinationVolume) |
void |
setSnapMirrorEndpointID(java.lang.Long snapMirrorEndpointID) |
java.util.Map<java.lang.String,java.lang.Object> |
toMap() |
java.lang.String |
toString() |
public static final long serialVersionUID
@Since(value="10.0") public ListSnapMirrorLunsRequest(java.lang.Long snapMirrorEndpointID, SnapMirrorVolumeInfo destinationVolume)
public java.lang.Long getSnapMirrorEndpointID()
public void setSnapMirrorEndpointID(java.lang.Long snapMirrorEndpointID)
public SnapMirrorVolumeInfo getDestinationVolume()
public void setDestinationVolume(SnapMirrorVolumeInfo destinationVolume)
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 ListSnapMirrorLunsRequest.Builder builder()
public final ListSnapMirrorLunsRequest.Builder asBuilder()