VMNetworkGateway

System Center
 

Updated: June 27, 2017

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

Gets, creates, updates, or deletes VM network gateways for Virtual Machine Manager (VMM).

GETPOSTPUTDELETE
YesYesYesYes

GET

Gets a VM network gateway.

Entity Properties

NameTypeMandatoryDescription
StampIdEdm.GuidYesThe identifier of the stamp that restricts the query.
IDEdm.GuidNoThe identifier of the VM network gateway to retrieve.
NameEdm.StringNoThe name of the VM network gateway.
VMNetworkIdEdm.GuidNoThe identifier of the network.

POST

Creates a VM network gateway.

Entity Properties

NameTypeMandatoryDescription
StampIdEdm.GuidYesThe identifier of the stamp that restricts the query.
AutonomousSystemNumberEdm.Int64NoThe Autonomous System Number.

To change or set the AutonomousSystemNumber property, the entity must have the EnableBGP property already set to false. If it is not, EnableBGP must be set to false, and have the entity submitted to the server. After that operation is completed, set the AutonomousSystemNumber property to the desired value, and set EnableBGP to true. Then submit the entity to the server.
DescriptionEdm.StringNoA description of the VM network gateway.
EnableBGPEdm.BooleanNoEnables or disables Border Gateway Protocol for the VM network gateway.
IPSubnetsCollection(Edm.String)NoTBD
NameEdm.StringNoThe name of the VM network gateway.
RequiresNATEdm.BooleanNoIndicates whether the VM network gateway uses NAT.
RequiresVPNEdm.BooleanNoIndicates whether the VM network gateway requires VPN tunneling.
VMNetworkIdEdm.GuidNoThe identifier of the network.

PUT

Updates a VM network gateway.

Entity Properties

NameTypeMandatoryDescription
StampIdEdm.GuidYesThe identifier of the stamp that restricts the query.
IDEdm.GuidYesThe identifier of the VM network gateway to update.

DELETE

Deletes a VM network gateway.

Entity Properties

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

VMM Collections Reference R2

Show: