Skip to content

MountPointProps

Properties for defining a MountPoint.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-dfs-mountpoint

Initializer

import com.aliyun.ros.cdk.dfs.MountPointProps;
MountPointProps.builder()
    .accessGroupId(java.lang.String)
    .accessGroupId(IResolvable)
    .fileSystemId(java.lang.String)
    .fileSystemId(IResolvable)
    .networkType(java.lang.String)
    .networkType(IResolvable)
    .vpcId(java.lang.String)
    .vpcId(IResolvable)
    .vSwitchId(java.lang.String)
    .vSwitchId(IResolvable)
//  .description(java.lang.String)
//  .description(IResolvable)
//  .status(java.lang.String)
//  .status(IResolvable)
    .build();

Properties

Name Type Description
accessGroupId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property accessGroupId: The ID of the Access Group.
fileSystemId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property fileSystemId: The ID of the File System.
networkType java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property networkType: The network type of the Mount Point.
vpcId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property vpcId: The vpc id.
vSwitchId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property vSwitchId: The vswitch id.
description java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property description: The description of the Mount Point.
status java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property status: The status of the Mount Point.

accessGroupIdRequired

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

Property accessGroupId: The ID of the Access Group.


fileSystemIdRequired

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

Property fileSystemId: The ID of the File System.


networkTypeRequired

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

Property networkType: The network type of the Mount Point.

Valid values: VPC.


vpcIdRequired

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

Property vpcId: The vpc id.


vSwitchIdRequired

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

Property vSwitchId: The vswitch id.


descriptionOptional

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

Property description: The description of the Mount Point.


statusOptional

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

Property status: The status of the Mount Point.

Valid values: Active, Inactive