
com.pulumi.azurenative.hybridcompute.inputs.HybridComputePrivateLinkScopePropertiesArgs 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.hybridcompute.inputs;
import com.pulumi.azurenative.hybridcompute.enums.PublicNetworkAccessType;
import com.pulumi.core.Either;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
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 HybridComputePrivateLinkScopePropertiesArgs extends com.pulumi.resources.ResourceArgs {
public static final HybridComputePrivateLinkScopePropertiesArgs Empty = new HybridComputePrivateLinkScopePropertiesArgs();
/**
* 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