azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.m...

257 строки
22 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch"
name: "NetworkFabricPatch"
nameWithType: "NetworkFabricPatch"
summary: "The Network Fabric resource definition."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.TagsUpdate?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.TagsUpdate?alt=com.azure.resourcemanager.managednetworkfabric.models.TagsUpdate&text=TagsUpdate\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.TagsUpdate.tags()?alt=com.azure.resourcemanager.managednetworkfabric.models.TagsUpdate.tags&text=tags\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.TagsUpdate.validate()?alt=com.azure.resourcemanager.managednetworkfabric.models.TagsUpdate.validate&text=validate\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.TagsUpdate.withTags(java.util.Map<java.lang.String,java.lang.String>)?alt=com.azure.resourcemanager.managednetworkfabric.models.TagsUpdate.withTags&text=withTags\" data-throw-if-not-resolved=\"False\" />"
- 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 **NetworkFabricPatch**</br> extends <xref href=\"com.azure.resourcemanager.managednetworkfabric.models.TagsUpdate?alt=com.azure.resourcemanager.managednetworkfabric.models.TagsUpdate&text=TagsUpdate\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch.NetworkFabricPatch()"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch.NetworkFabricPatch()"
name: "NetworkFabricPatch()"
nameWithType: "NetworkFabricPatch.NetworkFabricPatch()"
summary: "Creates an instance of Network<wbr>Fabric<wbr>Patch class."
syntax: "public NetworkFabricPatch()"
desc: "Creates an instance of NetworkFabricPatch class."
methods:
- uid: "com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch.annotation()"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch.annotation()"
name: "annotation()"
nameWithType: "NetworkFabricPatch.annotation()"
summary: "Get the annotation property: Switch configuration description."
syntax: "public String annotation()"
desc: "Get the annotation property: Switch configuration description."
returns:
description: "the annotation value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch.fabricAsn()"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch.fabricAsn()"
name: "fabricAsn()"
nameWithType: "NetworkFabricPatch.fabricAsn()"
summary: "Get the fabric<wbr>Asn property: ASN of CE devices for CE/PE connectivity."
syntax: "public Long fabricAsn()"
desc: "Get the fabricAsn property: ASN of CE devices for CE/PE connectivity."
returns:
description: "the fabricAsn value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch.ipv4Prefix()"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch.ipv4Prefix()"
name: "ipv4Prefix()"
nameWithType: "NetworkFabricPatch.ipv4Prefix()"
summary: "Get the ipv4Prefix property: IPv4Prefix for Management Network."
syntax: "public String ipv4Prefix()"
desc: "Get the ipv4Prefix property: IPv4Prefix for Management Network. Example: 10.1.0.0/19."
returns:
description: "the ipv4Prefix value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch.ipv6Prefix()"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch.ipv6Prefix()"
name: "ipv6Prefix()"
nameWithType: "NetworkFabricPatch.ipv6Prefix()"
summary: "Get the ipv6Prefix property: IPv6Prefix for Management Network."
syntax: "public String ipv6Prefix()"
desc: "Get the ipv6Prefix property: IPv6Prefix for Management Network. Example: 3FFE:FFFF:0:CD40::/59."
returns:
description: "the ipv6Prefix value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch.managementNetworkConfiguration()"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch.managementNetworkConfiguration()"
name: "managementNetworkConfiguration()"
nameWithType: "NetworkFabricPatch.managementNetworkConfiguration()"
summary: "Get the management<wbr>Network<wbr>Configuration property: Configuration to be used to setup the management network."
syntax: "public ManagementNetworkConfigurationPatchableProperties managementNetworkConfiguration()"
desc: "Get the managementNetworkConfiguration property: Configuration to be used to setup the management network."
returns:
description: "the managementNetworkConfiguration value."
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.ManagementNetworkConfigurationPatchableProperties?alt=com.azure.resourcemanager.managednetworkfabric.models.ManagementNetworkConfigurationPatchableProperties&text=ManagementNetworkConfigurationPatchableProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch.rackCount()"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch.rackCount()"
name: "rackCount()"
nameWithType: "NetworkFabricPatch.rackCount()"
summary: "Get the rack<wbr>Count property: Number of compute racks associated to Network Fabric."
syntax: "public Integer rackCount()"
desc: "Get the rackCount property: Number of compute racks associated to Network Fabric."
returns:
description: "the rackCount value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch.serverCountPerRack()"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch.serverCountPerRack()"
name: "serverCountPerRack()"
nameWithType: "NetworkFabricPatch.serverCountPerRack()"
summary: "Get the server<wbr>Count<wbr>Per<wbr>Rack property: Number of servers.<wbr>Possible values are from 1-16."
syntax: "public Integer serverCountPerRack()"
desc: "Get the serverCountPerRack property: Number of servers.Possible values are from 1-16."
returns:
description: "the serverCountPerRack value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch.terminalServerConfiguration()"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch.terminalServerConfiguration()"
name: "terminalServerConfiguration()"
nameWithType: "NetworkFabricPatch.terminalServerConfiguration()"
summary: "Get the terminal<wbr>Server<wbr>Configuration property: Network and credentials configuration already applied to terminal server."
syntax: "public NetworkFabricPatchablePropertiesTerminalServerConfiguration terminalServerConfiguration()"
desc: "Get the terminalServerConfiguration property: Network and credentials configuration already applied to terminal server."
returns:
description: "the terminalServerConfiguration value."
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatchablePropertiesTerminalServerConfiguration?alt=com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatchablePropertiesTerminalServerConfiguration&text=NetworkFabricPatchablePropertiesTerminalServerConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch.validate()"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch.validate()"
name: "validate()"
nameWithType: "NetworkFabricPatch.validate()"
summary: "Validates the instance."
overridden: "com.azure.resourcemanager.managednetworkfabric.models.TagsUpdate.validate()"
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch.withAnnotation(java.lang.String)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch.withAnnotation(String annotation)"
name: "withAnnotation(String annotation)"
nameWithType: "NetworkFabricPatch.withAnnotation(String annotation)"
summary: "Set the annotation property: Switch configuration description."
parameters:
- description: "the annotation value to set."
name: "annotation"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public NetworkFabricPatch withAnnotation(String annotation)"
desc: "Set the annotation property: Switch configuration description."
returns:
description: "the NetworkFabricPatch object itself."
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch?alt=com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch&text=NetworkFabricPatch\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch.withFabricAsn(java.lang.Long)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch.withFabricAsn(Long fabricAsn)"
name: "withFabricAsn(Long fabricAsn)"
nameWithType: "NetworkFabricPatch.withFabricAsn(Long fabricAsn)"
summary: "Set the fabric<wbr>Asn property: ASN of CE devices for CE/PE connectivity."
parameters:
- description: "the fabricAsn value to set."
name: "fabricAsn"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
syntax: "public NetworkFabricPatch withFabricAsn(Long fabricAsn)"
desc: "Set the fabricAsn property: ASN of CE devices for CE/PE connectivity."
returns:
description: "the NetworkFabricPatch object itself."
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch?alt=com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch&text=NetworkFabricPatch\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch.withIpv4Prefix(java.lang.String)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch.withIpv4Prefix(String ipv4Prefix)"
name: "withIpv4Prefix(String ipv4Prefix)"
nameWithType: "NetworkFabricPatch.withIpv4Prefix(String ipv4Prefix)"
summary: "Set the ipv4Prefix property: IPv4Prefix for Management Network."
parameters:
- description: "the ipv4Prefix value to set."
name: "ipv4Prefix"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public NetworkFabricPatch withIpv4Prefix(String ipv4Prefix)"
desc: "Set the ipv4Prefix property: IPv4Prefix for Management Network. Example: 10.1.0.0/19."
returns:
description: "the NetworkFabricPatch object itself."
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch?alt=com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch&text=NetworkFabricPatch\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch.withIpv6Prefix(java.lang.String)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch.withIpv6Prefix(String ipv6Prefix)"
name: "withIpv6Prefix(String ipv6Prefix)"
nameWithType: "NetworkFabricPatch.withIpv6Prefix(String ipv6Prefix)"
summary: "Set the ipv6Prefix property: IPv6Prefix for Management Network."
parameters:
- description: "the ipv6Prefix value to set."
name: "ipv6Prefix"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public NetworkFabricPatch withIpv6Prefix(String ipv6Prefix)"
desc: "Set the ipv6Prefix property: IPv6Prefix for Management Network. Example: 3FFE:FFFF:0:CD40::/59."
returns:
description: "the NetworkFabricPatch object itself."
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch?alt=com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch&text=NetworkFabricPatch\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch.withManagementNetworkConfiguration(com.azure.resourcemanager.managednetworkfabric.models.ManagementNetworkConfigurationPatchableProperties)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch.withManagementNetworkConfiguration(ManagementNetworkConfigurationPatchableProperties managementNetworkConfiguration)"
name: "withManagementNetworkConfiguration(ManagementNetworkConfigurationPatchableProperties managementNetworkConfiguration)"
nameWithType: "NetworkFabricPatch.withManagementNetworkConfiguration(ManagementNetworkConfigurationPatchableProperties managementNetworkConfiguration)"
summary: "Set the management<wbr>Network<wbr>Configuration property: Configuration to be used to setup the management network."
parameters:
- description: "the managementNetworkConfiguration value to set."
name: "managementNetworkConfiguration"
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.ManagementNetworkConfigurationPatchableProperties?alt=com.azure.resourcemanager.managednetworkfabric.models.ManagementNetworkConfigurationPatchableProperties&text=ManagementNetworkConfigurationPatchableProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public NetworkFabricPatch withManagementNetworkConfiguration(ManagementNetworkConfigurationPatchableProperties managementNetworkConfiguration)"
desc: "Set the managementNetworkConfiguration property: Configuration to be used to setup the management network."
returns:
description: "the NetworkFabricPatch object itself."
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch?alt=com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch&text=NetworkFabricPatch\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch.withRackCount(java.lang.Integer)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch.withRackCount(Integer rackCount)"
name: "withRackCount(Integer rackCount)"
nameWithType: "NetworkFabricPatch.withRackCount(Integer rackCount)"
summary: "Set the rack<wbr>Count property: Number of compute racks associated to Network Fabric."
parameters:
- description: "the rackCount value to set."
name: "rackCount"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public NetworkFabricPatch withRackCount(Integer rackCount)"
desc: "Set the rackCount property: Number of compute racks associated to Network Fabric."
returns:
description: "the NetworkFabricPatch object itself."
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch?alt=com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch&text=NetworkFabricPatch\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch.withServerCountPerRack(java.lang.Integer)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch.withServerCountPerRack(Integer serverCountPerRack)"
name: "withServerCountPerRack(Integer serverCountPerRack)"
nameWithType: "NetworkFabricPatch.withServerCountPerRack(Integer serverCountPerRack)"
summary: "Set the server<wbr>Count<wbr>Per<wbr>Rack property: Number of servers.<wbr>Possible values are from 1-16."
parameters:
- description: "the serverCountPerRack value to set."
name: "serverCountPerRack"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public NetworkFabricPatch withServerCountPerRack(Integer serverCountPerRack)"
desc: "Set the serverCountPerRack property: Number of servers.Possible values are from 1-16."
returns:
description: "the NetworkFabricPatch object itself."
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch?alt=com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch&text=NetworkFabricPatch\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch.withTags(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch.withTags(Map<String,String> tags)"
name: "withTags(Map<String,String> tags)"
nameWithType: "NetworkFabricPatch.withTags(Map<String,String> tags)"
summary: "Set the tags property: Resource tags."
overridden: "com.azure.resourcemanager.managednetworkfabric.models.TagsUpdate.withTags(java.util.Map<java.lang.String,java.lang.String>)"
parameters:
- name: "tags"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public NetworkFabricPatch withTags(Map<String,String> tags)"
desc: "Set the tags property: Resource tags."
returns:
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch?alt=com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch&text=NetworkFabricPatch\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch.withTerminalServerConfiguration(com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatchablePropertiesTerminalServerConfiguration)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch.withTerminalServerConfiguration(NetworkFabricPatchablePropertiesTerminalServerConfiguration terminalServerConfiguration)"
name: "withTerminalServerConfiguration(NetworkFabricPatchablePropertiesTerminalServerConfiguration terminalServerConfiguration)"
nameWithType: "NetworkFabricPatch.withTerminalServerConfiguration(NetworkFabricPatchablePropertiesTerminalServerConfiguration terminalServerConfiguration)"
summary: "Set the terminal<wbr>Server<wbr>Configuration property: Network and credentials configuration already applied to terminal server."
parameters:
- description: "the terminalServerConfiguration value to set."
name: "terminalServerConfiguration"
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatchablePropertiesTerminalServerConfiguration?alt=com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatchablePropertiesTerminalServerConfiguration&text=NetworkFabricPatchablePropertiesTerminalServerConfiguration\" data-throw-if-not-resolved=\"False\" />"
syntax: "public NetworkFabricPatch withTerminalServerConfiguration(NetworkFabricPatchablePropertiesTerminalServerConfiguration terminalServerConfiguration)"
desc: "Set the terminalServerConfiguration property: Network and credentials configuration already applied to terminal server."
returns:
description: "the NetworkFabricPatch object itself."
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch?alt=com.azure.resourcemanager.managednetworkfabric.models.NetworkFabricPatch&text=NetworkFabricPatch\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The Network Fabric resource definition."
metadata: {}
package: "com.azure.resourcemanager.managednetworkfabric.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-managednetworkfabric:1.0.0