Uses of Class
com.google.jenkins.plugins.computeengine.NetworkConfiguration
Packages that use NetworkConfiguration
-
Uses of NetworkConfiguration in com.google.jenkins.plugins.computeengine
Subclasses of NetworkConfiguration in com.google.jenkins.plugins.computeengineModifier and TypeClassDescriptionclassclassMethods in com.google.jenkins.plugins.computeengine that return NetworkConfigurationModifier and TypeMethodDescriptionstatic NetworkConfigurationInstanceConfiguration.DescriptorImpl.defaultNetworkConfiguration()InstanceConfiguration.getNetworkConfiguration()Methods in com.google.jenkins.plugins.computeengine that return types with arguments of type NetworkConfigurationMethods in com.google.jenkins.plugins.computeengine with parameters of type NetworkConfigurationModifier and TypeMethodDescriptionInstanceConfiguration.Builder.networkConfiguration(NetworkConfiguration networkConfiguration) voidInstanceConfiguration.setNetworkConfiguration(NetworkConfiguration networkConfiguration) Constructors in com.google.jenkins.plugins.computeengine with parameters of type NetworkConfigurationModifierConstructorDescriptionInstanceConfiguration(String description, String namePrefix, String region, String zone, String machineType, String numExecutorsStr, String startupScript, ProvisioningType provisioningType, String minCpuPlatform, String labels, String runAsUser, String bootDiskType, boolean bootDiskAutoDelete, String bootDiskSourceImageName, String bootDiskSourceImageProject, NetworkConfiguration networkConfiguration, NetworkInterfaceIpStackMode networkInterfaceIpStackMode, Boolean externalAddress, boolean useInternalAddress, boolean ignoreProxy, String networkTags, String serviceAccountEmail, Node.Mode mode, AcceleratorConfiguration acceleratorConfiguration, String retentionTimeMinutesStr, String launchTimeoutSecondsStr, String bootDiskSizeGbStr, boolean oneShot, String template, WindowsConfiguration windowsConfiguration, SshConfiguration sshConfiguration, boolean createSnapshot, String remoteFs, String javaExecPath, GoogleKeyCredential sshKeyCredential, Map<String, String> googleLabels, Integer numExecutors, Integer retentionTimeMinutes, Integer launchTimeoutSeconds, Long bootDiskSizeGb, Set<LabelAtom> labelSet, ComputeEngineCloud cloud, boolean preemptible)