public class BMCFluentImpl<A extends BMCFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements BMCFluent<A>
| Constructor and Description |
|---|
BMCFluentImpl() |
BMCFluentImpl(BMC instance) |
public BMCFluentImpl()
public BMCFluentImpl(BMC instance)
public String getAddress()
getAddress in interface BMCFluent<A extends BMCFluent<A>>public A withAddress(String address)
withAddress in interface BMCFluent<A extends BMCFluent<A>>public Boolean hasAddress()
hasAddress in interface BMCFluent<A extends BMCFluent<A>>@Deprecated public A withNewAddress(String arg0)
withNewAddress in interface BMCFluent<A extends BMCFluent<A>>public Boolean getDisableCertificateVerification()
getDisableCertificateVerification in interface BMCFluent<A extends BMCFluent<A>>public A withDisableCertificateVerification(Boolean disableCertificateVerification)
withDisableCertificateVerification in interface BMCFluent<A extends BMCFluent<A>>public Boolean hasDisableCertificateVerification()
hasDisableCertificateVerification in interface BMCFluent<A extends BMCFluent<A>>public String getPassword()
getPassword in interface BMCFluent<A extends BMCFluent<A>>public A withPassword(String password)
withPassword in interface BMCFluent<A extends BMCFluent<A>>public Boolean hasPassword()
hasPassword in interface BMCFluent<A extends BMCFluent<A>>@Deprecated public A withNewPassword(String arg0)
withNewPassword in interface BMCFluent<A extends BMCFluent<A>>public String getUsername()
getUsername in interface BMCFluent<A extends BMCFluent<A>>public A withUsername(String username)
withUsername in interface BMCFluent<A extends BMCFluent<A>>public Boolean hasUsername()
hasUsername in interface BMCFluent<A extends BMCFluent<A>>@Deprecated public A withNewUsername(String arg0)
withNewUsername in interface BMCFluent<A extends BMCFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface BMCFluent<A extends BMCFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface BMCFluent<A extends BMCFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface BMCFluent<A extends BMCFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface BMCFluent<A extends BMCFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface BMCFluent<A extends BMCFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface BMCFluent<A extends BMCFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface BMCFluent<A extends BMCFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.