public static class RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Seccomp.Syscall extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Seccomp.Syscall.SeccompArgThis class is a Java representation of the seccomp arguments
 of the OCI Runtime Specification. | 
| Constructor and Description | 
|---|
| Syscall() | 
| Syscall(List<String> names,
       String action,
       List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Seccomp.Syscall.SeccompArg> args) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAction() | 
| List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Seccomp.Syscall.SeccompArg> | getArgs() | 
| List<String> | getNames() | 
public Syscall(List<String> names, String action, List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Seccomp.Syscall.SeccompArg> args)
public Syscall()
public String getAction()
public List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Seccomp.Syscall.SeccompArg> getArgs()
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.