141 строка
11 KiB
YAML
141 строка
11 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.networkcloud.models.BgpAdvertisement"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.BgpAdvertisement"
|
|
name: "BgpAdvertisement"
|
|
nameWithType: "BgpAdvertisement"
|
|
summary: "Bgp<wbr>Advertisement represents the association of IP address pools to the communities and peers."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **BgpAdvertisement**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.BgpAdvertisement.BgpAdvertisement()"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.BgpAdvertisement.BgpAdvertisement()"
|
|
name: "BgpAdvertisement()"
|
|
nameWithType: "BgpAdvertisement.BgpAdvertisement()"
|
|
summary: "Creates an instance of Bgp<wbr>Advertisement class."
|
|
syntax: "public BgpAdvertisement()"
|
|
desc: "Creates an instance of BgpAdvertisement class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.BgpAdvertisement.advertiseToFabric()"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.BgpAdvertisement.advertiseToFabric()"
|
|
name: "advertiseToFabric()"
|
|
nameWithType: "BgpAdvertisement.advertiseToFabric()"
|
|
summary: "Get the advertise<wbr>ToFabric property: The indicator of if this advertisement is also made to the network fabric associated with the Network Cloud Cluster."
|
|
syntax: "public AdvertiseToFabric advertiseToFabric()"
|
|
desc: "Get the advertiseToFabric property: The indicator of if this advertisement is also made to the network fabric associated with the Network Cloud Cluster. This field is ignored if fabricPeeringEnabled is set to False."
|
|
returns:
|
|
description: "the advertiseToFabric value."
|
|
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.AdvertiseToFabric?alt=com.azure.resourcemanager.networkcloud.models.AdvertiseToFabric&text=AdvertiseToFabric\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.BgpAdvertisement.communities()"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.BgpAdvertisement.communities()"
|
|
name: "communities()"
|
|
nameWithType: "BgpAdvertisement.communities()"
|
|
summary: "Get the communities property: The names of the BGP communities to be associated with the announcement, utilizing a BGP community string in 1234:1234 format."
|
|
syntax: "public List<String> communities()"
|
|
desc: "Get the communities property: The names of the BGP communities to be associated with the announcement, utilizing a BGP community string in 1234:1234 format."
|
|
returns:
|
|
description: "the communities value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.BgpAdvertisement.ipAddressPools()"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.BgpAdvertisement.ipAddressPools()"
|
|
name: "ipAddressPools()"
|
|
nameWithType: "BgpAdvertisement.ipAddressPools()"
|
|
summary: "Get the ip<wbr>Address<wbr>Pools property: The names of the IP address pools associated with this announcement."
|
|
syntax: "public List<String> ipAddressPools()"
|
|
desc: "Get the ipAddressPools property: The names of the IP address pools associated with this announcement."
|
|
returns:
|
|
description: "the ipAddressPools value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.BgpAdvertisement.peers()"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.BgpAdvertisement.peers()"
|
|
name: "peers()"
|
|
nameWithType: "BgpAdvertisement.peers()"
|
|
summary: "Get the peers property: The names of the BGP peers to limit this advertisement to."
|
|
syntax: "public List<String> peers()"
|
|
desc: "Get the peers property: The names of the BGP peers to limit this advertisement to. If no values are specified, all BGP peers will receive this advertisement."
|
|
returns:
|
|
description: "the peers value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.BgpAdvertisement.validate()"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.BgpAdvertisement.validate()"
|
|
name: "validate()"
|
|
nameWithType: "BgpAdvertisement.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.BgpAdvertisement.withAdvertiseToFabric(com.azure.resourcemanager.networkcloud.models.AdvertiseToFabric)"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.BgpAdvertisement.withAdvertiseToFabric(AdvertiseToFabric advertiseToFabric)"
|
|
name: "withAdvertiseToFabric(AdvertiseToFabric advertiseToFabric)"
|
|
nameWithType: "BgpAdvertisement.withAdvertiseToFabric(AdvertiseToFabric advertiseToFabric)"
|
|
summary: "Set the advertise<wbr>ToFabric property: The indicator of if this advertisement is also made to the network fabric associated with the Network Cloud Cluster."
|
|
parameters:
|
|
- description: "the advertiseToFabric value to set."
|
|
name: "advertiseToFabric"
|
|
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.AdvertiseToFabric?alt=com.azure.resourcemanager.networkcloud.models.AdvertiseToFabric&text=AdvertiseToFabric\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public BgpAdvertisement withAdvertiseToFabric(AdvertiseToFabric advertiseToFabric)"
|
|
desc: "Set the advertiseToFabric property: The indicator of if this advertisement is also made to the network fabric associated with the Network Cloud Cluster. This field is ignored if fabricPeeringEnabled is set to False."
|
|
returns:
|
|
description: "the BgpAdvertisement object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.BgpAdvertisement?alt=com.azure.resourcemanager.networkcloud.models.BgpAdvertisement&text=BgpAdvertisement\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.BgpAdvertisement.withCommunities(java.util.List<java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.BgpAdvertisement.withCommunities(List<String> communities)"
|
|
name: "withCommunities(List<String> communities)"
|
|
nameWithType: "BgpAdvertisement.withCommunities(List<String> communities)"
|
|
summary: "Set the communities property: The names of the BGP communities to be associated with the announcement, utilizing a BGP community string in 1234:1234 format."
|
|
parameters:
|
|
- description: "the communities value to set."
|
|
name: "communities"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
syntax: "public BgpAdvertisement withCommunities(List<String> communities)"
|
|
desc: "Set the communities property: The names of the BGP communities to be associated with the announcement, utilizing a BGP community string in 1234:1234 format."
|
|
returns:
|
|
description: "the BgpAdvertisement object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.BgpAdvertisement?alt=com.azure.resourcemanager.networkcloud.models.BgpAdvertisement&text=BgpAdvertisement\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.BgpAdvertisement.withIpAddressPools(java.util.List<java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.BgpAdvertisement.withIpAddressPools(List<String> ipAddressPools)"
|
|
name: "withIpAddressPools(List<String> ipAddressPools)"
|
|
nameWithType: "BgpAdvertisement.withIpAddressPools(List<String> ipAddressPools)"
|
|
summary: "Set the ip<wbr>Address<wbr>Pools property: The names of the IP address pools associated with this announcement."
|
|
parameters:
|
|
- description: "the ipAddressPools value to set."
|
|
name: "ipAddressPools"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
syntax: "public BgpAdvertisement withIpAddressPools(List<String> ipAddressPools)"
|
|
desc: "Set the ipAddressPools property: The names of the IP address pools associated with this announcement."
|
|
returns:
|
|
description: "the BgpAdvertisement object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.BgpAdvertisement?alt=com.azure.resourcemanager.networkcloud.models.BgpAdvertisement&text=BgpAdvertisement\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.BgpAdvertisement.withPeers(java.util.List<java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.BgpAdvertisement.withPeers(List<String> peers)"
|
|
name: "withPeers(List<String> peers)"
|
|
nameWithType: "BgpAdvertisement.withPeers(List<String> peers)"
|
|
summary: "Set the peers property: The names of the BGP peers to limit this advertisement to."
|
|
parameters:
|
|
- description: "the peers value to set."
|
|
name: "peers"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
syntax: "public BgpAdvertisement withPeers(List<String> peers)"
|
|
desc: "Set the peers property: The names of the BGP peers to limit this advertisement to. If no values are specified, all BGP peers will receive this advertisement."
|
|
returns:
|
|
description: "the BgpAdvertisement object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.BgpAdvertisement?alt=com.azure.resourcemanager.networkcloud.models.BgpAdvertisement&text=BgpAdvertisement\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "BgpAdvertisement represents the association of IP address pools to the communities and peers."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.networkcloud.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-networkcloud:1.0.0
|