Package | Description |
---|---|
com.vmware.nsx_policy.model |
Modifier and Type | Method and Description |
---|---|
static TlsRule |
TlsRule._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static TlsRule |
TlsRule._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
TlsRule |
TlsRule.Builder.build() |
TlsRule |
ChildTlsRule.getTlsRule() |
Modifier and Type | Method and Description |
---|---|
java.util.List<TlsRule> |
TlsPolicy.getRules()
Rules that are a part of this TLSPolicy
|
Modifier and Type | Method and Description |
---|---|
void |
ChildTlsRule.setTlsRule(TlsRule tlsRule) |
ChildTlsRule.Builder |
ChildTlsRule.Builder.setTlsRule(TlsRule tlsRule) |
Modifier and Type | Method and Description |
---|---|
void |
TlsPolicy.setRules(java.util.List<TlsRule> rules)
Rules that are a part of this TLSPolicy
|
TlsPolicy.Builder |
TlsPolicy.Builder.setRules(java.util.List<TlsRule> rules)
Rules that are a part of this TLSPolicy
|