Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1KeyAliasReference
- Inherits:
-
Object
- Object
- Google::Apis::ApigeeV1::GoogleCloudApigeeV1KeyAliasReference
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/apigee_v1/classes.rb,
lib/google/apis/apigee_v1/representations.rb,
lib/google/apis/apigee_v1/representations.rb
Instance Attribute Summary collapse
-
#alias_id ⇒ String
Alias ID.
-
#reference ⇒ String
Reference name in the following format:
organizations/org/environments/env/references/reference`Corresponds to the JSON propertyreference`.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudApigeeV1KeyAliasReference
constructor
A new instance of GoogleCloudApigeeV1KeyAliasReference.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudApigeeV1KeyAliasReference
Returns a new instance of GoogleCloudApigeeV1KeyAliasReference.
5692 5693 5694 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 5692 def initialize(**args) update!(**args) end |
Instance Attribute Details
#alias_id ⇒ String
Alias ID. Must exist in the keystore referred to by the reference.
Corresponds to the JSON property aliasId
5684 5685 5686 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 5684 def alias_id @alias_id end |
#reference ⇒ String
Reference name in the following format: organizations/org/environments/env
/references/reference`
Corresponds to the JSON propertyreference`
5690 5691 5692 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 5690 def reference @reference end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5697 5698 5699 5700 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 5697 def update!(**args) @alias_id = args[:alias_id] if args.key?(:alias_id) @reference = args[:reference] if args.key?(:reference) end |