DefaultAdminPropertiesFormat クラス
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. DefaultAdminPropertiesFormat
- com.
public final class DefaultAdminPropertiesFormat
セキュリティの既定の管理ルール リソース。
コンストラクターの概要
| コンストラクター | 説明 |
|---|---|
| DefaultAdminPropertiesFormat() |
Default |
メソッドの概要
| 修飾子と型 | メソッドと説明 |
|---|---|
|
Security |
access()
アクセス プロパティの取得: この特定のルールに対して許可されるアクセスを示します。 |
| String |
description()
description プロパティを取得します。このルールの説明です。 |
| List<String> |
destinationPortRanges()
宛先 |
|
List<Address |
destinations()
destinations プロパティを取得します。宛先アドレス プレフィックス。 |
|
Security |
direction()
方向プロパティを取得する: トラフィックが受信または送信のルールと一致したかどうかを示します。 |
| String |
flag()
flag プロパティを取得します。既定のルール フラグ。 |
| Integer |
priority()
priority プロパティを取得します。ルールの優先度。 |
|
Security |
protocol()
プロトコル プロパティを取得します。この規則が適用されるネットワーク プロトコル。 |
|
Provisioning |
provisioningState()
プロビジョニング状態プロパティを取得します |
| String |
resourceGuid()
リソース |
| List<String> |
sourcePortRanges()
[ソース |
|
List<Address |
sources()
sources プロパティを取得します。CIDR またはソース IP 範囲。 |
| void |
validate()
インスタンスを検証します。 |
|
Default |
withFlag(String flag)
フラグ プロパティを設定します。既定のルール フラグ。 |
メソッドの継承元: java.lang.Object
コンストラクターの詳細
DefaultAdminPropertiesFormat
public DefaultAdminPropertiesFormat()
DefaultAdminPropertiesFormat クラスのインスタンスを作成します。
メソッドの詳細
access
public SecurityConfigurationRuleAccess access()
アクセス プロパティの取得: この特定のルールに対して許可されるアクセスを示します。
Returns:
description
public String description()
description プロパティを取得します。このルールの説明です。 140 文字に制限されています。
Returns:
destinationPortRanges
public List
destinationPortRanges プロパティを取得します。宛先ポート範囲。
Returns:
destinations
public List
destinations プロパティを取得します。宛先アドレス プレフィックス。 CIDR または宛先 IP 範囲。
Returns:
direction
public SecurityConfigurationRuleDirection direction()
方向プロパティを取得する: トラフィックが受信または送信のルールと一致したかどうかを示します。
Returns:
flag
public String flag()
flag プロパティを取得します。既定のルール フラグ。
Returns:
priority
public Integer priority()
priority プロパティを取得します。ルールの優先度。 値は 1 から 4096 の間で指定できます。 優先度番号は、コレクション内のルールごとに一意である必要があります。 優先度番号が低いほど、規則の優先度が高くなります。
Returns:
protocol
public SecurityConfigurationRuleProtocol protocol()
プロトコル プロパティを取得します。この規則が適用されるネットワーク プロトコル。
Returns:
provisioningState
public ProvisioningState provisioningState()
provisioningState プロパティを取得します。リソースのプロビジョニング状態。
Returns:
resourceGuid
public String resourceGuid()
resourceGuid プロパティを取得します。このリソースの一意識別子。
Returns:
sourcePortRanges
public List
sourcePortRanges プロパティを取得します。ソース ポート範囲。
Returns:
sources
public List
sources プロパティを取得します。CIDR またはソース IP 範囲。
Returns:
validate
public void validate()
インスタンスを検証します。
withFlag
public DefaultAdminPropertiesFormat withFlag(String flag)
フラグ プロパティを設定します。既定のルール フラグ。
Parameters:
Returns: