Package | Description |
---|---|
org.openstack4j.model.senlin.builder | |
org.openstack4j.openstack.senlin.domain |
Modifier and Type | Method and Description |
---|---|
ProfileCreateBuilder |
ProfileCreateBuilder.metadata(Map<String,Map> metadata)
Add a list of key and value pairs to associate with the profile.
|
ProfileCreateBuilder |
ProfileCreateBuilder.name(String name)
Add the name for the profile.
|
ProfileCreateBuilder |
ProfileCreateBuilder.spec(Map<String,Object> spec)
Add detailed specification based on the chosen profile type.
|
Modifier and Type | Class and Description |
---|---|
static class |
SenlinProfileCreate.SenlinProfileCreateConcreteBuilder
A Builder to create a SenlinProfile.
|
Modifier and Type | Method and Description |
---|---|
ProfileCreateBuilder |
SenlinProfileCreate.SenlinProfileCreateConcreteBuilder.from(ProfileCreate in) |
ProfileCreateBuilder |
SenlinProfileCreate.SenlinProfileCreateConcreteBuilder.metadata(Map<String,Map> metadata) |
ProfileCreateBuilder |
SenlinProfileCreate.SenlinProfileCreateConcreteBuilder.name(String name) |
ProfileCreateBuilder |
SenlinProfileCreate.SenlinProfileCreateConcreteBuilder.spec(Map<String,Object> spec) |
ProfileCreateBuilder |
SenlinProfileCreate.toBuilder() |
Copyright © 2017. All rights reserved.