Loading modules/cloud_service_providers/aws_cloud/aws_cloud.routing.yml +6 −3 Original line number Diff line number Diff line Loading @@ -894,10 +894,11 @@ entity.aws_cloud_entity.refresh: perm: 'edit any {entity_type_id}+edit own {entity_type_id}+list {entity_type_id}' entity.aws_cloud_image.create: path: '/cloud_dashboard/aws_cloud/{cloud_context}/aws_cloud_image/{entity_id}/create' path: '/cloud_dashboard/aws_cloud/{cloud_context}/aws_cloud_image/create' defaults: _controller: '\Drupal\aws_cloud\Controller\Ec2\ApiController::operateEntity' entity_type_id: aws_cloud_image entity_id: '' command: create methods: [POST] requirements: Loading Loading @@ -1116,10 +1117,11 @@ entity.aws_cloud_key_pair.import: perm: 'add aws cloud key pair' entity.aws_cloud_security_group.create: path: '/cloud_dashboard/aws_cloud/{cloud_context}/aws_cloud_security_group/{entity_id}/create' path: '/cloud_dashboard/aws_cloud/{cloud_context}/aws_cloud_security_group/create' defaults: _controller: '\Drupal\aws_cloud\Controller\Ec2\ApiController::operateEntity' entity_type_id: aws_cloud_security_group entity_id: '' command: create methods: [POST] requirements: Loading @@ -1136,10 +1138,11 @@ entity.aws_cloud_security_group.revoke: _permission: 'delete any aws cloud security group' entity.aws_cloud_key_pair.create: path: '/cloud_dashboard/aws_cloud/{cloud_context}/aws_cloud_key_pair/{entity_id}/create' path: '/cloud_dashboard/aws_cloud/{cloud_context}/aws_cloud_key_pair/create' defaults: _controller: '\Drupal\aws_cloud\Controller\Ec2\ApiController::operateEntity' entity_type_id: aws_cloud_key_pair entity_id: '' command: create methods: [POST] requirements: Loading modules/cloud_service_providers/aws_cloud/src/Entity/Ec2/VolumeInterface.php +5 −0 Original line number Diff line number Diff line Loading @@ -167,6 +167,11 @@ interface VolumeInterface extends ContentEntityInterface, EntityOwnerInterface, */ public function setRefreshed($time): VolumeInterface; /** * {@inheritdoc} */ public function setAttachmentInformation($attachment_information): VolumeInterface; /** * {@inheritdoc} */ Loading modules/cloud_service_providers/aws_cloud/src/Entity/Vpc/CarrierGatewayInterface.php +5 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,11 @@ use Drupal\user\EntityOwnerInterface; */ interface CarrierGatewayInterface extends ContentEntityInterface, EntityOwnerInterface, AwsCloudEntityInterface { /** * {@inheritdoc} */ public function getCloudContext(): ?string; /** * {@inheritdoc} */ Loading modules/cloud_service_providers/aws_cloud/src/Entity/Vpc/InternetGatewayInterface.php +10 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,16 @@ use Drupal\user\EntityOwnerInterface; */ interface InternetGatewayInterface extends ContentEntityInterface, EntityOwnerInterface, AwsCloudEntityInterface { /** * {@inheritdoc} */ public function setName($name); /** * {@inheritdoc} */ public function getCloudContext(): ?string; /** * {@inheritdoc} */ Loading modules/cloud_service_providers/aws_cloud/src/Entity/Vpc/TransitGatewayInterface.php +10 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,16 @@ use Drupal\user\EntityOwnerInterface; */ interface TransitGatewayInterface extends ContentEntityInterface, EntityOwnerInterface, AwsCloudEntityInterface { /** * {@inheritdoc} */ public function setName($name); /** * {@inheritdoc} */ public function getCloudContext(): ?string; /** * {@inheritdoc} */ Loading Loading
modules/cloud_service_providers/aws_cloud/aws_cloud.routing.yml +6 −3 Original line number Diff line number Diff line Loading @@ -894,10 +894,11 @@ entity.aws_cloud_entity.refresh: perm: 'edit any {entity_type_id}+edit own {entity_type_id}+list {entity_type_id}' entity.aws_cloud_image.create: path: '/cloud_dashboard/aws_cloud/{cloud_context}/aws_cloud_image/{entity_id}/create' path: '/cloud_dashboard/aws_cloud/{cloud_context}/aws_cloud_image/create' defaults: _controller: '\Drupal\aws_cloud\Controller\Ec2\ApiController::operateEntity' entity_type_id: aws_cloud_image entity_id: '' command: create methods: [POST] requirements: Loading Loading @@ -1116,10 +1117,11 @@ entity.aws_cloud_key_pair.import: perm: 'add aws cloud key pair' entity.aws_cloud_security_group.create: path: '/cloud_dashboard/aws_cloud/{cloud_context}/aws_cloud_security_group/{entity_id}/create' path: '/cloud_dashboard/aws_cloud/{cloud_context}/aws_cloud_security_group/create' defaults: _controller: '\Drupal\aws_cloud\Controller\Ec2\ApiController::operateEntity' entity_type_id: aws_cloud_security_group entity_id: '' command: create methods: [POST] requirements: Loading @@ -1136,10 +1138,11 @@ entity.aws_cloud_security_group.revoke: _permission: 'delete any aws cloud security group' entity.aws_cloud_key_pair.create: path: '/cloud_dashboard/aws_cloud/{cloud_context}/aws_cloud_key_pair/{entity_id}/create' path: '/cloud_dashboard/aws_cloud/{cloud_context}/aws_cloud_key_pair/create' defaults: _controller: '\Drupal\aws_cloud\Controller\Ec2\ApiController::operateEntity' entity_type_id: aws_cloud_key_pair entity_id: '' command: create methods: [POST] requirements: Loading
modules/cloud_service_providers/aws_cloud/src/Entity/Ec2/VolumeInterface.php +5 −0 Original line number Diff line number Diff line Loading @@ -167,6 +167,11 @@ interface VolumeInterface extends ContentEntityInterface, EntityOwnerInterface, */ public function setRefreshed($time): VolumeInterface; /** * {@inheritdoc} */ public function setAttachmentInformation($attachment_information): VolumeInterface; /** * {@inheritdoc} */ Loading
modules/cloud_service_providers/aws_cloud/src/Entity/Vpc/CarrierGatewayInterface.php +5 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,11 @@ use Drupal\user\EntityOwnerInterface; */ interface CarrierGatewayInterface extends ContentEntityInterface, EntityOwnerInterface, AwsCloudEntityInterface { /** * {@inheritdoc} */ public function getCloudContext(): ?string; /** * {@inheritdoc} */ Loading
modules/cloud_service_providers/aws_cloud/src/Entity/Vpc/InternetGatewayInterface.php +10 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,16 @@ use Drupal\user\EntityOwnerInterface; */ interface InternetGatewayInterface extends ContentEntityInterface, EntityOwnerInterface, AwsCloudEntityInterface { /** * {@inheritdoc} */ public function setName($name); /** * {@inheritdoc} */ public function getCloudContext(): ?string; /** * {@inheritdoc} */ Loading
modules/cloud_service_providers/aws_cloud/src/Entity/Vpc/TransitGatewayInterface.php +10 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,16 @@ use Drupal\user\EntityOwnerInterface; */ interface TransitGatewayInterface extends ContentEntityInterface, EntityOwnerInterface, AwsCloudEntityInterface { /** * {@inheritdoc} */ public function setName($name); /** * {@inheritdoc} */ public function getCloudContext(): ?string; /** * {@inheritdoc} */ Loading