Package | Description |
---|---|
com.google.api.services.compute | |
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
Compute.NetworkAttachments.Insert |
Compute.NetworkAttachments.insert(String project,
String region,
NetworkAttachment content)
Creates a NetworkAttachment in the specified project in the given scope using the parameters that
are included in the request.
|
Compute.NetworkAttachments.Patch |
Compute.NetworkAttachments.patch(String project,
String region,
String networkAttachment,
NetworkAttachment content)
Patches the specified NetworkAttachment resource with the data included in the request.
|
Constructor and Description |
---|
Insert(String project,
String region,
NetworkAttachment content)
Creates a NetworkAttachment in the specified project in the given scope using the parameters
that are included in the request.
|
Patch(String project,
String region,
String networkAttachment,
NetworkAttachment content)
Patches the specified NetworkAttachment resource with the data included in the request.
|
Modifier and Type | Method and Description |
---|---|
NetworkAttachment |
NetworkAttachment.clone() |
NetworkAttachment |
NetworkAttachment.encodeFingerprint(byte[] fingerprint)
Fingerprint of this resource.
|
NetworkAttachment |
NetworkAttachment.set(String fieldName,
Object value) |
NetworkAttachment |
NetworkAttachment.setConnectionEndpoints(List<NetworkAttachmentConnectedEndpoint> connectionEndpoints)
[Output Only] An array of connections for all the producers connected to this network
attachment.
|
NetworkAttachment |
NetworkAttachment.setConnectionPreference(String connectionPreference) |
NetworkAttachment |
NetworkAttachment.setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
NetworkAttachment |
NetworkAttachment.setDescription(String description)
An optional description of this resource.
|
NetworkAttachment |
NetworkAttachment.setFingerprint(String fingerprint)
Fingerprint of this resource.
|
NetworkAttachment |
NetworkAttachment.setId(BigInteger id)
[Output Only] The unique identifier for the resource type.
|
NetworkAttachment |
NetworkAttachment.setKind(String kind)
[Output Only] Type of the resource.
|
NetworkAttachment |
NetworkAttachment.setName(String name)
Name of the resource.
|
NetworkAttachment |
NetworkAttachment.setNetwork(String network)
[Output Only] The URL of the network which the Network Attachment belongs to.
|
NetworkAttachment |
NetworkAttachment.setProducerAcceptLists(List<String> producerAcceptLists)
Projects that are allowed to connect to this network attachment.
|
NetworkAttachment |
NetworkAttachment.setProducerRejectLists(List<String> producerRejectLists)
Projects that are not allowed to connect to this network attachment.
|
NetworkAttachment |
NetworkAttachment.setRegion(String region)
[Output Only] URL of the region where the network attachment resides.
|
NetworkAttachment |
NetworkAttachment.setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
NetworkAttachment |
NetworkAttachment.setSelfLinkWithId(String selfLinkWithId)
[Output Only] Server-defined URL for this resource's resource id.
|
NetworkAttachment |
NetworkAttachment.setSubnetworks(List<String> subnetworks)
An array of URLs where each entry is the URL of a subnet provided by the service consumer to
use for endpoints in the producers that connect to this network attachment.
|
Modifier and Type | Method and Description |
---|---|
List<NetworkAttachment> |
NetworkAttachmentList.getItems()
A list of NetworkAttachment resources.
|
List<NetworkAttachment> |
NetworkAttachmentsScopedList.getNetworkAttachments()
A list of NetworkAttachments contained in this scope.
|
Modifier and Type | Method and Description |
---|---|
NetworkAttachmentList |
NetworkAttachmentList.setItems(List<NetworkAttachment> items)
A list of NetworkAttachment resources.
|
NetworkAttachmentsScopedList |
NetworkAttachmentsScopedList.setNetworkAttachments(List<NetworkAttachment> networkAttachments)
A list of NetworkAttachments contained in this scope.
|
Copyright © 2011–2024 Google. All rights reserved.