Class: Google::Apis::ComputeAlpha::ServiceAttachmentConsumerForwardingRule

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/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.



36095
36096
36097
# File 'lib/google/apis/compute_alpha/classes.rb', line 36095

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)


36083
36084
36085
# File 'lib/google/apis/compute_alpha/classes.rb', line 36083

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)


36088
36089
36090
# File 'lib/google/apis/compute_alpha/classes.rb', line 36088

def psc_connection_id
  @psc_connection_id
end

#statusString

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

Returns:

  • (String)


36093
36094
36095
# File 'lib/google/apis/compute_alpha/classes.rb', line 36093

def status
  @status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



36100
36101
36102
36103
36104
# File 'lib/google/apis/compute_alpha/classes.rb', line 36100

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