213 строки
17 KiB
YAML
213 строки
17 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.mobilenetwork.models.Platform"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.Platform"
|
|
name: "Platform"
|
|
nameWithType: "Platform"
|
|
summary: "Platform specific packet core control plane version properties."
|
|
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 **Platform**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.Platform.Platform()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.Platform.Platform()"
|
|
name: "Platform()"
|
|
nameWithType: "Platform.Platform()"
|
|
summary: "Creates an instance of Platform class."
|
|
syntax: "public Platform()"
|
|
desc: "Creates an instance of Platform class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.Platform.haUpgradesAvailable()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.Platform.haUpgradesAvailable()"
|
|
name: "haUpgradesAvailable()"
|
|
nameWithType: "Platform.haUpgradesAvailable()"
|
|
summary: "Get the ha<wbr>Upgrades<wbr>Available property: The list of versions to which a high availability upgrade from this version is supported."
|
|
syntax: "public List<String> haUpgradesAvailable()"
|
|
desc: "Get the haUpgradesAvailable property: The list of versions to which a high availability upgrade from this version is supported."
|
|
returns:
|
|
description: "the haUpgradesAvailable 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.mobilenetwork.models.Platform.maximumPlatformSoftwareVersion()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.Platform.maximumPlatformSoftwareVersion()"
|
|
name: "maximumPlatformSoftwareVersion()"
|
|
nameWithType: "Platform.maximumPlatformSoftwareVersion()"
|
|
summary: "Get the maximum<wbr>Platform<wbr>Software<wbr>Version property: The maximum software version of the platform where this packet core version can be deployed."
|
|
syntax: "public String maximumPlatformSoftwareVersion()"
|
|
desc: "Get the maximumPlatformSoftwareVersion property: The maximum software version of the platform where this packet core version can be deployed."
|
|
returns:
|
|
description: "the maximumPlatformSoftwareVersion value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.Platform.minimumPlatformSoftwareVersion()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.Platform.minimumPlatformSoftwareVersion()"
|
|
name: "minimumPlatformSoftwareVersion()"
|
|
nameWithType: "Platform.minimumPlatformSoftwareVersion()"
|
|
summary: "Get the minimum<wbr>Platform<wbr>Software<wbr>Version property: The minimum software version of the platform where this packet core version can be deployed."
|
|
syntax: "public String minimumPlatformSoftwareVersion()"
|
|
desc: "Get the minimumPlatformSoftwareVersion property: The minimum software version of the platform where this packet core version can be deployed."
|
|
returns:
|
|
description: "the minimumPlatformSoftwareVersion value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.Platform.obsoleteVersion()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.Platform.obsoleteVersion()"
|
|
name: "obsoleteVersion()"
|
|
nameWithType: "Platform.obsoleteVersion()"
|
|
summary: "Get the obsolete<wbr>Version property: Indicates whether this version is obsoleted for this platform."
|
|
syntax: "public ObsoleteVersion obsoleteVersion()"
|
|
desc: "Get the obsoleteVersion property: Indicates whether this version is obsoleted for this platform."
|
|
returns:
|
|
description: "the obsoleteVersion value."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.ObsoleteVersion?alt=com.azure.resourcemanager.mobilenetwork.models.ObsoleteVersion&text=ObsoleteVersion\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.Platform.platformType()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.Platform.platformType()"
|
|
name: "platformType()"
|
|
nameWithType: "Platform.platformType()"
|
|
summary: "Get the platform<wbr>Type property: The platform type where this version can be deployed."
|
|
syntax: "public PlatformType platformType()"
|
|
desc: "Get the platformType property: The platform type where this version can be deployed."
|
|
returns:
|
|
description: "the platformType value."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.PlatformType?alt=com.azure.resourcemanager.mobilenetwork.models.PlatformType&text=PlatformType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.Platform.recommendedVersion()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.Platform.recommendedVersion()"
|
|
name: "recommendedVersion()"
|
|
nameWithType: "Platform.recommendedVersion()"
|
|
summary: "Get the recommended<wbr>Version property: Indicates whether this is the recommended version for this platform."
|
|
syntax: "public RecommendedVersion recommendedVersion()"
|
|
desc: "Get the recommendedVersion property: Indicates whether this is the recommended version for this platform."
|
|
returns:
|
|
description: "the recommendedVersion value."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.RecommendedVersion?alt=com.azure.resourcemanager.mobilenetwork.models.RecommendedVersion&text=RecommendedVersion\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.Platform.validate()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.Platform.validate()"
|
|
name: "validate()"
|
|
nameWithType: "Platform.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.Platform.versionState()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.Platform.versionState()"
|
|
name: "versionState()"
|
|
nameWithType: "Platform.versionState()"
|
|
summary: "Get the version<wbr>State property: The state of this packet core control plane version on this platform."
|
|
syntax: "public VersionState versionState()"
|
|
desc: "Get the versionState property: The state of this packet core control plane version on this platform."
|
|
returns:
|
|
description: "the versionState value."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.VersionState?alt=com.azure.resourcemanager.mobilenetwork.models.VersionState&text=VersionState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.Platform.withHaUpgradesAvailable(java.util.List<java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.Platform.withHaUpgradesAvailable(List<String> haUpgradesAvailable)"
|
|
name: "withHaUpgradesAvailable(List<String> haUpgradesAvailable)"
|
|
nameWithType: "Platform.withHaUpgradesAvailable(List<String> haUpgradesAvailable)"
|
|
summary: "Set the ha<wbr>Upgrades<wbr>Available property: The list of versions to which a high availability upgrade from this version is supported."
|
|
parameters:
|
|
- description: "the haUpgradesAvailable value to set."
|
|
name: "haUpgradesAvailable"
|
|
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 Platform withHaUpgradesAvailable(List<String> haUpgradesAvailable)"
|
|
desc: "Set the haUpgradesAvailable property: The list of versions to which a high availability upgrade from this version is supported."
|
|
returns:
|
|
description: "the Platform object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.Platform?alt=com.azure.resourcemanager.mobilenetwork.models.Platform&text=Platform\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.Platform.withMaximumPlatformSoftwareVersion(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.Platform.withMaximumPlatformSoftwareVersion(String maximumPlatformSoftwareVersion)"
|
|
name: "withMaximumPlatformSoftwareVersion(String maximumPlatformSoftwareVersion)"
|
|
nameWithType: "Platform.withMaximumPlatformSoftwareVersion(String maximumPlatformSoftwareVersion)"
|
|
summary: "Set the maximum<wbr>Platform<wbr>Software<wbr>Version property: The maximum software version of the platform where this packet core version can be deployed."
|
|
parameters:
|
|
- description: "the maximumPlatformSoftwareVersion value to set."
|
|
name: "maximumPlatformSoftwareVersion"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public Platform withMaximumPlatformSoftwareVersion(String maximumPlatformSoftwareVersion)"
|
|
desc: "Set the maximumPlatformSoftwareVersion property: The maximum software version of the platform where this packet core version can be deployed."
|
|
returns:
|
|
description: "the Platform object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.Platform?alt=com.azure.resourcemanager.mobilenetwork.models.Platform&text=Platform\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.Platform.withMinimumPlatformSoftwareVersion(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.Platform.withMinimumPlatformSoftwareVersion(String minimumPlatformSoftwareVersion)"
|
|
name: "withMinimumPlatformSoftwareVersion(String minimumPlatformSoftwareVersion)"
|
|
nameWithType: "Platform.withMinimumPlatformSoftwareVersion(String minimumPlatformSoftwareVersion)"
|
|
summary: "Set the minimum<wbr>Platform<wbr>Software<wbr>Version property: The minimum software version of the platform where this packet core version can be deployed."
|
|
parameters:
|
|
- description: "the minimumPlatformSoftwareVersion value to set."
|
|
name: "minimumPlatformSoftwareVersion"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public Platform withMinimumPlatformSoftwareVersion(String minimumPlatformSoftwareVersion)"
|
|
desc: "Set the minimumPlatformSoftwareVersion property: The minimum software version of the platform where this packet core version can be deployed."
|
|
returns:
|
|
description: "the Platform object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.Platform?alt=com.azure.resourcemanager.mobilenetwork.models.Platform&text=Platform\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.Platform.withObsoleteVersion(com.azure.resourcemanager.mobilenetwork.models.ObsoleteVersion)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.Platform.withObsoleteVersion(ObsoleteVersion obsoleteVersion)"
|
|
name: "withObsoleteVersion(ObsoleteVersion obsoleteVersion)"
|
|
nameWithType: "Platform.withObsoleteVersion(ObsoleteVersion obsoleteVersion)"
|
|
summary: "Set the obsolete<wbr>Version property: Indicates whether this version is obsoleted for this platform."
|
|
parameters:
|
|
- description: "the obsoleteVersion value to set."
|
|
name: "obsoleteVersion"
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.ObsoleteVersion?alt=com.azure.resourcemanager.mobilenetwork.models.ObsoleteVersion&text=ObsoleteVersion\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public Platform withObsoleteVersion(ObsoleteVersion obsoleteVersion)"
|
|
desc: "Set the obsoleteVersion property: Indicates whether this version is obsoleted for this platform."
|
|
returns:
|
|
description: "the Platform object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.Platform?alt=com.azure.resourcemanager.mobilenetwork.models.Platform&text=Platform\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.Platform.withPlatformType(com.azure.resourcemanager.mobilenetwork.models.PlatformType)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.Platform.withPlatformType(PlatformType platformType)"
|
|
name: "withPlatformType(PlatformType platformType)"
|
|
nameWithType: "Platform.withPlatformType(PlatformType platformType)"
|
|
summary: "Set the platform<wbr>Type property: The platform type where this version can be deployed."
|
|
parameters:
|
|
- description: "the platformType value to set."
|
|
name: "platformType"
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.PlatformType?alt=com.azure.resourcemanager.mobilenetwork.models.PlatformType&text=PlatformType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public Platform withPlatformType(PlatformType platformType)"
|
|
desc: "Set the platformType property: The platform type where this version can be deployed."
|
|
returns:
|
|
description: "the Platform object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.Platform?alt=com.azure.resourcemanager.mobilenetwork.models.Platform&text=Platform\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.Platform.withRecommendedVersion(com.azure.resourcemanager.mobilenetwork.models.RecommendedVersion)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.Platform.withRecommendedVersion(RecommendedVersion recommendedVersion)"
|
|
name: "withRecommendedVersion(RecommendedVersion recommendedVersion)"
|
|
nameWithType: "Platform.withRecommendedVersion(RecommendedVersion recommendedVersion)"
|
|
summary: "Set the recommended<wbr>Version property: Indicates whether this is the recommended version for this platform."
|
|
parameters:
|
|
- description: "the recommendedVersion value to set."
|
|
name: "recommendedVersion"
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.RecommendedVersion?alt=com.azure.resourcemanager.mobilenetwork.models.RecommendedVersion&text=RecommendedVersion\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public Platform withRecommendedVersion(RecommendedVersion recommendedVersion)"
|
|
desc: "Set the recommendedVersion property: Indicates whether this is the recommended version for this platform."
|
|
returns:
|
|
description: "the Platform object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.Platform?alt=com.azure.resourcemanager.mobilenetwork.models.Platform&text=Platform\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.Platform.withVersionState(com.azure.resourcemanager.mobilenetwork.models.VersionState)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.Platform.withVersionState(VersionState versionState)"
|
|
name: "withVersionState(VersionState versionState)"
|
|
nameWithType: "Platform.withVersionState(VersionState versionState)"
|
|
summary: "Set the version<wbr>State property: The state of this packet core control plane version on this platform."
|
|
parameters:
|
|
- description: "the versionState value to set."
|
|
name: "versionState"
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.VersionState?alt=com.azure.resourcemanager.mobilenetwork.models.VersionState&text=VersionState\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public Platform withVersionState(VersionState versionState)"
|
|
desc: "Set the versionState property: The state of this packet core control plane version on this platform."
|
|
returns:
|
|
description: "the Platform object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.Platform?alt=com.azure.resourcemanager.mobilenetwork.models.Platform&text=Platform\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Platform specific packet core control plane version properties."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.mobilenetwork.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-mobilenetwork:1.2.0
|