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 |
|
---|---|
Name | Description |
ip_address |
str
The IPv4 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 .
|
ipv6_address |
str
The IPv6 address assigned to the producer instance network interface. This is only assigned when the stack types of both the instance network interface and the consumer subnet are IPv4_IPv6. This field is a member of oneof _ _ipv6_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 .
|
subnetwork_cidr_range |
str
[Output Only] The CIDR range of the subnet from which the IPv4 internal IP was allocated from. This field is a member of oneof _ _subnetwork_cidr_range .
|
Classes
Status
Status(value)
The status of a connected endpoint to this network attachment.