Class: Google::Cloud::GkeMultiCloud::V1::AzureProxyConfig
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::AzureProxyConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb
Overview
Details of a proxy config stored in Azure Key Vault.
Instance Attribute Summary collapse
-
#resource_group_id ⇒ ::String
The ARM ID the of the resource group containing proxy keyvault.
-
#secret_id ⇒ ::String
The URL the of the proxy setting secret with its version.
Instance Attribute Details
#resource_group_id ⇒ ::String
Returns The ARM ID the of the resource group containing proxy keyvault.
Resource group ids are formatted as
/subscriptions/<subscription-id>/resourceGroups/<resource-group-name>
.
344 345 346 347 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 344 class AzureProxyConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#secret_id ⇒ ::String
Returns The URL the of the proxy setting secret with its version.
The secret must be a JSON encoded proxy configuration as described in https://cloud.google.com/kubernetes-engine/multi-cloud/docs/azure/how-to/use-a-proxy#create_a_proxy_configuration_file
Secret ids are formatted as
https://<key-vault-name>.vault.azure.net/secrets/<secret-name>/<secret-version>
.
344 345 346 347 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 344 class AzureProxyConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |