public abstract static class Deployment.Provider extends Object
Constructor and Description |
---|
Deployment.Provider() |
Modifier and Type | Method and Description |
---|---|
static Deployment.Provider |
create(String id,
String namespace,
String registrationState,
List<Deployment.ProviderResourceType> resourceTypes) |
abstract String |
id() |
abstract String |
namespace() |
abstract String |
registrationState() |
abstract List<Deployment.ProviderResourceType> |
resourceTypes() |
@Nullable public abstract List<Deployment.ProviderResourceType> resourceTypes()
public static Deployment.Provider create(String id, String namespace, String registrationState, List<Deployment.ProviderResourceType> resourceTypes)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.