Class: Google::Cloud::NetworkServices::V1::GetLbTrafficExtensionRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/networkservices/v1/dep.rb

Overview

Message for getting a LbTrafficExtension resource.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. A name of the LbTrafficExtension resource to get. Must be in the format projects/{project}/locations/{location}/lbTrafficExtensions/{lb_traffic_extension}.

Returns:

  • (::String)

    Required. A name of the LbTrafficExtension resource to get. Must be in the format projects/{project}/locations/{location}/lbTrafficExtensions/{lb_traffic_extension}.



241
242
243
244
# File 'proto_docs/google/cloud/networkservices/v1/dep.rb', line 241

class GetLbTrafficExtensionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end