Class FirewallRuleResponse
- java.lang.Object
-
- com.pulumi.azurenative.datalakeanalytics.outputs.FirewallRuleResponse
-
public final class FirewallRuleResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FirewallRuleResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FirewallRuleResponse.Builder
builder()
static FirewallRuleResponse.Builder
builder(FirewallRuleResponse defaults)
java.lang.String
endIpAddress()
java.lang.String
id()
java.lang.String
name()
java.lang.String
startIpAddress()
java.lang.String
type()
-
-
-
Method Detail
-
endIpAddress
public java.lang.String endIpAddress()
- Returns:
- The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.
-
id
public java.lang.String id()
- Returns:
- The resource identifier.
-
name
public java.lang.String name()
- Returns:
- The resource name.
-
startIpAddress
public java.lang.String startIpAddress()
- Returns:
- The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.
-
type
public java.lang.String type()
- Returns:
- The resource type.
-
builder
public static FirewallRuleResponse.Builder builder()
-
builder
public static FirewallRuleResponse.Builder builder(FirewallRuleResponse defaults)
-
-