| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
VirtualNIC |
VirtualNIC.clone() |
VirtualNIC |
UpdateNodePoolRequest.getGvnic()
Enable or disable gvnic on the node pool.
|
VirtualNIC |
NodeConfig.getGvnic()
Enable or disable gvnic in the node pool.
|
VirtualNIC |
VirtualNIC.set(String fieldName,
Object value) |
VirtualNIC |
VirtualNIC.setEnabled(Boolean enabled)
Whether gVNIC features are enabled in the node pool.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setGvnic(VirtualNIC gvnic)
Enable or disable gvnic on the node pool.
|
NodeConfig |
NodeConfig.setGvnic(VirtualNIC gvnic)
Enable or disable gvnic in the node pool.
|
Copyright © 2011–2025 Google. All rights reserved.