Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1KeystoreConfig
- Inherits:
-
Object
- Object
- Google::Apis::ApigeeV1::GoogleCloudApigeeV1KeystoreConfig
- 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
-
#aliases ⇒ Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1AliasRevisionConfig>
Aliases in the keystore.
-
#name ⇒ String
Resource name in the following format:
organizations/org/environments/env/ keystores/keystore`Corresponds to the JSON propertyname`.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudApigeeV1KeystoreConfig
constructor
A new instance of GoogleCloudApigeeV1KeystoreConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudApigeeV1KeystoreConfig
Returns a new instance of GoogleCloudApigeeV1KeystoreConfig.
4269 4270 4271 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 4269 def initialize(**args) update!(**args) end |
Instance Attribute Details
#aliases ⇒ Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1AliasRevisionConfig>
Aliases in the keystore.
Corresponds to the JSON property aliases
4261 4262 4263 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 4261 def aliases @aliases end |
#name ⇒ String
Resource name in the following format: organizations/org/environments/env/
keystores/keystore`
Corresponds to the JSON propertyname`
4267 4268 4269 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 4267 def name @name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4274 4275 4276 4277 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 4274 def update!(**args) @aliases = args[:aliases] if args.key?(:aliases) @name = args[:name] if args.key?(:name) end |