public interface BMCDetailsFluent<A extends BMCDetailsFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
String |
getCredentialsName() |
Boolean |
getDisableCertificateVerification() |
Boolean |
hasAddress() |
Boolean |
hasCredentialsName() |
Boolean |
hasDisableCertificateVerification() |
A |
withAddress(String address) |
A |
withCredentialsName(String credentialsName) |
A |
withDisableCertificateVerification(Boolean disableCertificateVerification) |
A |
withNewAddress(String arg0)
Deprecated.
|
A |
withNewCredentialsName(String arg0)
Deprecated.
|
String getAddress()
Boolean hasAddress()
@Deprecated A withNewAddress(String arg0)
String getCredentialsName()
Boolean hasCredentialsName()
@Deprecated A withNewCredentialsName(String arg0)
Boolean getDisableCertificateVerification()
A withDisableCertificateVerification(Boolean disableCertificateVerification)
Boolean hasDisableCertificateVerification()
Copyright © 2015–2020 Red Hat. All rights reserved.