Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
ProjectGlobalSecurityPolicyName |
ProjectGlobalSecurityPolicyName.Builder.build() |
static ProjectGlobalSecurityPolicyName |
ProjectGlobalSecurityPolicyName.of(String project,
String securityPolicy) |
static ProjectGlobalSecurityPolicyName |
ProjectGlobalSecurityPolicyName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static com.google.api.resourcenames.ResourceNameFactory<ProjectGlobalSecurityPolicyName> |
ProjectGlobalSecurityPolicyName.newFactory() |
Modifier and Type | Method and Description |
---|---|
Operation |
SecurityPolicyClient.addRuleSecurityPolicy(ProjectGlobalSecurityPolicyName securityPolicy,
SecurityPolicyRule securityPolicyRuleResource)
Inserts a rule into a security policy.
|
Operation |
SecurityPolicyClient.deleteSecurityPolicy(ProjectGlobalSecurityPolicyName securityPolicy)
Deletes the specified policy.
|
SecurityPolicyRule |
SecurityPolicyClient.getRuleSecurityPolicy(Integer priority,
ProjectGlobalSecurityPolicyName securityPolicy)
Gets a rule at the specified priority.
|
SecurityPolicy |
SecurityPolicyClient.getSecurityPolicy(ProjectGlobalSecurityPolicyName securityPolicy)
List all of the ordered rules present in a single specified policy.
|
Operation |
SecurityPolicyClient.patchRuleSecurityPolicy(Integer priority,
ProjectGlobalSecurityPolicyName securityPolicy,
SecurityPolicyRule securityPolicyRuleResource)
Patches a rule at the specified priority.
|
Operation |
SecurityPolicyClient.patchSecurityPolicy(ProjectGlobalSecurityPolicyName securityPolicy,
SecurityPolicy securityPolicyResource,
List<String> fieldMask)
Patches the specified policy with the data included in the request.
|
Operation |
SecurityPolicyClient.removeRuleSecurityPolicy(Integer priority,
ProjectGlobalSecurityPolicyName securityPolicy)
Deletes a rule at the specified priority.
|
Constructor and Description |
---|
Builder(ProjectGlobalSecurityPolicyName projectGlobalSecurityPolicyName) |
Copyright © 2019 Google LLC. All rights reserved.