Package | Description |
---|---|
com.google.api.services.compute | |
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
Compute.BackendBuckets.SetEdgeSecurityPolicy |
Compute.BackendBuckets.setEdgeSecurityPolicy(String project,
String backendBucket,
SecurityPolicyReference content)
Sets the edge security policy for the specified backend bucket.
|
Compute.BackendServices.SetEdgeSecurityPolicy |
Compute.BackendServices.setEdgeSecurityPolicy(String project,
String backendService,
SecurityPolicyReference content)
Sets the edge security policy for the specified backend service.
|
Compute.BackendServices.SetSecurityPolicy |
Compute.BackendServices.setSecurityPolicy(String project,
String backendService,
SecurityPolicyReference content)
Sets the Google Cloud Armor security policy for the specified backend service.
|
Compute.RegionBackendServices.SetSecurityPolicy |
Compute.RegionBackendServices.setSecurityPolicy(String project,
String region,
String backendService,
SecurityPolicyReference content)
Sets the Google Cloud Armor security policy for the specified backend service.
|
Compute.TargetInstances.SetSecurityPolicy |
Compute.TargetInstances.setSecurityPolicy(String project,
String zone,
String targetInstance,
SecurityPolicyReference content)
Sets the Google Cloud Armor security policy for the specified target instance.
|
Compute.TargetPools.SetSecurityPolicy |
Compute.TargetPools.setSecurityPolicy(String project,
String region,
String targetPool,
SecurityPolicyReference content)
Sets the Google Cloud Armor security policy for the specified target pool.
|
Constructor and Description |
---|
SetEdgeSecurityPolicy(String project,
String backendBucket,
SecurityPolicyReference content)
Sets the edge security policy for the specified backend bucket.
|
SetEdgeSecurityPolicy(String project,
String backendService,
SecurityPolicyReference content)
Sets the edge security policy for the specified backend service.
|
SetSecurityPolicy(String project,
String backendService,
SecurityPolicyReference content)
Sets the Google Cloud Armor security policy for the specified backend service.
|
SetSecurityPolicy(String project,
String region,
String backendService,
SecurityPolicyReference content)
Sets the Google Cloud Armor security policy for the specified backend service.
|
SetSecurityPolicy(String project,
String zone,
String targetInstance,
SecurityPolicyReference content)
Sets the Google Cloud Armor security policy for the specified target instance.
|
SetSecurityPolicy(String project,
String region,
String targetPool,
SecurityPolicyReference content)
Sets the Google Cloud Armor security policy for the specified target pool.
|
Modifier and Type | Method and Description |
---|---|
SecurityPolicyReference |
SecurityPolicyReference.clone() |
SecurityPolicyReference |
SecurityPolicyReference.set(String fieldName,
Object value) |
SecurityPolicyReference |
SecurityPolicyReference.setSecurityPolicy(String securityPolicy) |
Copyright © 2011–2024 Google. All rights reserved.