public class VappTemplateVmResponse extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected boolean |
deleted |
protected String |
description |
protected String |
fullname |
protected String |
name |
protected String |
uuid |
protected String |
vCloudHref |
Constructor and Description |
---|
VappTemplateVmResponse(String uuid,
String name,
String description,
int status,
String vCloudHref,
double size,
Date createdDate,
Date deletedDate) |
Modifier and Type | Method and Description |
---|---|
Date |
getCreatedDate()
Gets created date.
|
Date |
getDeletedDate()
Gets deleted date.
|
String |
getDescription()
Gets description.
|
String |
getFullname()
Gets fullname.
|
String |
getName()
Gets name.
|
double |
getSize()
Returns the media size on disk in GB.
|
int |
getStatus()
Returns the medaa status.
|
String |
getUuid()
Gets uuid.
|
String |
getvCloudHref()
Gets cloud href.
|
boolean |
isDeleted()
Is deleted boolean.
|
protected String uuid
protected String name
protected String fullname
protected String description
protected String vCloudHref
protected boolean deleted
public int getStatus()
public double getSize()
public String getUuid()
public String getName()
public String getFullname()
public String getDescription()
public String getvCloudHref()
public boolean isDeleted()
public Date getCreatedDate()
public Date getDeletedDate()
Copyright © 2019 iland Internet Solutions, Corp. All rights reserved.