Uses of Interface
com.google.cloud.compute.v1.SecurityPolicyRuleOrBuilder
-
Packages that use SecurityPolicyRuleOrBuilder Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of SecurityPolicyRuleOrBuilder in com.google.cloud.compute.v1
Classes in com.google.cloud.compute.v1 that implement SecurityPolicyRuleOrBuilder Modifier and Type Class Description class
SecurityPolicyRule
Represents a rule that describes one or more match conditions along with the action to be taken when traffic matches this condition (allow or deny).static class
SecurityPolicyRule.Builder
Represents a rule that describes one or more match conditions along with the action to be taken when traffic matches this condition (allow or deny).Methods in com.google.cloud.compute.v1 that return SecurityPolicyRuleOrBuilder Modifier and Type Method Description SecurityPolicyRuleOrBuilder
SecurityPolicy.Builder. getRulesOrBuilder(int index)
A list of rules that belong to this policy.SecurityPolicyRuleOrBuilder
SecurityPolicy. getRulesOrBuilder(int index)
A list of rules that belong to this policy.SecurityPolicyRuleOrBuilder
SecurityPolicyOrBuilder. getRulesOrBuilder(int index)
A list of rules that belong to this policy.SecurityPolicyRuleOrBuilder
AddRuleSecurityPolicyRequest.Builder. getSecurityPolicyRuleResourceOrBuilder()
The body resource for this requestSecurityPolicyRuleOrBuilder
AddRuleSecurityPolicyRequest. getSecurityPolicyRuleResourceOrBuilder()
The body resource for this requestSecurityPolicyRuleOrBuilder
AddRuleSecurityPolicyRequestOrBuilder. getSecurityPolicyRuleResourceOrBuilder()
The body resource for this requestSecurityPolicyRuleOrBuilder
PatchRuleSecurityPolicyRequest.Builder. getSecurityPolicyRuleResourceOrBuilder()
The body resource for this requestSecurityPolicyRuleOrBuilder
PatchRuleSecurityPolicyRequest. getSecurityPolicyRuleResourceOrBuilder()
The body resource for this requestSecurityPolicyRuleOrBuilder
PatchRuleSecurityPolicyRequestOrBuilder. getSecurityPolicyRuleResourceOrBuilder()
The body resource for this requestMethods in com.google.cloud.compute.v1 that return types with arguments of type SecurityPolicyRuleOrBuilder Modifier and Type Method Description List<? extends SecurityPolicyRuleOrBuilder>
SecurityPolicy.Builder. getRulesOrBuilderList()
A list of rules that belong to this policy.List<? extends SecurityPolicyRuleOrBuilder>
SecurityPolicy. getRulesOrBuilderList()
A list of rules that belong to this policy.List<? extends SecurityPolicyRuleOrBuilder>
SecurityPolicyOrBuilder. getRulesOrBuilderList()
A list of rules that belong to this policy.
-