Class: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint
- Inherits:
-
Object
- Object
- Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudasset_v1p7beta1/classes.rb,
lib/google/apis/cloudasset_v1p7beta1/representations.rb,
lib/google/apis/cloudasset_v1p7beta1/representations.rb
Overview
Specifies the PSC an API call refers to.
Instance Attribute Summary collapse
-
#forwarding_rule ⇒ String
The global forwarding rule identifier.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint
constructor
A new instance of GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint
Returns a new instance of GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint.
1941 1942 1943 |
# File 'lib/google/apis/cloudasset_v1p7beta1/classes.rb', line 1941 def initialize(**args) update!(**args) end |
Instance Attribute Details
#forwarding_rule ⇒ String
The global forwarding rule identifier. Forwarding rule format: //compute.
googleapis.com/projects/PROJECT_ID/global/forwardingRules/
FORWARDING_RULE_ID`.
Corresponds to the JSON propertyforwardingRule`
1939 1940 1941 |
# File 'lib/google/apis/cloudasset_v1p7beta1/classes.rb', line 1939 def forwarding_rule @forwarding_rule end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1946 1947 1948 |
# File 'lib/google/apis/cloudasset_v1p7beta1/classes.rb', line 1946 def update!(**args) @forwarding_rule = args[:forwarding_rule] if args.key?(:forwarding_rule) end |