Volcengine v0.0.30 published on Wednesday, May 7, 2025 by Volcengine
volcengine.nas.getMountPoints
Explore with Pulumi AI
Use this data source to query detailed information of nas mount points
Using getMountPoints
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 getMountPoints(args: GetMountPointsArgs, opts?: InvokeOptions): Promise<GetMountPointsResult>
function getMountPointsOutput(args: GetMountPointsOutputArgs, opts?: InvokeOptions): Output<GetMountPointsResult>
def get_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,
vpc_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetMountPointsResult
def get_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,
vpc_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMountPointsResult]
func GetMountPoints(ctx *Context, args *GetMountPointsArgs, opts ...InvokeOption) (*GetMountPointsResult, error)
func GetMountPointsOutput(ctx *Context, args *GetMountPointsOutputArgs, opts ...InvokeOption) GetMountPointsResultOutput
> Note: This function is named GetMountPoints
in the Go SDK.
public static class GetMountPoints
{
public static Task<GetMountPointsResult> InvokeAsync(GetMountPointsArgs args, InvokeOptions? opts = null)
public static Output<GetMountPointsResult> Invoke(GetMountPointsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetMountPointsResult> getMountPoints(GetMountPointsArgs args, InvokeOptions options)
public static Output<GetMountPointsResult> getMountPoints(GetMountPointsArgs args, InvokeOptions options)
fn::invoke:
function: volcengine:nas/getMountPoints:getMountPoints
arguments:
# arguments dictionary
The following arguments are supported:
- File
System stringId - The id of the file system.
- Mount
Point stringId - The id of the mount point.
- Mount
Point stringName - The name of the mount point.
- Output
File string - File name where to save data source results.
- Vpc
Id string - The id of the vpc.
- File
System stringId - The id of the file system.
- Mount
Point stringId - The id of the mount point.
- Mount
Point stringName - The name of the mount point.
- Output
File string - File name where to save data source results.
- Vpc
Id string - The id of the vpc.
- file
System StringId - The id of the file system.
- mount
Point StringId - The id of the mount point.
- mount
Point StringName - The name of the mount point.
- output
File String - File name where to save data source results.
- vpc
Id String - The id of the vpc.
- file
System stringId - The id of the file system.
- mount
Point stringId - The id of the mount point.
- mount
Point stringName - The name of the mount point.
- output
File string - File name where to save data source results.
- vpc
Id 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.
- vpc_
id str - The id of the vpc.
- file
System StringId - The id of the file system.
- mount
Point StringId - The id of the mount point.
- mount
Point StringName - The name of the mount point.
- output
File String - File name where to save data source results.
- vpc
Id String - The id of the vpc.
getMountPoints Result
The following output properties are available:
- File
System stringId - The id of the file system.
- Id string
- The provider-assigned unique ID for this managed resource.
- Mount
Points List<GetMount Points Mount Point> - The list of the mount point.
- Total
Count int - The total count of nas mount points query.
- Mount
Point stringId - The id of the mount point.
- Mount
Point stringName - The name of the mount point.
- Output
File string - Vpc
Id string - The id of the vpc.
- File
System stringId - The id of the file system.
- Id string
- The provider-assigned unique ID for this managed resource.
- Mount
Points []GetMount Points Mount Point - The list of the mount point.
- Total
Count int - The total count of nas mount points query.
- Mount
Point stringId - The id of the mount point.
- Mount
Point stringName - The name of the mount point.
- Output
File string - Vpc
Id string - The id of the vpc.
- file
System StringId - The id of the file system.
- id String
- The provider-assigned unique ID for this managed resource.
- mount
Points List<GetMount Points Mount Point> - The list of the mount point.
- total
Count Integer - The total count of nas mount points query.
- mount
Point StringId - The id of the mount point.
- mount
Point StringName - The name of the mount point.
- output
File String - vpc
Id String - The id of the vpc.
- file
System stringId - The id of the file system.
- id string
- The provider-assigned unique ID for this managed resource.
- mount
Points GetMount Points Mount Point[] - The list of the mount point.
- total
Count number - The total count of nas mount points query.
- mount
Point stringId - The id of the mount point.
- mount
Point stringName - The name of the mount point.
- output
File string - vpc
Id string - The id of the vpc.
- file_
system_ strid - The id of the file system.
- id str
- The provider-assigned unique ID for this managed resource.
- mount_
points Sequence[GetMount Points 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 - vpc_
id str - The id of the vpc.
- file
System StringId - The id of the file system.
- id String
- The provider-assigned unique ID for this managed resource.
- mount
Points List<Property Map> - The list of the mount point.
- total
Count Number - The total count of nas mount points query.
- mount
Point StringId - The id of the mount point.
- mount
Point StringName - The name of the mount point.
- output
File String - vpc
Id String - The id of the vpc.
Supporting Types
GetMountPointsMountPoint
- Create
Time string - The creation time of the permission group.
- Domain string
- The dns address.
- Ip string
- The address of the mount point.
- Mount
Point stringId - The id of the mount point.
- Mount
Point stringName - The name of the mount point.
- Permission
Groups List<GetMount Points Mount Point Permission Group> - The struct of the permission group.
- Status string
- The status of the mount point.
- Subnet
Id string - The id of the subnet.
- Subnet
Name string - The name of the subnet.
- Update
Time string - The update time of the mount point.
- Vpc
Id string - The id of the vpc.
- Vpc
Name string - The name of the vpc.
- Create
Time string - The creation time of the permission group.
- Domain string
- The dns address.
- Ip string
- The address of the mount point.
- Mount
Point stringId - The id of the mount point.
- Mount
Point stringName - The name of the mount point.
- Permission
Groups []GetMount Points Mount Point Permission Group - The struct of the permission group.
- Status string
- The status of the mount point.
- Subnet
Id string - The id of the subnet.
- Subnet
Name string - The name of the subnet.
- Update
Time string - The update time of the mount point.
- Vpc
Id string - The id of the vpc.
- Vpc
Name string - The name of the vpc.
- create
Time String - The creation time of the permission group.
- domain String
- The dns address.
- ip String
- The address of the mount point.
- mount
Point StringId - The id of the mount point.
- mount
Point StringName - The name of the mount point.
- permission
Groups List<GetMount Points Mount Point Permission Group> - The struct of the permission group.
- status String
- The status of the mount point.
- subnet
Id String - The id of the subnet.
- subnet
Name String - The name of the subnet.
- update
Time String - The update time of the mount point.
- vpc
Id String - The id of the vpc.
- vpc
Name String - The name of the vpc.
- create
Time string - The creation time of the permission group.
- domain string
- The dns address.
- ip string
- The address of the mount point.
- mount
Point stringId - The id of the mount point.
- mount
Point stringName - The name of the mount point.
- permission
Groups GetMount Points Mount Point Permission Group[] - The struct of the permission group.
- status string
- The status of the mount point.
- subnet
Id string - The id of the subnet.
- subnet
Name string - The name of the subnet.
- update
Time string - The update time of the mount point.
- vpc
Id string - The id of the vpc.
- vpc
Name 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[GetMount Points 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.
- create
Time String - The creation time of the permission group.
- domain String
- The dns address.
- ip String
- The address of the mount point.
- mount
Point StringId - The id of the mount point.
- mount
Point StringName - The name of the mount point.
- permission
Groups List<Property Map> - The struct of the permission group.
- status String
- The status of the mount point.
- subnet
Id String - The id of the subnet.
- subnet
Name String - The name of the subnet.
- update
Time String - The update time of the mount point.
- vpc
Id String - The id of the vpc.
- vpc
Name String - The name of the vpc.
GetMountPointsMountPointPermissionGroup
- Create
Time string - The creation time of the permission group.
- Description string
- The description of the permission group.
- File
System intCount - The number of the file system.
- File
System stringType - The file system type of the permission group.
- Mount
Points List<GetMount Points Mount Point Permission Group Mount Point> - The list of the mount point.
- Permission
Group stringId - The id of the permission group.
- Permission
Group stringName - The name of the permission group.
- Permission
Rule intCount - The number of the permission rule.
- Create
Time string - The creation time of the permission group.
- Description string
- The description of the permission group.
- File
System intCount - The number of the file system.
- File
System stringType - The file system type of the permission group.
- Mount
Points []GetMount Points Mount Point Permission Group Mount Point - The list of the mount point.
- Permission
Group stringId - The id of the permission group.
- Permission
Group stringName - The name of the permission group.
- Permission
Rule intCount - The number of the permission rule.
- create
Time String - The creation time of the permission group.
- description String
- The description of the permission group.
- file
System IntegerCount - The number of the file system.
- file
System StringType - The file system type of the permission group.
- mount
Points List<GetMount Points Mount Point Permission Group Mount Point> - The list of the mount point.
- permission
Group StringId - The id of the permission group.
- permission
Group StringName - The name of the permission group.
- permission
Rule IntegerCount - The number of the permission rule.
- create
Time string - The creation time of the permission group.
- description string
- The description of the permission group.
- file
System numberCount - The number of the file system.
- file
System stringType - The file system type of the permission group.
- mount
Points GetMount Points Mount Point Permission Group Mount Point[] - The list of the mount point.
- permission
Group stringId - The id of the permission group.
- permission
Group stringName - The name of the permission group.
- permission
Rule 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[GetMount Points 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.
- create
Time String - The creation time of the permission group.
- description String
- The description of the permission group.
- file
System NumberCount - The number of the file system.
- file
System StringType - The file system type of the permission group.
- mount
Points List<Property Map> - The list of the mount point.
- permission
Group StringId - The id of the permission group.
- permission
Group StringName - The name of the permission group.
- permission
Rule NumberCount - The number of the permission rule.
GetMountPointsMountPointPermissionGroupMountPoint
- File
System stringId - The id of the file system.
- Mount
Point stringId - The id of the mount point.
- Mount
Point stringName - The name of the mount point.
- File
System stringId - The id of the file system.
- Mount
Point stringId - The id of the mount point.
- Mount
Point stringName - The name of the mount point.
- file
System StringId - The id of the file system.
- mount
Point StringId - The id of the mount point.
- mount
Point StringName - The name of the mount point.
- file
System stringId - The id of the file system.
- mount
Point stringId - The id of the mount point.
- mount
Point 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.
- file
System StringId - The id of the file system.
- mount
Point StringId - The id of the mount point.
- mount
Point 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
volcengine
Terraform Provider.