Class GetEndpointPlainArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.InvokeArgs
-
- com.pulumi.azurenative.network.inputs.GetEndpointPlainArgs
-
public final class GetEndpointPlainArgs extends com.pulumi.resources.InvokeArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetEndpointPlainArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetEndpointPlainArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetEndpointPlainArgs.Builder
builder()
static GetEndpointPlainArgs.Builder
builder(GetEndpointPlainArgs defaults)
java.lang.String
endpointName()
java.lang.String
endpointType()
java.lang.String
profileName()
java.lang.String
resourceGroupName()
-
-
-
Field Detail
-
Empty
public static final GetEndpointPlainArgs Empty
-
-
Method Detail
-
endpointName
public java.lang.String endpointName()
- Returns:
- The name of the Traffic Manager endpoint.
-
endpointType
public java.lang.String endpointType()
- Returns:
- The type of the Traffic Manager endpoint.
-
profileName
public java.lang.String profileName()
- Returns:
- The name of the Traffic Manager profile.
-
resourceGroupName
public java.lang.String resourceGroupName()
- Returns:
- The name of the resource group. The name is case insensitive.
-
builder
public static GetEndpointPlainArgs.Builder builder()
-
builder
public static GetEndpointPlainArgs.Builder builder(GetEndpointPlainArgs defaults)
-
-