Microsoft.SystemCenter.VirtualMachineManager.VMNetworkRede VM

Microsoft.SystemCenter.VirtualMachineManager.VMNetwork (ClassType)

Esse tipo abstrato é o tipo base para Redes VM no VMM

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdfd44afd0-6134-407f-a59c-ef3c2e6c1b9d

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PTB) Description (PTB) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nome para exibição Nome para exibição do objeto. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Status do Objeto Status do objeto false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Status do Ativo Status do ativo false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notas Notas false 4000       
Microsoft.SystemCenter.VirtualMachineManager.VMNetwork:
VMNetworkId  string  Identificador de Rede VM true 256  False     
IsolationType  string  Tipo de Isolamento false 256  False     
VMMServer  string  Servidor do VMM false 256  False     
Description  string  Descrição false 65535  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.VMNetwork" Accessibility="Public" Abstract="true" Base="System!System.LogicalEntity" Hosted="false" Singleton="false">
<Property ID="VMNetworkId" Type="string" Key="true"/>
<Property ID="IsolationType" Type="string" Key="false"/>
<Property ID="VMMServer" Type="string" Key="false" Comment="VMM Server FQDN"/>
<Property ID="Description" Type="string" Key="false" MaxLength="65535"/>
</ClassType>