65 строки
4.1 KiB
YAML
65 строки
4.1 KiB
YAML
|
### YamlMime:JavaType
|
||
|
uid: "com.azure.resourcemanager.postgresqlflexibleserver.models.DelegatedSubnetUsage"
|
||
|
fullName: "com.azure.resourcemanager.postgresqlflexibleserver.models.DelegatedSubnetUsage"
|
||
|
name: "DelegatedSubnetUsage"
|
||
|
nameWithType: "DelegatedSubnetUsage"
|
||
|
summary: "Delegated subnet usage data."
|
||
|
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 **DelegatedSubnetUsage**"
|
||
|
constructors:
|
||
|
- uid: "com.azure.resourcemanager.postgresqlflexibleserver.models.DelegatedSubnetUsage.DelegatedSubnetUsage()"
|
||
|
fullName: "com.azure.resourcemanager.postgresqlflexibleserver.models.DelegatedSubnetUsage.DelegatedSubnetUsage()"
|
||
|
name: "DelegatedSubnetUsage()"
|
||
|
nameWithType: "DelegatedSubnetUsage.DelegatedSubnetUsage()"
|
||
|
summary: "Creates an instance of Delegated<wbr>Subnet<wbr>Usage class."
|
||
|
syntax: "public DelegatedSubnetUsage()"
|
||
|
desc: "Creates an instance of DelegatedSubnetUsage class."
|
||
|
methods:
|
||
|
- uid: "com.azure.resourcemanager.postgresqlflexibleserver.models.DelegatedSubnetUsage.subnetName()"
|
||
|
fullName: "com.azure.resourcemanager.postgresqlflexibleserver.models.DelegatedSubnetUsage.subnetName()"
|
||
|
name: "subnetName()"
|
||
|
nameWithType: "DelegatedSubnetUsage.subnetName()"
|
||
|
summary: "Get the subnet<wbr>Name property: Name of the delegated subnet for which IP addresses are in use."
|
||
|
syntax: "public String subnetName()"
|
||
|
desc: "Get the subnetName property: Name of the delegated subnet for which IP addresses are in use."
|
||
|
returns:
|
||
|
description: "the subnetName value."
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||
|
- uid: "com.azure.resourcemanager.postgresqlflexibleserver.models.DelegatedSubnetUsage.usage()"
|
||
|
fullName: "com.azure.resourcemanager.postgresqlflexibleserver.models.DelegatedSubnetUsage.usage()"
|
||
|
name: "usage()"
|
||
|
nameWithType: "DelegatedSubnetUsage.usage()"
|
||
|
summary: "Get the usage property: Number of IP addresses used by the delegated subnet."
|
||
|
syntax: "public Long usage()"
|
||
|
desc: "Get the usage property: Number of IP addresses used by the delegated subnet."
|
||
|
returns:
|
||
|
description: "the usage value."
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||
|
- uid: "com.azure.resourcemanager.postgresqlflexibleserver.models.DelegatedSubnetUsage.validate()"
|
||
|
fullName: "com.azure.resourcemanager.postgresqlflexibleserver.models.DelegatedSubnetUsage.validate()"
|
||
|
name: "validate()"
|
||
|
nameWithType: "DelegatedSubnetUsage.validate()"
|
||
|
summary: "Validates the instance."
|
||
|
syntax: "public void validate()"
|
||
|
desc: "Validates the instance."
|
||
|
type: "class"
|
||
|
desc: "Delegated subnet usage data."
|
||
|
metadata: {}
|
||
|
package: "com.azure.resourcemanager.postgresqlflexibleserver.models"
|
||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-postgresqlflexibleserver:1.0.0
|