Volcengine v0.0.27 published on Tuesday, Dec 10, 2024 by Volcengine
volcengine.nas.MountPoints
Explore with Pulumi AI
Use this data source to query detailed information of nas mount points
Using MountPoints
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function mountPoints(args: MountPointsArgs, opts?: InvokeOptions): Promise<MountPointsResult>
function mountPointsOutput(args: MountPointsOutputArgs, opts?: InvokeOptions): Output<MountPointsResult>def mount_points(file_system_id: Optional[str] = None,
                 mount_point_id: Optional[str] = None,
                 mount_point_name: Optional[str] = None,
                 output_file: Optional[str] = None,
                 vpcs_id: Optional[str] = None,
                 opts: Optional[InvokeOptions] = None) -> MountPointsResult
def mount_points_output(file_system_id: Optional[pulumi.Input[str]] = None,
                 mount_point_id: Optional[pulumi.Input[str]] = None,
                 mount_point_name: Optional[pulumi.Input[str]] = None,
                 output_file: Optional[pulumi.Input[str]] = None,
                 vpcs_id: Optional[pulumi.Input[str]] = None,
                 opts: Optional[InvokeOptions] = None) -> Output[MountPointsResult]func MountPoints(ctx *Context, args *MountPointsArgs, opts ...InvokeOption) (*MountPointsResult, error)
func MountPointsOutput(ctx *Context, args *MountPointsOutputArgs, opts ...InvokeOption) MountPointsResultOutputpublic static class MountPoints 
{
    public static Task<MountPointsResult> InvokeAsync(MountPointsArgs args, InvokeOptions? opts = null)
    public static Output<MountPointsResult> Invoke(MountPointsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<MountPointsResult> mountPoints(MountPointsArgs args, InvokeOptions options)
public static Output<MountPointsResult> mountPoints(MountPointsArgs args, InvokeOptions options)
fn::invoke:
  function: volcengine:nas:MountPoints
  arguments:
    # arguments dictionaryThe following arguments are supported:
- FileSystem stringId 
- The id of the file system.
- MountPoint stringId 
- The id of the mount point.
- MountPoint stringName 
- The name of the mount point.
- OutputFile string
- File name where to save data source results.
- VpcsId string
- The id of the vpc.
- FileSystem stringId 
- The id of the file system.
- MountPoint stringId 
- The id of the mount point.
- MountPoint stringName 
- The name of the mount point.
- OutputFile string
- File name where to save data source results.
- VpcsId string
- The id of the vpc.
- fileSystem StringId 
- The id of the file system.
- mountPoint StringId 
- The id of the mount point.
- mountPoint StringName 
- The name of the mount point.
- outputFile String
- File name where to save data source results.
- vpcsId String
- The id of the vpc.
- fileSystem stringId 
- The id of the file system.
- mountPoint stringId 
- The id of the mount point.
- mountPoint stringName 
- The name of the mount point.
- outputFile string
- File name where to save data source results.
- vpcsId string
- The id of the vpc.
- file_system_ strid 
- The id of the file system.
- mount_point_ strid 
- The id of the mount point.
- mount_point_ strname 
- The name of the mount point.
- output_file str
- File name where to save data source results.
- vpcs_id str
- The id of the vpc.
- fileSystem StringId 
- The id of the file system.
- mountPoint StringId 
- The id of the mount point.
- mountPoint StringName 
- The name of the mount point.
- outputFile String
- File name where to save data source results.
- vpcsId String
- The id of the vpc.
MountPoints Result
The following output properties are available:
- FileSystem stringId 
- The id of the file system.
- Id string
- The provider-assigned unique ID for this managed resource.
- MountPoints List<MountPoints Mount Point> 
- The list of the mount point.
- TotalCount int
- The total count of nas mount points query.
- MountPoint stringId 
- The id of the mount point.
- MountPoint stringName 
- The name of the mount point.
- OutputFile string
- VpcsId string
- FileSystem stringId 
- The id of the file system.
- Id string
- The provider-assigned unique ID for this managed resource.
- MountPoints []MountPoints Mount Point 
- The list of the mount point.
- TotalCount int
- The total count of nas mount points query.
- MountPoint stringId 
- The id of the mount point.
- MountPoint stringName 
- The name of the mount point.
- OutputFile string
- VpcsId string
- fileSystem StringId 
- The id of the file system.
- id String
- The provider-assigned unique ID for this managed resource.
- mountPoints List<MountPoints Mount Point> 
- The list of the mount point.
- totalCount Integer
- The total count of nas mount points query.
- mountPoint StringId 
- The id of the mount point.
- mountPoint StringName 
- The name of the mount point.
- outputFile String
- vpcsId String
- fileSystem stringId 
- The id of the file system.
- id string
- The provider-assigned unique ID for this managed resource.
- mountPoints MountPoints Mount Point[] 
- The list of the mount point.
- totalCount number
- The total count of nas mount points query.
- mountPoint stringId 
- The id of the mount point.
- mountPoint stringName 
- The name of the mount point.
- outputFile string
- vpcsId string
- file_system_ strid 
- The id of the file system.
- id str
- The provider-assigned unique ID for this managed resource.
- mount_points Sequence[MountPoints Mount Point] 
- The list of the mount point.
- total_count int
- The total count of nas mount points query.
- mount_point_ strid 
- The id of the mount point.
- mount_point_ strname 
- The name of the mount point.
- output_file str
- vpcs_id str
- fileSystem StringId 
- The id of the file system.
- id String
- The provider-assigned unique ID for this managed resource.
- mountPoints List<Property Map>
- The list of the mount point.
- totalCount Number
- The total count of nas mount points query.
- mountPoint StringId 
- The id of the mount point.
- mountPoint StringName 
- The name of the mount point.
- outputFile String
- vpcsId String
Supporting Types
MountPointsMountPoint   
- CreateTime string
- The creation time of the permission group.
- Domain string
- The dns address.
- Ip string
- The address of the mount point.
- MountPoint stringId 
- The id of the mount point.
- MountPoint stringName 
- The name of the mount point.
- PermissionGroups List<MountPoints Mount Point Permission Group> 
- The struct of the permission group.
- Status string
- The status of the mount point.
- SubnetId string
- The id of the subnet.
- SubnetName string
- The name of the subnet.
- UpdateTime string
- The update time of the mount point.
- VpcId string
- The id of the vpc.
- VpcName string
- The name of the vpc.
- CreateTime string
- The creation time of the permission group.
- Domain string
- The dns address.
- Ip string
- The address of the mount point.
- MountPoint stringId 
- The id of the mount point.
- MountPoint stringName 
- The name of the mount point.
- PermissionGroups []MountPoints Mount Point Permission Group 
- The struct of the permission group.
- Status string
- The status of the mount point.
- SubnetId string
- The id of the subnet.
- SubnetName string
- The name of the subnet.
- UpdateTime string
- The update time of the mount point.
- VpcId string
- The id of the vpc.
- VpcName string
- The name of the vpc.
- createTime String
- The creation time of the permission group.
- domain String
- The dns address.
- ip String
- The address of the mount point.
- mountPoint StringId 
- The id of the mount point.
- mountPoint StringName 
- The name of the mount point.
- permissionGroups List<MountPoints Mount Point Permission Group> 
- The struct of the permission group.
- status String
- The status of the mount point.
- subnetId String
- The id of the subnet.
- subnetName String
- The name of the subnet.
- updateTime String
- The update time of the mount point.
- vpcId String
- The id of the vpc.
- vpcName String
- The name of the vpc.
- createTime string
- The creation time of the permission group.
- domain string
- The dns address.
- ip string
- The address of the mount point.
- mountPoint stringId 
- The id of the mount point.
- mountPoint stringName 
- The name of the mount point.
- permissionGroups MountPoints Mount Point Permission Group[] 
- The struct of the permission group.
- status string
- The status of the mount point.
- subnetId string
- The id of the subnet.
- subnetName string
- The name of the subnet.
- updateTime string
- The update time of the mount point.
- vpcId string
- The id of the vpc.
- vpcName string
- The name of the vpc.
- create_time str
- The creation time of the permission group.
- domain str
- The dns address.
- ip str
- The address of the mount point.
- mount_point_ strid 
- The id of the mount point.
- mount_point_ strname 
- The name of the mount point.
- permission_groups Sequence[MountPoints Mount Point Permission Group] 
- The struct of the permission group.
- status str
- The status of the mount point.
- subnet_id str
- The id of the subnet.
- subnet_name str
- The name of the subnet.
- update_time str
- The update time of the mount point.
- vpc_id str
- The id of the vpc.
- vpc_name str
- The name of the vpc.
- createTime String
- The creation time of the permission group.
- domain String
- The dns address.
- ip String
- The address of the mount point.
- mountPoint StringId 
- The id of the mount point.
- mountPoint StringName 
- The name of the mount point.
- permissionGroups List<Property Map>
- The struct of the permission group.
- status String
- The status of the mount point.
- subnetId String
- The id of the subnet.
- subnetName String
- The name of the subnet.
- updateTime String
- The update time of the mount point.
- vpcId String
- The id of the vpc.
- vpcName String
- The name of the vpc.
MountPointsMountPointPermissionGroup     
- CreateTime string
- The creation time of the permission group.
- Description string
- The description of the permission group.
- FileSystem intCount 
- The number of the file system.
- FileSystem stringType 
- The file system type of the permission group.
- MountPoints List<MountPoints Mount Point Permission Group Mount Point> 
- The list of the mount point.
- PermissionGroup stringId 
- The id of the permission group.
- PermissionGroup stringName 
- The name of the permission group.
- PermissionRule intCount 
- The number of the permission rule.
- CreateTime string
- The creation time of the permission group.
- Description string
- The description of the permission group.
- FileSystem intCount 
- The number of the file system.
- FileSystem stringType 
- The file system type of the permission group.
- MountPoints []MountPoints Mount Point Permission Group Mount Point 
- The list of the mount point.
- PermissionGroup stringId 
- The id of the permission group.
- PermissionGroup stringName 
- The name of the permission group.
- PermissionRule intCount 
- The number of the permission rule.
- createTime String
- The creation time of the permission group.
- description String
- The description of the permission group.
- fileSystem IntegerCount 
- The number of the file system.
- fileSystem StringType 
- The file system type of the permission group.
- mountPoints List<MountPoints Mount Point Permission Group Mount Point> 
- The list of the mount point.
- permissionGroup StringId 
- The id of the permission group.
- permissionGroup StringName 
- The name of the permission group.
- permissionRule IntegerCount 
- The number of the permission rule.
- createTime string
- The creation time of the permission group.
- description string
- The description of the permission group.
- fileSystem numberCount 
- The number of the file system.
- fileSystem stringType 
- The file system type of the permission group.
- mountPoints MountPoints Mount Point Permission Group Mount Point[] 
- The list of the mount point.
- permissionGroup stringId 
- The id of the permission group.
- permissionGroup stringName 
- The name of the permission group.
- permissionRule numberCount 
- The number of the permission rule.
- create_time str
- The creation time of the permission group.
- description str
- The description of the permission group.
- file_system_ intcount 
- The number of the file system.
- file_system_ strtype 
- The file system type of the permission group.
- mount_points Sequence[MountPoints Mount Point Permission Group Mount Point] 
- The list of the mount point.
- permission_group_ strid 
- The id of the permission group.
- permission_group_ strname 
- The name of the permission group.
- permission_rule_ intcount 
- The number of the permission rule.
- createTime String
- The creation time of the permission group.
- description String
- The description of the permission group.
- fileSystem NumberCount 
- The number of the file system.
- fileSystem StringType 
- The file system type of the permission group.
- mountPoints List<Property Map>
- The list of the mount point.
- permissionGroup StringId 
- The id of the permission group.
- permissionGroup StringName 
- The name of the permission group.
- permissionRule NumberCount 
- The number of the permission rule.
MountPointsMountPointPermissionGroupMountPoint       
- FileSystem stringId 
- The id of the file system.
- MountPoint stringId 
- The id of the mount point.
- MountPoint stringName 
- The name of the mount point.
- FileSystem stringId 
- The id of the file system.
- MountPoint stringId 
- The id of the mount point.
- MountPoint stringName 
- The name of the mount point.
- fileSystem StringId 
- The id of the file system.
- mountPoint StringId 
- The id of the mount point.
- mountPoint StringName 
- The name of the mount point.
- fileSystem stringId 
- The id of the file system.
- mountPoint stringId 
- The id of the mount point.
- mountPoint stringName 
- The name of the mount point.
- file_system_ strid 
- The id of the file system.
- mount_point_ strid 
- The id of the mount point.
- mount_point_ strname 
- The name of the mount point.
- fileSystem StringId 
- The id of the file system.
- mountPoint StringId 
- The id of the mount point.
- mountPoint StringName 
- The name of the mount point.
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the volcengineTerraform Provider.