158 строки
14 KiB
YAML
158 строки
14 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore"
|
|
fullName: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore"
|
|
name: "ServerPropertiesForGeoRestore"
|
|
nameWithType: "ServerPropertiesForGeoRestore"
|
|
summary: "The properties used to create a new server by restoring to a different region from a geo replicated backup."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedMembers:
|
|
- "com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.infrastructureEncryption()"
|
|
- "com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.minimalTlsVersion()"
|
|
- "com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.publicNetworkAccess()"
|
|
- "com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.sslEnforcement()"
|
|
- "com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.storageProfile()"
|
|
- "com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.validate()"
|
|
- "com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.version()"
|
|
- "com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.withInfrastructureEncryption(com.azure.resourcemanager.mysql.models.InfrastructureEncryption)"
|
|
- "com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.withMinimalTlsVersion(com.azure.resourcemanager.mysql.models.MinimalTlsVersionEnum)"
|
|
- "com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.withPublicNetworkAccess(com.azure.resourcemanager.mysql.models.PublicNetworkAccessEnum)"
|
|
- "com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.withSslEnforcement(com.azure.resourcemanager.mysql.models.SslEnforcementEnum)"
|
|
- "com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.withStorageProfile(com.azure.resourcemanager.mysql.models.StorageProfile)"
|
|
- "com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.withVersion(com.azure.resourcemanager.mysql.models.ServerVersion)"
|
|
- "java.lang.Object.clone()"
|
|
- "java.lang.Object.equals(java.lang.Object)"
|
|
- "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(long)"
|
|
- "java.lang.Object.wait(long,int)"
|
|
syntax: "public final class ServerPropertiesForGeoRestore extends ServerPropertiesForCreate"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore.ServerPropertiesForGeoRestore()"
|
|
fullName: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore.ServerPropertiesForGeoRestore()"
|
|
name: "ServerPropertiesForGeoRestore()"
|
|
nameWithType: "ServerPropertiesForGeoRestore.ServerPropertiesForGeoRestore()"
|
|
syntax: "public ServerPropertiesForGeoRestore()"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore.sourceServerId()"
|
|
fullName: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore.sourceServerId()"
|
|
name: "sourceServerId()"
|
|
nameWithType: "ServerPropertiesForGeoRestore.sourceServerId()"
|
|
summary: "Get the source<wbr>Server<wbr>Id property: The source server id to restore from."
|
|
syntax: "public String sourceServerId()"
|
|
desc: "Get the sourceServerId property: The source server id to restore from."
|
|
returns:
|
|
description: "the sourceServerId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore.validate()"
|
|
fullName: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore.validate()"
|
|
name: "validate()"
|
|
nameWithType: "ServerPropertiesForGeoRestore.validate()"
|
|
summary: "Validates the instance."
|
|
overridden: "com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.validate()"
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore.withInfrastructureEncryption(com.azure.resourcemanager.mysql.models.InfrastructureEncryption)"
|
|
fullName: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore.withInfrastructureEncryption(InfrastructureEncryption infrastructureEncryption)"
|
|
name: "withInfrastructureEncryption(InfrastructureEncryption infrastructureEncryption)"
|
|
nameWithType: "ServerPropertiesForGeoRestore.withInfrastructureEncryption(InfrastructureEncryption infrastructureEncryption)"
|
|
summary: "Set the infrastructure<wbr>Encryption property: Status showing whether the server enabled infrastructure encryption."
|
|
overridden: "com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.withInfrastructureEncryption(com.azure.resourcemanager.mysql.models.InfrastructureEncryption)"
|
|
parameters:
|
|
- name: "infrastructureEncryption"
|
|
type: "<xref href=\"com.azure.resourcemanager.mysql.models.InfrastructureEncryption?alt=com.azure.resourcemanager.mysql.models.InfrastructureEncryption&text=InfrastructureEncryption\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ServerPropertiesForGeoRestore withInfrastructureEncryption(InfrastructureEncryption infrastructureEncryption)"
|
|
desc: "Set the infrastructureEncryption property: Status showing whether the server enabled infrastructure encryption."
|
|
returns:
|
|
type: "<xref href=\"com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore?alt=com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore&text=ServerPropertiesForGeoRestore\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore.withMinimalTlsVersion(com.azure.resourcemanager.mysql.models.MinimalTlsVersionEnum)"
|
|
fullName: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore.withMinimalTlsVersion(MinimalTlsVersionEnum minimalTlsVersion)"
|
|
name: "withMinimalTlsVersion(MinimalTlsVersionEnum minimalTlsVersion)"
|
|
nameWithType: "ServerPropertiesForGeoRestore.withMinimalTlsVersion(MinimalTlsVersionEnum minimalTlsVersion)"
|
|
summary: "Set the minimal<wbr>Tls<wbr>Version property: Enforce a minimal Tls version for the server."
|
|
overridden: "com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.withMinimalTlsVersion(com.azure.resourcemanager.mysql.models.MinimalTlsVersionEnum)"
|
|
parameters:
|
|
- name: "minimalTlsVersion"
|
|
type: "<xref href=\"com.azure.resourcemanager.mysql.models.MinimalTlsVersionEnum?alt=com.azure.resourcemanager.mysql.models.MinimalTlsVersionEnum&text=MinimalTlsVersionEnum\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ServerPropertiesForGeoRestore withMinimalTlsVersion(MinimalTlsVersionEnum minimalTlsVersion)"
|
|
desc: "Set the minimalTlsVersion property: Enforce a minimal Tls version for the server."
|
|
returns:
|
|
type: "<xref href=\"com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore?alt=com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore&text=ServerPropertiesForGeoRestore\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore.withPublicNetworkAccess(com.azure.resourcemanager.mysql.models.PublicNetworkAccessEnum)"
|
|
fullName: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore.withPublicNetworkAccess(PublicNetworkAccessEnum publicNetworkAccess)"
|
|
name: "withPublicNetworkAccess(PublicNetworkAccessEnum publicNetworkAccess)"
|
|
nameWithType: "ServerPropertiesForGeoRestore.withPublicNetworkAccess(PublicNetworkAccessEnum publicNetworkAccess)"
|
|
summary: "Set the public<wbr>Network<wbr>Access property: Whether or not public network access is allowed for this server."
|
|
overridden: "com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.withPublicNetworkAccess(com.azure.resourcemanager.mysql.models.PublicNetworkAccessEnum)"
|
|
parameters:
|
|
- name: "publicNetworkAccess"
|
|
type: "<xref href=\"com.azure.resourcemanager.mysql.models.PublicNetworkAccessEnum?alt=com.azure.resourcemanager.mysql.models.PublicNetworkAccessEnum&text=PublicNetworkAccessEnum\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ServerPropertiesForGeoRestore withPublicNetworkAccess(PublicNetworkAccessEnum publicNetworkAccess)"
|
|
desc: "Set the publicNetworkAccess property: Whether or not public network access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled'."
|
|
returns:
|
|
type: "<xref href=\"com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore?alt=com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore&text=ServerPropertiesForGeoRestore\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore.withSourceServerId(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore.withSourceServerId(String sourceServerId)"
|
|
name: "withSourceServerId(String sourceServerId)"
|
|
nameWithType: "ServerPropertiesForGeoRestore.withSourceServerId(String sourceServerId)"
|
|
summary: "Set the source<wbr>Server<wbr>Id property: The source server id to restore from."
|
|
parameters:
|
|
- description: "the sourceServerId value to set."
|
|
name: "sourceServerId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ServerPropertiesForGeoRestore withSourceServerId(String sourceServerId)"
|
|
desc: "Set the sourceServerId property: The source server id to restore from."
|
|
returns:
|
|
description: "the ServerPropertiesForGeoRestore object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore?alt=com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore&text=ServerPropertiesForGeoRestore\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore.withSslEnforcement(com.azure.resourcemanager.mysql.models.SslEnforcementEnum)"
|
|
fullName: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore.withSslEnforcement(SslEnforcementEnum sslEnforcement)"
|
|
name: "withSslEnforcement(SslEnforcementEnum sslEnforcement)"
|
|
nameWithType: "ServerPropertiesForGeoRestore.withSslEnforcement(SslEnforcementEnum sslEnforcement)"
|
|
summary: "Set the ssl<wbr>Enforcement property: Enable ssl enforcement or not when connect to server."
|
|
overridden: "com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.withSslEnforcement(com.azure.resourcemanager.mysql.models.SslEnforcementEnum)"
|
|
parameters:
|
|
- name: "sslEnforcement"
|
|
type: "<xref href=\"com.azure.resourcemanager.mysql.models.SslEnforcementEnum?alt=com.azure.resourcemanager.mysql.models.SslEnforcementEnum&text=SslEnforcementEnum\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ServerPropertiesForGeoRestore withSslEnforcement(SslEnforcementEnum sslEnforcement)"
|
|
desc: "Set the sslEnforcement property: Enable ssl enforcement or not when connect to server."
|
|
returns:
|
|
type: "<xref href=\"com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore?alt=com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore&text=ServerPropertiesForGeoRestore\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore.withStorageProfile(com.azure.resourcemanager.mysql.models.StorageProfile)"
|
|
fullName: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore.withStorageProfile(StorageProfile storageProfile)"
|
|
name: "withStorageProfile(StorageProfile storageProfile)"
|
|
nameWithType: "ServerPropertiesForGeoRestore.withStorageProfile(StorageProfile storageProfile)"
|
|
summary: "Set the storage<wbr>Profile property: Storage profile of a server."
|
|
overridden: "com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.withStorageProfile(com.azure.resourcemanager.mysql.models.StorageProfile)"
|
|
parameters:
|
|
- name: "storageProfile"
|
|
type: "<xref href=\"com.azure.resourcemanager.mysql.models.StorageProfile?alt=com.azure.resourcemanager.mysql.models.StorageProfile&text=StorageProfile\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ServerPropertiesForGeoRestore withStorageProfile(StorageProfile storageProfile)"
|
|
desc: "Set the storageProfile property: Storage profile of a server."
|
|
returns:
|
|
type: "<xref href=\"com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore?alt=com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore&text=ServerPropertiesForGeoRestore\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore.withVersion(com.azure.resourcemanager.mysql.models.ServerVersion)"
|
|
fullName: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore.withVersion(ServerVersion version)"
|
|
name: "withVersion(ServerVersion version)"
|
|
nameWithType: "ServerPropertiesForGeoRestore.withVersion(ServerVersion version)"
|
|
summary: "Set the version property: Server version."
|
|
overridden: "com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.withVersion(com.azure.resourcemanager.mysql.models.ServerVersion)"
|
|
parameters:
|
|
- name: "version"
|
|
type: "<xref href=\"com.azure.resourcemanager.mysql.models.ServerVersion?alt=com.azure.resourcemanager.mysql.models.ServerVersion&text=ServerVersion\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ServerPropertiesForGeoRestore withVersion(ServerVersion version)"
|
|
desc: "Set the version property: Server version."
|
|
returns:
|
|
type: "<xref href=\"com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore?alt=com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore&text=ServerPropertiesForGeoRestore\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The properties used to create a new server by restoring to a different region from a geo replicated backup."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.mysql.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-mysql:1.0.2
|