public class TemplateDiskConfigurationResponse extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
TemplateDiskConfigurationResponse.DiskType |
Constructor and Description |
---|
TemplateDiskConfigurationResponse(String name,
long sizeInBytes,
TemplateDiskConfigurationResponse.DiskType diskType)
Instantiates a new Template disk configuration.
|
Modifier and Type | Method and Description |
---|---|
TemplateDiskConfigurationResponse.DiskType |
getDiskType()
Gets disk type.
|
String |
getName()
Gets name.
|
static long |
getSerialVersionUID()
Gets serial version uid.
|
long |
getSizeInBytes()
Gets size in bytes.
|
public TemplateDiskConfigurationResponse(String name, long sizeInBytes, TemplateDiskConfigurationResponse.DiskType diskType)
name
- the namesizeInBytes
- the size in bytesdiskType
- the disk typepublic static long getSerialVersionUID()
public String getName()
public long getSizeInBytes()
public TemplateDiskConfigurationResponse.DiskType getDiskType()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.