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