Class NetworkAttachmentConnectedEndpoint (1.9.0)

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

[Output Only] A connection connected to this network attachment.

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

Attributes

NameDescription
ip_address str
The IP address assigned to the producer instance network interface. This value will be a range in case of Serverless. This field is a member of oneof_ _ip_address.
project_id_or_num str
The project id or number of the interface to which the IP was assigned. This field is a member of oneof_ _project_id_or_num.
secondary_ip_cidr_ranges MutableSequence[str]
Alias IP ranges from the same subnetwork
status str
The status of a connected endpoint to this network attachment. Check the Status enum for the list of possible values. This field is a member of oneof_ _status.
subnetwork str
The subnetwork used to assign the IP to the producer instance network interface. This field is a member of oneof_ _subnetwork.

Classes

Status

Status(value)

The status of a connected endpoint to this network attachment.