65 строки
3.5 KiB
YAML
65 строки
3.5 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.keyvault.models.MhsmipRule"
|
|
fullName: "com.azure.resourcemanager.keyvault.models.MhsmipRule"
|
|
name: "MhsmipRule"
|
|
nameWithType: "MhsmipRule"
|
|
summary: "A rule governing the accessibility of a managed hsm pool from a specific ip address or ip range."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedMembers:
|
|
- "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 MhsmipRule"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.keyvault.models.MhsmipRule.MhsmipRule()"
|
|
fullName: "com.azure.resourcemanager.keyvault.models.MhsmipRule.MhsmipRule()"
|
|
name: "MhsmipRule()"
|
|
nameWithType: "MhsmipRule.MhsmipRule()"
|
|
syntax: "public MhsmipRule()"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.keyvault.models.MhsmipRule.validate()"
|
|
fullName: "com.azure.resourcemanager.keyvault.models.MhsmipRule.validate()"
|
|
name: "validate()"
|
|
nameWithType: "MhsmipRule.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.keyvault.models.MhsmipRule.value()"
|
|
fullName: "com.azure.resourcemanager.keyvault.models.MhsmipRule.value()"
|
|
name: "value()"
|
|
nameWithType: "MhsmipRule.value()"
|
|
summary: "Get the value property: An IPv4 address range in CIDR notation, such as '124.56.78.91' (simple IP address) or '124.56.78.0/24' (all addresses that start with 124.56.78)."
|
|
syntax: "public String value()"
|
|
desc: "Get the value property: An IPv4 address range in CIDR notation, such as '124.56.78.91' (simple IP address) or '124.56.78.0/24' (all addresses that start with 124.56.78)."
|
|
returns:
|
|
description: "the value value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.keyvault.models.MhsmipRule.withValue(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.keyvault.models.MhsmipRule.withValue(String value)"
|
|
name: "withValue(String value)"
|
|
nameWithType: "MhsmipRule.withValue(String value)"
|
|
summary: "Set the value property: An IPv4 address range in CIDR notation, such as '124.56.78.91' (simple IP address) or '124.56.78.0/24' (all addresses that start with 124.56.78)."
|
|
parameters:
|
|
- description: "the value value to set."
|
|
name: "value"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public MhsmipRule withValue(String value)"
|
|
desc: "Set the value property: An IPv4 address range in CIDR notation, such as '124.56.78.91' (simple IP address) or '124.56.78.0/24' (all addresses that start with 124.56.78)."
|
|
returns:
|
|
description: "the MhsmipRule object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.keyvault.models.MhsmipRule?alt=com.azure.resourcemanager.keyvault.models.MhsmipRule&text=MhsmipRule\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "A rule governing the accessibility of a managed hsm pool from a specific ip address or ip range."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.keyvault.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-keyvault:2.18.0
|