Class GetSubnetworkRequest (0.1.7)

GetSubnetworkRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A request message for Subnetworks.Get. See the method description for details.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
project str
Project ID for this request.
region str
Name of the region scoping this request.
subnetwork str
Name of the Subnetwork resource to return.
views str
Defines the extra views returned back in the subnetwork resource. Supported values: - WITH_UTILIZATION: Utilization data is included in the response. Check the Views enum for the list of possible values. This field is a member of oneof_ _views.

Classes

Views

Views(value)

Defines the extra views returned back in the subnetwork resource. Supported values: - WITH_UTILIZATION: Utilization data is included in the response.