Uses of Class
org.jclouds.dynect.v3.domain.Zone
-
Packages that use Zone Package Description org.jclouds.dynect.v3.domain org.jclouds.dynect.v3.features -
-
Uses of Zone in org.jclouds.dynect.v3.domain
Methods in org.jclouds.dynect.v3.domain that return Zone Modifier and Type Method Description Zone
Zone.Builder. build()
Methods in org.jclouds.dynect.v3.domain with parameters of type Zone Modifier and Type Method Description Zone.Builder
Zone.Builder. from(Zone in)
-
Uses of Zone in org.jclouds.dynect.v3.features
Methods in org.jclouds.dynect.v3.features that return Zone Modifier and Type Method Description Zone
ZoneApi. get(String fqdn)
Retrieves information about the specified zone.Zone
ZoneApi. publish(String fqdn)
Publishes the current zone
-