Class SecurityGroup.CreateBuilder
java.lang.Object
org.jclouds.openstack.neutron.v2.domain.SecurityGroup.CreateBuilder
- Enclosing class:
SecurityGroup
Create and Update builders (inheriting from Builder)
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()
description
(String description) The description for this Security Group.The name for this Security Group.protected SecurityGroup.CreateBuilder
self()
The tenant id for this Security Group.
-
Field Details
-
securityGroup
-
-
Method Details
-
build
- Returns:
- a CreateSecurityGroup constructed with this Builder.
-
self
-
tenantId
The tenant id for this Security Group. Usually can only be specified by administrators.- Returns:
- the Builder.
- See Also:
-
name
The name for this Security Group.- Returns:
- the Builder.
- See Also:
-
description
The description for this Security Group.- Returns:
- the Builder.
- See Also:
-