Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
ProjectRegionSubnetworkName |
ProjectRegionSubnetworkName.Builder.build() |
static ProjectRegionSubnetworkName |
ProjectRegionSubnetworkName.of(String project,
String region,
String subnetwork) |
static ProjectRegionSubnetworkName |
ProjectRegionSubnetworkName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static com.google.api.resourcenames.ResourceNameFactory<ProjectRegionSubnetworkName> |
ProjectRegionSubnetworkName.newFactory() |
Modifier and Type | Method and Description |
---|---|
Operation |
SubnetworkClient.deleteSubnetwork(ProjectRegionSubnetworkName subnetwork)
Deletes the specified subnetwork.
|
Operation |
SubnetworkClient.expandIpCidrRangeSubnetwork(ProjectRegionSubnetworkName subnetwork,
SubnetworksExpandIpCidrRangeRequest subnetworksExpandIpCidrRangeRequestResource)
Expands the IP CIDR range of the subnetwork to a specified value.
|
Subnetwork |
SubnetworkClient.getSubnetwork(ProjectRegionSubnetworkName subnetwork)
Returns the specified subnetwork.
|
Operation |
SubnetworkClient.patchSubnetwork(ProjectRegionSubnetworkName subnetwork,
Subnetwork subnetworkResource,
List<String> fieldMask)
Patches the specified subnetwork with the data included in the request.
|
Operation |
SubnetworkClient.setPrivateIpGoogleAccessSubnetwork(ProjectRegionSubnetworkName subnetwork,
SubnetworksSetPrivateIpGoogleAccessRequest subnetworksSetPrivateIpGoogleAccessRequestResource)
Set whether VMs in this subnet can access Google services without assigning external IP
addresses through Private Google Access.
|
Constructor and Description |
---|
Builder(ProjectRegionSubnetworkName projectRegionSubnetworkName) |
Copyright © 2019 Google LLC. All rights reserved.