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.
|
@Since(value=1.0) @Expose protected String uuid
@Since(value=1.0) @Expose protected String name
@Since(value=1.0) @Expose protected String fullname
@Since(value=1.0) @Expose protected String description
@Since(value=1.0) @Expose @SerializedName(value="vcloud_href") protected String vCloudHref
@Since(value=1.0) @Expose 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 © 2023 iland Internet Solutions, Corp. All rights reserved.