Viewing docs for Nutanix v0.16.0
published on Tuesday, May 26, 2026 by Piers Karsenbarg
published on Tuesday, May 26, 2026 by Piers Karsenbarg
Viewing docs for Nutanix v0.16.0
published on Tuesday, May 26, 2026 by Piers Karsenbarg
published on Tuesday, May 26, 2026 by Piers Karsenbarg
Gets the list of Network Security Policy rules for a given policy ExtID.
Using getNetworkSecurityPolicyRulesV2
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getNetworkSecurityPolicyRulesV2(args: GetNetworkSecurityPolicyRulesV2Args, opts?: InvokeOptions): Promise<GetNetworkSecurityPolicyRulesV2Result>
function getNetworkSecurityPolicyRulesV2Output(args: GetNetworkSecurityPolicyRulesV2OutputArgs, opts?: InvokeOptions): Output<GetNetworkSecurityPolicyRulesV2Result>def get_network_security_policy_rules_v2(filter: Optional[str] = None,
limit: Optional[int] = None,
order_by: Optional[str] = None,
page: Optional[int] = None,
policy_ext_id: Optional[str] = None,
select: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetNetworkSecurityPolicyRulesV2Result
def get_network_security_policy_rules_v2_output(filter: pulumi.Input[Optional[str]] = None,
limit: pulumi.Input[Optional[int]] = None,
order_by: pulumi.Input[Optional[str]] = None,
page: pulumi.Input[Optional[int]] = None,
policy_ext_id: pulumi.Input[Optional[str]] = None,
select: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNetworkSecurityPolicyRulesV2Result]func GetNetworkSecurityPolicyRulesV2(ctx *Context, args *GetNetworkSecurityPolicyRulesV2Args, opts ...InvokeOption) (*GetNetworkSecurityPolicyRulesV2Result, error)
func GetNetworkSecurityPolicyRulesV2Output(ctx *Context, args *GetNetworkSecurityPolicyRulesV2OutputArgs, opts ...InvokeOption) GetNetworkSecurityPolicyRulesV2ResultOutput> Note: This function is named GetNetworkSecurityPolicyRulesV2 in the Go SDK.
public static class GetNetworkSecurityPolicyRulesV2
{
public static Task<GetNetworkSecurityPolicyRulesV2Result> InvokeAsync(GetNetworkSecurityPolicyRulesV2Args args, InvokeOptions? opts = null)
public static Output<GetNetworkSecurityPolicyRulesV2Result> Invoke(GetNetworkSecurityPolicyRulesV2InvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetNetworkSecurityPolicyRulesV2Result> getNetworkSecurityPolicyRulesV2(GetNetworkSecurityPolicyRulesV2Args args, InvokeOptions options)
public static Output<GetNetworkSecurityPolicyRulesV2Result> getNetworkSecurityPolicyRulesV2(GetNetworkSecurityPolicyRulesV2Args args, InvokeOptions options)
fn::invoke:
function: nutanix:index/getNetworkSecurityPolicyRulesV2:getNetworkSecurityPolicyRulesV2
arguments:
# arguments dictionarydata "nutanix_getnetworksecuritypolicyrulesv2" "name" {
# arguments
}The following arguments are supported:
- Policy
Ext stringId - ExtId of the network security policy to list rules for.
- Filter string
- Filter expression for the list. The filter can be applied to the following fields:
- Limit int
- Maximum number of rules to return (1–100). Default is 50 if not set.
- Order
By string - Order by clause. The orderBy can be applied to the following fields:
- Page int
- Page number for pagination (0-based).
- Select string
- Comma-separated list of fields to return. The select can be applied to the following fields:
- Policy
Ext stringId - ExtId of the network security policy to list rules for.
- Filter string
- Filter expression for the list. The filter can be applied to the following fields:
- Limit int
- Maximum number of rules to return (1–100). Default is 50 if not set.
- Order
By string - Order by clause. The orderBy can be applied to the following fields:
- Page int
- Page number for pagination (0-based).
- Select string
- Comma-separated list of fields to return. The select can be applied to the following fields:
- policy_
ext_ stringid - ExtId of the network security policy to list rules for.
- filter string
- Filter expression for the list. The filter can be applied to the following fields:
- limit number
- Maximum number of rules to return (1–100). Default is 50 if not set.
- order_
by string - Order by clause. The orderBy can be applied to the following fields:
- page number
- Page number for pagination (0-based).
- select string
- Comma-separated list of fields to return. The select can be applied to the following fields:
- policy
Ext StringId - ExtId of the network security policy to list rules for.
- filter String
- Filter expression for the list. The filter can be applied to the following fields:
- limit Integer
- Maximum number of rules to return (1–100). Default is 50 if not set.
- order
By String - Order by clause. The orderBy can be applied to the following fields:
- page Integer
- Page number for pagination (0-based).
- select String
- Comma-separated list of fields to return. The select can be applied to the following fields:
- policy
Ext stringId - ExtId of the network security policy to list rules for.
- filter string
- Filter expression for the list. The filter can be applied to the following fields:
- limit number
- Maximum number of rules to return (1–100). Default is 50 if not set.
- order
By string - Order by clause. The orderBy can be applied to the following fields:
- page number
- Page number for pagination (0-based).
- select string
- Comma-separated list of fields to return. The select can be applied to the following fields:
- policy_
ext_ strid - ExtId of the network security policy to list rules for.
- filter str
- Filter expression for the list. The filter can be applied to the following fields:
- limit int
- Maximum number of rules to return (1–100). Default is 50 if not set.
- order_
by str - Order by clause. The orderBy can be applied to the following fields:
- page int
- Page number for pagination (0-based).
- select str
- Comma-separated list of fields to return. The select can be applied to the following fields:
- policy
Ext StringId - ExtId of the network security policy to list rules for.
- filter String
- Filter expression for the list. The filter can be applied to the following fields:
- limit Number
- Maximum number of rules to return (1–100). Default is 50 if not set.
- order
By String - Order by clause. The orderBy can be applied to the following fields:
- page Number
- Page number for pagination (0-based).
- select String
- Comma-separated list of fields to return. The select can be applied to the following fields:
getNetworkSecurityPolicyRulesV2 Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Network
Security List<PiersPolicy Rules Karsenbarg. Nutanix. Outputs. Get Network Security Policy Rules V2Network Security Policy Rule> - List of network security policy rules.
- Policy
Ext stringId - Filter string
- Limit int
- Order
By string - Page int
- Select string
- Id string
- The provider-assigned unique ID for this managed resource.
- Network
Security []GetPolicy Rules Network Security Policy Rules V2Network Security Policy Rule - List of network security policy rules.
- Policy
Ext stringId - Filter string
- Limit int
- Order
By string - Page int
- Select string
- id string
- The provider-assigned unique ID for this managed resource.
- network_
security_ list(object)policy_ rules - List of network security policy rules.
- policy_
ext_ stringid - filter string
- limit number
- order_
by string - page number
- select string
- id String
- The provider-assigned unique ID for this managed resource.
- network
Security List<GetPolicy Rules Network Security Policy Rules V2Network Security Policy Rule> - List of network security policy rules.
- policy
Ext StringId - filter String
- limit Integer
- order
By String - page Integer
- select String
- id string
- The provider-assigned unique ID for this managed resource.
- network
Security GetPolicy Rules Network Security Policy Rules V2Network Security Policy Rule[] - List of network security policy rules.
- policy
Ext stringId - filter string
- limit number
- order
By string - page number
- select string
- id str
- The provider-assigned unique ID for this managed resource.
- network_
security_ Sequence[Getpolicy_ rules Network Security Policy Rules V2Network Security Policy Rule] - List of network security policy rules.
- policy_
ext_ strid - filter str
- limit int
- order_
by str - page int
- select str
- id String
- The provider-assigned unique ID for this managed resource.
- network
Security List<Property Map>Policy Rules - List of network security policy rules.
- policy
Ext StringId - filter String
- limit Number
- order
By String - page Number
- select String
Supporting Types
GetNetworkSecurityPolicyRulesV2NetworkSecurityPolicyRule
- Description string
- User-defined description for the rule.
- Ext
Id string - Globally unique identifier of the rule.
- Links
List<Piers
Karsenbarg. Nutanix. Inputs. Get Network Security Policy Rules V2Network Security Policy Rule Link> - HATEOAS-style links (e.g.
href,rel). - Specs
List<Piers
Karsenbarg. Nutanix. Inputs. Get Network Security Policy Rules V2Network Security Policy Rule Spec> - Rule specification (one of the following blocks).
- Tenant
Id string - Tenant that owns the rule.
- Type string
- Rule type (e.g.
TWO_ENV_ISOLATION,APPLICATION,INTRA_GROUP,MULTI_ENV_ISOLATION).
- Description string
- User-defined description for the rule.
- Ext
Id string - Globally unique identifier of the rule.
- Links
[]Get
Network Security Policy Rules V2Network Security Policy Rule Link - HATEOAS-style links (e.g.
href,rel). - Specs
[]Get
Network Security Policy Rules V2Network Security Policy Rule Spec - Rule specification (one of the following blocks).
- Tenant
Id string - Tenant that owns the rule.
- Type string
- Rule type (e.g.
TWO_ENV_ISOLATION,APPLICATION,INTRA_GROUP,MULTI_ENV_ISOLATION).
- description string
- User-defined description for the rule.
- ext_
id string - Globally unique identifier of the rule.
- links list(object)
- HATEOAS-style links (e.g.
href,rel). - specs list(object)
- Rule specification (one of the following blocks).
- tenant_
id string - Tenant that owns the rule.
- type string
- Rule type (e.g.
TWO_ENV_ISOLATION,APPLICATION,INTRA_GROUP,MULTI_ENV_ISOLATION).
- description String
- User-defined description for the rule.
- ext
Id String - Globally unique identifier of the rule.
- links
List<Get
Network Security Policy Rules V2Network Security Policy Rule Link> - HATEOAS-style links (e.g.
href,rel). - specs
List<Get
Network Security Policy Rules V2Network Security Policy Rule Spec> - Rule specification (one of the following blocks).
- tenant
Id String - Tenant that owns the rule.
- type String
- Rule type (e.g.
TWO_ENV_ISOLATION,APPLICATION,INTRA_GROUP,MULTI_ENV_ISOLATION).
- description string
- User-defined description for the rule.
- ext
Id string - Globally unique identifier of the rule.
- links
Get
Network Security Policy Rules V2Network Security Policy Rule Link[] - HATEOAS-style links (e.g.
href,rel). - specs
Get
Network Security Policy Rules V2Network Security Policy Rule Spec[] - Rule specification (one of the following blocks).
- tenant
Id string - Tenant that owns the rule.
- type string
- Rule type (e.g.
TWO_ENV_ISOLATION,APPLICATION,INTRA_GROUP,MULTI_ENV_ISOLATION).
- description str
- User-defined description for the rule.
- ext_
id str - Globally unique identifier of the rule.
- links
Sequence[Get
Network Security Policy Rules V2Network Security Policy Rule Link] - HATEOAS-style links (e.g.
href,rel). - specs
Sequence[Get
Network Security Policy Rules V2Network Security Policy Rule Spec] - Rule specification (one of the following blocks).
- tenant_
id str - Tenant that owns the rule.
- type str
- Rule type (e.g.
TWO_ENV_ISOLATION,APPLICATION,INTRA_GROUP,MULTI_ENV_ISOLATION).
- description String
- User-defined description for the rule.
- ext
Id String - Globally unique identifier of the rule.
- links List<Property Map>
- HATEOAS-style links (e.g.
href,rel). - specs List<Property Map>
- Rule specification (one of the following blocks).
- tenant
Id String - Tenant that owns the rule.
- type String
- Rule type (e.g.
TWO_ENV_ISOLATION,APPLICATION,INTRA_GROUP,MULTI_ENV_ISOLATION).
GetNetworkSecurityPolicyRulesV2NetworkSecurityPolicyRuleLink
GetNetworkSecurityPolicyRulesV2NetworkSecurityPolicyRuleSpec
- Application
Rule List<PiersSpecs Karsenbarg. Nutanix. Inputs. Get Network Security Policy Rules V2Network Security Policy Rule Spec Application Rule Spec> - Application rule (secured groups, src/dest allow, categories, subnets, address/service groups, TCP/UDP/ICMP services, etc.).
- Intra
Entity List<PiersGroup Rule Specs Karsenbarg. Nutanix. Inputs. Get Network Security Policy Rules V2Network Security Policy Rule Spec Intra Entity Group Rule Spec> - Intra-entity group rule (
securedGroupAction,securedGroupCategoryReferences). - Multi
Env List<PiersIsolation Rule Specs Karsenbarg. Nutanix. Inputs. Get Network Security Policy Rules V2Network Security Policy Rule Spec Multi Env Isolation Rule Spec> - Multi-environment isolation rule (
spec→allToAllIsolationGroup→isolationGroupwithgroupCategoryReferences). - Two
Env List<PiersIsolation Rule Specs Karsenbarg. Nutanix. Inputs. Get Network Security Policy Rules V2Network Security Policy Rule Spec Two Env Isolation Rule Spec> - Two-environment isolation rule (
firstIsolationGroup,secondIsolationGroup).
- Application
Rule []GetSpecs Network Security Policy Rules V2Network Security Policy Rule Spec Application Rule Spec - Application rule (secured groups, src/dest allow, categories, subnets, address/service groups, TCP/UDP/ICMP services, etc.).
- Intra
Entity []GetGroup Rule Specs Network Security Policy Rules V2Network Security Policy Rule Spec Intra Entity Group Rule Spec - Intra-entity group rule (
securedGroupAction,securedGroupCategoryReferences). - Multi
Env []GetIsolation Rule Specs Network Security Policy Rules V2Network Security Policy Rule Spec Multi Env Isolation Rule Spec - Multi-environment isolation rule (
spec→allToAllIsolationGroup→isolationGroupwithgroupCategoryReferences). - Two
Env []GetIsolation Rule Specs Network Security Policy Rules V2Network Security Policy Rule Spec Two Env Isolation Rule Spec - Two-environment isolation rule (
firstIsolationGroup,secondIsolationGroup).
- application_
rule_ list(object)specs - Application rule (secured groups, src/dest allow, categories, subnets, address/service groups, TCP/UDP/ICMP services, etc.).
- intra_
entity_ list(object)group_ rule_ specs - Intra-entity group rule (
securedGroupAction,securedGroupCategoryReferences). - multi_
env_ list(object)isolation_ rule_ specs - Multi-environment isolation rule (
spec→allToAllIsolationGroup→isolationGroupwithgroupCategoryReferences). - two_
env_ list(object)isolation_ rule_ specs - Two-environment isolation rule (
firstIsolationGroup,secondIsolationGroup).
- application
Rule List<GetSpecs Network Security Policy Rules V2Network Security Policy Rule Spec Application Rule Spec> - Application rule (secured groups, src/dest allow, categories, subnets, address/service groups, TCP/UDP/ICMP services, etc.).
- intra
Entity List<GetGroup Rule Specs Network Security Policy Rules V2Network Security Policy Rule Spec Intra Entity Group Rule Spec> - Intra-entity group rule (
securedGroupAction,securedGroupCategoryReferences). - multi
Env List<GetIsolation Rule Specs Network Security Policy Rules V2Network Security Policy Rule Spec Multi Env Isolation Rule Spec> - Multi-environment isolation rule (
spec→allToAllIsolationGroup→isolationGroupwithgroupCategoryReferences). - two
Env List<GetIsolation Rule Specs Network Security Policy Rules V2Network Security Policy Rule Spec Two Env Isolation Rule Spec> - Two-environment isolation rule (
firstIsolationGroup,secondIsolationGroup).
- application
Rule GetSpecs Network Security Policy Rules V2Network Security Policy Rule Spec Application Rule Spec[] - Application rule (secured groups, src/dest allow, categories, subnets, address/service groups, TCP/UDP/ICMP services, etc.).
- intra
Entity GetGroup Rule Specs Network Security Policy Rules V2Network Security Policy Rule Spec Intra Entity Group Rule Spec[] - Intra-entity group rule (
securedGroupAction,securedGroupCategoryReferences). - multi
Env GetIsolation Rule Specs Network Security Policy Rules V2Network Security Policy Rule Spec Multi Env Isolation Rule Spec[] - Multi-environment isolation rule (
spec→allToAllIsolationGroup→isolationGroupwithgroupCategoryReferences). - two
Env GetIsolation Rule Specs Network Security Policy Rules V2Network Security Policy Rule Spec Two Env Isolation Rule Spec[] - Two-environment isolation rule (
firstIsolationGroup,secondIsolationGroup).
- application_
rule_ Sequence[Getspecs Network Security Policy Rules V2Network Security Policy Rule Spec Application Rule Spec] - Application rule (secured groups, src/dest allow, categories, subnets, address/service groups, TCP/UDP/ICMP services, etc.).
- intra_
entity_ Sequence[Getgroup_ rule_ specs Network Security Policy Rules V2Network Security Policy Rule Spec Intra Entity Group Rule Spec] - Intra-entity group rule (
securedGroupAction,securedGroupCategoryReferences). - multi_
env_ Sequence[Getisolation_ rule_ specs Network Security Policy Rules V2Network Security Policy Rule Spec Multi Env Isolation Rule Spec] - Multi-environment isolation rule (
spec→allToAllIsolationGroup→isolationGroupwithgroupCategoryReferences). - two_
env_ Sequence[Getisolation_ rule_ specs Network Security Policy Rules V2Network Security Policy Rule Spec Two Env Isolation Rule Spec] - Two-environment isolation rule (
firstIsolationGroup,secondIsolationGroup).
- application
Rule List<Property Map>Specs - Application rule (secured groups, src/dest allow, categories, subnets, address/service groups, TCP/UDP/ICMP services, etc.).
- intra
Entity List<Property Map>Group Rule Specs - Intra-entity group rule (
securedGroupAction,securedGroupCategoryReferences). - multi
Env List<Property Map>Isolation Rule Specs - Multi-environment isolation rule (
spec→allToAllIsolationGroup→isolationGroupwithgroupCategoryReferences). - two
Env List<Property Map>Isolation Rule Specs - Two-environment isolation rule (
firstIsolationGroup,secondIsolationGroup).
GetNetworkSecurityPolicyRulesV2NetworkSecurityPolicyRuleSpecApplicationRuleSpec
- Dest
Address List<string>Group References - Dest
Allow stringSpec - Dest
Category List<string>References - Dest
Subnets List<PiersKarsenbarg. Nutanix. Inputs. Get Network Security Policy Rules V2Network Security Policy Rule Spec Application Rule Spec Dest Subnet> - Icmp
Services List<PiersKarsenbarg. Nutanix. Inputs. Get Network Security Policy Rules V2Network Security Policy Rule Spec Application Rule Spec Icmp Service> - Is
All boolProtocol Allowed - Network
Function stringChain Reference - Secured
Group List<string>Category References - Service
Group List<string>References - Src
Address List<string>Group References - Src
Allow stringSpec - Src
Category List<string>References - Src
Subnets List<PiersKarsenbarg. Nutanix. Inputs. Get Network Security Policy Rules V2Network Security Policy Rule Spec Application Rule Spec Src Subnet> - Tcp
Services List<PiersKarsenbarg. Nutanix. Inputs. Get Network Security Policy Rules V2Network Security Policy Rule Spec Application Rule Spec Tcp Service> - Udp
Services List<PiersKarsenbarg. Nutanix. Inputs. Get Network Security Policy Rules V2Network Security Policy Rule Spec Application Rule Spec Udp Service>
- Dest
Address []stringGroup References - Dest
Allow stringSpec - Dest
Category []stringReferences - Dest
Subnets []GetNetwork Security Policy Rules V2Network Security Policy Rule Spec Application Rule Spec Dest Subnet - Icmp
Services []GetNetwork Security Policy Rules V2Network Security Policy Rule Spec Application Rule Spec Icmp Service - Is
All boolProtocol Allowed - Network
Function stringChain Reference - Secured
Group []stringCategory References - Service
Group []stringReferences - Src
Address []stringGroup References - Src
Allow stringSpec - Src
Category []stringReferences - Src
Subnets []GetNetwork Security Policy Rules V2Network Security Policy Rule Spec Application Rule Spec Src Subnet - Tcp
Services []GetNetwork Security Policy Rules V2Network Security Policy Rule Spec Application Rule Spec Tcp Service - Udp
Services []GetNetwork Security Policy Rules V2Network Security Policy Rule Spec Application Rule Spec Udp Service
- dest_
address_ list(string)group_ references - dest_
allow_ stringspec - dest_
category_ list(string)references - dest_
subnets list(object) - icmp_
services list(object) - is_
all_ boolprotocol_ allowed - network_
function_ stringchain_ reference - secured_
group_ list(string)category_ references - service_
group_ list(string)references - src_
address_ list(string)group_ references - src_
allow_ stringspec - src_
category_ list(string)references - src_
subnets list(object) - tcp_
services list(object) - udp_
services list(object)
- dest
Address List<String>Group References - dest
Allow StringSpec - dest
Category List<String>References - dest
Subnets List<GetNetwork Security Policy Rules V2Network Security Policy Rule Spec Application Rule Spec Dest Subnet> - icmp
Services List<GetNetwork Security Policy Rules V2Network Security Policy Rule Spec Application Rule Spec Icmp Service> - is
All BooleanProtocol Allowed - network
Function StringChain Reference - secured
Group List<String>Category References - service
Group List<String>References - src
Address List<String>Group References - src
Allow StringSpec - src
Category List<String>References - src
Subnets List<GetNetwork Security Policy Rules V2Network Security Policy Rule Spec Application Rule Spec Src Subnet> - tcp
Services List<GetNetwork Security Policy Rules V2Network Security Policy Rule Spec Application Rule Spec Tcp Service> - udp
Services List<GetNetwork Security Policy Rules V2Network Security Policy Rule Spec Application Rule Spec Udp Service>
- dest
Address string[]Group References - dest
Allow stringSpec - dest
Category string[]References - dest
Subnets GetNetwork Security Policy Rules V2Network Security Policy Rule Spec Application Rule Spec Dest Subnet[] - icmp
Services GetNetwork Security Policy Rules V2Network Security Policy Rule Spec Application Rule Spec Icmp Service[] - is
All booleanProtocol Allowed - network
Function stringChain Reference - secured
Group string[]Category References - service
Group string[]References - src
Address string[]Group References - src
Allow stringSpec - src
Category string[]References - src
Subnets GetNetwork Security Policy Rules V2Network Security Policy Rule Spec Application Rule Spec Src Subnet[] - tcp
Services GetNetwork Security Policy Rules V2Network Security Policy Rule Spec Application Rule Spec Tcp Service[] - udp
Services GetNetwork Security Policy Rules V2Network Security Policy Rule Spec Application Rule Spec Udp Service[]
- dest_
address_ Sequence[str]group_ references - dest_
allow_ strspec - dest_
category_ Sequence[str]references - dest_
subnets Sequence[GetNetwork Security Policy Rules V2Network Security Policy Rule Spec Application Rule Spec Dest Subnet] - icmp_
services Sequence[GetNetwork Security Policy Rules V2Network Security Policy Rule Spec Application Rule Spec Icmp Service] - is_
all_ boolprotocol_ allowed - network_
function_ strchain_ reference - secured_
group_ Sequence[str]category_ references - service_
group_ Sequence[str]references - src_
address_ Sequence[str]group_ references - src_
allow_ strspec - src_
category_ Sequence[str]references - src_
subnets Sequence[GetNetwork Security Policy Rules V2Network Security Policy Rule Spec Application Rule Spec Src Subnet] - tcp_
services Sequence[GetNetwork Security Policy Rules V2Network Security Policy Rule Spec Application Rule Spec Tcp Service] - udp_
services Sequence[GetNetwork Security Policy Rules V2Network Security Policy Rule Spec Application Rule Spec Udp Service]
- dest
Address List<String>Group References - dest
Allow StringSpec - dest
Category List<String>References - dest
Subnets List<Property Map> - icmp
Services List<Property Map> - is
All BooleanProtocol Allowed - network
Function StringChain Reference - secured
Group List<String>Category References - service
Group List<String>References - src
Address List<String>Group References - src
Allow StringSpec - src
Category List<String>References - src
Subnets List<Property Map> - tcp
Services List<Property Map> - udp
Services List<Property Map>
GetNetworkSecurityPolicyRulesV2NetworkSecurityPolicyRuleSpecApplicationRuleSpecDestSubnet
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix_
length number - value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
GetNetworkSecurityPolicyRulesV2NetworkSecurityPolicyRuleSpecApplicationRuleSpecIcmpService
- Code int
- Is
All boolAllowed - Type int
- Rule type (e.g.
TWO_ENV_ISOLATION,APPLICATION,INTRA_GROUP,MULTI_ENV_ISOLATION).
- Code int
- Is
All boolAllowed - Type int
- Rule type (e.g.
TWO_ENV_ISOLATION,APPLICATION,INTRA_GROUP,MULTI_ENV_ISOLATION).
- code number
- is_
all_ boolallowed - type number
- Rule type (e.g.
TWO_ENV_ISOLATION,APPLICATION,INTRA_GROUP,MULTI_ENV_ISOLATION).
- code Integer
- is
All BooleanAllowed - type Integer
- Rule type (e.g.
TWO_ENV_ISOLATION,APPLICATION,INTRA_GROUP,MULTI_ENV_ISOLATION).
- code number
- is
All booleanAllowed - type number
- Rule type (e.g.
TWO_ENV_ISOLATION,APPLICATION,INTRA_GROUP,MULTI_ENV_ISOLATION).
- code int
- is_
all_ boolallowed - type int
- Rule type (e.g.
TWO_ENV_ISOLATION,APPLICATION,INTRA_GROUP,MULTI_ENV_ISOLATION).
- code Number
- is
All BooleanAllowed - type Number
- Rule type (e.g.
TWO_ENV_ISOLATION,APPLICATION,INTRA_GROUP,MULTI_ENV_ISOLATION).
GetNetworkSecurityPolicyRulesV2NetworkSecurityPolicyRuleSpecApplicationRuleSpecSrcSubnet
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix_
length number - value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
GetNetworkSecurityPolicyRulesV2NetworkSecurityPolicyRuleSpecApplicationRuleSpecTcpService
- end_
port number - start_
port number
- end_
port int - start_
port int
GetNetworkSecurityPolicyRulesV2NetworkSecurityPolicyRuleSpecApplicationRuleSpecUdpService
- end_
port number - start_
port number
- end_
port int - start_
port int
GetNetworkSecurityPolicyRulesV2NetworkSecurityPolicyRuleSpecIntraEntityGroupRuleSpec
- Secured
Group stringAction - Secured
Group List<string>Category References
- Secured
Group stringAction - Secured
Group []stringCategory References
- secured_
group_ stringaction - secured_
group_ list(string)category_ references
- secured
Group StringAction - secured
Group List<String>Category References
- secured
Group stringAction - secured
Group string[]Category References
- secured_
group_ straction - secured_
group_ Sequence[str]category_ references
- secured
Group StringAction - secured
Group List<String>Category References
GetNetworkSecurityPolicyRulesV2NetworkSecurityPolicyRuleSpecMultiEnvIsolationRuleSpec
- Specs
List<Piers
Karsenbarg. Nutanix. Inputs. Get Network Security Policy Rules V2Network Security Policy Rule Spec Multi Env Isolation Rule Spec Spec> - Rule specification (one of the following blocks).
- Specs
[]Get
Network Security Policy Rules V2Network Security Policy Rule Spec Multi Env Isolation Rule Spec Spec - Rule specification (one of the following blocks).
- specs list(object)
- Rule specification (one of the following blocks).
- specs
List<Get
Network Security Policy Rules V2Network Security Policy Rule Spec Multi Env Isolation Rule Spec Spec> - Rule specification (one of the following blocks).
- specs
Get
Network Security Policy Rules V2Network Security Policy Rule Spec Multi Env Isolation Rule Spec Spec[] - Rule specification (one of the following blocks).
- specs
Sequence[Get
Network Security Policy Rules V2Network Security Policy Rule Spec Multi Env Isolation Rule Spec Spec] - Rule specification (one of the following blocks).
- specs List<Property Map>
- Rule specification (one of the following blocks).
GetNetworkSecurityPolicyRulesV2NetworkSecurityPolicyRuleSpecMultiEnvIsolationRuleSpecSpec
GetNetworkSecurityPolicyRulesV2NetworkSecurityPolicyRuleSpecMultiEnvIsolationRuleSpecSpecAllToAllIsolationGroup
GetNetworkSecurityPolicyRulesV2NetworkSecurityPolicyRuleSpecMultiEnvIsolationRuleSpecSpecAllToAllIsolationGroupIsolationGroup
- Group
Category List<string>References
- Group
Category []stringReferences
- group_
category_ list(string)references
- group
Category List<String>References
- group
Category string[]References
- group_
category_ Sequence[str]references
- group
Category List<String>References
GetNetworkSecurityPolicyRulesV2NetworkSecurityPolicyRuleSpecTwoEnvIsolationRuleSpec
- First
Isolation List<string>Groups - Second
Isolation List<string>Groups
- First
Isolation []stringGroups - Second
Isolation []stringGroups
- first_
isolation_ list(string)groups - second_
isolation_ list(string)groups
- first
Isolation List<String>Groups - second
Isolation List<String>Groups
- first
Isolation string[]Groups - second
Isolation string[]Groups
- first_
isolation_ Sequence[str]groups - second_
isolation_ Sequence[str]groups
- first
Isolation List<String>Groups - second
Isolation List<String>Groups
Package Details
- Repository
- nutanix pierskarsenbarg/pulumi-nutanix
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
nutanixTerraform Provider.
Viewing docs for Nutanix v0.16.0
published on Tuesday, May 26, 2026 by Piers Karsenbarg
published on Tuesday, May 26, 2026 by Piers Karsenbarg