Package org.jclouds.cloudstack.domain
Class NetworkService
java.lang.Object
org.jclouds.cloudstack.domain.NetworkService
- All Implemented Interfaces:
Comparable<NetworkService>
Class NetworkService
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
NetworkService.Builder<T extends NetworkService.Builder<T>>
static class
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
NetworkService
(String name, Set<NetworkService.Capability> capabilities) -
Method Summary
-
Constructor Details
-
NetworkService
@ConstructorProperties({"name","capability"}) protected NetworkService(String name, @Nullable Set<NetworkService.Capability> capabilities)
-
-
Method Details
-
builder
-
toBuilder
-
getName
-
getCapabilities
-
hashCode
public int hashCode() -
equals
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<NetworkService>
-