Skip to content

LocalVolumeProperty

Initializer

import com.aliyun.ros.cdk.edas.RosK8sApplication.LocalVolumeProperty;
LocalVolumeProperty.builder()
//  .mountPath(java.lang.String)
//  .mountPath(IResolvable)
//  .nodePath(java.lang.String)
//  .nodePath(IResolvable)
//  .type(java.lang.String)
//  .type(IResolvable)
    .build();

Properties

Name Type Description
mountPath java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
nodePath java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
type java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.

mountPathOptional

public java.lang.Object getMountPath();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

nodePathOptional

public java.lang.Object getNodePath();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

typeOptional

public java.lang.Object getType();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable