Class NetworkTapRuleActionResponse
- java.lang.Object
-
- com.pulumi.azurenative.managednetworkfabric.outputs.NetworkTapRuleActionResponse
-
public final class NetworkTapRuleActionResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NetworkTapRuleActionResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NetworkTapRuleActionResponse.Builder
builder()
static NetworkTapRuleActionResponse.Builder
builder(NetworkTapRuleActionResponse defaults)
java.util.Optional<java.lang.String>
destinationId()
java.util.Optional<java.lang.String>
isTimestampEnabled()
java.util.Optional<java.lang.String>
matchConfigurationName()
java.util.Optional<java.lang.String>
truncate()
java.util.Optional<java.lang.String>
type()
-
-
-
Method Detail
-
destinationId
public java.util.Optional<java.lang.String> destinationId()
- Returns:
- Destination Id. The ARM resource Id may be either Network To Network Interconnect or NeighborGroup.
-
isTimestampEnabled
public java.util.Optional<java.lang.String> isTimestampEnabled()
- Returns:
- The parameter to enable or disable the timestamp.
-
matchConfigurationName
public java.util.Optional<java.lang.String> matchConfigurationName()
- Returns:
- The name of the match configuration. This is used when Goto type is provided. If Goto type is selected and no match configuration name is provided. It goes to next configuration.
-
truncate
public java.util.Optional<java.lang.String> truncate()
- Returns:
- Truncate. 0 indicates do not truncate.
-
type
public java.util.Optional<java.lang.String> type()
- Returns:
- Type of actions that can be performed.
-
builder
public static NetworkTapRuleActionResponse.Builder builder()
-
builder
public static NetworkTapRuleActionResponse.Builder builder(NetworkTapRuleActionResponse defaults)
-
-