Class: Google::Cloud::Compute::V1::NetworkAttachmentConnectedEndpoint
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::NetworkAttachmentConnectedEndpoint
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
[Output Only] A connection connected to this network attachment.
Defined Under Namespace
Modules: Status
Instance Attribute Summary collapse
-
#ip_address ⇒ ::String
The IPv4 address assigned to the producer instance network interface.
-
#ipv6_address ⇒ ::String
The IPv6 address assigned to the producer instance network interface.
-
#project_id_or_num ⇒ ::String
The project id or number of the interface to which the IP was assigned.
-
#secondary_ip_cidr_ranges ⇒ ::Array<::String>
Alias IP ranges from the same subnetwork.
-
#status ⇒ ::String
The status of a connected endpoint to this network attachment.
-
#subnetwork ⇒ ::String
The subnetwork used to assign the IP to the producer instance network interface.
-
#subnetwork_cidr_range ⇒ ::String
[Output Only] The CIDR range of the subnet from which the IPv4 internal IP was allocated from.
Instance Attribute Details
#ip_address ⇒ ::String
Returns The IPv4 address assigned to the producer instance network interface. This value will be a range in case of Serverless.
20847 20848 20849 20850 20851 20852 20853 20854 20855 20856 20857 20858 20859 20860 20861 20862 20863 20864 20865 20866 20867 20868 20869 20870 20871 20872 20873 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 20847 class NetworkAttachmentConnectedEndpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The status of a connected endpoint to this network attachment. module Status # A value indicating that the enum field is not set. UNDEFINED_STATUS = 0 # The consumer allows traffic from the producer to reach its VPC. ACCEPTED = 246_714_279 # The consumer network attachment no longer exists. CLOSED = 380_163_436 # The consumer needs to take further action before traffic can be served. NEEDS_ATTENTION = 344_491_452 # The consumer neither allows nor prohibits traffic from the producer to reach its VPC. PENDING = 35_394_935 # The consumer prohibits traffic from the producer to reach its VPC. REJECTED = 174_130_302 STATUS_UNSPECIFIED = 42_133_066 end end |
#ipv6_address ⇒ ::String
Returns 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.
20847 20848 20849 20850 20851 20852 20853 20854 20855 20856 20857 20858 20859 20860 20861 20862 20863 20864 20865 20866 20867 20868 20869 20870 20871 20872 20873 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 20847 class NetworkAttachmentConnectedEndpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The status of a connected endpoint to this network attachment. module Status # A value indicating that the enum field is not set. UNDEFINED_STATUS = 0 # The consumer allows traffic from the producer to reach its VPC. ACCEPTED = 246_714_279 # The consumer network attachment no longer exists. CLOSED = 380_163_436 # The consumer needs to take further action before traffic can be served. NEEDS_ATTENTION = 344_491_452 # The consumer neither allows nor prohibits traffic from the producer to reach its VPC. PENDING = 35_394_935 # The consumer prohibits traffic from the producer to reach its VPC. REJECTED = 174_130_302 STATUS_UNSPECIFIED = 42_133_066 end end |
#project_id_or_num ⇒ ::String
Returns The project id or number of the interface to which the IP was assigned.
20847 20848 20849 20850 20851 20852 20853 20854 20855 20856 20857 20858 20859 20860 20861 20862 20863 20864 20865 20866 20867 20868 20869 20870 20871 20872 20873 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 20847 class NetworkAttachmentConnectedEndpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The status of a connected endpoint to this network attachment. module Status # A value indicating that the enum field is not set. UNDEFINED_STATUS = 0 # The consumer allows traffic from the producer to reach its VPC. ACCEPTED = 246_714_279 # The consumer network attachment no longer exists. CLOSED = 380_163_436 # The consumer needs to take further action before traffic can be served. NEEDS_ATTENTION = 344_491_452 # The consumer neither allows nor prohibits traffic from the producer to reach its VPC. PENDING = 35_394_935 # The consumer prohibits traffic from the producer to reach its VPC. REJECTED = 174_130_302 STATUS_UNSPECIFIED = 42_133_066 end end |
#secondary_ip_cidr_ranges ⇒ ::Array<::String>
Returns Alias IP ranges from the same subnetwork.
20847 20848 20849 20850 20851 20852 20853 20854 20855 20856 20857 20858 20859 20860 20861 20862 20863 20864 20865 20866 20867 20868 20869 20870 20871 20872 20873 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 20847 class NetworkAttachmentConnectedEndpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The status of a connected endpoint to this network attachment. module Status # A value indicating that the enum field is not set. UNDEFINED_STATUS = 0 # The consumer allows traffic from the producer to reach its VPC. ACCEPTED = 246_714_279 # The consumer network attachment no longer exists. CLOSED = 380_163_436 # The consumer needs to take further action before traffic can be served. NEEDS_ATTENTION = 344_491_452 # The consumer neither allows nor prohibits traffic from the producer to reach its VPC. PENDING = 35_394_935 # The consumer prohibits traffic from the producer to reach its VPC. REJECTED = 174_130_302 STATUS_UNSPECIFIED = 42_133_066 end end |
#status ⇒ ::String
Returns The status of a connected endpoint to this network attachment. Check the Status enum for the list of possible values.
20847 20848 20849 20850 20851 20852 20853 20854 20855 20856 20857 20858 20859 20860 20861 20862 20863 20864 20865 20866 20867 20868 20869 20870 20871 20872 20873 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 20847 class NetworkAttachmentConnectedEndpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The status of a connected endpoint to this network attachment. module Status # A value indicating that the enum field is not set. UNDEFINED_STATUS = 0 # The consumer allows traffic from the producer to reach its VPC. ACCEPTED = 246_714_279 # The consumer network attachment no longer exists. CLOSED = 380_163_436 # The consumer needs to take further action before traffic can be served. NEEDS_ATTENTION = 344_491_452 # The consumer neither allows nor prohibits traffic from the producer to reach its VPC. PENDING = 35_394_935 # The consumer prohibits traffic from the producer to reach its VPC. REJECTED = 174_130_302 STATUS_UNSPECIFIED = 42_133_066 end end |
#subnetwork ⇒ ::String
Returns The subnetwork used to assign the IP to the producer instance network interface.
20847 20848 20849 20850 20851 20852 20853 20854 20855 20856 20857 20858 20859 20860 20861 20862 20863 20864 20865 20866 20867 20868 20869 20870 20871 20872 20873 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 20847 class NetworkAttachmentConnectedEndpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The status of a connected endpoint to this network attachment. module Status # A value indicating that the enum field is not set. UNDEFINED_STATUS = 0 # The consumer allows traffic from the producer to reach its VPC. ACCEPTED = 246_714_279 # The consumer network attachment no longer exists. CLOSED = 380_163_436 # The consumer needs to take further action before traffic can be served. NEEDS_ATTENTION = 344_491_452 # The consumer neither allows nor prohibits traffic from the producer to reach its VPC. PENDING = 35_394_935 # The consumer prohibits traffic from the producer to reach its VPC. REJECTED = 174_130_302 STATUS_UNSPECIFIED = 42_133_066 end end |
#subnetwork_cidr_range ⇒ ::String
Returns [Output Only] The CIDR range of the subnet from which the IPv4 internal IP was allocated from.
20847 20848 20849 20850 20851 20852 20853 20854 20855 20856 20857 20858 20859 20860 20861 20862 20863 20864 20865 20866 20867 20868 20869 20870 20871 20872 20873 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 20847 class NetworkAttachmentConnectedEndpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The status of a connected endpoint to this network attachment. module Status # A value indicating that the enum field is not set. UNDEFINED_STATUS = 0 # The consumer allows traffic from the producer to reach its VPC. ACCEPTED = 246_714_279 # The consumer network attachment no longer exists. CLOSED = 380_163_436 # The consumer needs to take further action before traffic can be served. NEEDS_ATTENTION = 344_491_452 # The consumer neither allows nor prohibits traffic from the producer to reach its VPC. PENDING = 35_394_935 # The consumer prohibits traffic from the producer to reach its VPC. REJECTED = 174_130_302 STATUS_UNSPECIFIED = 42_133_066 end end |