次の方法で共有


EndpointPropertiesSubnetsItem クラス

  • java.lang.Object
    • com.microsoft.azure.management.trafficmanager.EndpointPropertiesSubnetsItem

public class EndpointPropertiesSubnetsItem

サブネットの最初のアドレス、スコープ、および/または最後のアドレス。

コンストラクターの概要

コンストラクター 説明
EndpointPropertiesSubnetsItem()

メソッドの概要

修飾子と型 メソッドと説明
java.lang.String first()

サブネット内の最初のアドレスを取得します。

java.lang.String last()

サブネット内の最後のアドレスを取得します。

java.lang.Integer scope()

ブロック サイズ (サブネット マスク内の先頭ビットの数) を取得します。

EndpointPropertiesSubnetsItem withFirst(String first)

サブネットの最初のアドレスを設定します。

EndpointPropertiesSubnetsItem withLast(String last)

サブネットの最後のアドレスを設定します。

EndpointPropertiesSubnetsItem withScope(Integer scope)

ブロック サイズ (サブネット マスク内の先頭ビットの数) を設定します。

メソッドの継承元: java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

コンストラクターの詳細

EndpointPropertiesSubnetsItem

public EndpointPropertiesSubnetsItem()

メソッドの詳細

first

public String first()

サブネット内の最初のアドレスを取得します。

Returns:

最初の値

last

public String last()

サブネット内の最後のアドレスを取得します。

Returns:

最後の値

scope

public Integer scope()

ブロック サイズ (サブネット マスク内の先頭ビットの数) を取得します。

Returns:

スコープ値

withFirst

public EndpointPropertiesSubnetsItem withFirst(String first)

サブネットの最初のアドレスを設定します。

Parameters:

first - 設定する最初の値

Returns:

EndpointPropertiesSubnetsItem オブジェクト自体。

withLast

public EndpointPropertiesSubnetsItem withLast(String last)

サブネットの最後のアドレスを設定します。

Parameters:

last - 設定する最後の値

Returns:

EndpointPropertiesSubnetsItem オブジェクト自体。

withScope

public EndpointPropertiesSubnetsItem withScope(Integer scope)

ブロック サイズ (サブネット マスク内の先頭ビットの数) を設定します。

Parameters:

scope - 設定するスコープ値

Returns:

EndpointPropertiesSubnetsItem オブジェクト自体。

適用対象