Uses of Enum Class
org.jclouds.cloudstack.domain.NetworkType
Packages that use NetworkType
Package
Description
-
Uses of NetworkType in org.jclouds.cloudstack.compute.config
Methods in org.jclouds.cloudstack.compute.config that return types with arguments of type NetworkTypeModifier and TypeMethodDescriptionfinal Map<NetworkType,? extends OptionsConverter> CloudStackComputeServiceContextModule.optionsConverters() -
Uses of NetworkType in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as NetworkTypeMethods in org.jclouds.cloudstack.domain that return NetworkTypeModifier and TypeMethodDescriptionstatic NetworkTypeZone.getNetworkType()static NetworkTypeReturns the enum constant of this class with the specified name.static NetworkType[]NetworkType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.cloudstack.domain with parameters of type NetworkTypeConstructors in org.jclouds.cloudstack.domain with parameters of type NetworkTypeModifierConstructorDescriptionprotectedZone(String id, String description, String displayText, String dns1, String dns2, String domain, String domainId, String guestCIDRAddress, String internalDNS1, String internalDNS2, String name, NetworkType networkType, String vlan, boolean securityGroupsEnabled, AllocationState allocationState, String dhcpProvider, String zoneToken, Set<Tag> tags) -
Uses of NetworkType in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features with parameters of type NetworkTypeModifier and TypeMethodDescriptionGlobalZoneApi.createZone(String name, NetworkType networkType, String externalDns1, String internalDns1, CreateZoneOptions... options) Create a new Zone -
Uses of NetworkType in org.jclouds.cloudstack.options
Methods in org.jclouds.cloudstack.options with parameters of type NetworkTypeModifier and TypeMethodDescriptionstatic ListNetworksOptionsListNetworksOptions.Builder.type(NetworkType type) ListNetworksOptions.type(NetworkType type)