Package | Description |
---|---|
com.google.api.services.compute | |
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
Compute.Firewalls.Insert |
Compute.Firewalls.insert(String project,
Firewall content)
Creates a firewall resource in the specified project using the data included in the request.
|
Compute.Firewalls.Patch |
Compute.Firewalls.patch(String project,
String firewall,
Firewall content)
Updates the specified firewall resource with the data included in the request.
|
Compute.Firewalls.Update |
Compute.Firewalls.update(String project,
String firewall,
Firewall content)
Updates the specified firewall resource with the data included in the request.
|
Constructor and Description |
---|
Compute.Firewalls.Insert(String project,
Firewall content)
Creates a firewall resource in the specified project using the data included in the request.
|
Compute.Firewalls.Patch(String project,
String firewall,
Firewall content)
Updates the specified firewall resource with the data included in the request.
|
Compute.Firewalls.Update(String project,
String firewall,
Firewall content)
Updates the specified firewall resource with the data included in the request.
|
Modifier and Type | Method and Description |
---|---|
Firewall |
Firewall.clone() |
Firewall |
Firewall.set(String fieldName,
Object value) |
Firewall |
Firewall.setAllowed(List<Firewall.Allowed> allowed)
The list of rules specified by this firewall.
|
Firewall |
Firewall.setCreationTimestamp(String creationTimestamp)
Creation timestamp in RFC3339 text format (output only).
|
Firewall |
Firewall.setDescription(String description)
An optional textual description of the resource; provided by the client when the resource is
created.
|
Firewall |
Firewall.setId(BigInteger id)
Unique identifier for the resource; defined by the server (output only).
|
Firewall |
Firewall.setKind(String kind)
Type of the resource.
|
Firewall |
Firewall.setName(String name)
Name of the resource; provided by the client when the resource is created.
|
Firewall |
Firewall.setNetwork(String network)
URL of the network to which this firewall is applied; provided by the client when the firewall
is created.
|
Firewall |
Firewall.setSelfLink(String selfLink)
Server defined URL for the resource (output only).
|
Firewall |
Firewall.setSourceRanges(List<String> sourceRanges)
A list of IP address blocks expressed in CIDR format which this rule applies to.
|
Firewall |
Firewall.setSourceTags(List<String> sourceTags)
A list of instance tags which this rule applies to.
|
Firewall |
Firewall.setTargetTags(List<String> targetTags)
A list of instance tags indicating sets of instances located on network which may make network
connections as specified in allowed.
|
Modifier and Type | Method and Description |
---|---|
List<Firewall> |
FirewallList.getItems()
The firewall resources.
|
Modifier and Type | Method and Description |
---|---|
FirewallList |
FirewallList.setItems(List<Firewall> items)
The firewall resources.
|