![JAR search and dependency download from the Maven repository](/logo.png)
com.oneops.infoblox.AutoValue_InfobloxClient Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infoblox-java Show documentation
Show all versions of infoblox-java Show documentation
A pure java API for Infoblox DNS appliance.
package com.oneops.infoblox;
import java.lang.Override;
import java.lang.String;
final class AutoValue_InfobloxClient extends $AutoValue_InfobloxClient {
AutoValue_InfobloxClient(String endPoint, String wapiVersion, String userName, String password, String dnsView, boolean tlsVerify, int timeout) {
super(endPoint, wapiVersion, userName, password, dnsView, tlsVerify, timeout);
}
@Override
public final String toString() {
return "InfobloxClient{"
+ "endPoint=" + endPoint() + ", "
+ "wapiVersion=" + wapiVersion() + ", "
+ "userName=██, "
+ "password=██, "
+ "dnsView=" + dnsView() + ", "
+ "tlsVerify=" + tlsVerify() + ", "
+ "timeout=" + timeout()
+ '}';
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy