Class GetReservationSubBlockRequest (0.11.0)

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

A request message for ReservationSubBlocks.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
parent_name str
The name of the parent reservation and parent block. In the format of reservations/{reservation_name}/reservationBlocks/{reservation_block_name}
project str
Project ID for this request.
reservation_sub_block str
The name of the reservation subBlock. Name should conform to RFC1035 or be a resource ID.
view str
View of the subBlock. Check the View enum for the list of possible values. This field is a member of oneof_ _view.
zone str
Name of the zone for this request. Zone name should conform to RFC1035.

Classes

View

View(value)

View of the subBlock.