Skip to content

MountDescsProperty

Initializer

import com.aliyun.ros.cdk.edas.RosK8sApplication.MountDescsProperty;
MountDescsProperty.builder()
//  .mountPath(java.lang.String)
//  .mountPath(IResolvable)
//  .nasPath(java.lang.String)
//  .nasPath(IResolvable)
    .build();

Properties

Name Type Description
mountPath java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
nasPath 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

nasPathOptional

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