Uses of Enum Class
org.jclouds.ultradns.ws.domain.Zone.Type
Packages that use Zone.Type
Package
Description
-
Uses of Zone.Type in org.jclouds.ultradns.ws.domain
Methods in org.jclouds.ultradns.ws.domain that return Zone.TypeModifier and TypeMethodDescriptionstatic Zone.Type
Zone.Type.fromValue
(int code) static Zone.Type
Zone.getType()
The type of the zoneZoneProperties.getType()
The type of the zonestatic Zone.Type
Returns the enum constant of this class with the specified name.static Zone.Type[]
Zone.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.ultradns.ws.domain with parameters of type Zone.TypeModifier and TypeMethodDescription -
Uses of Zone.Type in org.jclouds.ultradns.ws.features
Methods in org.jclouds.ultradns.ws.features with parameters of type Zone.TypeModifier and TypeMethodDescriptioncom.google.common.collect.FluentIterable
<Zone> ZoneApi.listByAccountAndType
(String accountId, Zone.Type type) Lists all zones in the specified account of type -
Uses of Zone.Type in org.jclouds.ultradns.ws.predicates
Methods in org.jclouds.ultradns.ws.predicates with parameters of type Zone.TypeModifier and TypeMethodDescriptionstatic com.google.common.base.Predicate
<Zone> ZonePredicates.typeEqualTo
(Zone.Type type)