Package org.jclouds.gogrid.domain
Class Server.Builder<T extends Server.Builder<T>>
java.lang.Object
org.jclouds.gogrid.domain.Server.Builder<T>
- Enclosing class:
Server
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Option
protected String
protected long
protected ServerImage
protected Ip
protected boolean
protected String
protected Option
protected Option
protected ServerState
protected Option
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
datacenter
(Option datacenter) description
(String description) fromServer
(Server in) id
(long id) image
(ServerImage image) isSandbox
(boolean isSandbox) protected abstract T
self()
state
(ServerState state)
-
Field Details
-
id
protected long id -
isSandbox
protected boolean isSandbox -
name
-
description
-
state
-
datacenter
-
type
-
ram
-
os
-
ip
-
image
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
self
-
id
- See Also:
-
isSandbox
- See Also:
-
name
- See Also:
-
description
- See Also:
-
state
- See Also:
-
datacenter
- See Also:
-
type
- See Also:
-
ram
- See Also:
-
os
- See Also:
-
ip
- See Also:
-
image
- See Also:
-
build
-
fromServer
-