// Generated by redfish-codegen. Do not modify.
/// This action is used to create a new volume resource to provide expanded data protection through a replica relationship with the specified source volume.
#[derive(Clone, Debug, serde::Deserialize, serde::Serialize)]
#[derive(derivative::Derivative)]
#[derivative(Default)]
pub struct CreateReplicaTarget {
/// Link to invoke action
#[serde(default, skip_serializing_if = "Option::is_none")]
pub target: Option<String>,
/// Friendly action name
#[serde(default, skip_serializing_if = "Option::is_none")]
pub title: Option<String>,
}
impl crate::Metadata<'static> for CreateReplicaTarget {
const JSON_SCHEMA: &'static str = "Volume.v1_9_0.json";
}