Apache Mesos
Public Attributes | List of all members
mesos::DiskProfileAdaptor::ProfileInfo Struct Reference

#include <disk_profile_adaptor.hpp>

Public Attributes

Volume::Source::CSIVolume::VolumeCapability capability
 Corresponds to the volume_capability or volume_capabilities fields of the affected CSI requests listed in the module description. More...
 
google::protobuf::Map< std::string, std::string > parameters
 Free-form key-value pairs which should be passed into the body of a CreateVolumeRequest. More...
 

Member Data Documentation

Volume::Source::CSIVolume::VolumeCapability mesos::DiskProfileAdaptor::ProfileInfo::capability

Corresponds to the volume_capability or volume_capabilities fields of the affected CSI requests listed in the module description.

NOTE: Some CSI requests take a list of VolumeCapability objects. However, because there is no existing way to choose between a list of VolumeCapability objects, the module will only allow a single VolumeCapability.

google::protobuf::Map<std::string, std::string> mesos::DiskProfileAdaptor::ProfileInfo::parameters

Free-form key-value pairs which should be passed into the body of a CreateVolumeRequest.

Neither Mesos nor this module is expected to act upon these values (except copying them into the request).


The documentation for this struct was generated from the following file: