public final class TargetAttribute extends Object
Constructor and Description |
---|
TargetAttribute(String attributeName,
AttributeAccess attributeAccess,
org.jboss.dmr.ModelNode currentValue,
TargetResource targetResource) |
Modifier and Type | Method and Description |
---|---|
List<AccessConstraintDefinition> |
getAccessConstraints() |
AttributeAccess.AccessType |
getAccessType()
Get the access type.
|
AttributeDefinition |
getAttributeDefinition() |
String |
getAttributeName() |
org.jboss.dmr.ModelNode |
getCurrentValue() |
Set<AttributeAccess.Flag> |
getFlags()
Gets the flags associated with this attribute.
|
HostEffect |
getHostEffect() |
ServerGroupEffect |
getServerGroupEffect() |
AttributeAccess.Storage |
getStorageType()
Get the storage type.
|
TargetResource |
getTargetResource() |
public TargetAttribute(String attributeName, AttributeAccess attributeAccess, org.jboss.dmr.ModelNode currentValue, TargetResource targetResource)
public String getAttributeName()
public TargetResource getTargetResource()
public AttributeAccess.AccessType getAccessType()
public AttributeAccess.Storage getStorageType()
public AttributeDefinition getAttributeDefinition()
public Set<AttributeAccess.Flag> getFlags()
null
public org.jboss.dmr.ModelNode getCurrentValue()
public ServerGroupEffect getServerGroupEffect()
public HostEffect getHostEffect()
public List<AccessConstraintDefinition> getAccessConstraints()
Copyright © 2023 JBoss by Red Hat. All rights reserved.