Class FeatureMembershipConfigmanagementConfigSyncOci


  • public final class FeatureMembershipConfigmanagementConfigSyncOci
    extends java.lang.Object
    • Method Detail

      • gcpServiceAccountEmail

        public java.util.Optional<java.lang.String> gcpServiceAccountEmail()
        Returns:
        The GCP Service Account Email used for auth when secret_type is gcpserviceaccount.
      • policyDir

        public java.util.Optional<java.lang.String> policyDir()
        Returns:
        The absolute path of the directory that contains the local resources. Default: the root directory of the image.
      • secretType

        public java.util.Optional<java.lang.String> secretType()
        Returns:
        Type of secret configured for access to the OCI Image. Must be one of gcenode, gcpserviceaccount or none.
      • syncRepo

        public java.util.Optional<java.lang.String> syncRepo()
        Returns:
        The OCI image repository URL for the package to sync from. e.g. LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME.
      • syncWaitSecs

        public java.util.Optional<java.lang.String> syncWaitSecs()
        Returns:
        Period in seconds(int64 format) between consecutive syncs. Default: 15.