
com.pulumi.azurenative.search.inputs.PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgs 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.search.inputs;
import com.pulumi.azurenative.search.enums.PrivateLinkServiceConnectionStatus;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.core.internal.Codegen;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* Describes the current state of an existing Private Link Service connection to the Azure Private Endpoint.
*
*/
public final class PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgs extends com.pulumi.resources.ResourceArgs {
public static final PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgs Empty = new PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgs();
/**
* A description of any extra actions that may be required.
*
*/
@Import(name="actionsRequired")
private @Nullable Output actionsRequired;
/**
* @return A description of any extra actions that may be required.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy