@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-01-04T09:55:14.976Z[Etc/UTC]") public class V1SeccompProfile extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_LOCALHOST_PROFILE |
static String |
SERIALIZED_NAME_TYPE |
Constructor and Description |
---|
V1SeccompProfile() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getLocalhostProfile()
localhostProfile indicates a profile defined in a file on the node should be used.
|
String |
getType()
type indicates which kind of seccomp profile will be applied.
|
int |
hashCode() |
V1SeccompProfile |
localhostProfile(String localhostProfile) |
void |
setLocalhostProfile(String localhostProfile) |
void |
setType(String type) |
String |
toString() |
V1SeccompProfile |
type(String type) |
public static final String SERIALIZED_NAME_LOCALHOST_PROFILE
public static final String SERIALIZED_NAME_TYPE
public V1SeccompProfile localhostProfile(String localhostProfile)
@Nullable public String getLocalhostProfile()
public void setLocalhostProfile(String localhostProfile)
public V1SeccompProfile type(String type)
public String getType()
public void setType(String type)
Copyright © 2021. All rights reserved.