Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
Subnetwork.Builder |
Subnetwork.Builder.addAllSecondaryIpRanges(List<SubnetworkSecondaryRange> secondaryIpRanges)
An array of configurations for secondary IP ranges for VM instances contained in this
subnetwork.
|
Subnetwork.Builder |
Subnetwork.Builder.addSecondaryIpRanges(SubnetworkSecondaryRange secondaryIpRanges)
An array of configurations for secondary IP ranges for VM instances contained in this
subnetwork.
|
Subnetwork.Builder |
Subnetwork.Builder.clone() |
Subnetwork.Builder |
Subnetwork.Builder.mergeFrom(Subnetwork other) |
static Subnetwork.Builder |
Subnetwork.newBuilder() |
static Subnetwork.Builder |
Subnetwork.newBuilder(Subnetwork prototype) |
Subnetwork.Builder |
Subnetwork.Builder.setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
Subnetwork.Builder |
Subnetwork.Builder.setDescription(String description)
An optional description of this resource.
|
Subnetwork.Builder |
Subnetwork.Builder.setEnableFlowLogs(Boolean enableFlowLogs)
Whether to enable flow logging for this subnetwork.
|
Subnetwork.Builder |
Subnetwork.Builder.setFingerprint(String fingerprint)
Fingerprint of this resource.
|
Subnetwork.Builder |
Subnetwork.Builder.setGatewayAddress(String gatewayAddress)
[Output Only] The gateway address for default routes to reach destination addresses outside
this subnetwork.
|
Subnetwork.Builder |
Subnetwork.Builder.setId(String id)
[Output Only] The unique identifier for the resource.
|
Subnetwork.Builder |
Subnetwork.Builder.setIpCidrRange(String ipCidrRange)
The range of internal addresses that are owned by this subnetwork.
|
Subnetwork.Builder |
Subnetwork.Builder.setKind(String kind)
[Output Only] Type of the resource.
|
Subnetwork.Builder |
Subnetwork.Builder.setName(String name)
The name of the resource, provided by the client when initially creating the resource.
|
Subnetwork.Builder |
Subnetwork.Builder.setNetwork(String network)
The URL of the network to which this subnetwork belongs, provided by the client when
initially creating the subnetwork.
|
Subnetwork.Builder |
Subnetwork.Builder.setPrivateIpGoogleAccess(Boolean privateIpGoogleAccess)
Whether the VMs in this subnet can access Google services without assigned external IP
addresses.
|
Subnetwork.Builder |
Subnetwork.Builder.setRegion(String region)
URL of the region where the Subnetwork resides.
|
Subnetwork.Builder |
Subnetwork.Builder.setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
Subnetwork.Builder |
Subnetwork.toBuilder() |
Copyright © 2019 Google LLC. All rights reserved.