Package | Description |
---|---|
com.google.api.services.compute | |
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
Compute.Instances.SetSecurityPolicy |
Compute.Instances.setSecurityPolicy(String project,
String zone,
String instance,
InstancesSetSecurityPolicyRequest content)
Sets the Google Cloud Armor security policy for the specified instance.
|
Constructor and Description |
---|
SetSecurityPolicy(String project,
String zone,
String instance,
InstancesSetSecurityPolicyRequest content)
Sets the Google Cloud Armor security policy for the specified instance.
|
Modifier and Type | Method and Description |
---|---|
InstancesSetSecurityPolicyRequest |
InstancesSetSecurityPolicyRequest.clone() |
InstancesSetSecurityPolicyRequest |
InstancesSetSecurityPolicyRequest.set(String fieldName,
Object value) |
InstancesSetSecurityPolicyRequest |
InstancesSetSecurityPolicyRequest.setNetworkInterfaces(List<String> networkInterfaces)
The network interfaces that the security policy will be applied to.
|
InstancesSetSecurityPolicyRequest |
InstancesSetSecurityPolicyRequest.setSecurityPolicy(String securityPolicy)
A full or partial URL to a security policy to add to this instance.
|
Copyright © 2011–2024 Google. All rights reserved.