Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
RouterInterface |
RouterInterface.clone() |
RouterInterface |
RouterInterface.set(String fieldName,
Object value) |
RouterInterface |
RouterInterface.setIpRange(String ipRange)
IP address and range of the interface.
|
RouterInterface |
RouterInterface.setLinkedInterconnectAttachment(String linkedInterconnectAttachment)
URI of the linked Interconnect attachment.
|
RouterInterface |
RouterInterface.setLinkedVpnTunnel(String linkedVpnTunnel)
URI of the linked VPN tunnel, which must be in the same region as the router.
|
RouterInterface |
RouterInterface.setManagementType(String managementType)
[Output Only] The resource that configures and manages this interface.
|
RouterInterface |
RouterInterface.setName(String name)
Name of this interface entry.
|
Modifier and Type | Method and Description |
---|---|
List<RouterInterface> |
Router.getInterfaces()
Router interfaces.
|
Modifier and Type | Method and Description |
---|---|
Router |
Router.setInterfaces(List<RouterInterface> interfaces)
Router interfaces.
|
Copyright © 2011–2021 Google. All rights reserved.