Struct libstorage::scaleio::SystemConfig[][src]

pub struct SystemConfig {
Show 13 fields pub system_id: String, pub mdm_port: String, pub snmp_resend_frequency: String, pub snmp_sampling_frequency: String, pub features_enable_snmp: String, pub cipher_suites: Option<String>, pub features_enable_im: String, pub snmp_port: String, pub bypass_certificate_check: String, pub mdm_username: String, pub mdm_addresses: Vec<String>, pub snmp_traps_receiver_ips: Option<Vec<String>>, pub allow_non_secure_communication: String,
}

Fields

system_id: Stringmdm_port: Stringsnmp_resend_frequency: Stringsnmp_sampling_frequency: Stringfeatures_enable_snmp: Stringcipher_suites: Option<String>features_enable_im: Stringsnmp_port: Stringbypass_certificate_check: Stringmdm_username: Stringmdm_addresses: Vec<String>snmp_traps_receiver_ips: Option<Vec<String>>allow_non_secure_communication: String

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Get the TypeId of this object.