
com.pulumi.azurenative.kubernetesconfiguration.inputs.KubernetesConfigurationPrivateLinkScopePropertiesArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.azurenative.kubernetesconfiguration.inputs;
import com.pulumi.azurenative.kubernetesconfiguration.enums.PublicNetworkAccessType;
import com.pulumi.core.Either;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* Properties that define a Azure Arc PrivateLinkScope resource.
*
*/
public final class KubernetesConfigurationPrivateLinkScopePropertiesArgs extends com.pulumi.resources.ResourceArgs {
public static final KubernetesConfigurationPrivateLinkScopePropertiesArgs Empty = new KubernetesConfigurationPrivateLinkScopePropertiesArgs();
/**
* Managed Cluster ARM ID for the private link scope (Required)
*
*/
@Import(name="clusterResourceId", required=true)
private Output clusterResourceId;
/**
* @return Managed Cluster ARM ID for the private link scope (Required)
*
*/
public Output clusterResourceId() {
return this.clusterResourceId;
}
/**
* Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints.
*
*/
@Import(name="publicNetworkAccess")
private @Nullable Output> publicNetworkAccess;
/**
* @return Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy