Class GetNetworkSecurityGroupResult
- java.lang.Object
-
- com.pulumi.azurenative.network.outputs.GetNetworkSecurityGroupResult
-
public final class GetNetworkSecurityGroupResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetNetworkSecurityGroupResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetNetworkSecurityGroupResult.Builder
builder()
static GetNetworkSecurityGroupResult.Builder
builder(GetNetworkSecurityGroupResult defaults)
java.util.List<SecurityRuleResponse>
defaultSecurityRules()
java.lang.String
etag()
java.util.List<FlowLogResponse>
flowLogs()
java.util.Optional<java.lang.Boolean>
flushConnection()
java.util.Optional<java.lang.String>
id()
java.util.Optional<java.lang.String>
location()
java.lang.String
name()
java.util.List<NetworkInterfaceResponse>
networkInterfaces()
java.lang.String
provisioningState()
java.lang.String
resourceGuid()
java.util.List<SecurityRuleResponse>
securityRules()
java.util.List<SubnetResponse>
subnets()
java.util.Map<java.lang.String,java.lang.String>
tags()
java.lang.String
type()
-
-
-
Method Detail
-
defaultSecurityRules
public java.util.List<SecurityRuleResponse> defaultSecurityRules()
- Returns:
- The default security rules of network security group.
-
etag
public java.lang.String etag()
- Returns:
- A unique read-only string that changes whenever the resource is updated.
-
flowLogs
public java.util.List<FlowLogResponse> flowLogs()
- Returns:
- A collection of references to flow log resources.
-
flushConnection
public java.util.Optional<java.lang.Boolean> flushConnection()
- Returns:
- When enabled, flows created from Network Security Group connections will be re-evaluated when rules are updates. Initial enablement will trigger re-evaluation.
-
id
public java.util.Optional<java.lang.String> id()
- Returns:
- Resource ID.
-
location
public java.util.Optional<java.lang.String> location()
- Returns:
- Resource location.
-
name
public java.lang.String name()
- Returns:
- Resource name.
-
networkInterfaces
public java.util.List<NetworkInterfaceResponse> networkInterfaces()
- Returns:
- A collection of references to network interfaces.
-
provisioningState
public java.lang.String provisioningState()
- Returns:
- The provisioning state of the network security group resource.
-
resourceGuid
public java.lang.String resourceGuid()
- Returns:
- The resource GUID property of the network security group resource.
-
securityRules
public java.util.List<SecurityRuleResponse> securityRules()
- Returns:
- A collection of security rules of the network security group.
-
subnets
public java.util.List<SubnetResponse> subnets()
- Returns:
- A collection of references to subnets.
-
tags
public java.util.Map<java.lang.String,java.lang.String> tags()
- Returns:
- Resource tags.
-
type
public java.lang.String type()
- Returns:
- Resource type.
-
builder
public static GetNetworkSecurityGroupResult.Builder builder()
-
builder
public static GetNetworkSecurityGroupResult.Builder builder(GetNetworkSecurityGroupResult defaults)
-
-