[−][src]Struct em_client::models::ConversionRequest
Fields
input_image_name: StringRegistry and image name for the input container, e.g. my-registry/sample-app:latest
output_image_name: StringRegistry and image name for the output container, e.g. my-registry/sample-app-enclaveos:latest
input_auth_config: Option<AuthConfig>output_auth_config: Option<AuthConfig>auth_config: Option<AuthConfig>mem_size: Option<String>Override the enclave size, e.g. 2048M. Suffixes K, M, and G are supported.
threads: Option<i32>Number of enclave threads
debug: Option<bool>Enables debug logging from EnclaveOS
entrypoint: Option<Vec<String>>Override the entrypoint of the original container
entrypoint_args: Option<Vec<String>>Override additional arguments to the container entrypoint
encrypted_dirs: Option<Vec<String>>Filesystem directories to encrypt using enclave sealing key
manifest_options: Option<Value>Add additional options to EnclaveOS manifest file
certificates: Option<Vec<CertificateConfig>>ca_certificates: Option<Vec<CaCertificateConfig>>signing_key: Option<SigningKeyConfig>external_packages: Option<String>Fortanix external packages mount point in the toolserver container
app: Option<Value>core_dump_pattern: Option<String>Template for generating debug core dump file paths
log_file_path: Option<String>Path for EnclaveOS log file
java_mode: Option<String>Type of the Java JVM used
rw_dirs: Option<Vec<String>>List of read write directories
allow_cmdline_args: Option<bool>Allow command line arguments to EnclaveOS application
manifest_env: Option<Vec<String>>List of manifest environment variables
Implementations
impl ConversionRequest[src]
pub fn new(
input_image_name: String,
output_image_name: String
) -> ConversionRequest[src]
input_image_name: String,
output_image_name: String
) -> ConversionRequest
Trait Implementations
impl Clone for ConversionRequest[src]
fn clone(&self) -> ConversionRequest[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for ConversionRequest[src]
impl<'de> Deserialize<'de> for ConversionRequest[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl PartialEq<ConversionRequest> for ConversionRequest[src]
fn eq(&self, other: &ConversionRequest) -> bool[src]
fn ne(&self, other: &ConversionRequest) -> bool[src]
impl Serialize for ConversionRequest[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer, [src]
__S: Serializer,
impl StructuralPartialEq for ConversionRequest[src]
Auto Trait Implementations
impl RefUnwindSafe for ConversionRequest
impl Send for ConversionRequest
impl Sync for ConversionRequest
impl Unpin for ConversionRequest
impl UnwindSafe for ConversionRequest
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Typeable for T where
T: Any,
T: Any,