Interface SwaggerEdgeResource
@Path("/edges")
@Consumes("application/json")
@Produces("application/vnd.ilandcloud.api.v1.0+json")
public interface SwaggerEdgeResource
-
Method Summary
Modifier and TypeMethodDescriptionGets information for a VCD edge gateway.
-
Method Details
-
getEdge
Gets information for a VCD edge gateway.- Parameters:
edgeUuid- edge UUID- Returns:
- edge
-