@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KxNAS1Configuration extends Object implements Serializable, Cloneable, StructuredPojo
The structure containing the size and type of the network attached storage (NAS_1) file system volume.
Constructor and Description |
---|
KxNAS1Configuration() |
Modifier and Type | Method and Description |
---|---|
KxNAS1Configuration |
clone() |
boolean |
equals(Object obj) |
Integer |
getSize()
The size of the network attached storage.
|
String |
getType()
The type of the network attached storage.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSize(Integer size)
The size of the network attached storage.
|
void |
setType(String type)
The type of the network attached storage.
|
String |
toString()
Returns a string representation of this object.
|
KxNAS1Configuration |
withSize(Integer size)
The size of the network attached storage.
|
KxNAS1Configuration |
withType(KxNAS1Type type)
The type of the network attached storage.
|
KxNAS1Configuration |
withType(String type)
The type of the network attached storage.
|
public void setType(String type)
The type of the network attached storage.
type
- The type of the network attached storage.KxNAS1Type
public String getType()
The type of the network attached storage.
KxNAS1Type
public KxNAS1Configuration withType(String type)
The type of the network attached storage.
type
- The type of the network attached storage.KxNAS1Type
public KxNAS1Configuration withType(KxNAS1Type type)
The type of the network attached storage.
type
- The type of the network attached storage.KxNAS1Type
public void setSize(Integer size)
The size of the network attached storage. For storage type SSD_1000
and SSD_250
you can
select the minimum size as 1200 GB or increments of 2400 GB. For storage type HDD_12
you can select
the minimum size as 6000 GB or increments of 6000 GB.
size
- The size of the network attached storage. For storage type SSD_1000
and SSD_250
you can select the minimum size as 1200 GB or increments of 2400 GB. For storage type HDD_12
you can select the minimum size as 6000 GB or increments of 6000 GB.public Integer getSize()
The size of the network attached storage. For storage type SSD_1000
and SSD_250
you can
select the minimum size as 1200 GB or increments of 2400 GB. For storage type HDD_12
you can select
the minimum size as 6000 GB or increments of 6000 GB.
SSD_1000
and SSD_250
you can select the minimum size as 1200 GB or increments of 2400 GB. For storage type HDD_12
you can select the minimum size as 6000 GB or increments of 6000 GB.public KxNAS1Configuration withSize(Integer size)
The size of the network attached storage. For storage type SSD_1000
and SSD_250
you can
select the minimum size as 1200 GB or increments of 2400 GB. For storage type HDD_12
you can select
the minimum size as 6000 GB or increments of 6000 GB.
size
- The size of the network attached storage. For storage type SSD_1000
and SSD_250
you can select the minimum size as 1200 GB or increments of 2400 GB. For storage type HDD_12
you can select the minimum size as 6000 GB or increments of 6000 GB.public String toString()
toString
in class Object
Object.toString()
public KxNAS1Configuration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.