public class EdgeResponse extends EntityResponse implements Serializable
Constructor and Description |
---|
EdgeResponse(String uuid,
String companyId,
String name,
boolean deleted,
Instant deletedDate,
Instant updatedDate,
Integer status,
String vdcUuid,
String orgUuid,
Set<EdgeInterfaceResponse> interfaces,
boolean backwardCompatibilityMode,
String gatewayBackingConfig,
Boolean highAvailabilityEnabled,
Boolean defaultDnsRelayRoute,
String locationId,
String description,
String vCloudHref) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Boolean |
getBackwardCompatibilityMode()
Gets backward compatibility mode.
|
Boolean |
getDefaultDnsRelayRoute()
Gets default dns relay route.
|
String |
getDescription()
Gets description.
|
String |
getGatewayBackingConfig()
Gets the gateway backing configuration parameter
|
Boolean |
getHighAvailabilityEnabled()
Gets high availability enabled.
|
Set<EdgeInterfaceResponse> |
getInterfaces()
Get the interfaces associated with an edge.
|
String |
getLocationId()
Gets location id.
|
String |
getOrgUuid()
Get organization uuid.
|
Integer |
getStatus()
Get edge status.
|
String |
getvCloudHref()
Gets cloud href.
|
String |
getVdcUuid()
Gets the UUID of the vDC that this edge belongs to.
|
int |
hashCode() |
boolean |
isBackwardCompatibilityMode()
Indicates whether backwards compatibility mode is enabled for the edge.
|
Boolean |
isDefaultDnsRelayRoute()
Indicates whether this edge is the default DNS relay route.
|
Boolean |
isHighAvailabilityEnabled()
Indicates whether high availability is enabled for the edge.
|
String |
toString() |
getCompanyId, getDeletedDate, getName, getUpdatedDate, getUuid, isDeleted
public EdgeResponse(String uuid, String companyId, String name, boolean deleted, Instant deletedDate, Instant updatedDate, Integer status, String vdcUuid, String orgUuid, Set<EdgeInterfaceResponse> interfaces, boolean backwardCompatibilityMode, String gatewayBackingConfig, Boolean highAvailabilityEnabled, Boolean defaultDnsRelayRoute, String locationId, String description, String vCloudHref)
public Integer getStatus()
public String getOrgUuid()
public Set<EdgeInterfaceResponse> getInterfaces()
Set
of EdgeInterfaceResponse
instancespublic boolean isBackwardCompatibilityMode()
public String getGatewayBackingConfig()
String
public Boolean isHighAvailabilityEnabled()
Boolean
public Boolean isDefaultDnsRelayRoute()
Boolean
public String getVdcUuid()
String
vDC UUIDpublic Boolean getBackwardCompatibilityMode()
public Boolean getDefaultDnsRelayRoute()
public String getDescription()
public Boolean getHighAvailabilityEnabled()
public String getLocationId()
public String getvCloudHref()
public boolean equals(Object o)
equals
in class EntityResponse
public int hashCode()
hashCode
in class EntityResponse
public String toString()
toString
in class EntityResponse
Copyright © 2019 iland Internet Solutions, Corp. All rights reserved.