Interface ComputeBuilders
-
- All Known Implementing Classes:
NovaBuilders
public interface ComputeBuildersThe Compute Builders
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description BlockDeviceMappingBuilderblockDeviceMapping()The builder to create a Block Device MappingFlavorBuilderflavor()The builder to create a Flavor.FloatingIPBuilderfloatingIP()Deprecated.Since these APIs are only implemented for nova-network, they are deprecated.QuotaSetUpdateBuilderquotaSet()This builder which creates a QuotaSet for updatesServerCreateBuilderserver()The builder to create a Server
-
-
-
Method Detail
-
server
ServerCreateBuilder server()
The builder to create a Server- Returns:
- the server create builder
-
blockDeviceMapping
BlockDeviceMappingBuilder blockDeviceMapping()
The builder to create a Block Device Mapping- Returns:
- the block device mapping builder
-
flavor
FlavorBuilder flavor()
The builder to create a Flavor.- Returns:
- the flavor builder
-
floatingIP
@Deprecated FloatingIPBuilder floatingIP()
Deprecated.Since these APIs are only implemented for nova-network, they are deprecated. These will fail with a 404 starting from microversion 2.36. They were removed in the 18.0.0 Rocky release.The builder to create a Compute/Nova Floating IP- Returns:
- the floating ip builder
-
quotaSet
QuotaSetUpdateBuilder quotaSet()
This builder which creates a QuotaSet for updates- Returns:
- the QuotaSet update builder
-
-