public class Builders extends Object
| Constructor and Description |
|---|
Builders() |
| Modifier and Type | Method and Description |
|---|---|
static AlarmBuilder |
alarm()
The builder to create an Alarm
|
static BlockDeviceMappingBuilder |
blockDeviceMapping() |
static BlockQuotaSetBuilder |
blockQuotaSet()
The builder which creates a BlockQuotaSet
|
static ClusterBuilder |
cluster()
The builder to create a sahara cluster
|
static ClusterTemplateBuilder |
clusterTemplate()
The builder to create a sahara cluster template
|
static EndpointBuilder |
endpoint()
The builder to create a Endpoint.
|
static ExtraDhcpOptBuilder |
extraDhcpOpt() |
static FlavorBuilder |
flavor()
The builder to create a Flavor.
|
static FloatingIPBuilder |
floatingIP()
The builder to create a Compute/Nova Floating IP
|
static HealthMonitorBuilder |
healthMonitor()
The builder to create a healthMonitor
|
static HealthMonitorUpdateBuilder |
healthMonitorUpdate()
The builder to update a healthMonitor
|
static ImageBuilder |
image()
The builder to create a Glance Image
|
static LbPoolBuilder |
lbPool()
The builder to create a lbPool
|
static HealthMonitorAssociateBuilder |
lbPoolAssociateHealthMonitor()
The builder to create a lbPool
|
static LbPoolUpdateBuilder |
lbPoolUpdate()
The builder to update a lbPool
|
static LinkBuilder |
link()
The builder to create a Link
|
static MemberBuilder |
member()
The builder to create a lb member
|
static MemberUpdateBuilder |
memberUpdate()
The builder to update a lb member
|
static NetFloatingIPBuilder |
netFloatingIP()
The builder to create a Neutron Floating IP Address
|
static NetQuotaBuilder |
netQuota()
The builder to create NetQuota entities
|
static NetworkBuilder |
network()
The builder to create a Network
|
static NetworkUpdateBuilder |
networkUpdate()
The builder to update a network
|
static NodeGroupBuilder |
nodeGroup()
The builder to create a sahara node group
|
static NodeGroupTemplateBuilder |
nodeGroupTemplate()
The builder to create a sahara node group template
|
static PortBuilder |
port()
The builder to create a Port
|
static QuotaSetUpdateBuilder |
quotaSet()
This builder which creates a QuotaSet for updates
|
static RoleBuilder |
role()
The builder to create a Role.
|
static RouterBuilder |
router()
The builder to create a Router
|
static SecurityGroupRuleBuilder |
secGroupRule()
A Builder which creates a Security Group Rule
|
static NetSecurityGroupBuilder |
securityGroup()
The builder to create a Neutron Security Group
|
static NetSecurityGroupRuleBuilder |
securityGroupRule()
The builder to create a Neutron Security Group Rule
|
static ServerCreateBuilder |
server()
The builder to create a Server
|
static ServiceBuilder |
service()
The builder to create a Service.
|
static ServiceConfigBuilder |
serviceConfig()
The builder to create a sahara service configuration
|
static ServiceEndpointBuilder |
serviceEndpoint()
The builder to create a Service Endpoint.
|
static SessionPersistenceBuilder |
sessionPersistence()
The builder to create and update a sessionPersistence
|
static SoftwareConfigBuilder |
softwareConfig()
The builder to create a
SoftwareConfig |
static StackCreateBuilder |
stack()
The builder to create a
StackCreate |
static StackUpdateBuilder |
stackUpdate()
The builder to create a
StackUpdate |
static SubnetBuilder |
subnet()
The builder to create a Subnet
|
static TemplateBuilder |
template()
The builder to create a
Template |
static TenantBuilder |
tenant()
The builder to create a Tenant.
|
static UserBuilder |
user()
The builder to create a User.
|
static VipBuilder |
vip()
The builder to create a vip.
|
static VipUpdateBuilder |
vipUpdate()
The builder to update a vip.
|
static VolumeBuilder |
volume()
The builder to create a Block Volume
|
static VolumeSnapshotBuilder |
volumeSnapshot()
The builder to create a Block Volume Snapshot
|
public static LinkBuilder link()
public static ServerCreateBuilder server()
public static BlockDeviceMappingBuilder blockDeviceMapping()
public static ExtraDhcpOptBuilder extraDhcpOpt()
public static FlavorBuilder flavor()
public static EndpointBuilder endpoint()
public static RoleBuilder role()
public static ServiceBuilder service()
public static ServiceEndpointBuilder serviceEndpoint()
public static TenantBuilder tenant()
public static UserBuilder user()
public static NetworkBuilder network()
public static SubnetBuilder subnet()
public static PortBuilder port()
public static RouterBuilder router()
public static ImageBuilder image()
public static VolumeBuilder volume()
public static VolumeSnapshotBuilder volumeSnapshot()
public static FloatingIPBuilder floatingIP()
public static SecurityGroupRuleBuilder secGroupRule()
public static NetSecurityGroupBuilder securityGroup()
public static NetSecurityGroupRuleBuilder securityGroupRule()
public static NetFloatingIPBuilder netFloatingIP()
public static TemplateBuilder template()
Templatepublic static StackCreateBuilder stack()
StackCreatepublic static SoftwareConfigBuilder softwareConfig()
SoftwareConfigpublic static StackUpdateBuilder stackUpdate()
StackUpdatepublic static NetQuotaBuilder netQuota()
public static NetworkUpdateBuilder networkUpdate()
public static MemberBuilder member()
public static MemberUpdateBuilder memberUpdate()
public static SessionPersistenceBuilder sessionPersistence()
public static VipBuilder vip()
public static VipUpdateBuilder vipUpdate()
public static HealthMonitorBuilder healthMonitor()
public static HealthMonitorUpdateBuilder healthMonitorUpdate()
public static LbPoolBuilder lbPool()
public static LbPoolUpdateBuilder lbPoolUpdate()
public static HealthMonitorAssociateBuilder lbPoolAssociateHealthMonitor()
public static ClusterBuilder cluster()
public static ClusterTemplateBuilder clusterTemplate()
public static NodeGroupBuilder nodeGroup()
public static NodeGroupTemplateBuilder nodeGroupTemplate()
public static ServiceConfigBuilder serviceConfig()
public static QuotaSetUpdateBuilder quotaSet()
public static AlarmBuilder alarm()
public static BlockQuotaSetBuilder blockQuotaSet()