Class: Google::Apis::ComputeBeta::ServiceAttachmentConsumerForwardingRule

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb

Overview

[Output Only] A consumer forwarding rule connected to this service attachment. [Deprecated] Do not use.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ServiceAttachmentConsumerForwardingRule

Returns a new instance of ServiceAttachmentConsumerForwardingRule.



32054
32055
32056
# File 'lib/google/apis/compute_beta/classes.rb', line 32054

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#forwarding_ruleString

The url of a consumer forwarding rule. Corresponds to the JSON property forwardingRule

Returns:

  • (String)


32042
32043
32044
# File 'lib/google/apis/compute_beta/classes.rb', line 32042

def forwarding_rule
  @forwarding_rule
end

#psc_connection_idFixnum

The PSC connection id of the PSC Forwarding Rule. Corresponds to the JSON property pscConnectionId

Returns:

  • (Fixnum)


32047
32048
32049
# File 'lib/google/apis/compute_beta/classes.rb', line 32047

def psc_connection_id
  @psc_connection_id
end

#statusString

The status of the forwarding rule. Corresponds to the JSON property status

Returns:

  • (String)


32052
32053
32054
# File 'lib/google/apis/compute_beta/classes.rb', line 32052

def status
  @status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



32059
32060
32061
32062
32063
# File 'lib/google/apis/compute_beta/classes.rb', line 32059

def update!(**args)
  @forwarding_rule = args[:forwarding_rule] if args.key?(:forwarding_rule)
  @psc_connection_id = args[:psc_connection_id] if args.key?(:psc_connection_id)
  @status = args[:status] if args.key?(:status)
end