Skip to content

VolumeProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Eci;
new VolumeProperty {
    object Name,
    object Type,
    object ConfigFileVolumeConfigFileToPath = null,
    object EmptyDirVolumeMedium = null,
    object FlexVolumeDriver = null,
    object FlexVolumeFsType = null,
    object FlexVolumeOptions = null,
    object NfsVolumePath = null,
    object NfsVolumeReadOnly = null,
    object NfsVolumeServer = null
};

Properties

Name Type Description
Name object No description.
Type object No description.
ConfigFileVolumeConfigFileToPath object No description.
EmptyDirVolumeMedium object No description.
FlexVolumeDriver object No description.
FlexVolumeFsType object No description.
FlexVolumeOptions object No description.
NfsVolumePath object No description.
NfsVolumeReadOnly object No description.
NfsVolumeServer object No description.

NameRequired

public object Name { get; set; }
  • Type: object

TypeRequired

public object Type { get; set; }
  • Type: object

ConfigFileVolumeConfigFileToPathOptional

public object ConfigFileVolumeConfigFileToPath { get; set; }
  • Type: object

EmptyDirVolumeMediumOptional

public object EmptyDirVolumeMedium { get; set; }
  • Type: object

FlexVolumeDriverOptional

public object FlexVolumeDriver { get; set; }
  • Type: object

FlexVolumeFsTypeOptional

public object FlexVolumeFsType { get; set; }
  • Type: object

FlexVolumeOptionsOptional

public object FlexVolumeOptions { get; set; }
  • Type: object

NfsVolumePathOptional

public object NfsVolumePath { get; set; }
  • Type: object

NfsVolumeReadOnlyOptional

public object NfsVolumeReadOnly { get; set; }
  • Type: object

NfsVolumeServerOptional

public object NfsVolumeServer { get; set; }
  • Type: object