Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1KeystoreConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/apigee_v1/classes.rb,
generated/google/apis/apigee_v1/representations.rb,
generated/google/apis/apigee_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudApigeeV1KeystoreConfig

Returns a new instance of GoogleCloudApigeeV1KeystoreConfig.



3395
3396
3397
# File 'generated/google/apis/apigee_v1/classes.rb', line 3395

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

Instance Attribute Details

#aliasesArray<Google::Apis::ApigeeV1::GoogleCloudApigeeV1AliasRevisionConfig>

Aliases in the keystore. Corresponds to the JSON property aliases



3387
3388
3389
# File 'generated/google/apis/apigee_v1/classes.rb', line 3387

def aliases
  @aliases
end

#nameString

Resource name in the following format: organizations/org/environments/env/ keystores/keystore` Corresponds to the JSON propertyname`

Returns:

  • (String)


3393
3394
3395
# File 'generated/google/apis/apigee_v1/classes.rb', line 3393

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3400
3401
3402
3403
# File 'generated/google/apis/apigee_v1/classes.rb', line 3400

def update!(**args)
  @aliases = args[:aliases] if args.key?(:aliases)
  @name = args[:name] if args.key?(:name)
end