VMNetworks

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

Reads all virtual network objects that are associated with the specified stamp.

If you supply the ID property, the computer tier template 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 to restrict the query to
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.

POST

Creates a new logical network.

Entity Properties

NameTypeMandatoryDescription
StampIdEdm.GuidYesThe identifier of the stamp to restrict the query to
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.
VPNGatewayVPNVMNetworkGatewayNoThe virtual machine network gateway object

PUT

Updates an existing virtual network.

Entity Properties

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

 Collection may be empty.
VPNGatewayVPNVMNetworkGatewayYesThe virtual machine network gateway object

DELETE

Deletes a virtual network.

Entity Properties

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

VMM Collections Reference

Show: