Reference documentation and code samples for the Network Connectivity V1BETA API class Google::Cloud::NetworkConnectivity::V1beta::Gateway.
A gateway that can apply specialized traffic processing.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#capacity
def capacity() -> ::Google::Cloud::NetworkConnectivity::V1beta::Gateway::GatewayCapacity
Returns
- (::Google::Cloud::NetworkConnectivity::V1beta::Gateway::GatewayCapacity) — Optional. The aggregate processing capacity of this gateway.
#capacity=
def capacity=(value) -> ::Google::Cloud::NetworkConnectivity::V1beta::Gateway::GatewayCapacity
Parameter
- value (::Google::Cloud::NetworkConnectivity::V1beta::Gateway::GatewayCapacity) — Optional. The aggregate processing capacity of this gateway.
Returns
- (::Google::Cloud::NetworkConnectivity::V1beta::Gateway::GatewayCapacity) — Optional. The aggregate processing capacity of this gateway.
#cloud_routers
def cloud_routers() -> ::Array<::String>
Returns
- (::Array<::String>) — Output only. The list of Cloud Routers that are connected to this gateway. Should be in the form: https://www.googleapis.com/compute/v1/projects/{project}/regions/{region}/routers/{router}
#ip_range_reservations
def ip_range_reservations() -> ::Array<::Google::Cloud::NetworkConnectivity::V1beta::Gateway::IpRangeReservation>
Returns
- (::Array<::Google::Cloud::NetworkConnectivity::V1beta::Gateway::IpRangeReservation>) — Optional. A list of IP ranges that are reserved for this gateway's internal intfrastructure.
#ip_range_reservations=
def ip_range_reservations=(value) -> ::Array<::Google::Cloud::NetworkConnectivity::V1beta::Gateway::IpRangeReservation>
Parameter
- value (::Array<::Google::Cloud::NetworkConnectivity::V1beta::Gateway::IpRangeReservation>) — Optional. A list of IP ranges that are reserved for this gateway's internal intfrastructure.
Returns
- (::Array<::Google::Cloud::NetworkConnectivity::V1beta::Gateway::IpRangeReservation>) — Optional. A list of IP ranges that are reserved for this gateway's internal intfrastructure.
#sac_attachment
def sac_attachment() -> ::String
Returns
- (::String) — Output only. The URI of the connected SACAttachment. Should be in the form: projects/{project}/locations/{location}/sacAttachments/{sac_attachment}