Google Cloud Compute V1 API - Class Google::Cloud::Compute::V1::GetNetworkEndpointGroupRequest (v2.8.0)

Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::GetNetworkEndpointGroupRequest.

A request message for NetworkEndpointGroups.Get. See the method description for details.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#network_endpoint_group

def network_endpoint_group() -> ::String
Returns
  • (::String) — The name of the network endpoint group. It should comply with RFC1035.

#network_endpoint_group=

def network_endpoint_group=(value) -> ::String
Parameter
  • value (::String) — The name of the network endpoint group. It should comply with RFC1035.
Returns
  • (::String) — The name of the network endpoint group. It should comply with RFC1035.

#project

def project() -> ::String
Returns
  • (::String) — Project ID for this request.

#project=

def project=(value) -> ::String
Parameter
  • value (::String) — Project ID for this request.
Returns
  • (::String) — Project ID for this request.

#zone

def zone() -> ::String
Returns
  • (::String) — The name of the zone where the network endpoint group is located. It should comply with RFC1035.

#zone=

def zone=(value) -> ::String
Parameter
  • value (::String) — The name of the zone where the network endpoint group is located. It should comply with RFC1035.
Returns
  • (::String) — The name of the zone where the network endpoint group is located. It should comply with RFC1035.