MicrosoftDNS_SIGType, ROOT\MicrosoftDNS

Class | Methods (4) | Properties (23) | Qualifiers (6) | Instances | Namespaces (1)
Samples: VB Script | C# | VB.Net | Search on:Microsoft

Description

A subclass of MicrosoftDNS_ResourceRecord that represents a Type SIG record.

MicrosoftDNS_SIGType methods

MicrosoftDNS_SIGType has 4 methods (2 Local, 2 Derived)

NameOriginReturn
CreateInstanceFromPropertyDataMicrosoftDNS_SIGType
CreateInstanceFromTextRepresentationMicrosoftDNS_ResourceRecord
GetObjectByTextRepresentationMicrosoftDNS_ResourceRecord
modifyMicrosoftDNS_SIGType

MicrosoftDNS_SIGType properties

MicrosoftDNS_SIGType has 23 properties (9 Local, 14 Derived)

NameOriginCIMType
AlgorithmMicrosoftDNS_SIGType18 [uint16]
CaptionCIM_ManagedSystemElement8 [string]
key
ContainerName
MicrosoftDNS_ResourceRecord8 [string]
DescriptionCIM_ManagedSystemElement8 [string]
key
DnsServerName
MicrosoftDNS_ResourceRecord8 [string]
key
DomainName
MicrosoftDNS_ResourceRecord8 [string]
InstallDateCIM_ManagedSystemElement101 [datetime]
KeyTagMicrosoftDNS_SIGType18 [uint16]
LabelsMicrosoftDNS_SIGType18 [uint16]
NameCIM_ManagedSystemElement8 [string]
OriginalTTLMicrosoftDNS_SIGType19 [uint32]
key
OwnerName
MicrosoftDNS_ResourceRecord8 [string]
key
RecordClass
MicrosoftDNS_ResourceRecord18 [uint16]
key
RecordData
MicrosoftDNS_ResourceRecord8 [string]
SignatureMicrosoftDNS_SIGType8 [string]
SignatureExpirationMicrosoftDNS_SIGType19 [uint32]
SignatureInceptionMicrosoftDNS_SIGType19 [uint32]
SignerNameMicrosoftDNS_SIGType8 [string]
StatusCIM_ManagedSystemElement8 [string]
TextRepresentationMicrosoftDNS_ResourceRecord8 [string]
TimestampMicrosoftDNS_ResourceRecord19 [uint32]
TTLMicrosoftDNS_ResourceRecord19 [uint32]
TypeCoveredMicrosoftDNS_SIGType18 [uint16]

Detailed description of MicrosoftDNS_SIGType methods

Local methods (2) of MicrosoftDNS_SIGType class

CreateInstanceFromPropertyData method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
DnsServerNamestring0-
ContainerNamestring1-
OwnerNamestring2-
RecordClassuint323-{'optional':True,'Valuemap':['1', '2', '3', '4'],'Values':['IN (Internet)', 'CS (CSNET)', 'CH (CHAOS)', 'HS (Hesiod)']}
TTLuint324-{'optional':True}
TypeCovereduint165-
Algorithmuint166-
Labelsuint167-
OriginalTTLuint328-
SignatureExpirationuint329-
SignatureInceptionuint3210-
KeyTaguint1611-
SignerNamestring12-
Signaturestring13-
RRref:MicrosoftDNS_SIGType14-
Description'This method instantiates a 'SIG' Type of Resource Record based on the data in the method's input parameters: the record's DNS Server Name, Container Name, Owner/target Name, class (default = IN), 'time to live' value, TypeCovered, Algorithm, Labels, OriginalTTL, SignatureExpiration, SignatureInception, KeyTag, SignerName and Signature. It returns a reference to the new object as an output parameter.'
ImplementedTrue
staticTrue
CreateInstanceFromPropertyData method is in 27 classes of ROOT\MicrosoftDNS and in 1 namespace
modify method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
TTLuint320-{'optional':True}
TypeCovereduint161-
Algorithmuint162-
Labelsuint163-
OriginalTTLuint324-
SignatureExpirationuint325-
SignatureInceptionuint326-
KeyTaguint167-
SignerNamestring8-
Signaturestring9-
RRref:MicrosoftDNS_SIGType10-
Description'This method updates the TTL, TypeCovered, Algorithm, Labels, OriginalTTL, SignatureExpiration, SignatureInception, KeyTag, SignerName and Signature to the values specified as the input parameters of this method. If a new value for some parameter is not specified, then the current value for this parameter is not changed. The method returns a reference to the modified object as an output parameter.'
ImplementedTrue
Modify method is in 28 classes of ROOT\MicrosoftDNS and in 3 namespaces

Derived methods (2) of MicrosoftDNS_SIGType class

CreateInstanceFromTextRepresentation method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
DnsServerNamestring0-
ContainerNamestring1-
TextRepresentationstring2-
RRref:MicrosoftDNS_ResourceRecord3-
Description'This method parses the resource record in the TextRepresentation string, and along with the input DNS server and Container names, defines and instantiates a ResourceRecord object. The method returns a reference to the new object as an output parameter.'
CreateInstanceFromTextRepresentation method is in 29 classes of ROOT\MicrosoftDNS and in 1 namespace
GetObjectByTextRepresentation method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
DnsServerNamestring0-
ContainerNamestring1-
TextRepresentationstring2-
RRobject:MicrosoftDns_ResourceRecord3-
Description'This method to retrieve an existing instance of the MicrosoftDns_ResourceRecord subclass, represented by the TextRepresentation string along with Dns Server and container name.'
GetObjectByTextRepresentation method is in 29 classes of ROOT\MicrosoftDNS and in 1 namespace

Detailed description of MicrosoftDNS_SIGType properties

Local properties (9) of MicrosoftDNS_SIGType class

Algorithm property
CIMTYPE'uint16'
Description'Algorithm that can be used with the key specified in this record. The assigned values include 1-4 and map to the algorithms as follows. 1-RSA/MD5 [RFC 2537], 2-Diffie-Hellman [RFC 2539], 3-DSA [RFC 2536], 4- elliptic curve crypto '
readTrue
Algorithm property is in 2 classes of ROOT\MicrosoftDNS and in 3 namespaces
KeyTag property
CIMTYPE'uint16'
Description'KeyTag provides an efficient away to choose a Keyto verify SIG is more than one Keys are available. RFC 2535, Appendix C describes how to calculate a KeyTag.'
readTrue
KeyTag property is in 1 class (MicrosoftDNS_SIGType) of ROOT\MicrosoftDNS and in 3 namespaces
Labels property
CIMTYPE'uint16'
Description'The "labels" octet is an unsigned count of how many labels there are in the original SIG RR owner name not counting the null label for root and not counting any initial "*" for a wildcard. '
readTrue
Labels property is in 1 class (MicrosoftDNS_SIGType) of ROOT\MicrosoftDNS and in 1 namespace
OriginalTTL property
CIMTYPE'uint32'
Description'The TTL of the RRset signed by this SIG '
readTrue
OriginalTTL property is in 1 class (MicrosoftDNS_SIGType) of ROOT\MicrosoftDNS and in 3 namespaces
Signature property
CIMTYPE'string'
Description'Signature is represented in base 64 as described in the RFC 2535, Appendix A. '
readTrue
Signature property is in 1 class (MicrosoftDNS_SIGType) of ROOT\MicrosoftDNS and in 10 namespaces
SignatureExpiration property
CIMTYPE'uint32'
Description'SIG is valid until Signature Expiration. Signature Expiration is specified in number of seconds since the start of 1 January 1970, GMT, ignoring leap seconds. '
readTrue
SignatureExpiration property is in 1 class (MicrosoftDNS_SIGType) of ROOT\MicrosoftDNS and in 3 namespaces
SignatureInception property
CIMTYPE'uint32'
Description'SIG is valid after Signature Inception. Signature Inception is specified in number of seconds since the start of 1 January 1970, GMT, ignoring leap seconds. '
readTrue
SignatureInception property is in 1 class (MicrosoftDNS_SIGType) of ROOT\MicrosoftDNS and in 3 namespaces
SignerName property
CIMTYPE'string'
Description'The signer name is the domain name of the signer generating the SIG RR. '
readTrue
SignerName property is in 1 class (MicrosoftDNS_SIGType) of ROOT\MicrosoftDNS and in 1 namespace
TypeCovered property
CIMTYPE'uint16'
Description'Type of the RR covered by this SIG.'
readTrue
TypeCovered property is in 1 class (MicrosoftDNS_SIGType) of ROOT\MicrosoftDNS and in 3 namespaces

Derived properties (14) of MicrosoftDNS_SIGType class

Caption property
CIMTYPE'string'
Description'The Caption property is a short textual description (one-line string) of the object.'
MaxLen64
readTrue
Caption property is in 37 classes of ROOT\MicrosoftDNS and in 37 namespaces
ContainerName property
CIMTYPE'string'
Description'Indicates the name of the Container for the Zone, Cache or Root Hints instance which contains this Resource Record'
keyTrue
Propagated'MicrosoftDNS_Domain.ContainerName'
readTrue
ContainerName property is in 33 classes of ROOT\MicrosoftDNS and in 1 namespace
Description property
CIMTYPE'string'
Description'The Description property provides a textual description of the object. '
readTrue
Description property is in 38 classes of ROOT\MicrosoftDNS and in 142 namespaces
DnsServerName property
CIMTYPE'string'
Description'Indicates the Fully Qualified Domain Name or IP address of the DNS server that contains this Resource Record.'
keyTrue
Propagated'MicrosoftDNS_Domain.DnsServerName'
readTrue
DnsServerName property is in 34 classes of ROOT\MicrosoftDNS and in 1 namespace
DomainName property
CIMTYPE'string'
Description'This string represents the Fully Qualified Domain Name of the Domain which contains this Resource Record. This property may contain the strings, "..Cache" or "..RootHints", if the DNS' internal cache or Root Hints (respectively) contain this Resource Record.'
keyTrue
Propagated'MicrosoftDNS_Domain.Name'
readTrue
DomainName property is in 29 classes of ROOT\MicrosoftDNS and in 16 namespaces
InstallDate property
CIMTYPE'datetime'
Description'A datetime value indicating when the object was installed. A lack of a value does not indicate that the object is not installed.'
MappingStrings['MIF.DMTF|ComponentID|001.5']
readTrue
InstallDate property is in 37 classes of ROOT\MicrosoftDNS and in 23 namespaces
Name property
CIMTYPE'string'
Description'The Name property defines the label by which the object is known. When subclassed, the Name property can be overridden to be a Key property.'
readTrue
Name property is in 44 classes of ROOT\MicrosoftDNS and in 142 namespaces
OwnerName property
CIMTYPE'string'
Description'The owner name for the Resource Record.'
keyTrue
readTrue
OwnerName property is in 29 classes of ROOT\MicrosoftDNS and in 2 namespaces
RecordClass property
CIMTYPE'uint16'
Description'This string represents the class of the Resource Record.'
keyTrue
readTrue
Valuemap['1', '2', '3', '4']
Values['IN (Internet)', 'CS (CSNET)', 'CH (CHAOS)', 'HS (Hesiod)']
RecordClass property is in 29 classes of ROOT\MicrosoftDNS and in 3 namespaces
RecordData property
CIMTYPE'string'
Description'This string represents the Resource Record data.'
keyTrue
readTrue
RecordData property is in 29 classes of ROOT\MicrosoftDNS and in 7 namespaces
Status property
CIMTYPE'string'
Description'A string indicating the current status of the object.'
readTrue
ValueMap['OK', 'Error', 'Degraded', 'Unknown']
Status property is in 37 classes of ROOT\MicrosoftDNS and in 42 namespaces
TextRepresentation property
CIMTYPE'string'
Description'This string represents the entire Resource Record.'
readTrue
TextRepresentation property is in 29 classes of ROOT\MicrosoftDNS and in 1 namespace
Timestamp property
CIMTYPE'uint32'
Description'This property indicates the time moment, when the record was refreshed last time. The zero value means that the record is not subjected to aging and scavenging. To disable aging and scavenging of this record set this value to zero. To enable record's aging and scavenging use AgeAllRecords method defined under the MicrosoftDNS_Zone class.'
readTrue
Units'Hours since GMT midnight January 1, 1601'
writeTrue
Timestamp property is in 29 classes of ROOT\MicrosoftDNS and in 13 namespaces
TTL property
CIMTYPE'uint32'
Description'This property indicates how long (in seconds) the Resource Record can be cached by a DNS resolver.'
readTrue
Units'Seconds'
writeTrue
TTL property is in 29 classes of ROOT\MicrosoftDNS and in 3 namespaces

MicrosoftDNS_SIGType Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
Description'A subclass of MicrosoftDNS_ResourceRecord that represents a Type SIG record.'
dynamicTrue
Locale1033
provider'MS_NT_DNS_PROVIDER'
Schema'MicrosoftDNS'
UUID'{564EB73D-B8A9-4517-B721-AB84BD9B2D}'

MicrosoftDNS_SIGType System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\MicrosoftDNS:MicrosoftDNS_SIGType'___SYSTEM8
__NAMESPACE'ROOT\MicrosoftDNS'___SYSTEM8
__SERVER'.'___SYSTEM8
__DERIVATION['MicrosoftDNS_ResourceRecord', 'CIM_LogicalElement', 'CIM_ManagedSystemElement']___SYSTEM8
__PROPERTY_COUNT23___SYSTEM3
__RELPATH'MicrosoftDNS_SIGType'___SYSTEM8
__DYNASTY'CIM_ManagedSystemElement'___SYSTEM8
__SUPERCLASS'MicrosoftDNS_ResourceRecord'___SYSTEM8
__CLASS'MicrosoftDNS_SIGType'___SYSTEM8
__GENUS1___SYSTEM3
comments powered by Disqus
WUtils.com