VolumesProperty
Initializer
import ros_cdk_ess
ros_cdk_ess.RosEciScalingConfiguration.VolumesProperty(
name: typing.Union[str, IResolvable],
type: typing.Union[str, IResolvable],
config_file_volume_config_file_to_paths: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, ConfigFileVolumeConfigFileToPathsProperty]]] = None,
config_file_volume_default_mode: typing.Union[typing.Union[int, float], IResolvable] = None,
disk_volume_disk_id: typing.Union[str, IResolvable] = None,
disk_volume_disk_size: typing.Union[typing.Union[int, float], IResolvable] = None,
empty_dir_volume_medium: typing.Union[str, IResolvable] = None,
empty_dir_volume_size_limit: typing.Union[str, IResolvable] = None,
flex_volume_driver: typing.Union[str, IResolvable] = None,
flex_volume_fs_type: typing.Union[str, IResolvable] = None,
flex_volume_options: typing.Union[str, IResolvable] = None,
host_path_volume_path: typing.Union[str, IResolvable] = None,
host_path_volume_type: typing.Union[str, IResolvable] = None,
nfs_volume_path: typing.Union[str, IResolvable] = None,
nfs_volume_read_only: typing.Union[bool, IResolvable] = None,
nfs_volume_server: typing.Union[str, IResolvable] = None
)
Properties
| Name | Type | Description |
name | typing.Union[str, ros_cdk_core.IResolvable] | No description. |
type | typing.Union[str, ros_cdk_core.IResolvable] | No description. |
config_file_volume_config_file_to_paths | typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, ConfigFileVolumeConfigFileToPathsProperty]]] | No description. |
config_file_volume_default_mode | typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] | No description. |
disk_volume_disk_id | typing.Union[str, ros_cdk_core.IResolvable] | No description. |
disk_volume_disk_size | typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] | No description. |
empty_dir_volume_medium | typing.Union[str, ros_cdk_core.IResolvable] | No description. |
empty_dir_volume_size_limit | typing.Union[str, ros_cdk_core.IResolvable] | No description. |
flex_volume_driver | typing.Union[str, ros_cdk_core.IResolvable] | No description. |
flex_volume_fs_type | typing.Union[str, ros_cdk_core.IResolvable] | No description. |
flex_volume_options | typing.Union[str, ros_cdk_core.IResolvable] | No description. |
host_path_volume_path | typing.Union[str, ros_cdk_core.IResolvable] | No description. |
host_path_volume_type | typing.Union[str, ros_cdk_core.IResolvable] | No description. |
nfs_volume_path | typing.Union[str, ros_cdk_core.IResolvable] | No description. |
nfs_volume_read_only | typing.Union[bool, ros_cdk_core.IResolvable] | No description. |
nfs_volume_server | typing.Union[str, ros_cdk_core.IResolvable] | No description. |
nameRequired
name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
typeRequired
type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
config_file_volume_config_file_to_pathsOptional
config_file_volume_config_file_to_paths: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, ConfigFileVolumeConfigFileToPathsProperty]]]
config_file_volume_default_modeOptional
config_file_volume_default_mode: typing.Union[typing.Union[int, float], IResolvable]
- Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]
disk_volume_disk_idOptional
disk_volume_disk_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
disk_volume_disk_sizeOptional
disk_volume_disk_size: typing.Union[typing.Union[int, float], IResolvable]
- Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]
empty_dir_volume_mediumOptional
empty_dir_volume_medium: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
empty_dir_volume_size_limitOptional
empty_dir_volume_size_limit: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
flex_volume_driverOptional
flex_volume_driver: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
flex_volume_fs_typeOptional
flex_volume_fs_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
flex_volume_optionsOptional
flex_volume_options: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
host_path_volume_pathOptional
host_path_volume_path: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
host_path_volume_typeOptional
host_path_volume_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
nfs_volume_pathOptional
nfs_volume_path: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
nfs_volume_read_onlyOptional
nfs_volume_read_only: typing.Union[bool, IResolvable]
- Type: typing.Union[bool, ros_cdk_core.IResolvable]
nfs_volume_serverOptional
nfs_volume_server: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]