Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::NetworkPeeringConnectionStatusTrafficConfiguration.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#export_custom_routes_to_peer
def export_custom_routes_to_peer() -> ::Boolean
Returns
- (::Boolean) — Whether custom routes are being exported to the peer network.
#export_custom_routes_to_peer=
def export_custom_routes_to_peer=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether custom routes are being exported to the peer network.
Returns
- (::Boolean) — Whether custom routes are being exported to the peer network.
#export_subnet_routes_with_public_ip_to_peer
def export_subnet_routes_with_public_ip_to_peer() -> ::Boolean
Returns
- (::Boolean) — Whether subnet routes with public IP ranges are being exported to the peer network.
#export_subnet_routes_with_public_ip_to_peer=
def export_subnet_routes_with_public_ip_to_peer=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether subnet routes with public IP ranges are being exported to the peer network.
Returns
- (::Boolean) — Whether subnet routes with public IP ranges are being exported to the peer network.
#import_custom_routes_from_peer
def import_custom_routes_from_peer() -> ::Boolean
Returns
- (::Boolean) — Whether custom routes are being imported from the peer network.
#import_custom_routes_from_peer=
def import_custom_routes_from_peer=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether custom routes are being imported from the peer network.
Returns
- (::Boolean) — Whether custom routes are being imported from the peer network.
#import_subnet_routes_with_public_ip_from_peer
def import_subnet_routes_with_public_ip_from_peer() -> ::Boolean
Returns
- (::Boolean) — Whether subnet routes with public IP ranges are being imported from the peer network.
#import_subnet_routes_with_public_ip_from_peer=
def import_subnet_routes_with_public_ip_from_peer=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether subnet routes with public IP ranges are being imported from the peer network.
Returns
- (::Boolean) — Whether subnet routes with public IP ranges are being imported from the peer network.
#stack_type
def stack_type() -> ::String
Returns
- (::String) — Which IP version(s) of traffic and routes are being imported or exported between peer networks. Check the StackType enum for the list of possible values.
#stack_type=
def stack_type=(value) -> ::String
Parameter
- value (::String) — Which IP version(s) of traffic and routes are being imported or exported between peer networks. Check the StackType enum for the list of possible values.
Returns
- (::String) — Which IP version(s) of traffic and routes are being imported or exported between peer networks. Check the StackType enum for the list of possible values.