public interface InstancesSetSecurityPolicyRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNetworkInterfaces(int index)
The network interfaces that the security policy will be applied to.
|
com.google.protobuf.ByteString |
getNetworkInterfacesBytes(int index)
The network interfaces that the security policy will be applied to.
|
int |
getNetworkInterfacesCount()
The network interfaces that the security policy will be applied to.
|
List<String> |
getNetworkInterfacesList()
The network interfaces that the security policy will be applied to.
|
String |
getSecurityPolicy()
A full or partial URL to a security policy to add to this instance.
|
com.google.protobuf.ByteString |
getSecurityPolicyBytes()
A full or partial URL to a security policy to add to this instance.
|
boolean |
hasSecurityPolicy()
A full or partial URL to a security policy to add to this instance.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getNetworkInterfacesList()
The network interfaces that the security policy will be applied to. Network interfaces use the nicN naming format. You can only set a security policy for network interfaces with an access config.
repeated string network_interfaces = 52735243;int getNetworkInterfacesCount()
The network interfaces that the security policy will be applied to. Network interfaces use the nicN naming format. You can only set a security policy for network interfaces with an access config.
repeated string network_interfaces = 52735243;String getNetworkInterfaces(int index)
The network interfaces that the security policy will be applied to. Network interfaces use the nicN naming format. You can only set a security policy for network interfaces with an access config.
repeated string network_interfaces = 52735243;index - The index of the element to return.com.google.protobuf.ByteString getNetworkInterfacesBytes(int index)
The network interfaces that the security policy will be applied to. Network interfaces use the nicN naming format. You can only set a security policy for network interfaces with an access config.
repeated string network_interfaces = 52735243;index - The index of the value to return.boolean hasSecurityPolicy()
A full or partial URL to a security policy to add to this instance. If this field is set to an empty string it will remove the associated security policy.
optional string security_policy = 171082513;String getSecurityPolicy()
A full or partial URL to a security policy to add to this instance. If this field is set to an empty string it will remove the associated security policy.
optional string security_policy = 171082513;com.google.protobuf.ByteString getSecurityPolicyBytes()
A full or partial URL to a security policy to add to this instance. If this field is set to an empty string it will remove the associated security policy.
optional string security_policy = 171082513;Copyright © 2025 Google LLC. All rights reserved.