Package | Description |
---|---|
com.google.api.services.compute | |
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
Compute.InterconnectGroups.Insert |
Compute.InterconnectGroups.insert(String project,
InterconnectGroup content)
Creates a InterconnectGroup in the specified project in the given scope using the parameters that
are included in the request.
|
Compute.InterconnectGroups.Patch |
Compute.InterconnectGroups.patch(String project,
String interconnectGroup,
InterconnectGroup content)
Patches the specified InterconnectGroup resource with the data included in the request.
|
Constructor and Description |
---|
Insert(String project,
InterconnectGroup content)
Creates a InterconnectGroup in the specified project in the given scope using the parameters
that are included in the request.
|
Patch(String project,
String interconnectGroup,
InterconnectGroup content)
Patches the specified InterconnectGroup resource with the data included in the request.
|
Modifier and Type | Method and Description |
---|---|
InterconnectGroup |
InterconnectGroup.clone() |
InterconnectGroup |
InterconnectGroup.set(String fieldName,
Object value) |
InterconnectGroup |
InterconnectGroup.setConfigured(InterconnectGroupConfigured configured) |
InterconnectGroup |
InterconnectGroup.setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
InterconnectGroup |
InterconnectGroup.setDescription(String description)
An optional description of this resource.
|
InterconnectGroup |
InterconnectGroup.setEtag(String etag)
Opaque system-generated token that uniquely identifies the configuration.
|
InterconnectGroup |
InterconnectGroup.setId(BigInteger id)
[Output Only] The unique identifier for the resource type.
|
InterconnectGroup |
InterconnectGroup.setIntent(InterconnectGroupIntent intent) |
InterconnectGroup |
InterconnectGroup.setInterconnects(Map<String,InterconnectGroupInterconnect> interconnects)
Interconnects in the InterconnectGroup.
|
InterconnectGroup |
InterconnectGroup.setKind(String kind)
[Output Only] Type of the resource.
|
InterconnectGroup |
InterconnectGroup.setName(String name)
Name of the resource.
|
InterconnectGroup |
InterconnectGroup.setPhysicalStructure(InterconnectGroupPhysicalStructure physicalStructure) |
InterconnectGroup |
InterconnectGroup.setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
Modifier and Type | Method and Description |
---|---|
List<InterconnectGroup> |
InterconnectGroupsListResponse.getItems()
A list of InterconnectGroup resources.
|
Modifier and Type | Method and Description |
---|---|
InterconnectGroupsListResponse |
InterconnectGroupsListResponse.setItems(List<InterconnectGroup> items)
A list of InterconnectGroup resources.
|
Copyright © 2011–2025 Google. All rights reserved.