次の方法で共有


Microsoft.Network firewallPolicies/ruleCollectionGroups/ruleCollectionGroupDrafts 2023-11-01

Bicep リソース定義

firewallPolicies/ruleCollectionGroups/ruleCollectionGroupDrafts リソースの種類は、次を対象とする操作でデプロイできます。

各 API バージョンの変更されたプロパティの一覧については、「 変更ログ」を参照してください。

リソース形式

Microsoft.Network/firewallPolicies/ruleCollectionGroups/ruleCollectionGroupDrafts リソースを作成するには、次の Bicep をテンプレートに追加します。

resource symbolicname 'Microsoft.Network/firewallPolicies/ruleCollectionGroups/ruleCollectionGroupDrafts@2023-11-01' = {
  name: 'default'
  parent: resourceSymbolicName
  properties: {
    priority: int
    ruleCollections: [
      {
        name: 'string'
        priority: int
        ruleCollectionType: 'string'
        // For remaining properties, see FirewallPolicyRuleCollection objects
      }
    ]
  }
}

FirewallPolicyRuleCollection オブジェクト

ruleCollectionType プロパティを設定して、オブジェクトの種類を指定します。

FirewallPolicyFilterRuleCollection の場合は、次の値を使用します。

  ruleCollectionType: 'FirewallPolicyFilterRuleCollection'
  action: {
    type: 'string'
  }
  rules: [
    {
      description: 'string'
      name: 'string'
      ruleType: 'string'
      // For remaining properties, see FirewallPolicyRule objects
    }
  ]

FirewallPolicyNatRuleCollection の場合は、次の値を使用します。

  ruleCollectionType: 'FirewallPolicyNatRuleCollection'
  action: {
    type: 'DNAT'
  }
  rules: [
    {
      description: 'string'
      name: 'string'
      ruleType: 'string'
      // For remaining properties, see FirewallPolicyRule objects
    }
  ]

FirewallPolicyRule オブジェクト

ruleType プロパティを設定して、オブジェクトの種類を指定します。

ApplicationRule の場合は、次の値を使用します。

  ruleType: 'ApplicationRule'
  destinationAddresses: [
    'string'
  ]
  fqdnTags: [
    'string'
  ]
  httpHeadersToInsert: [
    {
      headerName: 'string'
      headerValue: 'string'
    }
  ]
  protocols: [
    {
      port: int
      protocolType: 'string'
    }
  ]
  sourceAddresses: [
    'string'
  ]
  sourceIpGroups: [
    'string'
  ]
  targetFqdns: [
    'string'
  ]
  targetUrls: [
    'string'
  ]
  terminateTLS: bool
  webCategories: [
    'string'
  ]

NatRule の場合は、次の値を使用します。

  ruleType: 'NatRule'
  destinationAddresses: [
    'string'
  ]
  destinationPorts: [
    'string'
  ]
  ipProtocols: [
    'string'
  ]
  sourceAddresses: [
    'string'
  ]
  sourceIpGroups: [
    'string'
  ]
  translatedAddress: 'string'
  translatedFqdn: 'string'
  translatedPort: 'string'

NetworkRule の場合は、次の値を使用します。

  ruleType: 'NetworkRule'
  destinationAddresses: [
    'string'
  ]
  destinationFqdns: [
    'string'
  ]
  destinationIpGroups: [
    'string'
  ]
  destinationPorts: [
    'string'
  ]
  ipProtocols: [
    'string'
  ]
  sourceAddresses: [
    'string'
  ]
  sourceIpGroups: [
    'string'
  ]

プロパティ値

firewallPolicies/ruleCollectionGroups/ruleCollection...

名前 説明
name リソース名

Bicep で子リソースの名前と型を設定する方法を参照してください。
'default'
parent Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。

詳細については、「 親リソースの外部にある子リソース」を参照してください。
種類のリソースのシンボリック名: ruleCollectionGroups
properties ファイアウォール ポリシー規則コレクション グループのプロパティ。 FirewallPolicyRuleCollectionGroupDraftProperties

FirewallPolicyRuleCollectionGroupDraftProperties

名前 説明
priority ファイアウォール ポリシー規則コレクション グループ リソースの優先度。 INT

制約:
最小値 = 100
最大値 = 65000
ruleCollections ファイアウォール ポリシー規則コレクションのグループ。 FirewallPolicyRuleCollection[]

FirewallPolicyRuleCollection

名前 説明
name ルール コレクションの名前。 string
priority ファイアウォール ポリシー規則コレクション リソースの優先度。 INT

制約:
最小値 = 100
最大値 = 65000
ruleCollectionType オブジェクトの種類を設定する FirewallPolicyFilterRuleCollection
FirewallPolicyNatRuleCollection (必須)

FirewallPolicyFilterRuleCollection

名前 説明
ruleCollectionType ルール コレクションの型。 'FirewallPolicyFilterRuleCollection' (必須)
action フィルター ルール コレクションのアクションの種類。 FirewallPolicyFilterRuleCollectionAction
rules ルール コレクションに含まれるルールの一覧。 FirewallPolicyRule[]

FirewallPolicyFilterRuleCollectionAction

名前 説明
type アクションの種類。 'Allow'
'Deny'

FirewallPolicyRule

名前 説明
description ルールの説明。 string
name ルールの名前。 string
ruleType オブジェクトの種類を設定する ApplicationRule
NatRule
NetworkRule (必須)

ApplicationRule

名前 説明
ruleType ルールの種類。 'ApplicationRule' (必須)
destinationAddresses 宛先 IP アドレスまたはサービス タグの一覧。 string[]
fqdnTags このルールの FQDN タグの一覧。 string[]
httpHeadersToInsert 挿入する HTTP/S ヘッダーの一覧。 FirewallPolicyHttpHeaderToInsert[]
protocols アプリケーション プロトコルの配列。 FirewallPolicyRuleApplicationProtocol[]
sourceAddresses この規則のソース IP アドレスの一覧。 string[]
sourceIpGroups この規則のソース IpGroups の一覧。 string[]
targetFqdns このルールの FQDN の一覧。 string[]
targetUrls このルール条件の URL の一覧。 string[]
terminateTLS この規則の TLS 接続を終了します。 [bool]
webCategories 宛先の Azure Web カテゴリの一覧。 string[]

FirewallPolicyHttpHeaderToInsert

名前 説明
headerName ヘッダーの名前が含まれています string
headerValue ヘッダーの値を格納します string

FirewallPolicyRuleApplicationProtocol

名前 説明
port プロトコルのポート番号は、64000 を超えることはできません。 INT

制約:
最小値 = 0
最大値 = 64000
protocolType プロトコルの種類。 'Http'
'Https'

NatRule

名前 説明
ruleType ルールの種類。 'NatRule' (必須)
destinationAddresses 宛先 IP アドレスまたはサービス タグの一覧。 string[]
destinationPorts 宛先ポートの一覧。 string[]
ipProtocols FirewallPolicyRuleNetworkProtocols の配列。 次のいずれかを含む文字列配列:
'Any'
'ICMP'
'TCP'
'UDP'
sourceAddresses この規則のソース IP アドレスの一覧。 string[]
sourceIpGroups この規則のソース IpGroups の一覧。 string[]
translatedAddress この NAT 規則の変換されたアドレス。 string
translatedFqdn この NAT 規則の変換された FQDN。 string
translatedPort この NAT 規則の変換されたポート。 string

NetworkRule

名前 説明
ruleType ルールの種類。 'NetworkRule' (必須)
destinationAddresses 宛先 IP アドレスまたはサービス タグの一覧。 string[]
destinationFqdns 宛先 FQDN の一覧。 string[]
destinationIpGroups この規則の宛先 IpGroups の一覧。 string[]
destinationPorts 宛先ポートの一覧。 string[]
ipProtocols FirewallPolicyRuleNetworkProtocols の配列。 次のいずれかを含む文字列配列:
'Any'
'ICMP'
'TCP'
'UDP'
sourceAddresses この規則のソース IP アドレスの一覧。 string[]
sourceIpGroups この規則のソース IpGroups の一覧。 string[]

FirewallPolicyNatRuleCollection

名前 説明
ruleCollectionType ルール コレクションの型。 'FirewallPolicyNatRuleCollection' (必須)
action Nat ルール コレクションのアクションの種類。 FirewallPolicyNatRuleCollectionAction
rules ルール コレクションに含まれるルールの一覧。 FirewallPolicyRule[]

FirewallPolicyNatRuleCollectionAction

名前 説明
type アクションの種類。 'DNAT'

ARM テンプレート リソース定義

firewallPolicies/ruleCollectionGroups/ruleCollectionGroupDrafts リソースの種類は、次を対象とする操作でデプロイできます。

各 API バージョンの変更されたプロパティの一覧については、「 変更ログ」を参照してください。

リソース形式

Microsoft.Network/firewallPolicies/ruleCollectionGroups/ruleCollectionGroupDrafts リソースを作成するには、次の JSON をテンプレートに追加します。

{
  "type": "Microsoft.Network/firewallPolicies/ruleCollectionGroups/ruleCollectionGroupDrafts",
  "apiVersion": "2023-11-01",
  "name": "default",
  "properties": {
    "priority": "int",
    "ruleCollections": [
      {
        "name": "string",
        "priority": "int",
        "ruleCollectionType": "string"
        // For remaining properties, see FirewallPolicyRuleCollection objects
      }
    ]
  }
}

FirewallPolicyRuleCollection オブジェクト

ruleCollectionType プロパティを設定して、オブジェクトの種類を指定します。

FirewallPolicyFilterRuleCollection の場合は、次の値を使用します。

  "ruleCollectionType": "FirewallPolicyFilterRuleCollection",
  "action": {
    "type": "string"
  },
  "rules": [
    {
      "description": "string",
      "name": "string",
      "ruleType": "string"
      // For remaining properties, see FirewallPolicyRule objects
    }
  ]

FirewallPolicyNatRuleCollection の場合は、次の値を使用します。

  "ruleCollectionType": "FirewallPolicyNatRuleCollection",
  "action": {
    "type": "DNAT"
  },
  "rules": [
    {
      "description": "string",
      "name": "string",
      "ruleType": "string"
      // For remaining properties, see FirewallPolicyRule objects
    }
  ]

FirewallPolicyRule オブジェクト

ruleType プロパティを設定して、オブジェクトの種類を指定します。

ApplicationRule の場合は、次の値を使用します。

  "ruleType": "ApplicationRule",
  "destinationAddresses": [ "string" ],
  "fqdnTags": [ "string" ],
  "httpHeadersToInsert": [
    {
      "headerName": "string",
      "headerValue": "string"
    }
  ],
  "protocols": [
    {
      "port": "int",
      "protocolType": "string"
    }
  ],
  "sourceAddresses": [ "string" ],
  "sourceIpGroups": [ "string" ],
  "targetFqdns": [ "string" ],
  "targetUrls": [ "string" ],
  "terminateTLS": "bool",
  "webCategories": [ "string" ]

NatRule の場合は、次の値を使用します。

  "ruleType": "NatRule",
  "destinationAddresses": [ "string" ],
  "destinationPorts": [ "string" ],
  "ipProtocols": [ "string" ],
  "sourceAddresses": [ "string" ],
  "sourceIpGroups": [ "string" ],
  "translatedAddress": "string",
  "translatedFqdn": "string",
  "translatedPort": "string"

NetworkRule の場合は、次の値を使用します。

  "ruleType": "NetworkRule",
  "destinationAddresses": [ "string" ],
  "destinationFqdns": [ "string" ],
  "destinationIpGroups": [ "string" ],
  "destinationPorts": [ "string" ],
  "ipProtocols": [ "string" ],
  "sourceAddresses": [ "string" ],
  "sourceIpGroups": [ "string" ]

プロパティ値

firewallPolicies/ruleCollectionGroups/ruleCollection...

名前 説明
type リソースの種類 'Microsoft.Network/firewallPolicies/ruleCollectionGroups/ruleCollectionGroupDrafts'
apiVersion リソース API のバージョン '2023-11-01'
name リソース名

JSON ARM テンプレートで子リソースの名前と型を設定する方法を参照してください。
'default'
properties ファイアウォール ポリシー規則コレクション グループのプロパティ。 FirewallPolicyRuleCollectionGroupDraftProperties

FirewallPolicyRuleCollectionGroupDraftProperties

名前 説明
priority ファイアウォール ポリシー規則コレクション グループ リソースの優先度。 INT

制約:
最小値 = 100
最大値 = 65000
ruleCollections ファイアウォール ポリシー規則コレクションのグループ。 FirewallPolicyRuleCollection[]

FirewallPolicyRuleCollection

名前 説明
name ルール コレクションの名前。 string
priority ファイアウォール ポリシー規則コレクション リソースの優先度。 INT

制約:
最小値 = 100
最大値 = 65000
ruleCollectionType オブジェクトの種類を設定する FirewallPolicyFilterRuleCollection
FirewallPolicyNatRuleCollection (必須)

FirewallPolicyFilterRuleCollection

名前 説明
ruleCollectionType ルール コレクションの型。 'FirewallPolicyFilterRuleCollection' (必須)
action フィルター ルール コレクションのアクションの種類。 FirewallPolicyFilterRuleCollectionAction
rules ルール コレクションに含まれるルールの一覧。 FirewallPolicyRule[]

FirewallPolicyFilterRuleCollectionAction

名前 説明
type アクションの種類。 'Allow'
'Deny'

FirewallPolicyRule

名前 説明
description ルールの説明。 string
name ルールの名前。 string
ruleType オブジェクトの種類を設定する ApplicationRule
NatRule
NetworkRule (必須)

ApplicationRule

名前 説明
ruleType ルールの種類。 'ApplicationRule' (必須)
destinationAddresses 宛先 IP アドレスまたはサービス タグの一覧。 string[]
fqdnTags このルールの FQDN タグの一覧。 string[]
httpHeadersToInsert 挿入する HTTP/S ヘッダーの一覧。 FirewallPolicyHttpHeaderToInsert[]
protocols アプリケーション プロトコルの配列。 FirewallPolicyRuleApplicationProtocol[]
sourceAddresses この規則のソース IP アドレスの一覧。 string[]
sourceIpGroups この規則のソース IpGroups の一覧。 string[]
targetFqdns このルールの FQDN の一覧。 string[]
targetUrls このルール条件の URL の一覧。 string[]
terminateTLS この規則の TLS 接続を終了します。 [bool]
webCategories 宛先の Azure Web カテゴリの一覧。 string[]

FirewallPolicyHttpHeaderToInsert

名前 説明
headerName ヘッダーの名前が含まれています string
headerValue ヘッダーの値を格納します string

FirewallPolicyRuleApplicationProtocol

名前 説明
port プロトコルのポート番号は、64000 を超えることはできません。 INT

制約:
最小値 = 0
最大値 = 64000
protocolType プロトコルの種類。 'Http'
'Https'

NatRule

名前 説明
ruleType ルールの種類。 'NatRule' (必須)
destinationAddresses 宛先 IP アドレスまたはサービス タグの一覧。 string[]
destinationPorts 宛先ポートの一覧。 string[]
ipProtocols FirewallPolicyRuleNetworkProtocols の配列。 次のいずれかを含む文字列配列:
'Any'
'ICMP'
'TCP'
'UDP'
sourceAddresses この規則のソース IP アドレスの一覧。 string[]
sourceIpGroups このルールのソース IpGroup の一覧。 string[]
translatedAddress この NAT 規則の変換されたアドレス。 string
translatedFqdn この NAT 規則の変換された FQDN。 string
translatedPort この NAT 規則の変換されたポート。 string

NetworkRule

名前 説明
ruleType ルールの種類。 'NetworkRule' (必須)
destinationAddresses 宛先 IP アドレスまたはサービス タグの一覧。 string[]
destinationFqdns 宛先 FQDN の一覧。 string[]
destinationIpGroups この規則の宛先 IpGroup の一覧。 string[]
destinationPorts 宛先ポートの一覧。 string[]
ipProtocols FirewallPolicyRuleNetworkProtocols の配列。 次のいずれかを含む文字列配列:
'Any'
'ICMP'
'TCP'
'UDP'
sourceAddresses この規則のソース IP アドレスの一覧。 string[]
sourceIpGroups このルールのソース IpGroup の一覧。 string[]

FirewallPolicyNatRuleCollection

名前 説明
ruleCollectionType ルール コレクションの型。 'FirewallPolicyNatRuleCollection' (必須)
action Nat ルール コレクションのアクションの種類。 FirewallPolicyNatRuleCollectionAction
rules ルール コレクションに含まれるルールの一覧。 FirewallPolicyRule[]

FirewallPolicyNatRuleCollectionAction

名前 説明
type アクションの種類。 'DNAT'

Terraform (AzAPI プロバイダー) リソース定義

firewallPolicies/ruleCollectionGroups/ruleCollectionGroupDrafts リソースの種類は、次を対象とする操作でデプロイできます。

  • リソース グループ

各 API バージョンの変更されたプロパティの一覧については、「 変更ログ」を参照してください。

リソース形式

Microsoft.Network/firewallPolicies/ruleCollectionGroups/ruleCollectionGroupDrafts リソースを作成するには、次の Terraform をテンプレートに追加します。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Network/firewallPolicies/ruleCollectionGroups/ruleCollectionGroupDrafts@2023-11-01"
  name = "default"
  parent_id = "string"
  body = jsonencode({
    properties = {
      priority = int
      ruleCollections = [
        {
          name = "string"
          priority = int
          ruleCollectionType = "string"
          // For remaining properties, see FirewallPolicyRuleCollection objects
        }
      ]
    }
  })
}

FirewallPolicyRuleCollection オブジェクト

ruleCollectionType プロパティを設定して、オブジェクトの種類を指定します。

FirewallPolicyFilterRuleCollection の場合は、次の値を使用します。

  ruleCollectionType = "FirewallPolicyFilterRuleCollection"
  action = {
    type = "string"
  }
  rules = [
    {
      description = "string"
      name = "string"
      ruleType = "string"
      // For remaining properties, see FirewallPolicyRule objects
    }
  ]

FirewallPolicyNatRuleCollection の場合は、次の値を使用します。

  ruleCollectionType = "FirewallPolicyNatRuleCollection"
  action = {
    type = "DNAT"
  }
  rules = [
    {
      description = "string"
      name = "string"
      ruleType = "string"
      // For remaining properties, see FirewallPolicyRule objects
    }
  ]

FirewallPolicyRule オブジェクト

ruleType プロパティを設定して、オブジェクトの種類を指定します。

ApplicationRule の場合は、次の値を使用します。

  ruleType = "ApplicationRule"
  destinationAddresses = [
    "string"
  ]
  fqdnTags = [
    "string"
  ]
  httpHeadersToInsert = [
    {
      headerName = "string"
      headerValue = "string"
    }
  ]
  protocols = [
    {
      port = int
      protocolType = "string"
    }
  ]
  sourceAddresses = [
    "string"
  ]
  sourceIpGroups = [
    "string"
  ]
  targetFqdns = [
    "string"
  ]
  targetUrls = [
    "string"
  ]
  terminateTLS = bool
  webCategories = [
    "string"
  ]

NatRule の場合は、次の値を使用します。

  ruleType = "NatRule"
  destinationAddresses = [
    "string"
  ]
  destinationPorts = [
    "string"
  ]
  ipProtocols = [
    "string"
  ]
  sourceAddresses = [
    "string"
  ]
  sourceIpGroups = [
    "string"
  ]
  translatedAddress = "string"
  translatedFqdn = "string"
  translatedPort = "string"

NetworkRule の場合は、次の値を使用します。

  ruleType = "NetworkRule"
  destinationAddresses = [
    "string"
  ]
  destinationFqdns = [
    "string"
  ]
  destinationIpGroups = [
    "string"
  ]
  destinationPorts = [
    "string"
  ]
  ipProtocols = [
    "string"
  ]
  sourceAddresses = [
    "string"
  ]
  sourceIpGroups = [
    "string"
  ]

プロパティ値

firewallPolicies/ruleCollectionGroups/ruleCollection...

名前 説明
type リソースの種類 "Microsoft.Network/firewallPolicies/ruleCollectionGroups/ruleCollectionGroupDrafts@2023-11-01"
name リソース名 "default"
parent_id このリソースの親であるリソースの ID。 種類のリソースの ID: ruleCollectionGroups
properties ファイアウォール ポリシー規則コレクション グループのプロパティ。 FirewallPolicyRuleCollectionGroupDraftProperties

FirewallPolicyRuleCollectionGroupDraftProperties

名前 説明
priority ファイアウォール ポリシー規則コレクション グループ リソースの優先度。 INT

制約:
最小値 = 100
最大値 = 65000
ruleCollections ファイアウォール ポリシー規則コレクションのグループ。 FirewallPolicyRuleCollection[]

FirewallPolicyRuleCollection

名前 説明
name ルール コレクションの名前。 string
priority ファイアウォール ポリシー規則コレクション リソースの優先度。 INT

制約:
最小値 = 100
最大値 = 65000
ruleCollectionType オブジェクトの種類を設定する FirewallPolicyFilterRuleCollection
FirewallPolicyNatRuleCollection (必須)

FirewallPolicyFilterRuleCollection

名前 説明
ruleCollectionType ルール コレクションの型。 "FirewallPolicyFilterRuleCollection" (必須)
action フィルター ルール コレクションのアクションの種類。 FirewallPolicyFilterRuleCollectionAction
rules ルール コレクションに含まれるルールの一覧。 FirewallPolicyRule[]

FirewallPolicyFilterRuleCollectionAction

名前 説明
type アクションの種類。 "許可"
"Deny"

FirewallPolicyRule

名前 説明
description ルールの説明。 string
name ルールの名前。 string
ruleType オブジェクトの種類を設定する ApplicationRule
NatRule
NetworkRule (必須)

ApplicationRule

名前 説明
ruleType ルールの種類。 "ApplicationRule" (必須)
destinationAddresses 宛先 IP アドレスまたはサービス タグの一覧。 string[]
fqdnTags このルールの FQDN タグの一覧。 string[]
httpHeadersToInsert 挿入する HTTP/S ヘッダーの一覧。 FirewallPolicyHttpHeaderToInsert[]
protocols アプリケーション プロトコルの配列。 FirewallPolicyRuleApplicationProtocol[]
sourceAddresses この規則のソース IP アドレスの一覧。 string[]
sourceIpGroups このルールのソース IpGroup の一覧。 string[]
targetFqdns このルールの FQDN の一覧。 string[]
targetUrls このルール条件の URL の一覧。 string[]
terminateTLS このルールの TLS 接続を終了します。 [bool]
webCategories 移行先の Azure Web カテゴリの一覧。 string[]

FirewallPolicyHttpHeaderToInsert

名前 説明
headerName ヘッダーの名前を含みます string
headerValue ヘッダーの値を格納します string

FirewallPolicyRuleApplicationProtocol

名前 説明
port プロトコルのポート番号は、64000 を超えることはできません。 INT

制約:
最小値 = 0
最大値 = 64000
protocolType プロトコルの種類。 "Http"
"Https"

NatRule

名前 説明
ruleType ルールの種類。 "NatRule" (必須)
destinationAddresses 宛先 IP アドレスまたはサービス タグの一覧。 string[]
destinationPorts 宛先ポートの一覧。 string[]
ipProtocols FirewallPolicyRuleNetworkProtocols の配列。 次のいずれかを含む文字列配列:
"Any"
"ICMP"
"TCP"
"UDP"
sourceAddresses この規則のソース IP アドレスの一覧。 string[]
sourceIpGroups このルールのソース IpGroup の一覧。 string[]
translatedAddress この NAT 規則の変換されたアドレス。 string
translatedFqdn この NAT 規則の変換された FQDN。 string
translatedPort この NAT 規則の変換されたポート。 string

NetworkRule

名前 説明
ruleType ルールの種類。 "NetworkRule" (必須)
destinationAddresses 宛先 IP アドレスまたはサービス タグの一覧。 string[]
destinationFqdns 宛先 FQDN の一覧。 string[]
destinationIpGroups この規則の宛先 IpGroup の一覧。 string[]
destinationPorts 宛先ポートの一覧。 string[]
ipProtocols FirewallPolicyRuleNetworkProtocols の配列。 次のいずれかを含む文字列配列:
"Any"
"ICMP"
"TCP"
"UDP"
sourceAddresses この規則のソース IP アドレスの一覧。 string[]
sourceIpGroups このルールのソース IpGroup の一覧。 string[]

FirewallPolicyNatRuleCollection

名前 説明
ruleCollectionType ルール コレクションの型。 "FirewallPolicyNatRuleCollection" (必須)
action Nat ルール コレクションのアクションの種類。 FirewallPolicyNatRuleCollectionAction
rules ルール コレクションに含まれるルールの一覧。 FirewallPolicyRule[]

FirewallPolicyNatRuleCollectionAction

名前 説明
type アクションの種類。 "DNAT"