Package | Description |
---|---|
com.google.api.services.compute | |
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
Compute.CrossSiteNetworks.Insert |
Compute.CrossSiteNetworks.insert(String project,
CrossSiteNetwork content)
Creates a cross-site network in the specified project in the given scope using the parameters
that are included in the request.
|
Compute.CrossSiteNetworks.Patch |
Compute.CrossSiteNetworks.patch(String project,
String crossSiteNetwork,
CrossSiteNetwork content)
Updates the specified cross-site network with the data included in the request.
|
Constructor and Description |
---|
Insert(String project,
CrossSiteNetwork content)
Creates a cross-site network in the specified project in the given scope using the parameters
that are included in the request.
|
Patch(String project,
String crossSiteNetwork,
CrossSiteNetwork content)
Updates the specified cross-site network with the data included in the request.
|
Modifier and Type | Method and Description |
---|---|
CrossSiteNetwork |
CrossSiteNetwork.clone() |
CrossSiteNetwork |
CrossSiteNetwork.set(String fieldName,
Object value) |
CrossSiteNetwork |
CrossSiteNetwork.setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp inRFC3339 text format.
|
CrossSiteNetwork |
CrossSiteNetwork.setDescription(String description)
An optional description of the cross-site network.
|
CrossSiteNetwork |
CrossSiteNetwork.setId(BigInteger id)
[Output Only] The unique identifier for the resource type.
|
CrossSiteNetwork |
CrossSiteNetwork.setKind(String kind)
[Output Only] Type of the resource.
|
CrossSiteNetwork |
CrossSiteNetwork.setName(String name)
Name of the resource.
|
CrossSiteNetwork |
CrossSiteNetwork.setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
Modifier and Type | Method and Description |
---|---|
List<CrossSiteNetwork> |
CrossSiteNetworkList.getItems()
A list of CrossSiteNetwork resources.
|
Modifier and Type | Method and Description |
---|---|
CrossSiteNetworkList |
CrossSiteNetworkList.setItems(List<CrossSiteNetwork> items)
A list of CrossSiteNetwork resources.
|
Copyright © 2011–2025 Google. All rights reserved.