NetworkAttachmentConnectedEndpoint(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
[Output Only] A connection connected to this network attachment.
Attributes
Name | Description |
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.