Interface Gateway.IpRangeReservationOrBuilder (1.87.0)

public static interface Gateway.IpRangeReservationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIpRange()

public abstract String getIpRange()

Required. A block of IP addresses used to allocate supporting infrastructure for this gateway. This block must not overlap with subnets in any spokes or peer VPC networks that the gateway can communicate with. Example: "10.1.2.0/24"

string ip_range = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The ipRange.

getIpRangeBytes()

public abstract ByteString getIpRangeBytes()

Required. A block of IP addresses used to allocate supporting infrastructure for this gateway. This block must not overlap with subnets in any spokes or peer VPC networks that the gateway can communicate with. Example: "10.1.2.0/24"

string ip_range = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for ipRange.