public interface SubnetworksExpandIpCidrRangeRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getIpCidrRange()
The IP (in CIDR format or netmask) of internal addresses that are legal on this Subnetwork.
|
com.google.protobuf.ByteString |
getIpCidrRangeBytes()
The IP (in CIDR format or netmask) of internal addresses that are legal on this Subnetwork.
|
boolean |
hasIpCidrRange()
The IP (in CIDR format or netmask) of internal addresses that are legal on this Subnetwork.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasIpCidrRange()
The IP (in CIDR format or netmask) of internal addresses that are legal on this Subnetwork. This range should be disjoint from other subnetworks within this network. This range can only be larger than (i.e. a superset of) the range previously defined before the update.
optional string ip_cidr_range = 98117322;String getIpCidrRange()
The IP (in CIDR format or netmask) of internal addresses that are legal on this Subnetwork. This range should be disjoint from other subnetworks within this network. This range can only be larger than (i.e. a superset of) the range previously defined before the update.
optional string ip_cidr_range = 98117322;com.google.protobuf.ByteString getIpCidrRangeBytes()
The IP (in CIDR format or netmask) of internal addresses that are legal on this Subnetwork. This range should be disjoint from other subnetworks within this network. This range can only be larger than (i.e. a superset of) the range previously defined before the update.
optional string ip_cidr_range = 98117322;Copyright © 2023 Google LLC. All rights reserved.