public abstract class BackendAddressPool extends Object
Constructor and Description |
---|
BackendAddressPool() |
Modifier and Type | Method and Description |
---|---|
static BackendAddressPool |
create(String name,
String id,
BackendAddressPoolProperties properties,
String etag) |
abstract String |
etag() |
abstract String |
id() |
abstract String |
name() |
abstract BackendAddressPoolProperties |
properties() |
public abstract String name()
@Nullable public abstract BackendAddressPoolProperties properties()
public static BackendAddressPool create(String name, String id, BackendAddressPoolProperties properties, String etag)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.