Uses of Interface
org.openstack4j.model.senlin.builder.ProfileCreateBuilder
-
Packages that use ProfileCreateBuilder Package Description org.openstack4j.model.senlin.builder org.openstack4j.openstack.senlin.domain -
-
Uses of ProfileCreateBuilder in org.openstack4j.model.senlin.builder
Methods in org.openstack4j.model.senlin.builder that return ProfileCreateBuilder Modifier and Type Method Description ProfileCreateBuilderProfileCreateBuilder. metadata(Map<String,Map> metadata)Add a list of key and value pairs to associate with the profile.ProfileCreateBuilderProfileCreateBuilder. name(String name)Add the name for the profile.ProfileCreateBuilderProfileCreateBuilder. spec(Map<String,Object> spec)Add detailed specification based on the chosen profile type. -
Uses of ProfileCreateBuilder in org.openstack4j.openstack.senlin.domain
Classes in org.openstack4j.openstack.senlin.domain that implement ProfileCreateBuilder Modifier and Type Class Description static classSenlinProfileCreate.SenlinProfileCreateConcreteBuilderA Builder to create a SenlinProfile.Methods in org.openstack4j.openstack.senlin.domain that return ProfileCreateBuilder Modifier and Type Method Description ProfileCreateBuilderSenlinProfileCreate.SenlinProfileCreateConcreteBuilder. from(ProfileCreate in)ProfileCreateBuilderSenlinProfileCreate.SenlinProfileCreateConcreteBuilder. metadata(Map<String,Map> metadata)ProfileCreateBuilderSenlinProfileCreate.SenlinProfileCreateConcreteBuilder. name(String name)ProfileCreateBuilderSenlinProfileCreate.SenlinProfileCreateConcreteBuilder. spec(Map<String,Object> spec)ProfileCreateBuilderSenlinProfileCreate. toBuilder()
-