Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
Wire |
Wire.clone() |
Wire |
Wire.set(String fieldName,
Object value) |
Wire |
Wire.setAdminEnabled(Boolean adminEnabled)
[Output Only] Indicates whether the wire is enabled.
|
Wire |
Wire.setEndpoints(List<WireEndpoint> endpoints)
Wire endpoints are specific Interconnect connections.
|
Wire |
Wire.setLabel(String label)
[Output Only] A label that identifies the wire.
|
Wire |
Wire.setWireProperties(WireProperties wireProperties)
[Output Only] Properties of the wire.
|
Modifier and Type | Method and Description |
---|---|
List<Wire> |
WireGroup.getWires()
The single/redundant wire(s) managed by the wire group.
|
Modifier and Type | Method and Description |
---|---|
WireGroup |
WireGroup.setWires(List<Wire> wires)
The single/redundant wire(s) managed by the wire group.
|
Copyright © 2011–2025 Google. All rights reserved.