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

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudApigeeV1KeystoreConfig

Returns a new instance of GoogleCloudApigeeV1KeystoreConfig.



4903
4904
4905
# File 'lib/google/apis/apigee_v1/classes.rb', line 4903

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

Instance Attribute Details

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

Aliases in the keystore. Corresponds to the JSON property aliases



4895
4896
4897
# File 'lib/google/apis/apigee_v1/classes.rb', line 4895

def aliases
  @aliases
end

#nameString

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

Returns:

  • (String)


4901
4902
4903
# File 'lib/google/apis/apigee_v1/classes.rb', line 4901

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4908
4909
4910
4911
# File 'lib/google/apis/apigee_v1/classes.rb', line 4908

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