
com.pulumi.azurenative.servicefabricmesh.inputs.EndpointPropertiesArgs 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.servicefabricmesh.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.Integer;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* Describes a container endpoint.
*
*/
public final class EndpointPropertiesArgs extends com.pulumi.resources.ResourceArgs {
public static final EndpointPropertiesArgs Empty = new EndpointPropertiesArgs();
/**
* The name of the endpoint.
*
*/
@Import(name="name", required=true)
private Output name;
/**
* @return The name of the endpoint.
*
*/
public Output name() {
return this.name;
}
/**
* Port used by the container.
*
*/
@Import(name="port")
private @Nullable Output port;
/**
* @return Port used by the container.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy