View Source GoogleApi.ArtifactRegistry.V1.Model.YumRepository (google_api_artifact_registry v0.15.0)
Configuration for a Yum remote repository.
Attributes
-
customRepository
(type:GoogleApi.ArtifactRegistry.V1.Model.GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigYumRepositoryCustomRepository.t
, default:nil
) - Customer-specified remote repository. -
publicRepository
(type:GoogleApi.ArtifactRegistry.V1.Model.GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigYumRepositoryPublicRepository.t
, default:nil
) - One of the publicly available Yum repositories supported by Artifact Registry.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ArtifactRegistry.V1.Model.YumRepository{ customRepository: GoogleApi.ArtifactRegistry.V1.Model.GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigYumRepositoryCustomRepository.t() | nil, publicRepository: GoogleApi.ArtifactRegistry.V1.Model.GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigYumRepositoryPublicRepository.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.