Interface OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryZypper
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryZypper.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.280Z") @Stability(Stable) public interface OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryZypper extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryZypper.Builderstatic classOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryZypper.Jsii$ProxyAn implementation forOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryZypper
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryZypper.Builderbuilder()StringgetBaseUrl()The location of the repository directory.default StringgetDisplayName()The display name of the repository.default List<String>getGpgKeys()URIs of GPG keys.StringgetId()A one word, unique name for this repository.
-
-
-
Method Detail
-
getBaseUrl
@Stability(Stable) @NotNull String getBaseUrl()
The location of the repository directory.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#base_url OsConfigOsPolicyAssignment#base_url}
-
getId
@Stability(Stable) @NotNull String getId()
A one word, unique name for this repository.This is the 'repo id' in the zypper config file and also the 'display_name' if 'display_name' is omitted. This id is also used as the unique identifier when checking for GuestPolicy conflicts. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#id OsConfigOsPolicyAssignment#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getDisplayName
@Stability(Stable) @Nullable default String getDisplayName()
The display name of the repository.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#display_name OsConfigOsPolicyAssignment#display_name}
-
getGpgKeys
@Stability(Stable) @Nullable default List<String> getGpgKeys()
URIs of GPG keys.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#gpg_keys OsConfigOsPolicyAssignment#gpg_keys}
-
builder
@Stability(Stable) static OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryZypper.Builder builder()
-
-