CIM_CopyFileAction, ROOT\CIMV2\ms_409

Class | Childs (1) | Methods (1) | Properties (11) | Qualifiers (3) | Instances | Namespaces (2)
Samples: VB Script | C# | VB.Net | Search on:Microsoft

Description

The CIM_CopyFileAction specifies files that exist on a computer system, and to move or copy those files to a new location. The to/from information for the copy is specified using either the CIM_ToDirectorySpecification/CIM_FromDirectorySpecification or the CIM_ToDirectoryAction/CIM_FromDirectoryAction associations. The first set is used when the source and/or the target are to exist before any actions are taken. The second set is used when the source and/or target are created as a part of a previous action. In the latter case, the action to create the directory must occur prior to the CIM_CopyFileAction object.

CIM_CopyFileAction - child subclasses in ROOT\CIMV2\ms_409

Number of classes:1
Class nameChildsPropertiesMethodsClass
Instances
Child
Instances
AbstractSingleton
Win32_DuplicateFileAction0121999---

CIM_CopyFileAction methods

CIM_CopyFileAction has 1 methods (1 Derived)

NameOriginReturn
InvokeCIM_Actionuint32 {'out':True}

CIM_CopyFileAction properties

CIM_CopyFileAction has 11 properties (3 Local, 8 Derived)

NameOriginCIMType
key
ActionID
CIM_Action8 [string]
DeleteAfterCopyCIM_CopyFileAction11 [boolean]
DescriptionCIM_Action8 [string]
DestinationCIM_CopyFileAction8 [string]
DirectionCIM_Action18 [uint16]
NameCIM_Action8 [string]
SoftwareElementIDCIM_Action8 [string]
SoftwareElementStateCIM_Action18 [uint16]
SourceCIM_CopyFileAction8 [string]
TargetOperatingSystemCIM_Action18 [uint16]
VersionCIM_Action8 [string]

Detailed description of CIM_CopyFileAction methods

Derived methods (1) of CIM_CopyFileAction class

Invoke method
Returnuint32 {'out':True}
Description' The invoke method is to take a particular action. The details of how the method performs the action is implementation specific. The results of the method are based on the return value. - A 0 (zero) is returned if the condition is satisfied. - A 1 (one) is returned if the method is not supported. - Any other value indicates the condition is not satisfied. '
Invoke method is in 48 classes of ROOT\CIMV2\ms_409 and in 4 namespaces

Detailed description of CIM_CopyFileAction properties

Local properties (3) of CIM_CopyFileAction class

DeleteAfterCopy property
CIMTYPE'boolean'
Description'Indicates whether to delete the source file after the copy operation.'
DeleteAfterCopy property is in 2 classes of ROOT\CIMV2\ms_409 and in 2 namespaces
Destination property
CIMTYPE'string'
Description'The fully qualified destination filename.'
Destination property is in 4 classes of ROOT\CIMV2\ms_409 and in 7 namespaces
Source property
CIMTYPE'string'
Description'The fully qualified source filename.'
Source property is in 2 classes of ROOT\CIMV2\ms_409 and in 10 namespaces

Derived properties (8) of CIM_CopyFileAction class

ActionID property
CIMTYPE'string'
Description'The ActionID property is a unique identifier assigned to a particular action for a software element. '
keyTrue
ActionID property is in 25 classes of ROOT\CIMV2\ms_409 and in 2 namespaces
Description property
CIMTYPE'string'
Description'A description of the object.'
Description property is in 329 classes of ROOT\CIMV2\ms_409 and in 142 namespaces
Direction property
CIMTYPE'uint16'
Description'The Direction property indicates whether a particular CIM_Action object is part of a sequence of actions to transition the current software element to its next state, such as "Install" or to remove the current software element, such as "Uninstall".'
Values['Install', 'Uninstall']
Direction property is in 25 classes of ROOT\CIMV2\ms_409 and in 9 namespaces
Name property
CIMTYPE'string'
Description'Name is used to identify this software element'
Name property is in 306 classes of ROOT\CIMV2\ms_409 and in 142 namespaces
SoftwareElementID property
CIMTYPE'string'
Description' The SoftwareElementID is an identifier for this software element.'
SoftwareElementID property is in 53 classes of ROOT\CIMV2\ms_409 and in 3 namespaces
SoftwareElementState property
CIMTYPE'uint16'
Description' The SoftwareElementState indicates the state of a software element '
Values['Deployable', 'Installable', 'Executable', 'Running']
SoftwareElementState property is in 53 classes of ROOT\CIMV2\ms_409 and in 3 namespaces
TargetOperatingSystem property
CIMTYPE'uint16'
Description'The TargetOperatingSystem indicates the target operating system of the owning software element.'
Values['Unknown', 'Other', 'MACOS', 'ATTUNIX', 'DGUX', 'DECNT', 'Digital Unix', 'OpenVMS', 'HPUX', 'AIX', 'MVS', 'OS400', 'OS/2', 'JavaVM', 'MSDOS', 'WIN3x', 'WIN95', 'WIN98', 'WINNT', 'WINCE', 'NCR3000', 'NetWare', 'OSF', 'DC/OS', 'Reliant UNIX', 'SCO UnixWare', 'SCO OpenServer', 'Sequent', 'IRIX', 'Solaris', 'SunOS', 'U6000', 'ASERIES', 'TandemNSK', 'TandemNT', 'BS2000', 'LINUX', 'Lynx', 'XENIX', 'VM/ESA', 'Interactive UNIX', 'BSDUNIX', 'FreeBSD', 'NetBSD', 'GNU Hurd', 'OS9', 'MACH Kernel', 'Inferno', 'QNX', 'EPOC', 'IxWorks', 'VxWorks', 'MiNT', 'BeOS', 'HP MPE', 'NextStep', 'PalmPilot', 'Rhapsody', 'Windows 2000', 'Dedicated', 'VSE', 'TPF']
TargetOperatingSystem property is in 53 classes of ROOT\CIMV2\ms_409 and in 3 namespaces
Version property
CIMTYPE'string'
Description'Version should be in the form .. or ..'
Version property is in 96 classes of ROOT\CIMV2\ms_409 and in 142 namespaces

CIM_CopyFileAction Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
AMENDMENTTrue
Description' The CIM_CopyFileAction specifies files that exist on a computer system, and to move or copy those files to a new location. The to/from information for the copy is specified using either the CIM_ToDirectorySpecification/CIM_FromDirectorySpecification or the CIM_ToDirectoryAction/CIM_FromDirectoryAction associations. The first set is used when the source and/or the target are to exist before any actions are taken. The second set is used when the source and/or target are created as a part of a previous action. In the latter case, the action to create the directory must occur prior to the CIM_CopyFileAction object. '
LOCALE1033

CIM_CopyFileAction System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\CIMV2\ms_409:CIM_CopyFileAction'___SYSTEM8
__NAMESPACE'ROOT\CIMV2\ms_409'___SYSTEM8
__SERVER'.'___SYSTEM8
__DERIVATION['CIM_FileAction', 'CIM_Action']___SYSTEM8
__PROPERTY_COUNT11___SYSTEM3
__RELPATH'CIM_CopyFileAction'___SYSTEM8
__DYNASTY'CIM_Action'___SYSTEM8
__SUPERCLASS'CIM_FileAction'___SYSTEM8
__CLASS'CIM_CopyFileAction'___SYSTEM8
__GENUS1___SYSTEM3

Similar Classes to CIM_CopyFileAction

Number of classes:30
comments powered by Disqus
WUtils.com