com.pulumi.azurenative.search.inputs.IpRuleArgs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-native Show documentation
Show all versions of azure-native Show documentation
A native Pulumi package for creating and managing Azure resources.
// *** 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.search.inputs;
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;
/**
* The IP restriction rule of the Azure Cognitive Search service.
*
*/
public final class IpRuleArgs extends com.pulumi.resources.ResourceArgs {
public static final IpRuleArgs Empty = new IpRuleArgs();
/**
* Value corresponding to a single IPv4 address (eg., 123.1.2.3) or an IP range in CIDR format (eg., 123.1.2.3/24) to be allowed.
*
*/
@Import(name="value")
private @Nullable Output value;
/**
* @return Value corresponding to a single IPv4 address (eg., 123.1.2.3) or an IP range in CIDR format (eg., 123.1.2.3/24) to be allowed.
*
*/
public Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy