VMNetwork

System Center
 

Updated: June 27, 2017

Applies To: System Center 2016 - Service Provider Foundation, System Center Technical Preview

Manages virtual networks for Virtual Machine Manager (VMM).

GETPOSTPUTDELETE
YesYesYesYes

GET

Gets the specified virtual network objects.

If you supply the ID property, the virtual network with that identifier is returned.

If you supply the Name property, the virtual network with that name is returned.

If you supply the LogicalNetworkName property, the virtual networks that are assigned to the specified logical network with this name are returned.

Entity Properties

NameTypeMandatoryDescription
StampIdEdm.GuidNoThe identifier of the stamp that restricts the query.
NameEdm.StringNoThe name of the virtual network.
LogicalNetworkNameEdm.StringNoThe name of the logical network that a virtual network is using.
IsAssignedEdm.BooleanNoWhen this value is true, returns networks that are available to be used. When this value is false, returns networks that are unavailable to be used—networks that are not available in the console but are available from Windows PowerShell.
IDEdm.GuidNoThe identifier of the virtual network to retrieve.

POST

Creates a new logical network.

Entity Properties

NameTypeMandatoryDescription
StampIdEdm.GuidYesThe identifier of the stamp that restricts the query.
NameEdm.StringYesThe name of the virtual network
LogicalNetworkIdEdm.GuidYesThe logical network to assign the new virtual network to
DescriptionEdm.StringNoThe description of the virtual network
IsolationTypeEdm.StringNoSpecifies an isolation type for the virtual network. Valid values are NoIsolation, WindowsNetworkVirtualization, External, VLANNetwork.
RoutingDomainIdEdm.GuidNoSpecifies the ID of a routing domain in the form of a GUID.
PROTipIDEdm.GuidNoSpecifies the ID of the PRO tip that triggered this action. This enables the auditing of PRO tips.
PAIPAddressPoolTypeEdm.StringNoSpecifies an address pool type. Valid values are: IPV4, IPV6.
ExternalNameEdm.StringNoSpecifies an external name for an object.
CAIPAddressPoolTypeEdm.StringNoSpecifies an address pool type. Valid values are: IPV4, IPV6.
AutoCreateSubnetEdm.BooleanNoIndicates that a subnet is automatically created.

PUT

Updates an existing virtual network.

Entity Properties

NameTypeMandatoryDescription
IDEdm.GuidYesThe identifier of the virtual network to update.
StampIdEdm.GuidYesThe identifier of the stamp that restricts the query.
OwnerUserAndRoleNoThe owner of this object.
GrantedToListUserAndRole[]NoThe users or roles that are allowed to use this virtual network.

 Collection may be empty.

DELETE

Deletes a virtual network.

Entity Properties

NameTypeMandatoryDescription
StampIdEdm.GuidYesThe identifier of the stamp that restricts the query.
IDEdm.GuidYesThe identifier of the virtual network to delete.

VMM Collections Reference R2

Show: