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 classSecurityPolicyRuleRepresents 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 classSecurityPolicyRule.BuilderRepresents 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 SecurityPolicyRuleOrBuilderSecurityPolicy.Builder. getRulesOrBuilder(int index)A list of rules that belong to this policy.SecurityPolicyRuleOrBuilderSecurityPolicy. getRulesOrBuilder(int index)A list of rules that belong to this policy.SecurityPolicyRuleOrBuilderSecurityPolicyOrBuilder. getRulesOrBuilder(int index)A list of rules that belong to this policy.SecurityPolicyRuleOrBuilderAddRuleSecurityPolicyRequest.Builder. getSecurityPolicyRuleResourceOrBuilder()The body resource for this requestSecurityPolicyRuleOrBuilderAddRuleSecurityPolicyRequest. getSecurityPolicyRuleResourceOrBuilder()The body resource for this requestSecurityPolicyRuleOrBuilderAddRuleSecurityPolicyRequestOrBuilder. getSecurityPolicyRuleResourceOrBuilder()The body resource for this requestSecurityPolicyRuleOrBuilderPatchRuleSecurityPolicyRequest.Builder. getSecurityPolicyRuleResourceOrBuilder()The body resource for this requestSecurityPolicyRuleOrBuilderPatchRuleSecurityPolicyRequest. getSecurityPolicyRuleResourceOrBuilder()The body resource for this requestSecurityPolicyRuleOrBuilderPatchRuleSecurityPolicyRequestOrBuilder. 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.
-