Interface GuestPolicies.EffectiveGuestPolicyOrBuilder

    • Method Detail

      • getPackagesCount

        int getPackagesCount()
         List of package configurations assigned to the VM instance.
         
        repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackage packages = 1;
      • getPackageRepositories

        GuestPolicies.EffectiveGuestPolicy.SourcedPackageRepository getPackageRepositories​(int index)
         List of package repository configurations assigned to the VM instance.
         
        repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackageRepository package_repositories = 2;
      • getPackageRepositoriesCount

        int getPackageRepositoriesCount()
         List of package repository configurations assigned to the VM instance.
         
        repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackageRepository package_repositories = 2;
      • getSoftwareRecipesCount

        int getSoftwareRecipesCount()
         List of recipes assigned to the VM instance.
         
        repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedSoftwareRecipe software_recipes = 3;