The msg.py
module#
Summary#
Provides the build information schema for the current build. |
|
|
Check the permissions response schema for the current user. |
|
Provides the request schema for copying metadata. |
|
Provides the token response schema for for downloading a file. |
|
Provides the request schema for getting metadata. |
|
Provides the response schema for metadata configuration for the current user. |
|
Provides the request schema for moving metadata. |
|
Provides the response schema for an operation ID. |
|
Provides the request schema for operations. |
|
Provides the response schema for permissions configuration for the current user. |
|
Provides the request schema for removing metadata. |
|
Provides the request schema for setting metadata. |
|
Provides the request schema for getting the build status. |
|
Provides the response schema for storage configuration for the current user. |
|
Provides the schema for a storage path with a remote. |
|
Provides the schema for path operations for a list of storage paths. |
|
Provides the schema for a source destination and destination storage path pair. |
|
Provides the schema for source destination operations for a list of source and destination storage path pairs. |
|
Provides the response schema for a list of operations. |
|
Provides the request schema for checking permissions for the current user. |
|
Provides the request schema for getting permissions for the current user. |
|
Provides the response schema for getting permissions for the current user. |
|
Provides the request schema for removing permissions for the current user. |
|
Provides the request schema for setting permissions for the current user. |
Description#
Provides the build information schema and response schemas for other data transfer operations.
Module detail#
- class msg.BuildInfo(/, **data: Any)#
Provides the build information schema for the current build.
Overview#
Import detail#
from ansys.hps.data_transfer.client.models.msg import BuildInfo
Attribute detail#
- class BuildInfo.CheckPermissionsResponse(/, **data: Any)#
Check the permissions response schema for the current user.
Overview#
Import detail#
from ansys.hps.data_transfer.client.models.msg import CheckPermissionsResponse
Attribute detail#
- class CheckPermissionsResponse.CopyMetadataRequest(/, **data: Any)#
Provides the request schema for copying metadata.
Overview#
Import detail#
from ansys.hps.data_transfer.client.models.msg import CopyMetadataRequest
Attribute detail#
- class CopyMetadataRequest.FileDownloadTokenResponse(/, **data: Any)#
Provides the token response schema for for downloading a file.
Overview#
Import detail#
from ansys.hps.data_transfer.client.models.msg import FileDownloadTokenResponse
Attribute detail#
- class FileDownloadTokenResponse.GetMetadataRequest(/, **data: Any)#
Provides the request schema for getting metadata.
Overview#
Import detail#
from ansys.hps.data_transfer.client.models.msg import GetMetadataRequest
Attribute detail#
- class GetMetadataRequest.MetadataConfigResponse(/, **data: Any)#
Provides the response schema for metadata configuration for the current user.
Overview#
Import detail#
from ansys.hps.data_transfer.client.models.msg import MetadataConfigResponse
Attribute detail#
- class MetadataConfigResponse.MoveMetadataRequest(/, **data: Any)#
Provides the request schema for moving metadata.
Overview#
Import detail#
from ansys.hps.data_transfer.client.models.msg import MoveMetadataRequest
Attribute detail#
- class MoveMetadataRequest.OpIdResponse(/, **data: Any)#
Provides the response schema for an operation ID.
Overview#
Import detail#
from ansys.hps.data_transfer.client.models.msg import OpIdResponse
Attribute detail#
- class OpIdResponse.OpsRequest(/, **data: Any)#
Provides the request schema for operations.
Overview#
Import detail#
from ansys.hps.data_transfer.client.models.msg import OpsRequest
Attribute detail#
- class OpsRequest.PermissionsConfigResponse(/, **data: Any)#
Provides the response schema for permissions configuration for the current user.
Overview#
Import detail#
from ansys.hps.data_transfer.client.models.msg import PermissionsConfigResponse
Attribute detail#
- class PermissionsConfigResponse.RemoveMetadataRequest(/, **data: Any)#
Provides the request schema for removing metadata.
Overview#
Import detail#
from ansys.hps.data_transfer.client.models.msg import RemoveMetadataRequest
Attribute detail#
- class RemoveMetadataRequest.SetMetadataRequest(/, **data: Any)#
Provides the request schema for setting metadata.
Overview#
Import detail#
from ansys.hps.data_transfer.client.models.msg import SetMetadataRequest
Attribute detail#
- SetMetadataRequest.metadata: SetMetadataRequest.metadata#
- class SetMetadataRequest.Status(/, **data: Any)#
Provides the request schema for getting the build status.
Overview#
Import detail#
from ansys.hps.data_transfer.client.models.msg import Status
Attribute detail#
- class Status.StorageConfigResponse(/, **data: Any)#
Provides the response schema for storage configuration for the current user.
Overview#
Import detail#
from ansys.hps.data_transfer.client.models.msg import StorageConfigResponse
Attribute detail#
- class StorageConfigResponse.StoragePath(/, **data: Any)#
Provides the schema for a storage path with a remote.
Overview#
Import detail#
from ansys.hps.data_transfer.client.models.msg import StoragePath
Attribute detail#
- class StoragePath.PathOperations(/, **data: Any)#
Provides the schema for path operations for a list of storage paths.
Overview#
Import detail#
from ansys.hps.data_transfer.client.models.msg import PathOperations
Attribute detail#
- PathOperations.operations: list[StoragePath]#
- class PathOperations.SrcDst(/, **data: Any)#
Provides the schema for a source destination and destination storage path pair.
Overview#
Import detail#
from ansys.hps.data_transfer.client.models.msg import SrcDst
Attribute detail#
- SrcDst.dst: StoragePath#
- SrcDst.src: StoragePath#
- class SrcDst.SrcDstOperations(/, **data: Any)#
Provides the schema for source destination operations for a list of source and destination storage path pairs.
Overview#
Import detail#
from ansys.hps.data_transfer.client.models.msg import SrcDstOperations
Attribute detail#
- class SrcDstOperations.OpsResponse(/, **data: Any)#
Provides the response schema for a list of operations.
Overview#
Import detail#
from ansys.hps.data_transfer.client.models.msg import OpsResponse
Attribute detail#
- class OpsResponse.CheckPermissionsRequest(/, **data: Any)#
Provides the request schema for checking permissions for the current user.
Overview#
Import detail#
from ansys.hps.data_transfer.client.models.msg import CheckPermissionsRequest
Attribute detail#
- class CheckPermissionsRequest.GetPermissionsRequest(/, **data: Any)#
Provides the request schema for getting permissions for the current user.
Overview#
Import detail#
from ansys.hps.data_transfer.client.models.msg import GetPermissionsRequest
Attribute detail#
- class GetPermissionsRequest.GetPermissionsResponse(/, **data: Any)#
Provides the response schema for getting permissions for the current user.
Overview#
Import detail#
from ansys.hps.data_transfer.client.models.msg import GetPermissionsResponse
Attribute detail#
- class GetPermissionsResponse.RemovePermissionsRequest(/, **data: Any)#
Provides the request schema for removing permissions for the current user.
Overview#
Import detail#
from ansys.hps.data_transfer.client.models.msg import RemovePermissionsRequest
Attribute detail#
- class RemovePermissionsRequest.SetPermissionsRequest(/, **data: Any)#
Provides the request schema for setting permissions for the current user.
Overview#
Import detail#
from ansys.hps.data_transfer.client.models.msg import SetPermissionsRequest