Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
SecurityPolicyRule.Builder |
SecurityPolicyRule.Builder.clone() |
SecurityPolicyRule.Builder |
SecurityPolicyRule.Builder.mergeFrom(SecurityPolicyRule other) |
static SecurityPolicyRule.Builder |
SecurityPolicyRule.newBuilder() |
static SecurityPolicyRule.Builder |
SecurityPolicyRule.newBuilder(SecurityPolicyRule prototype) |
SecurityPolicyRule.Builder |
SecurityPolicyRule.Builder.setAction(String action)
The Action to preform when the client connection triggers the rule.
|
SecurityPolicyRule.Builder |
SecurityPolicyRule.Builder.setDescription(String description)
An optional description of this resource.
|
SecurityPolicyRule.Builder |
SecurityPolicyRule.Builder.setKind(String kind)
[Output only] Type of the resource.
|
SecurityPolicyRule.Builder |
SecurityPolicyRule.Builder.setMatch(SecurityPolicyRuleMatcher match)
A match condition that incoming traffic is evaluated against.
|
SecurityPolicyRule.Builder |
SecurityPolicyRule.Builder.setPreview(Boolean preview)
If set to true, the specified action is not enforced.
|
SecurityPolicyRule.Builder |
SecurityPolicyRule.Builder.setPriority(Integer priority)
An integer indicating the priority of a rule in the list.
|
SecurityPolicyRule.Builder |
SecurityPolicyRule.toBuilder() |
Copyright © 2019 Google LLC. All rights reserved.