public interface ResourceTerraformInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAddress()
public abstract String getAddress()TF resource address that uniquely identifies this resource within this deployment.
string address = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The address. |
getAddressBytes()
public abstract ByteString getAddressBytes()TF resource address that uniquely identifies this resource within this deployment.
string address = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for address. |
getId()
public abstract String getId()ID attribute of the TF resource
string id = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The id. |
getIdBytes()
public abstract ByteString getIdBytes()ID attribute of the TF resource
string id = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for id. |
getType()
public abstract String getType()TF resource type
string type = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The type. |
getTypeBytes()
public abstract ByteString getTypeBytes()TF resource type
string type = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for type. |