Package | Description |
---|---|
com.google.api.services.compute | |
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
Compute.WireGroups.Insert |
Compute.WireGroups.insert(String project,
String crossSiteNetwork,
WireGroup content)
Creates a wire group in the specified project in the given scope using the parameters that are
included in the request.
|
Compute.WireGroups.Patch |
Compute.WireGroups.patch(String project,
String crossSiteNetwork,
String wireGroup,
WireGroup content)
Updates the specified wire group resource with the data included in the request.
|
Constructor and Description |
---|
Insert(String project,
String crossSiteNetwork,
WireGroup content)
Creates a wire group in the specified project in the given scope using the parameters that are
included in the request.
|
Patch(String project,
String crossSiteNetwork,
String wireGroup,
WireGroup content)
Updates the specified wire group resource with the data included in the request.
|
Modifier and Type | Method and Description |
---|---|
WireGroup |
WireGroup.clone() |
WireGroup |
WireGroup.set(String fieldName,
Object value) |
WireGroup |
WireGroup.setAdminEnabled(Boolean adminEnabled)
Indicates whether the wires in the wire group are enabled.
|
WireGroup |
WireGroup.setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp inRFC3339 text format.
|
WireGroup |
WireGroup.setDescription(String description)
An optional description of the wire group.
|
WireGroup |
WireGroup.setEndpoints(Map<String,WireGroupEndpoint> endpoints)
A map that contains the logical endpoints of the wire group.
|
WireGroup |
WireGroup.setId(BigInteger id)
[Output Only] The unique identifier for the resource type.
|
WireGroup |
WireGroup.setKind(String kind)
[Output Only] Type of the resource.
|
WireGroup |
WireGroup.setName(String name)
Name of the resource.
|
WireGroup |
WireGroup.setReconciling(Boolean reconciling)
[Output Only] Indicates whether there are wire changes yet to be processed.
|
WireGroup |
WireGroup.setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
WireGroup |
WireGroup.setTopology(WireGroupTopology topology)
Topology details for the wire group configuration.
|
WireGroup |
WireGroup.setWireProperties(WireProperties wireProperties)
Properties for all wires in the wire group.
|
WireGroup |
WireGroup.setWires(List<Wire> wires)
The single/redundant wire(s) managed by the wire group.
|
Modifier and Type | Method and Description |
---|---|
List<WireGroup> |
WireGroupList.getItems()
A list of wire group resources.
|
Modifier and Type | Method and Description |
---|---|
WireGroupList |
WireGroupList.setItems(List<WireGroup> items)
A list of wire group resources.
|
Copyright © 2011–2025 Google. All rights reserved.