@Beta public abstract class TargetHttpProxy extends Object
Modifier and Type | Method and Description |
---|---|
static TargetHttpProxy |
create(String id,
Date creationTimestamp,
URI selfLink,
String name,
String description,
URI urlMap) |
abstract Date |
creationTimestamp() |
abstract String |
description() |
abstract String |
id() |
abstract String |
name() |
abstract URI |
selfLink() |
abstract URI |
urlMap() |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.