|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.directconnect.model.AllocatePublicVirtualInterfaceRequest
public class AllocatePublicVirtualInterfaceRequest
Container for the parameters to the AllocatePublicVirtualInterface operation
.
Provisions a public virtual interface to be owned by a different customer.
The owner of a connection calls this function to provision a public virtual interface which will be owned by another AWS customer.
Virtual interfaces created using this function must be confirmed by the virtual interface owner by calling ConfirmPublicVirtualInterface. Until this step has been completed, the virtual interface will be in 'Confirming' state, and will not be available for handling traffic.
AmazonDirectConnect.allocatePublicVirtualInterface(AllocatePublicVirtualInterfaceRequest)
,
Serialized FormConstructor Summary | |
---|---|
AllocatePublicVirtualInterfaceRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getConnectionId()
The connection ID on which the public virtual interface is provisioned. |
NewPublicVirtualInterfaceAllocation |
getNewPublicVirtualInterfaceAllocation()
Detailed information for the public virtual interface to be provisioned. |
String |
getOwnerAccount()
The AWS account that will own the new public virtual interface. |
int |
hashCode()
|
void |
setConnectionId(String connectionId)
The connection ID on which the public virtual interface is provisioned. |
void |
setNewPublicVirtualInterfaceAllocation(NewPublicVirtualInterfaceAllocation newPublicVirtualInterfaceAllocation)
Detailed information for the public virtual interface to be provisioned. |
void |
setOwnerAccount(String ownerAccount)
The AWS account that will own the new public virtual interface. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
AllocatePublicVirtualInterfaceRequest |
withConnectionId(String connectionId)
The connection ID on which the public virtual interface is provisioned. |
AllocatePublicVirtualInterfaceRequest |
withNewPublicVirtualInterfaceAllocation(NewPublicVirtualInterfaceAllocation newPublicVirtualInterfaceAllocation)
Detailed information for the public virtual interface to be provisioned. |
AllocatePublicVirtualInterfaceRequest |
withOwnerAccount(String ownerAccount)
The AWS account that will own the new public virtual interface. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AllocatePublicVirtualInterfaceRequest()
Method Detail |
---|
public String getConnectionId()
Default: None
Default: None
public void setConnectionId(String connectionId)
Default: None
connectionId
- The connection ID on which the public virtual interface is
provisioned. Default: None
public AllocatePublicVirtualInterfaceRequest withConnectionId(String connectionId)
Default: None
Returns a reference to this object so that method calls can be chained together.
connectionId
- The connection ID on which the public virtual interface is
provisioned. Default: None
public String getOwnerAccount()
Default: None
Default: None
public void setOwnerAccount(String ownerAccount)
Default: None
ownerAccount
- The AWS account that will own the new public virtual interface.
Default: None
public AllocatePublicVirtualInterfaceRequest withOwnerAccount(String ownerAccount)
Default: None
Returns a reference to this object so that method calls can be chained together.
ownerAccount
- The AWS account that will own the new public virtual interface.
Default: None
public NewPublicVirtualInterfaceAllocation getNewPublicVirtualInterfaceAllocation()
Default: None
Default: None
public void setNewPublicVirtualInterfaceAllocation(NewPublicVirtualInterfaceAllocation newPublicVirtualInterfaceAllocation)
Default: None
newPublicVirtualInterfaceAllocation
- Detailed information for the public virtual interface to be
provisioned. Default: None
public AllocatePublicVirtualInterfaceRequest withNewPublicVirtualInterfaceAllocation(NewPublicVirtualInterfaceAllocation newPublicVirtualInterfaceAllocation)
Default: None
Returns a reference to this object so that method calls can be chained together.
newPublicVirtualInterfaceAllocation
- Detailed information for the public virtual interface to be
provisioned. Default: None
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |