public interface SeccompProfileFluent<A extends SeccompProfileFluent<A>> extends Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getLocalhostProfile() |
String |
getType() |
Boolean |
hasLocalhostProfile() |
Boolean |
hasType() |
A |
withLocalhostProfile(String localhostProfile) |
A |
withNewLocalhostProfile(String arg0)
Deprecated.
|
A |
withNewType(String arg0)
Deprecated.
|
A |
withType(String type) |
String getLocalhostProfile()
Boolean hasLocalhostProfile()
@Deprecated A withNewLocalhostProfile(String arg0)
String getType()
Boolean hasType()
@Deprecated A withNewType(String arg0)
Copyright © 2015–2021 Red Hat. All rights reserved.